Skip to content

Commit

Permalink
build(deps): bump the eslint group with 4 updates (#1157)
Browse files Browse the repository at this point in the history
* build(deps): bump the eslint group with 4 updates

Bumps the eslint group with 4 updates: [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint).


Updates `@nx/eslint-plugin` from 17.2.5 to 18.0.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.2/packages/eslint-plugin)

Updates `@typescript-eslint/eslint-plugin` from 6.18.0 to 6.21.0
- [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/v6.21.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.18.0 to 6.21.0
- [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/v6.21.0/packages/parser)

Updates `@nx/eslint` from 17.2.5 to 18.0.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.2/packages/eslint)

---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@nx/eslint"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>

* add changeset

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Cowton <joe.cowton@guardian.co.uk>
  • Loading branch information
dependabot[bot] and joecowton1 committed Feb 7, 2024
1 parent 0f595f1 commit a6eb679
Show file tree
Hide file tree
Showing 7 changed files with 785 additions and 1,174 deletions.
7 changes: 7 additions & 0 deletions .changeset/fast-snails-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@guardian/eslint-plugin-source-react-components': patch
'@guardian/eslint-plugin-source-foundations': patch
'@guardian/eslint-config-typescript': patch
---

Update @typescript-eslint/eslint-plugin and @typescript-eslint/parser
4 changes: 2 additions & 2 deletions libs/@guardian/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"dependencies": {
"@guardian/eslint-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/@guardian/eslint-plugin-source-foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "17.0.1",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-foundations` package.",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-plugin-import": "2.29.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "22.0.0",
"description": "ESLint plugin for Guardian projects using the `@guardian/source-react-components` package.",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0"
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0"
},
"devDependencies": {
"@emotion/react": "11.11.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@guardian/prettier": "workspace:*",
"@manypkg/get-packages": "2.2.0",
"@nx/devkit": "18.0.1",
"@nx/eslint-plugin": "17.2.5",
"@nx/eslint-plugin": "18.0.2",
"@nx/jest": "18.0.1",
"@nx/workspace": "18.0.1",
"@storybook/addon-a11y": "7.6.5",
Expand All @@ -38,8 +38,8 @@
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.8",
"@types/node": "18.19.3",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-loader": "9.1.3",
"colorette": "2.0.20",
"eslint": "8.56.0",
Expand Down
Loading

0 comments on commit a6eb679

Please sign in to comment.