Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.5.0 (#5660)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.5.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.5.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.5.0/packages/eslint-plugin)

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

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

* Update for typescript-eslint and TS to fox linting issues

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Celaya <alejandro.celaya@hypothes.is>
  • Loading branch information
dependabot[bot] and acelaya committed Sep 11, 2023
1 parent 4023799 commit 402ccfb
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 181 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/gapi": "^0.0.44",
"@types/google.accounts": "^0.0.9",
"@types/google.picker": "^0.0.39",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"axe-core": "^4.7.2",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-mockable-imports": "^2.0.1",
Expand All @@ -76,7 +76,7 @@
"mocha": "^10.2.0",
"prettier": "2.8.8",
"sinon": "^15.1.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 402ccfb

Please sign in to comment.