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 Nov 13, 2024
1 parent 757b1bc commit f10015c
Show file tree
Hide file tree
Showing 4 changed files with 3,958 additions and 1,399 deletions.
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.18.0
4 changes: 2 additions & 2 deletions apps/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@nx/devkit": "19.6.2",
"@nx/devkit": "19.8.10",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"tslib": "^2.3.0"
"tslib": "^2.8.1"
},
"generators": "./generators.json"
}
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"license": "Apache-2.0",
"private": true,
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=20.11.0",
"pnpm": ">=9.8.0"
"node": ">=20.18.0",
"pnpm": ">=9.13.0"
},
"keywords": [
"storm",
Expand Down Expand Up @@ -83,15 +83,15 @@
"dependencies": {
"@ls-lint/ls-lint": "2.2.3",
"@ltd/j-toml": "1.38.0",
"@nx-tools/container-metadata": "^6.0.2",
"@nx-tools/nx-container": "^6.0.2",
"@nx/devkit": "19.6.2",
"@nx/esbuild": "19.6.2",
"@nx/eslint-plugin": "19.6.2",
"@nx/js": "19.6.2",
"@nx/node": "19.6.2",
"@nx/plugin": "19.6.2",
"@nx/workspace": "19.6.2",
"@nx-tools/container-metadata": "^6.1.1",
"@nx-tools/nx-container": "^6.1.1",
"@nx/devkit": "19.8.10",
"@nx/esbuild": "19.8.10",
"@nx/eslint-plugin": "19.8.10",
"@nx/js": "19.8.10",
"@nx/node": "19.8.10",
"@nx/plugin": "19.8.10",
"@nx/workspace": "19.8.10",
"@storm-software/cloudflare-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
Expand All @@ -104,38 +104,38 @@
"@storm-software/tsconfig": "latest",
"@storm-software/workspace-tools": "latest",
"@taplo/cli": "0.7.0",
"@types/jest": "29.5.12",
"@types/node": "^20.14.10",
"@types/jest": "29.5.14",
"@types/node": "^20.17.6",
"conventional-changelog-conventionalcommits": "8.0.0",
"copyfiles": "2.4.1",
"esbuild": "0.21.5",
"esbuild-register": "3.5.0",
"eslint": "9.5.0",
"esbuild": "0.24.0",
"esbuild-register": "3.6.0",
"eslint": "9.14.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.25.2",
"nx": "19.6.2",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"sherif": "0.10.0",
"ts-jest": "29.1.5",
"knip": "5.36.7",
"nx": "19.8.10",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"sherif": "0.11.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "^2.6.3",
"tslib": "^2.8.1",
"typescript": "5.5.3",
"verdaccio": "5.31.1"
"verdaccio": "5.32.2"
},
"devDependencies": {
"@nx/eslint": "19.6.2",
"@nx/jest": "19.6.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0"
"@nx/eslint": "19.8.10",
"@nx/jest": "19.8.10",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.5.0",
"@swc/core": "~1.9.2",
"@swc/helpers": "~0.5.15",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0"
},
"devEngines": {
"node": "20.x || 21.x"
Expand All @@ -157,7 +157,7 @@
},
"pnpm": {
"overrides": {
"axios": ">=1.7.4",
"axios": ">=1.7.7",
"@storm-chef/nx": "workspace:*"
}
},
Expand Down
Loading

0 comments on commit f10015c

Please sign in to comment.