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] committed Sep 19, 2024
1 parent ffcf7c6 commit 1cd8b1e
Show file tree
Hide file tree
Showing 34 changed files with 5,006 additions and 6,152 deletions.
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.0
22.9.0
8 changes: 4 additions & 4 deletions .github/workflows/ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
'refs/heads/beta' || github.ref == 'refs/heads/experimental')
steps:
- name: Send Slack notification - Deployment started
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
payload: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment successful
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
update-ts: ${{ steps.ci.outputs.ts }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment failed
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
update-ts: ${{ steps.ci.outputs.ts }}
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment cancelled
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
update-ts: ${{ steps.ci.outputs.ts }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Send Slack notification - Deployment started
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
payload: |
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment successful
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
update-ts: ${{ steps.release.outputs.ts }}
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment failed
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
update-ts: ${{ steps.release.outputs.ts }}
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send Slack notification - Deployment cancelled
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "notifications"
update-ts: ${{ steps.release.outputs.ts }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Aqua Security Trivy
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.24.0
with:
scan-type: ${{ inputs.scan-type }}
image-ref: ${{ inputs.image-ref }}
Expand Down
29 changes: 15 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions crates/storm-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ yaml = ['yaml-rust']
[dependencies]
async-trait = { version = '=0.1.80', optional = true }
convert_case = { version = '=0.6.0', optional = true }
indexmap = { version = '=2.2.6', features = ['serde'], optional = true }
indexmap = { version = '=2.5.0', features = ['serde'], optional = true }
json5_rs = { version = '=0.4.1', optional = true, package = 'json5' }
lazy_static = '=1.4.0'
lazy_static = '=1.5.0'
nom = '=7.1.3'
pathdiff = '=0.2.1'
ron = { version = '=0.8.1', optional = true }
rust-ini = { version = '=0.21.0', optional = true }
serde = { version = '=1.0.203', features = ['derive'] }
serde_derive = { version = '=1.0.203', optional = true }
serde_json = { version = '=1.0.117' }
serde = { version = '=1.0.210', features = ['derive'] }
serde_derive = { version = '=1.0.210', optional = true }
serde_json = { version = '=1.0.128' }
storm-workspace = { path = '../storm-workspace', version = '0.6.2' }
thiserror = { version = '=1.0.61' }
thiserror = { version = '=1.0.63' }
toml = { version = '=0.8.14', optional = true }
yaml-rust = { version = '=0.4.5', optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/storm-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = { workspace = true }
version = '0.6.2'

[dependencies]
thiserror = '=1.0.61'
thiserror = '=1.0.63'

[lib]
name = 'storm_workspace'
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=22.4.0",
"node": ">=22.9.0",
"pnpm": ">=9.10.0"
},
"keywords": [
Expand Down Expand Up @@ -86,56 +86,56 @@
"dependencies": {
"@chialab/esbuild-plugin-require-resolve": "0.18.0",
"@eslint/eslintrc": "2.1.4",
"@eslint/js": "9.4.0",
"@eslint/js": "9.10.0",
"@ls-lint/ls-lint": "2.2.3",
"@ltd/j-toml": "1.38.0",
"@microsoft/tsdoc": "0.15.0",
"@monodon/rust": "1.4.0",
"@nx/devkit": "^19.6.4",
"@nx/esbuild": "^19.6.4",
"@nx/eslint": ">=19.6.4",
"@nx/eslint-plugin": ">=19.6.4",
"@nx/jest": "^19.6.4",
"@nx/js": "^19.6.4",
"@nx/plugin": "19.6.4",
"@nx/workspace": "^19.6.4",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.29",
"@swc/helpers": "0.5.11",
"@swc/wasm": "1.6.5",
"@nx/devkit": "^19.7.4",
"@nx/esbuild": "^19.7.4",
"@nx/eslint": ">=19.7.4",
"@nx/eslint-plugin": ">=19.7.4",
"@nx/jest": "^19.7.4",
"@nx/js": "^19.7.4",
"@nx/plugin": "19.7.4",
"@nx/workspace": "^19.7.4",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@swc/wasm": "1.7.26",
"@taplo/cli": "0.7.0",
"@types/jest": "29.5.12",
"@types/node": "^22.4.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@types/jest": "29.5.13",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"c12": "2.0.0-beta.2",
"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.23.1",
"esbuild-register": "3.6.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-plugin": "6.1.0",
"eslint-plugin-eslint-plugin": "6.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"knip": "5.25.2",
"lefthook": "1.6.18",
"knip": "5.30.2",
"lefthook": "1.7.15",
"lodash": "4.17.21",
"nx": "^19.6.4",
"nx-cloud": "19.0.0",
"prettier": "3.3.2",
"nx": "^19.7.4",
"nx-cloud": "19.1.0",
"prettier": "3.3.3",
"prettier-plugin-prisma": "5.0.0",
"rimraf": "5.0.7",
"sherif": "0.10.0",
"ts-jest": "29.1.5",
"rimraf": "5.0.10",
"sherif": "0.11.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"typescript": ">=5.5.3",
"verdaccio": "5.31.1"
"verdaccio": "5.32.2"
},
"devEngines": {
"node": "22.x"
Expand All @@ -155,7 +155,7 @@
},
"pnpm": {
"overrides": {
"@cypress/request": ">=3.0.0",
"@cypress/request": ">=3.0.5",
"@storm-software/build-tools": "workspace:*",
"@storm-software/cloudflare-tools": "workspace:*",
"@storm-software/config": "workspace:*",
Expand All @@ -175,10 +175,10 @@
"eslint-plugin-storm-software": "workspace:*",
"eslint-plugin-storm-graphql": "workspace:*",
"eslint-plugin-storm-react": "workspace:*",
"axios": "1.7.2",
"axios": "1.7.7",
"chalk": "4.1.2",
"create-storm-workspace": "workspace:*",
"got": "14.3.0",
"got": "14.4.2",
"load-plugin": "6.0.3",
"request": ">=2.88.2",
"tough-cookie": "4.1.4"
Expand Down
38 changes: 19 additions & 19 deletions packages/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"monorepo"
],
"peerDependencies": {
"@microsoft/api-extractor": "7.46.2",
"@nx/devkit": "^19.6.4",
"@nx/js": "^19.6.4",
"@nx/workspace": "^19.6.4",
"nx": "^19.6.4"
"@microsoft/api-extractor": "7.47.9",
"@nx/devkit": "^19.7.4",
"@nx/js": "^19.7.4",
"@nx/workspace": "^19.7.4",
"nx": "^19.7.4"
},
"peerDependenciesMeta": {
"@microsoft/api-extractor": {
Expand All @@ -58,42 +58,42 @@
},
"dependencies": {
"@anatine/esbuild-decorators": "0.2.19",
"@angular-devkit/architect": "0.1802.4",
"@angular-devkit/architect": "0.1802.5",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-image": "3.0.3",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"chalk": "5.3.0",
"commander": "12.1.0",
"deep-clone": "4.0.0",
"deepmerge": "4.3.1",
"esbuild-plugin-environment": "0.4.0",
"fs-extra": "11.2.0",
"glob": "10.4.2",
"mkdist": "1.5.4",
"pkg-types": "1.1.1",
"glob": "10.4.5",
"mkdist": "1.5.9",
"pkg-types": "1.2.0",
"resolve": "1.22.8",
"resolve-from": "5.0.0",
"rolldown": "0.10.4",
"rollup": "4.18.0",
"rolldown": "0.13.2",
"rollup": "4.22.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.77.6",
"tsconfck": "3.1.1",
"sass": "1.79.1",
"tsconfck": "3.1.3",
"tsup": "8.0.0",
"typescript": ">=5.5.3",
"unbuild": "^2.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.46.2",
"@nx/devkit": "^19.6.4",
"@nx/js": "^19.6.4",
"@nx/workspace": "^19.6.4",
"nx": "^19.6.4"
"@microsoft/api-extractor": "7.47.9",
"@nx/devkit": "^19.7.4",
"@nx/js": "^19.7.4",
"@nx/workspace": "^19.7.4",
"nx": "^19.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 1cd8b1e

Please sign in to comment.