build(deno): updated to deno 1.43.1
This commit is contained in:
parent
a4fadc0403
commit
09b284b78f
5 changed files with 4496 additions and 3429 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
- uses: ./.github/actions/init
|
- uses: ./.github/actions/init
|
||||||
- uses: denoland/setup-deno@v1
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
deno-version: 2f5a6a8514ad8eadce1a0a9f1a7a419692e337ef
|
deno-version: '1.43.1'
|
||||||
- name: 'Build tests'
|
- name: 'Build tests'
|
||||||
run: pnpm exec vite build -c .config/vite.deno.mts
|
run: pnpm exec vite build -c .config/vite.deno.mts
|
||||||
- name: 'Run tests'
|
- name: 'Run tests'
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
FROM denoland/deno:bin-1.42.4 as deno-bin
|
FROM denoland/deno:bin-1.43.1 as deno-bin
|
||||||
|
|
||||||
FROM node:20
|
FROM node:20
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --from=deno-bin /deno /bin/deno
|
COPY --from=deno-bin /deno /bin/deno
|
||||||
# todo: remove once 1.42.5 is out
|
|
||||||
RUN deno upgrade --canary --version=2f5a6a8514ad8eadce1a0a9f1a7a419692e337ef
|
|
||||||
|
|
||||||
RUN corepack enable && \
|
RUN corepack enable && \
|
||||||
corepack prepare pnpm@8.7.1 --activate
|
corepack prepare pnpm@8.7.1 --activate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM denoland/deno:1.42.4
|
FROM denoland/deno:1.43.1
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt update && apt install -y socat
|
RUN apt update && apt install -y socat
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
"@commitlint/config-conventional": "17.6.5",
|
"@commitlint/config-conventional": "17.6.5",
|
||||||
"@teidesu/slow-types-compiler": "1.1.0",
|
"@teidesu/slow-types-compiler": "1.1.0",
|
||||||
"@types/node": "20.10.0",
|
"@types/node": "20.10.0",
|
||||||
"@types/deno": "npm:@teidesu/deno-types@1.42.4",
|
"@types/deno": "npm:@teidesu/deno-types@1.43.1",
|
||||||
"@types/ws": "8.5.4",
|
"@types/ws": "8.5.4",
|
||||||
"@typescript-eslint/eslint-plugin": "6.4.0",
|
"@typescript-eslint/eslint-plugin": "6.4.0",
|
||||||
"@typescript-eslint/parser": "6.4.0",
|
"@typescript-eslint/parser": "6.4.0",
|
||||||
|
|
7915
pnpm-lock.yaml
7915
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue