Skip to content

Commit e8d8c44

Browse files
authored
chore: bump dependency @silverhand/essentials to v2.9.3 (#1070)
1 parent c824f8e commit e8d8c44

File tree

13 files changed

+128
-153
lines changed

13 files changed

+128
-153
lines changed

.changeset/cyan-rocks-buy.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@logto/angular": patch
3+
"@logto/browser": patch
4+
"@logto/client": patch
5+
"@logto/react": patch
6+
"@logto/node": patch
7+
"@logto/nuxt": patch
8+
"@logto/vue": patch
9+
"@logto/js": patch
10+
---
11+
12+
bump @silverhand/essentials dependency to v2.9.3, which supports more Node.js versions (18, 20, 22, 24 and 25).

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node and pnpm
2424
uses: silverhand-io/actions-node-pnpm-run-steps@v5
2525
with:
26-
pnpm-version: 9
26+
pnpm-version: 10
2727

2828
- name: Commitlint
2929
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node and pnpm
2222
uses: silverhand-io/actions-node-pnpm-run-steps@v5
2323
with:
24-
pnpm-version: 9
24+
pnpm-version: 10
2525

2626
- name: Build
2727
run: pnpm -r build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node and pnpm
2929
uses: silverhand-io/actions-node-pnpm-run-steps@v5
3030
with:
31-
pnpm-version: 9
31+
pnpm-version: 10
3232

3333
- name: Build
3434
run: pnpm build

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@logto/js": "workspace:^",
31-
"@silverhand/essentials": "^2.9.2"
31+
"@silverhand/essentials": "^2.9.3"
3232
},
3333
"devDependencies": {
3434
"@silverhand/eslint-config": "^6.0.1",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@logto/client": "workspace:^",
33-
"@silverhand/essentials": "^2.9.2",
33+
"@silverhand/essentials": "^2.9.3",
3434
"js-base64": "^3.7.4"
3535
},
3636
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@logto/js": "workspace:^",
36-
"@silverhand/essentials": "^2.9.2",
36+
"@silverhand/essentials": "^2.9.3",
3737
"camelcase-keys": "^9.1.3",
3838
"jose": "^5.2.2"
3939
},

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prepack": "pnpm build && pnpm test"
3131
},
3232
"dependencies": {
33-
"@silverhand/essentials": "^2.9.2",
33+
"@silverhand/essentials": "^2.9.3",
3434
"camelcase-keys": "^9.1.3"
3535
},
3636
"devDependencies": {

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@logto/client": "workspace:^",
42-
"@silverhand/essentials": "^2.9.2",
42+
"@silverhand/essentials": "^2.9.3",
4343
"js-base64": "^3.7.4"
4444
},
4545
"devDependencies": {

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@logto/node": "workspace:^",
5757
"@nuxt/kit": "^3.17.2",
58-
"@silverhand/essentials": "^2.9.2",
58+
"@silverhand/essentials": "^2.9.3",
5959
"defu": "^6.1.4"
6060
}
6161
}

0 commit comments

Comments
 (0)