Skip to content

Commit 2903600

Browse files
chore(monorepo): update auto-merge non-major dependencies
1 parent 242a5a8 commit 2903600

File tree

10 files changed

+142
-142
lines changed

10 files changed

+142
-142
lines changed

.github/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.22.0

.github/workflows/codeql.yml

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

5959
steps:
6060
- name: Cancel Previous Runs
61-
uses: styfle/cancel-workflow-action@0.12.1
61+
uses: styfle/cancel-workflow-action@0.13.0
6262
with:
6363
all_but_latest: true
6464
access_token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}

.github/workflows/gitguardian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: GitGuardian scan
25-
uses: GitGuardian/ggshield/actions/secret@v1.39.0
25+
uses: GitGuardian/ggshield/actions/secret@v1.46.0
2626
with:
2727
args:
2828
"--exclude pnpm-lock.yaml --exclude tools/config/verdaccio.yml

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"license": "Apache-2.0",
1919
"private": true,
20-
"packageManager": "pnpm@10.10.0",
20+
"packageManager": "pnpm@10.28.0",
2121
"engines": {
22-
"node": ">=22.14.0",
23-
"pnpm": ">=10.10.0"
22+
"node": ">=22.22.0",
23+
"pnpm": ">=10.28.0"
2424
},
2525
"keywords": [
2626
"storm-stack",

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -917,16 +917,16 @@
917917
"postinstall": "node ./scripts/post-install.cjs || exit 0"
918918
},
919919
"peerDependencies": {
920-
"@nuxt/kit": "^4.1.1",
921-
"@nuxt/schema": "^4.1.1",
922-
"@rspack/cli": "^1.3.8",
923-
"@rspack/core": "^1.3.8",
920+
"@nuxt/kit": "^4.2.2",
921+
"@nuxt/schema": "^4.2.2",
922+
"@rspack/cli": "^1.7.2",
923+
"@rspack/core": "^1.7.2",
924924
"@storm-stack/tsdoc": "*",
925925
"astro": "^5.13.5",
926-
"rolldown": "^1.0.0-beta.41",
927-
"rollup": "^4.52.3",
926+
"rolldown": "^1.0.0-beta.60",
927+
"rollup": "^4.55.1",
928928
"vite": "^7.1.7",
929-
"webpack": "^5.101.3"
929+
"webpack": "^5.104.1"
930930
},
931931
"peerDependenciesMeta": {
932932
"@nuxt/kit": {

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint-config"
9494
],
9595
"peerDependencies": {
96-
"eslint": ">=9.26.0"
96+
"eslint": ">=9.39.2"
9797
},
9898
"peerDependenciesMeta": {
9999
"eslint": {

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"storm-stack-plugin"
150150
],
151151
"peerDependencies": {
152-
"@babel/plugin-syntax-jsx": "^7.27.1",
152+
"@babel/plugin-syntax-jsx": "^7.28.6",
153153
"@storm-stack/plugin-env": "*",
154154
"@storm-stack/plugin-error": "*",
155155
"@storm-stack/plugin-log-console": "*",

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tsconfig"
6161
],
6262
"peerDependencies": {
63-
"@storm-software/tsconfig": ">=0.43.15"
63+
"@storm-software/tsconfig": ">=0.47.74"
6464
},
6565
"peerDependenciesMeta": {
6666
"@storm-software/tsconfig": {

packages/tsdoc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"api-extractor"
5858
],
5959
"peerDependencies": {
60-
"@microsoft/api-extractor": ">=7.52.0",
61-
"@microsoft/tsdoc": ">=0.15.0",
62-
"@microsoft/tsdoc-config": ">=0.17.0",
60+
"@microsoft/api-extractor": ">=7.55.2",
61+
"@microsoft/tsdoc": ">=0.16.0",
62+
"@microsoft/tsdoc-config": ">=0.18.0",
6363
"@storm-software/tsdoc": "*"
6464
},
6565
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)