Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(monorepo): update auto-merge non-major dependencies #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.14.0
4 changes: 2 additions & 2 deletions .github/actions/setup-workspace/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- name: Setup PNPM
id: pnpm_setup
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
with:
version: ${{ steps.pnpm.outputs.version }}
run_install: false
Expand All @@ -49,7 +49,7 @@ runs:
cache: pnpm
cache-dependency-path: pnpm-lock.yaml

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
id: pnpm-install
with:
version: 9.12.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
run: pnpm lint-sherif

- name: Apply fixes
uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
with:
commit-message: "ci(monorepo): Apply automated CI fixes"
20 changes: 10 additions & 10 deletions .github/workflows/schedule-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: stale-more-info-needed
id: stale-more-info-needed
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 14
Expand All @@ -35,7 +35,7 @@ jobs:
- name: stale-needs-rebase
id: stale-needs-rebase
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 14
Expand All @@ -51,7 +51,7 @@ jobs:
- name: stale-repro-needed
id: stale-repro-needed
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 14
Expand All @@ -67,7 +67,7 @@ jobs:
- name: stale-retry-with-latest
id: stale-retry-with-latest
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 14
Expand All @@ -83,7 +83,7 @@ jobs:
- name: stale-bug
id: stale-bug
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 180
Expand All @@ -99,7 +99,7 @@ jobs:
- name: stale-cleanup
id: stale-cleanup
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 180
Expand All @@ -115,7 +115,7 @@ jobs:
- name: stale-docs
id: stale-docs
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 180
Expand All @@ -131,7 +131,7 @@ jobs:
- name: stale-enhancement
id: stale-enhancement
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 250
Expand All @@ -147,7 +147,7 @@ jobs:
- name: stale-feature
id: stale-feature
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 250
Expand All @@ -163,7 +163,7 @@ jobs:
- name: stale-question
id: stale-question
uses: actions/stale@v9.0.0
uses: actions/stale@v9.1.0
with:
repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
days-before-stale: 45
Expand Down
4 changes: 2 additions & 2 deletions build/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"private": false,
"dependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@microsoft/api-extractor": "^7.50.0",
"@storm-software/config-tools": "latest",
"@storm-software/esbuild": "latest",
"@storm-software/unbuild": "latest"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.13.4",
"esbuild": "^0.24.0",
"tsup": "^8.3.5",
"typescript": "^5.6.2"
Expand Down
32 changes: 16 additions & 16 deletions build/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"typings": "./dist/index.d.ts",
"peerDependencies": {
"@nx/devkit": "^20.3.0",
"@nx/js": "^20.3.0",
"@nx/workspace": "^20.3.0",
"@samchon/openapi": "^2.3.1",
"@swc/core": "1.7.26",
"@swc/wasm": "^1.10.1",
"nx": "^20.3.0"
"@nx/devkit": "^20.4.4",
"@nx/js": "^20.4.4",
"@nx/workspace": "^20.4.4",
"@samchon/openapi": "^2.4.3",
"@swc/core": "1.10.16",
"@swc/wasm": "^1.10.16",
"nx": "^20.4.4"
},
"peerDependenciesMeta": {
"@nx/devkit": {
Expand All @@ -46,20 +46,20 @@
}
},
"dependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@microsoft/api-extractor": "^7.50.0",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/workspace-tools": "latest"
},
"devDependencies": {
"@nx/devkit": "^20.3.0",
"@nx/js": "^20.3.0",
"@nx/workspace": "^20.3.0",
"@samchon/openapi": "^2.3.1",
"@swc/core": "1.7.26",
"@swc/wasm": "^1.10.1",
"@types/node": "^22.10.2",
"nx": "^20.3.0",
"@nx/devkit": "^20.4.4",
"@nx/js": "^20.4.4",
"@nx/workspace": "^20.4.4",
"@samchon/openapi": "^2.4.3",
"@swc/core": "1.10.16",
"@swc/wasm": "^1.10.16",
"@types/node": "^22.13.4",
"nx": "^20.4.4",
"tsup": "^8.3.5"
},
"executors": "./executors.json"
Expand Down
20 changes: 10 additions & 10 deletions build/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
],
"peerDependencies": {
"@storm-software/eslint": "latest",
"rollup": ">=4.28.1",
"rollup": ">=4.34.7",
"typescript": "^5.6.2",
"vite": ">=6.0.4"
},
Expand All @@ -146,26 +146,26 @@
"dependencies": {
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.4",
"consola": "^3.3.0",
"consola": "^3.4.0",
"diff-match-patch": "^1.0.5",
"find-cache-dir": "^5.0.0",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.17",
"pathe": "^1.1.2",
"picomatch": "^4.0.2",
"pkg-types": "^1.2.1",
"typia": "^7.5.0",
"unimport": "^3.14.5",
"unplugin": "^2.1.0"
"pkg-types": "^1.3.1",
"typia": "^7.6.4",
"unimport": "^3.14.6",
"unplugin": "^2.2.0"
},
"devDependencies": {
"@storm-software/eslint": "latest",
"@types/node": "^22.10.2",
"@types/picomatch": "^3.0.1",
"@types/node": "^22.13.4",
"@types/picomatch": "^3.0.2",
"@types/resolve": "^1.20.6",
"rollup": ">=4.28.1",
"rollup": ">=4.34.7",
"tsup": "^8.3.5",
"type-fest": "^4.30.2",
"type-fest": "^4.34.1",
"typescript": "^5.6.2",
"vite": ">=6.0.4"
},
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"license": "Apache-2.0",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.15.5",
"engines": {
"node": ">=22.12.0",
"pnpm": ">=9.10.0"
"node": ">=22.14.0",
"pnpm": ">=9.15.5"
},
"keywords": [
"storm-stack",
Expand Down Expand Up @@ -86,15 +86,15 @@
"syncpack": "pnpm exec syncpack fix-mismatches --config=\"./syncpack.config.js\""
},
"dependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/cli": "^19.7.1",
"@ls-lint/ls-lint": "^2.2.3",
"@nx/devkit": "^20.3.0",
"@nx/eslint-plugin": "^20.3.0",
"@nx/jest": "^20.3.0",
"@nx/js": "^20.3.0",
"@nx/plugin": "^20.3.0",
"@nx/react": "^20.3.0",
"@nx/workspace": "^20.3.0",
"@nx/devkit": "^20.4.4",
"@nx/eslint-plugin": "^20.4.4",
"@nx/jest": "^20.4.4",
"@nx/js": "^20.4.4",
"@nx/plugin": "^20.4.4",
"@nx/react": "^20.4.4",
"@nx/workspace": "^20.4.4",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/eslint": "latest",
Expand All @@ -105,39 +105,39 @@
"@storm-software/tsconfig": "latest",
"@storm-software/workspace-tools": "latest",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.16",
"@swc/helpers": "0.5.15",
"@taplo/cli": "^0.7.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"conventional-changelog-conventionalcommits": "^8.0.0",
"copyfiles": "^2.4.1",
"eslint": "^9.12.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"knip": "5.33.1",
"lefthook": "^1.7.18",
"log4brains": "1.0.1",
"knip": "5.44.1",
"lefthook": "^1.10.10",
"log4brains": "1.1.0",
"ls-lint": "^0.1.2",
"make-dir-cli": "^4.0.0",
"nx": "^20.3.0",
"prettier": "^3.3.3",
"nx": "^20.4.4",
"prettier": "^3.5.1",
"react": "19.0.0-rc-f6cce072-20240723",
"react-dom": "19.0.0-rc-f6cce072-20240723",
"react-native": "0.75.4",
"rimraf": "^6.0.1",
"sherif": "1.0.0",
"syncpack": "^13.0.0",
"sherif": "1.3.0",
"syncpack": "^13.0.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.7.0",
"tslib": "^2.8.1",
"typescript": "^5.6.2",
"verdaccio": "5.32.2"
"verdaccio": "5.33.0"
},
"namespace": "@storm-stack",
"nx": {
Expand All @@ -161,17 +161,17 @@
"@types/react-dom": "npm:types-react-dom@rc",
"ip": ">=2.0.1",
"next": ">=13.4.20-canary.13",
"debug": ">=4.3.7",
"got": ">=14.4.2",
"debug": ">=4.4.0",
"got": ">=14.4.6",
"markdown-it": ">=14.1.0",
"node-fetch": ">=3.3.2",
"parse-path": ">=7.0.0",
"parse-path": ">=7.0.1",
"parse-url": ">=9.2.0",
"shell-quote": ">=1.8.1",
"shell-quote": ">=1.8.2",
"loader-utils": ">=3.3.1",
"simple-git": ">=3.27.0",
"nth-check": ">=2.1.1",
"postcss": ">=8.4.47",
"postcss": ">=8.5.2",
"follow-redirects": ">=1.15.9",
"@storm-stack/utilities": "1.39.0",
"@storm-stack/unique-identifier": "1.33.0",
Expand All @@ -191,8 +191,8 @@
"@storm-stack/hooks": "0.25.1",
"@storm-stack/env": "0.1.0",
"@storm-stack/build-plugin": "0.2.1",
"@storm-stack/build-nx": "1.4.2",
"@storm-stack/build-core": "0.1.1",
"@storm-stack/build-nx": "1.5.0",
"@storm-stack/build-core": "0.2.0",
"@storm-stack/tools-config": "0.0.1",
"@storm-stack/cli-helpers": "0.0.1",
"@storm-stack/json": "0.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/base/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"private": false,
"dependencies": {
"@antfu/install-pkg": "^0.5.0",
"@antfu/ni": "^0.23.0",
"@antfu/ni": "^0.23.2",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"chalk": "5.3.0",
"chalk": "5.4.1",
"commander": "12.1.0",
"console-table-printer": "2.12.1"
},
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/node": "^22.10.2"
"@types/node": "^22.13.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/base/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@storm-software/workspace-tools": "latest"
},
"devDependencies": {
"@types/node": "^22.10.2"
"@types/node": "^22.13.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/base/file-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"private": false,
"dependencies": {
"@storm-software/config-tools": "latest",
"semver": "7.6.3"
"semver": "7.7.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.13.4",
"@types/semver": "7.5.8"
},
"publishConfig": {
Expand Down
Loading