Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 6f8488df0d chore(deps): bump actions/setup-node from 6 to 7
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-16 09:03:11 +00:00
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ jobs:
with:
go-version-file: go.mod
cache: true
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
- name: Regenerate schemas, examples and OpenAPI
@@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: npm
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: Setup Node.js
if: matrix.language == 'go'
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: 'npm'
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
with:
package_json_file: docs/package.json
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: pnpm
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- uses: pnpm/action-setup@v6
with:
package_json_file: docs/package.json
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: pnpm
+2 -2
View File
@@ -57,7 +57,7 @@ jobs:
# at compile time. internal/web/dist/ is .gitignored, so on a fresh CI
# checkout it doesn't exist until vite emits it.
- name: Setup Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: 'npm'
@@ -220,7 +220,7 @@ jobs:
# Linux job above. This step is identical except npm runs on the
# Windows runner here.
- name: Setup Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: 'npm'
+4 -4
View File
@@ -24,7 +24,7 @@
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"react-i18next": "^17.0.10",
"react-i18next": "^17.0.9",
"react-router-dom": "^7.18.1",
"swagger-ui-react": "^5.32.8",
"uplot": "^1.6.32",
@@ -10329,9 +10329,9 @@
}
},
"node_modules/react-i18next": {
"version": "17.0.10",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.10.tgz",
"integrity": "sha512-XneHftyYA774MJkkccSkZ5oKrUpCnXIPmxio3wemqrVzCRLWiGXOMbIzObrer03fNDEnm8g8R5yYls4HcE+esg==",
"version": "17.0.9",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.9.tgz",
"integrity": "sha512-buLzOSqHtXxjf+qgSrLWNTXVZ1jSwO6kUv3uJqSP1roGBPgNnbhFm7OmdVwWcgf2gIbUyP0J333uPyx+Btsi3w==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.29.2",
+1 -1
View File
@@ -43,7 +43,7 @@
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"react-i18next": "^17.0.10",
"react-i18next": "^17.0.9",
"react-router-dom": "^7.18.1",
"swagger-ui-react": "^5.32.8",
"uplot": "^1.6.32",