Skip to content

Commit

Permalink
deps(monorepo): update auto-merge non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 39e8fe3 commit b1a59ac
Show file tree
Hide file tree
Showing 11 changed files with 1,175 additions and 932 deletions.
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8.0
22.9.0
14 changes: 7 additions & 7 deletions apps/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"peerDependencies": {
"@tamagui/web": "^1.110.5",
"nx": "19.7.3"
"@tamagui/web": "^1.112.19",
"nx": "19.8.3"
},
"dependencies": {
"@nx/devkit": "19.7.3",
"@nx/devkit": "19.8.3",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@tamagui/fake-react-native": "^1.110.5",
"esbuild": "^0.23.1",
"@tamagui/fake-react-native": "^1.112.19",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@tamagui/web": "^1.110.5",
"@tamagui/web": "^1.112.19",
"@types/fs-extra": "^11.0.4",
"nx": "19.7.3"
"nx": "19.8.3"
},
"executors": "./executors.json"
}
44 changes: 22 additions & 22 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.12.0",
"engines": {
"node": ">=22.8.0",
"pnpm": ">=9.10.0"
"node": ">=22.9.0",
"pnpm": ">=9.12.0"
},
"keywords": [
"storm-stack",
Expand Down Expand Up @@ -86,17 +86,17 @@
"@commitlint/cli": "^19.5.0",
"@ls-lint/ls-lint": "^2.2.3",
"@nderscore/tamagui-typescript-plugin": "^0.6.0",
"@nx/cypress": "19.7.3",
"@nx/devkit": "19.7.3",
"@nx/eslint-plugin": "19.7.3",
"@nx/jest": "19.7.3",
"@nx/js": "19.7.3",
"@nx/next": "19.7.3",
"@nx/plugin": "19.7.3",
"@nx/react": "19.7.3",
"@nx/react-native": "19.7.3",
"@nx/rollup": "19.7.3",
"@nx/workspace": "19.7.3",
"@nx/cypress": "19.8.3",
"@nx/devkit": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/jest": "19.8.3",
"@nx/js": "19.8.3",
"@nx/next": "19.8.3",
"@nx/plugin": "19.8.3",
"@nx/react": "19.8.3",
"@nx/react-native": "19.8.3",
"@nx/rollup": "19.8.3",
"@nx/workspace": "19.8.3",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/eslint": "latest",
Expand All @@ -113,28 +113,28 @@
"@taplo/cli": "^0.7.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"babel-jest": "29.7.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"copyfiles": "^2.4.1",
"cypress": "13.14.2",
"eslint": "^9.10.0",
"cypress": "13.15.0",
"eslint": "^9.11.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.30.2",
"lefthook": "^1.7.15",
"knip": "5.31.0",
"lefthook": "^1.7.18",
"log4brains": "1.0.1",
"ls-lint": "^0.1.2",
"make-dir-cli": "^4.0.0",
"nx": "19.7.3",
"nx": "19.8.3",
"prettier": "^3.3.3",
"react": "19.0.0-rc-f6cce072-20240723",
"react-dom": "19.0.0-rc-f6cce072-20240723",
"react-native": "0.75.3",
"react-native": "0.75.4",
"rimraf": "^6.0.1",
"sherif": "1.0.0",
"ts-jest": "29.2.5",
Expand Down Expand Up @@ -170,7 +170,7 @@
"parse-url": ">=9.2.0",
"shell-quote": ">=1.8.1",
"loader-utils": ">=3.3.1",
"simple-git": ">=3.26.0",
"simple-git": ">=3.27.0",
"nth-check": ">=2.1.1",
"postcss": ">=8.4.47",
"follow-redirects": ">=1.15.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/node": "^22.5.5"
"@types/node": "^22.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/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.5.5"
"@types/node": "^22.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/file-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"semver": "7.6.3"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@types/semver": "7.5.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@antfu/ni": "^0.23.0",
"enhanced-resolve": "^5.17.1",
"execa": "^9.3.1",
"execa": "^9.4.0",
"glob": "^11.0.0",
"md5": "^2.3.0",
"pnpapi": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ufo": "^1.5.4"
},
"devDependencies": {
"@types/node": "^22.5.5"
"@types/node": "^22.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"@opentelemetry/sdk-trace-base": "^1.26.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@sentry/node": "^8.30.0",
"@sentry/opentelemetry": "^8.30.0",
"@sentry/types": "^8.30.0",
"@sentry/node": "^8.33.1",
"@sentry/opentelemetry": "^8.33.1",
"@sentry/types": "^8.33.1",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"pino": "9.4.0",
"pino-loki": "2.3.0",
"pino-loki": "2.3.1",
"pino-pretty": "11.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.5"
"@types/node": "^22.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"private": false,
"devDependencies": {
"@types/node": "^22.5.5"
"@types/node": "^22.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b1a59ac

Please sign in to comment.