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 Sep 22, 2024
1 parent 1101c4e commit 6c1f714
Show file tree
Hide file tree
Showing 6 changed files with 888 additions and 703 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.111.11",
"nx": "19.8.0"
},
"dependencies": {
"@nx/devkit": "19.7.3",
"@nx/devkit": "19.8.0",
"@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.111.11",
"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.111.11",
"@types/fs-extra": "^11.0.4",
"nx": "19.7.3"
"nx": "19.8.0"
},
"executors": "./executors.json"
}
36 changes: 18 additions & 18 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.11.0",
"engines": {
"node": ">=22.8.0",
"pnpm": ">=9.10.0"
"node": ">=22.9.0",
"pnpm": ">=9.11.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.0",
"@nx/devkit": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/next": "19.8.0",
"@nx/plugin": "19.8.0",
"@nx/react": "19.8.0",
"@nx/react-native": "19.8.0",
"@nx/rollup": "19.8.0",
"@nx/workspace": "19.8.0",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/eslint": "latest",
Expand All @@ -120,17 +120,17 @@
"conventional-changelog-conventionalcommits": "^8.0.0",
"copyfiles": "^2.4.1",
"cypress": "13.14.2",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"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",
"knip": "5.30.4",
"lefthook": "^1.7.15",
"log4brains": "1.0.1",
"ls-lint": "^0.1.2",
"make-dir-cli": "^4.0.0",
"nx": "19.7.3",
"nx": "19.8.0",
"prettier": "^3.3.3",
"react": "19.0.0-rc-f6cce072-20240723",
"react-dom": "19.0.0-rc-f6cce072-20240723",
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/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/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@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"
},
Expand Down
Loading

0 comments on commit 6c1f714

Please sign in to comment.