File tree Expand file tree Collapse file tree
b2c-plugin-example-config Expand file tree Collapse file tree 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 8484 run : pnpm run typecheck:agent && pnpm run lint
8585
8686 - name : Test Report
87- uses : dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3 .0
87+ uses : dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6 .0
8888 if : always() && steps.sdk-test.conclusion != 'cancelled'
8989 with :
9090 name : Test Results (Node ${{ matrix.node-version }})
Original file line number Diff line number Diff line change 2525 - name : Setup Node.js
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 22.x
28+ node-version : 22.22.1
2929
3030 - name : Setup pnpm
3131 uses : pnpm/action-setup@v4
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 .1" ,
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.2 " ,
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.41 " ,
18+ "@oclif/plugin-help" : " 6.2.38 " ,
19+ "@oclif/plugin-not-found" : " 3.2.75 " ,
20+ "@oclif/plugin-plugins" : " 5.4.58 " ,
21+ "@oclif/plugin-version" : " 2.2.38 " ,
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" ,
You can’t perform that action at this time.
0 commit comments