File tree Expand file tree Collapse file tree 15 files changed +55
-55
lines changed
b2c-plugin-example-config Expand file tree Collapse file tree 15 files changed +55
-55
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 }})
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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:" ,
5353 "typescript" : " catalog:"
5454 },
5555 "engines" : {
56- "node" : " >=22.16.0 "
56+ "node" : " >=22.22.1 "
5757 },
5858 "files" : [
5959 " ./bin" ,
Original file line number Diff line number Diff line change 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:" ,
131131 "typescript-eslint" : " catalog:"
132132 },
133133 "engines" : {
134- "node" : " >=22.16.0 "
134+ "node" : " >=22.22.1 "
135135 }
136136}
You can’t perform that action at this time.
0 commit comments