Skip to content

Commit

Permalink
chore(deps): bump the eslint group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the eslint group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.8.0` | `9.0.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `3.4.0` | `5.0.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.28.0` | `7.33.2` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.0.3` |
| [prettier-eslint](https://github.com/prettier/prettier-eslint) | `13.0.0` | `15.0.1` |


Updates `eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

Updates `eslint-config-prettier` from 8.8.0 to 9.0.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.8.0...v9.0.0)

Updates `eslint-plugin-prettier` from 3.4.0 to 5.0.0
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v5.0.0)

Updates `eslint-plugin-react` from 7.28.0 to 7.33.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.28.0...v7.33.2)

Updates `prettier` from 2.8.8 to 3.0.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.0.3)

Updates `prettier-eslint` from 13.0.0 to 15.0.1
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier-eslint@v13.0.0...v15.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: prettier-eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 25, 2023
1 parent 8c4eb3d commit a878cad
Show file tree
Hide file tree
Showing 2 changed files with 906 additions and 587 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"esbuild-jest": "^0.5.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.28.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^4.23.2",
"jest": "^29.6.4",
Expand All @@ -64,8 +64,8 @@
"nodemon": "^2.0.22",
"playwright": "1.26.0",
"playwright-webextext": "^0.0.3",
"prettier": "2.8.8",
"prettier-eslint": "13.0.0",
"prettier": "3.0.3",
"prettier-eslint": "15.0.1",
"react-test-renderer": "17.0.2",
"ts-node": "^10.7.0",
"webext-agent": "^0.1.0"
Expand Down
Loading

0 comments on commit a878cad

Please sign in to comment.