Skip to content

Commit c0a0990

Browse files
committed
fix(deps): update all non-major dependencies
1 parent b6d2879 commit c0a0990

19 files changed

Lines changed: 84 additions & 84 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3131
with:
32-
node-version: 22
32+
node-version: 22.23.1
3333
cache: 'pnpm'
3434

3535
- name: Configure git push credentials
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Create Release PR
4242
id: changesets
43-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
43+
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
4444
with:
4545
version: pnpm run version
4646
title: 'Next Release: changelog and version packages'

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 22
30+
node-version: 22.23.1
3131
cache: pnpm
3232

3333
- name: Setup Pages

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22.x
28+
node-version: 22.23.1
2929

3030
- name: Setup pnpm
3131
uses: pnpm/action-setup@v5

.github/workflows/e2e-shell-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: '24'
21+
node-version: '24.18.0'
2222

2323
- name: Check for required secrets and vars
2424
id: check-secrets

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- uses: actions/checkout@v6
251251
- uses: actions/setup-node@v6
252252
with:
253-
node-version: '22.x'
253+
node-version: '22.23.1'
254254
- name: Setup pnpm
255255
uses: pnpm/action-setup@v5
256256
- name: Get pnpm store directory

.github/workflows/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 22.x
25+
node-version: 22.23.1
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: steps.release-type.outputs.type == 'nightly' || (steps.changesets.outputs.skip != 'true' && steps.quick-check.outputs.skip != 'true')
119119
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
120120
with:
121-
node-version: '22.22.1'
121+
node-version: '22.23.1'
122122
cache: 'pnpm'
123123
registry-url: 'https://registry.npmjs.org'
124124

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Run Renovate
29-
uses: renovatebot/github-action@v46.1.6
29+
uses: renovatebot/github-action@v46.1.17
3030
with:
3131
configurationFile: renovate.json
3232
token: ${{ secrets.RENOVATE_TOKEN }}

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"devDependencies": {
1313
"@salesforce/b2c-tooling-sdk": "workspace:*",
14-
"typedoc": "^0.28.14",
14+
"typedoc": "^0.28.19",
1515
"typedoc-plugin-frontmatter": "^1.3.1",
16-
"typedoc-plugin-markdown": "^4.9.0",
17-
"typedoc-vitepress-theme": "^1.1.2",
16+
"typedoc-plugin-markdown": "^4.12.0",
17+
"typedoc-vitepress-theme": "^1.1.3",
1818
"vitepress": "2.0.0-alpha.17",
1919
"vitepress-plugin-group-icons": "^1.7.5"
2020
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"keywords": [],
2828
"author": "",
2929
"license": "Apache-2.0",
30-
"packageManager": "pnpm@10.17.1",
30+
"packageManager": "pnpm@10.34.4",
3131
"devDependencies": {
32-
"@changesets/changelog-github": "^0.5.2",
32+
"@changesets/changelog-github": "^0.7.0",
3333
"@changesets/cli": "^2.31.0",
3434
"eslint-plugin-prettier": "catalog:",
3535
"prettier": "catalog:"

0 commit comments

Comments
 (0)