Skip to content

Commit

Permalink
Bump the eslint group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the eslint group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.5` | `1.2.6` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.18.0` | `9.19.0` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) | `19.0.0-beta-e552027-20250112` | `19.0.0-beta-27714ef-20250124` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.20.0` | `8.22.0` |


Updates `@eslint/compat` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.5...compat-v1.2.6)

Updates `@eslint/js` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js)

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.19.0)

Updates `eslint-plugin-react-compiler` from 19.0.0-beta-e552027-20250112 to 19.0.0-beta-27714ef-20250124
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/eslint-plugin-react-compiler)

Updates `typescript-eslint` from 8.20.0 to 8.22.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.22.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent b32c605 commit ecdbbbf
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 110 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"@emotion/babel-plugin": "^11.13.5",
"@eslint/compat": "^1.2.5",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@mdx-js/react": "^3.0.1",
"@playwright/experimental-ct-react": "1.49.1",
"@playwright/test": "1.49.1",
Expand Down Expand Up @@ -136,11 +136,11 @@
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"babel-plugin-transform-imports": "^2.0.0",
"dotenv": "^16.4.4",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"express": "^4.21.2",
"happy-dom": "^16.7.3",
"html-minifier-terser": "^7.2.0",
Expand All @@ -166,7 +166,7 @@
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.20.0",
"typescript-eslint": "^8.22.0",
"unimported": "^1.30.0",
"utility-types": "^3.11.0",
"vite": "^6.0.11",
Expand Down
Loading

0 comments on commit ecdbbbf

Please sign in to comment.