Skip to content

Commit 2ef6462

Browse files
committed
chore(deps): bump dependencies
1 parent 9ba432b commit 2ef6462

File tree

5 files changed

+256
-105
lines changed

5 files changed

+256
-105
lines changed

.changeset/gentle-laws-decide.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"elysia-openid-client": patch
3+
---
4+
5+
Bump dependencies

biome.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
"enabled": true
55
},
66
"files": {
7-
"ignore": ["node_modules", "dist", "coverage", "*.d.ts", "*.js"]
7+
"ignore": ["node_modules", "dist", "coverage", "*.d.ts", "*.js", ".astro"]
88
},
99
"linter": {
1010
"enabled": true,
1111
"rules": {
1212
"all": true,
13-
"style": {
14-
"useNamingConvention": "off"
13+
"correctness": {
14+
"noNodejsModules": "off"
1515
},
1616
"nursery": {
1717
"noConsole": "off",
18-
"useImportRestrictions": "off",
19-
"noNodejsModules": "off"
18+
"useImportRestrictions": "off"
19+
},
20+
"style": {
21+
"useNamingConvention": "off"
2022
},
2123
"suspicious": {
2224
"noConsoleLog": "off"

bun.lockb

8.27 KB
Binary file not shown.

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"scripts": {
3030
"typecheck": "tsc --noEmit",
3131
"lint": "biome check .",
32-
"lint:fix": "biome check --apply .",
33-
"lint:unsafe": "biome check --apply-unsafe .",
32+
"lint:fix": "biome check --write .",
33+
"lint:unsafe": "biome check --write --unsafe .",
3434
"mock:rebuild": "bun ./__scripts__/rebuildMockDatabases.ts",
3535
"build": "bun ./__scripts__/build.ts && bun run dts",
3636
"dts": "tsup ./src/index.ts --dts-only --format esm --out-dir ./src",
@@ -40,12 +40,12 @@
4040
"openid-client": "^5.6.5"
4141
},
4242
"peerDependencies": {
43-
"elysia": "^1.0.14",
43+
"elysia": "^1.0.23",
4444
"ioredis": "^5.4.1",
4545
"lokijs": "^1.5.12",
4646
"lowdb": "^7.0.1",
47-
"pino": "^8.20.0",
48-
"pino-pretty": "^11.0.0",
47+
"pino": "^9.2.0",
48+
"pino-pretty": "^11.2.1",
4949
"typescript": "^5.4.5"
5050
},
5151
"peerDependenciesMeta": {
@@ -66,24 +66,24 @@
6666
}
6767
},
6868
"devDependencies": {
69-
"@biomejs/biome": "^1.7.3",
69+
"@biomejs/biome": "^1.8.1",
7070
"@changesets/cli": "^2.27.5",
7171
"@commitlint/cli": "^19.3.0",
7272
"@commitlint/config-conventional": "^19.2.2",
7373
"@types/bun": "latest",
7474
"@types/lokijs": "^1.5.14",
75-
"@types/set-cookie-parser": "^2.4.7",
76-
"elysia": "^1.0.22",
75+
"@types/set-cookie-parser": "^2.4.9",
76+
"elysia": "^1.0.23",
7777
"ioredis": "^5.4.1",
78-
"jose": "^5.3.0",
79-
"lint-staged": "^15.2.5",
78+
"jose": "^5.4.0",
79+
"lint-staged": "^15.2.7",
8080
"lokijs": "^1.5.12",
8181
"lowdb": "^7.0.1",
82-
"pino": "^9.1.0",
83-
"pino-pretty": "^11.1.0",
82+
"pino": "^9.2.0",
83+
"pino-pretty": "^11.2.1",
8484
"set-cookie-parser": "^2.6.0",
8585
"simple-git-hooks": "^2.11.1",
86-
"tsup": "^8.0.2",
86+
"tsup": "^8.1.0",
8787
"typescript": "^5.4.5"
8888
},
8989
"engines": {
@@ -95,7 +95,7 @@
9595
"commit-msg": "bunx commitlint -e"
9696
},
9797
"lint-staged": {
98-
"*.{ts,json}": "biome check --apply"
98+
"*.{ts,json}": "biome check --write"
9999
},
100100
"publishConfig": {
101101
"provenance": true

0 commit comments

Comments
 (0)