Skip to content

Commit 7a5517e

Browse files
build(deps-dev): bump the eslint group across 1 directory with 6 updates
Bumps the eslint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `9.39.5` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `9.39.5` | | [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.9.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.66.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.9` | `16.3.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.2` | `0.5.3` | Updates `@eslint/js` from 9.39.4 to 9.39.5 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.5/packages/js) Updates `eslint` from 9.39.4 to 9.39.5 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v9.39.5) Updates `globals` from 17.6.0 to 17.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.9.0) Updates `typescript-eslint` from 8.61.0 to 8.66.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.66.0/packages/typescript-eslint) Updates `eslint-config-next` from 16.2.9 to 16.3.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.0/packages/eslint-config-next) Updates `eslint-plugin-react-refresh` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 9.39.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-config-next dependency-version: 16.2.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: globals dependency-version: 17.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.65.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43af5a8 commit 7a5517e

4 files changed

Lines changed: 344 additions & 475 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@chromatic-com/storybook": "^5.1.2",
4646
"@commitlint/cli": "^19.8.1",
4747
"@commitlint/config-conventional": "^19.8.1",
48-
"@eslint/js": "^9.39.4",
48+
"@eslint/js": "^9.39.5",
4949
"@internationalized/date": "^3.12.1",
5050
"@koobiq/date-adapter": "^3.5.1",
5151
"@koobiq/date-formatter": "^3.5.1",
@@ -78,7 +78,7 @@
7878
"commit-and-tag-version": "^12.5.0",
7979
"country-flag-icons": "^1.6.20",
8080
"dotenv": "^16.4.7",
81-
"eslint": "^9.39.4",
81+
"eslint": "^9.39.5",
8282
"eslint-config-prettier": "^9.1.2",
8383
"eslint-plugin-import": "^2.32.0",
8484
"eslint-plugin-jsdoc": "^51.4.1",
@@ -88,7 +88,7 @@
8888
"eslint-plugin-react-hooks": "^7.1.1",
8989
"firebase-tools": "^15.20.0",
9090
"fs-extra": "^11.3.0",
91-
"globals": "^17.6.0",
91+
"globals": "^17.9.0",
9292
"husky": "^9.1.6",
9393
"jsdom": "^25.0.1",
9494
"lightningcss": "^1.29.3",
@@ -114,7 +114,7 @@
114114
"tsx": "^4.19.3",
115115
"turbo": "^2.9.14",
116116
"typescript": "^6.0.3",
117-
"typescript-eslint": "^8.61.0",
117+
"typescript-eslint": "^8.66.0",
118118
"vite": "^7.1.0",
119119
"vite-tsconfig-paths": "^5.1.4",
120120
"vitest": "^4.1.9"

0 commit comments

Comments
 (0)