build(deno): updated to deno 1.43.1

This commit is contained in:
alina 🌸 2024-05-06 18:31:39 +03:00
parent a4fadc0403
commit 09b284b78f
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
5 changed files with 4496 additions and 3429 deletions

View file

@ -63,7 +63,7 @@ jobs:
- uses: ./.github/actions/init
- uses: denoland/setup-deno@v1
with:
deno-version: 2f5a6a8514ad8eadce1a0a9f1a7a419692e337ef
deno-version: '1.43.1'
- name: 'Build tests'
run: pnpm exec vite build -c .config/vite.deno.mts
- name: 'Run tests'

View file

@ -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
WORKDIR /app
COPY --from=deno-bin /deno /bin/deno
# todo: remove once 1.42.5 is out
RUN deno upgrade --canary --version=2f5a6a8514ad8eadce1a0a9f1a7a419692e337ef
RUN corepack enable && \
corepack prepare pnpm@8.7.1 --activate

View file

@ -1,4 +1,4 @@
FROM denoland/deno:1.42.4
FROM denoland/deno:1.43.1
WORKDIR /app
RUN apt update && apt install -y socat

View file

@ -37,7 +37,7 @@
"@commitlint/config-conventional": "17.6.5",
"@teidesu/slow-types-compiler": "1.1.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",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",

File diff suppressed because it is too large Load diff