Skip to content

Commit 4597d00

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 3a8934a commit 4597d00

File tree

15 files changed

+55
-55
lines changed

15 files changed

+55
-55
lines changed

.github/workflows/changesets.yml

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

3636
- name: Create Release PR
3737
id: changesets
38-
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
38+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
3939
with:
4040
version: pnpm changeset version
4141
title: 'Next Release: changelog and version packages'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: pnpm run typecheck:agent && pnpm run lint
8888

8989
- name: Test Report
90-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
90+
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
9191
if: always() && steps.sdk-test.conclusion != 'cancelled'
9292
with:
9393
name: Test Results (Node ${{ matrix.node-version }})

.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@v4
2020
with:
21-
node-version: '24'
21+
node-version: '24.14.0'
2222

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

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
pnpm run test:e2e:ci && pnpm run lint
124124
125125
- name: E2E Test Report
126-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
126+
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
127127
if: always() && steps.e2e-test.conclusion != 'cancelled' && steps.check-secrets.outputs.has-secrets == 'true'
128128
with:
129129
name: E2E Test Results (Node ${{ matrix.node-version }})
@@ -175,7 +175,7 @@ jobs:
175175
- uses: actions/checkout@v4
176176
- uses: actions/setup-node@v4
177177
with:
178-
node-version: '22.x'
178+
node-version: '22.22.1'
179179
- name: Setup pnpm
180180
uses: pnpm/action-setup@v4
181181
with:

.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@v4
2424
with:
25-
node-version: 22.x
25+
node-version: 22.22.1
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4

.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@v4
2727

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"devDependencies": {
1313
"@salesforce/b2c-tooling-sdk": "workspace:*",
14-
"typedoc": "^0.28.14",
15-
"typedoc-plugin-markdown": "^4.9.0",
14+
"typedoc": "^0.28.17",
15+
"typedoc-plugin-markdown": "^4.10.0",
1616
"typedoc-vitepress-theme": "^1.1.2",
1717
"vitepress": "^1.6.4"
1818
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"keywords": [],
2626
"author": "",
2727
"license": "Apache-2.0",
28-
"packageManager": "pnpm@10.17.1",
28+
"packageManager": "pnpm@10.32.0",
2929
"devDependencies": {
30-
"@changesets/changelog-github": "^0.5.2",
31-
"@changesets/cli": "^2.29.8",
30+
"@changesets/changelog-github": "^0.6.0",
31+
"@changesets/cli": "^2.30.0",
3232
"eslint-plugin-prettier": "catalog:",
3333
"prettier": "catalog:"
3434
}

packages/b2c-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"registry": "https://registry.npmjs.org/"
1313
},
1414
"dependencies": {
15-
"@inquirer/prompts": "8.2.0",
15+
"@inquirer/prompts": "8.3.0",
1616
"@oclif/core": "catalog:",
17-
"@oclif/plugin-autocomplete": "3.2.39",
18-
"@oclif/plugin-help": "6.2.35",
19-
"@oclif/plugin-not-found": "3.2.72",
20-
"@oclif/plugin-plugins": "5.4.53",
21-
"@oclif/plugin-version": "2.2.36",
22-
"@oclif/plugin-warn-if-update-available": "3.1.52",
17+
"@oclif/plugin-autocomplete": "3.2.40",
18+
"@oclif/plugin-help": "6.2.37",
19+
"@oclif/plugin-not-found": "3.2.74",
20+
"@oclif/plugin-plugins": "5.4.58",
21+
"@oclif/plugin-version": "2.2.37",
22+
"@oclif/plugin-warn-if-update-available": "3.1.55",
2323
"@salesforce/b2c-tooling-sdk": "workspace:*",
2424
"cliui": "catalog:",
2525
"glob": "catalog:",
@@ -53,7 +53,7 @@
5353
"typescript": "catalog:"
5454
},
5555
"engines": {
56-
"node": ">=22.16.0"
56+
"node": ">=22.22.1"
5757
},
5858
"files": [
5959
"./bin",

packages/b2c-dx-mcp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,19 @@
9595
"postpack": "shx rm -f oclif.manifest.json"
9696
},
9797
"dependencies": {
98-
"@modelcontextprotocol/sdk": "1.26.0",
98+
"@modelcontextprotocol/sdk": "1.27.1",
9999
"@oclif/core": "catalog:",
100100
"@salesforce/b2c-tooling-sdk": "workspace:*",
101101
"glob": "catalog:",
102102
"ts-morph": "^27.0.0",
103-
"yaml": "2.8.1",
104-
"postcss": "8.5.6",
103+
"yaml": "2.8.2",
104+
"postcss": "8.5.8",
105105
"zod": "3.25.76"
106106
},
107107
"devDependencies": {
108108
"@eslint/compat": "catalog:",
109109
"@eslint/js": "^9",
110-
"@modelcontextprotocol/inspector": "^0.18.0",
110+
"@modelcontextprotocol/inspector": "^0.21.1",
111111
"@oclif/prettier-config": "catalog:",
112112
"@salesforce/dev-config": "catalog:",
113113
"@types/chai": "catalog:",
@@ -131,6 +131,6 @@
131131
"typescript-eslint": "catalog:"
132132
},
133133
"engines": {
134-
"node": ">=22.16.0"
134+
"node": ">=22.22.1"
135135
}
136136
}

0 commit comments

Comments
 (0)