Skip to content

Commit 54b5b9c

Browse files
chore(dev-deps): bump the dev-minor-patch group across 1 directory with 9 updates
Bumps the dev-minor-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.2` | `8.59.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.2` | `8.59.2` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.4` | `4.1.5` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.1.4` | `4.1.5` | | [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.3.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.1.0` | `7.1.1` | | [globals](https://github.com/sindresorhus/globals) | `17.5.0` | `17.6.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.4` | `4.1.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.9` | `8.0.10` | Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.58.2 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/parser) Updates `@vitest/coverage-v8` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/coverage-v8) Updates `@vitest/ui` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/ui) Updates `eslint` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.3.0) Updates `eslint-plugin-react-hooks` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `globals` from 17.5.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.5.0...v17.6.0) Updates `vitest` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest) Updates `vite` from 8.0.9 to 8.0.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-patch - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: "@vitest/ui" dependency-version: 4.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-patch - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-patch - dependency-name: vitest dependency-version: 4.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: vite dependency-version: 8.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f0b26d commit 54b5b9c

4 files changed

Lines changed: 243 additions & 574 deletions

File tree

examples/web-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@vercel/node": "^5.7.15",
2727
"@vitejs/plugin-react": "^6.0.1",
2828
"autoprefixer": "^10.5.0",
29-
"eslint": "^10.2.1",
29+
"eslint": "^10.3.0",
3030
"eslint-plugin-react-hooks": "^7.1.1",
3131
"eslint-plugin-react-refresh": "^0.5.2",
32-
"globals": "^17.5.0",
32+
"globals": "^17.6.0",
3333
"postcss": "^8.5.14",
3434
"tailwindcss": "^4.2.4",
3535
"typescript": "~5.9.3",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,22 +152,22 @@
152152
"@types/react": "^19.2.14",
153153
"@types/react-dom": "^19.2.3",
154154
"@types/ws": "^8.5.11",
155-
"@typescript-eslint/eslint-plugin": "^8.58.2",
156-
"@typescript-eslint/parser": "^8.58.2",
157-
"@vitest/coverage-v8": "^4.1.4",
155+
"@typescript-eslint/eslint-plugin": "^8.59.2",
156+
"@typescript-eslint/parser": "^8.59.2",
157+
"@vitest/coverage-v8": "^4.1.5",
158158
"@vitest/eslint-plugin": "^1.6.16",
159-
"@vitest/ui": "^4.1.4",
159+
"@vitest/ui": "^4.1.5",
160160
"dotenv": "^17.4.2",
161-
"eslint": "^10.2.0",
161+
"eslint": "^10.3.0",
162162
"eslint-config-prettier": "^10.1.8",
163163
"eslint-plugin-n": "^17.24.0",
164164
"eslint-plugin-prettier": "^5.5.5",
165-
"eslint-plugin-react-hooks": "^7.1.0",
165+
"eslint-plugin-react-hooks": "^7.1.1",
166166
"eslint-plugin-unicorn": "^64.0.0",
167167
"execa": "^9.6.1",
168168
"fs-extra": "^11.3.4",
169169
"get-port": "^7.2.0",
170-
"globals": "^17.5.0",
170+
"globals": "^17.6.0",
171171
"http-server": "^14.1.1",
172172
"nock": "^14.0.12",
173173
"node-pty": "^1.1.0",
@@ -179,7 +179,7 @@
179179
"strip-ansi": "^7.2.0",
180180
"ts-node": "11.0.0-beta.1",
181181
"typescript": "^5.9.3",
182-
"vitest": "^4.1.4"
182+
"vitest": "^4.1.5"
183183
},
184184
"engines": {
185185
"node": ">=22.0.0"

packages/react-web-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-dom": "^19.2.5",
6262
"tsup": "^8.5.1",
6363
"typescript": "^5.9.3",
64-
"vite": "8.0.9",
64+
"vite": "8.0.10",
6565
"vitest": "^4.1.5"
6666
},
6767
"publishConfig": {

0 commit comments

Comments
 (0)