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 29, 2024
1 parent 85ab369 commit 9adce0c
Show file tree
Hide file tree
Showing 15 changed files with 4,333 additions and 2,807 deletions.
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.9.0
22.11.0
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment started
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
channel-id: "notifications"
payload: |
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment successful
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
channel-id: "notifications"
update-ts: ${{ steps.release.outputs.ts }}
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment failed
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
channel-id: "notifications"
update-ts: ${{ steps.release.outputs.ts }}
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment cancelled
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
channel-id: "notifications"
update-ts: ${{ steps.release.outputs.ts }}
Expand Down
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.113.0",
"nx": "20.0.11"
"@tamagui/web": "^1.117.2",
"nx": "20.1.4"
},
"dependencies": {
"@nx/devkit": "20.0.11",
"@nx/devkit": "20.1.4",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@tamagui/fake-react-native": "^1.113.0",
"@tamagui/fake-react-native": "^1.117.2",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"tslib": "^2.7.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@tamagui/web": "^1.113.0",
"@tamagui/web": "^1.117.2",
"@types/fs-extra": "^11.0.4",
"nx": "20.0.11"
"nx": "20.1.4"
},
"executors": "./executors.json"
}
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.12.1",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=22.9.0",
"pnpm": ">=9.12.1"
"node": ">=22.11.0",
"pnpm": ">=9.14.4"
},
"keywords": [
"storm-stack",
Expand Down Expand Up @@ -83,20 +83,20 @@
"start": "nx serve"
},
"dependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@ls-lint/ls-lint": "^2.2.3",
"@nderscore/tamagui-typescript-plugin": "^0.6.0",
"@nx/cypress": "20.0.11",
"@nx/devkit": "20.0.11",
"@nx/eslint-plugin": "20.0.11",
"@nx/jest": "20.0.11",
"@nx/js": "20.0.11",
"@nx/next": "20.0.11",
"@nx/plugin": "20.0.11",
"@nx/react": "20.0.11",
"@nx/react-native": "20.0.11",
"@nx/rollup": "20.0.11",
"@nx/workspace": "20.0.11",
"@nx/cypress": "20.1.4",
"@nx/devkit": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/js": "20.1.4",
"@nx/next": "20.1.4",
"@nx/plugin": "20.1.4",
"@nx/react": "20.1.4",
"@nx/react-native": "20.1.4",
"@nx/rollup": "20.1.4",
"@nx/workspace": "20.1.4",
"@storm-software/build-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/eslint": "latest",
Expand All @@ -107,41 +107,41 @@
"@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.5.1",
"@swc/core": "1.9.3",
"@swc/helpers": "0.5.15",
"@taplo/cli": "^0.7.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/node": "^22.7.5",
"@types/jest": "29.5.14",
"@types/node": "^22.10.1",
"@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.15.0",
"eslint": "^9.12.0",
"cypress": "13.16.0",
"eslint": "^9.15.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.33.1",
"lefthook": "^1.7.18",
"knip": "5.38.2",
"lefthook": "^1.8.4",
"log4brains": "1.0.1",
"ls-lint": "^0.1.2",
"make-dir-cli": "^4.0.0",
"nx": "20.0.11",
"prettier": "^3.3.3",
"nx": "20.1.4",
"prettier": "^3.4.1",
"react": "19.0.0-rc-f6cce072-20240723",
"react-dom": "19.0.0-rc-f6cce072-20240723",
"react-native": "0.75.4",
"react-native": "0.76.3",
"rimraf": "^6.0.1",
"sherif": "1.0.0",
"sherif": "1.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 @@ -163,16 +163,16 @@
"ip": ">=2.0.1",
"next": ">=13.4.20-canary.13",
"debug": ">=4.3.7",
"got": ">=14.4.2",
"got": ">=14.4.5",
"markdown-it": ">=14.1.0",
"node-fetch": ">=3.3.2",
"parse-path": ">=7.0.0",
"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.4.49",
"follow-redirects": ">=1.15.9",
"@storm-stack/utilities": "workspace:*",
"@storm-stack/unique-identifier": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
},
"private": false,
"dependencies": {
"@antfu/install-pkg": "^0.4.1",
"@antfu/ni": "^0.23.0",
"@antfu/install-pkg": "^0.5.0",
"@antfu/ni": "^0.23.1",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"chalk": "5.3.0",
"commander": "12.1.0",
"console-table-printer": "2.12.1",
"execa": "^9.4.0",
"figlet": "^1.7.0",
"execa": "^9.5.1",
"figlet": "^1.8.0",
"prompts": "^2.4.2",
"terminal-link": "^3.0.0",
"tinyexec": "^0.3.1"
},
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/node": "^22.7.5"
"@types/node": "^22.10.1"
},
"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.7.5"
"@types/node": "^22.10.1"
},
"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.7.5",
"@types/node": "^22.10.1",
"@types/semver": "7.5.8"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"peerDependencies": {
"react": "19.0.0-rc-f6cce072-20240723",
"react-dom": "19.0.0-rc-f6cce072-20240723",
"react-native": "0.75.4"
"react-native": "0.76.3"
},
"peerDependenciesMeta": {
"react": {
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"react": "19.0.0-rc-f6cce072-20240723",
"react-dom": "19.0.0-rc-f6cce072-20240723",
"react-native": "0.75.4"
"react-native": "0.76.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@storm-software/config": "latest",
"chalk": "5.3.0",
"pino": "9.4.0",
"pino": "9.5.0",
"pino-std-serializers": "^7.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"private": false,
"dependencies": {
"@antfu/ni": "^0.23.0",
"@antfu/ni": "^0.23.1",
"enhanced-resolve": "^5.17.1",
"execa": "^9.4.0",
"execa": "^9.5.1",
"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.7.5"
"@types/node": "^22.10.1"
},
"publishConfig": {
"access": "public"
Expand Down
38 changes: 19 additions & 19 deletions packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
"private": false,
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/context-async-hooks": "^1.26.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.53.0",
"@opentelemetry/exporter-prometheus": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.53.0",
"@opentelemetry/instrumentation-pino": "^0.42.0",
"@opentelemetry/resources": "^1.26.0",
"@opentelemetry/sdk-metrics": "^1.26.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/sdk-trace-base": "^1.26.0",
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@sentry/node": "^8.33.1",
"@sentry/opentelemetry": "^8.33.1",
"@sentry/types": "^8.33.1",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
"@opentelemetry/context-async-hooks": "^1.28.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.55.0",
"@opentelemetry/exporter-prometheus": "^0.55.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.55.0",
"@opentelemetry/instrumentation-pino": "^0.44.0",
"@opentelemetry/resources": "^1.28.0",
"@opentelemetry/sdk-metrics": "^1.28.0",
"@opentelemetry/sdk-node": "^0.55.0",
"@opentelemetry/sdk-trace-base": "^1.28.0",
"@opentelemetry/sdk-trace-node": "^1.28.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@sentry/node": "^8.41.0",
"@sentry/opentelemetry": "^8.41.0",
"@sentry/types": "^8.41.0",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"pino": "9.4.0",
"pino-loki": "2.3.1",
"pino-pretty": "11.2.2",
"pino": "9.5.0",
"pino-loki": "2.4.0",
"pino-pretty": "11.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.7.5"
"@types/node": "^22.10.1"
},
"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.7.5"
"@types/node": "^22.10.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/unique-identifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": false,
"dependencies": {
"@noble/hashes": "1.5.0"
"@noble/hashes": "1.6.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 9adce0c

Please sign in to comment.