upgrade to bun 1.1.10 + deps
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/3 Pipeline was successful

This commit is contained in:
qpismont 2024-05-27 18:54:16 +02:00
parent 330e47d477
commit 2a6fa5195a
6 changed files with 30 additions and 31 deletions

View file

@ -3,7 +3,7 @@ when:
steps:
build:
image: oven/bun:1.1.3-slim
image: oven/bun:1.1.10-slim
commands:
- bun install
- bun run build

View file

@ -3,7 +3,7 @@ when:
steps:
lint:
image: oven/bun:1.1.3-slim
image: oven/bun:1.1.10-slim
commands:
- bun install
- bun run ci

View file

@ -12,10 +12,9 @@ steps:
matrix:
BUN_VERSION:
- 1.1.0
- 1.1.1
- 1.1.2
- 1.1.3
- 1.1.8
- 1.1.9
- 1.1.10
services:
nats:

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},

BIN
bun.lockb

Binary file not shown.

View file

@ -12,7 +12,7 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.7.3",
"@types/bun": "latest",
"typescript": "^5.0.0"
},
@ -20,7 +20,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"nats": "^2.22.0",
"zod": "^3.22.4"
"nats": "^2.26.0",
"zod": "^3.23.8"
}
}