Skip to content

Commit

Permalink
fix(deps): update dependency @open-turo/eslint-config-typescript to v14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: updates eslint-plugin-n three major versions
  • Loading branch information
renovate-bot authored and michaeljaltamirano committed Dec 13, 2024
1 parent 6b8d99a commit d7e2b6c
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 128 deletions.
3 changes: 3 additions & 0 deletions docs/breaking-changes/v12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Breaking changes in v12

We are bumping `eslint-plugin-n` 3 major versions, from v14 to v17. v17 is the most up-to-date version, and is the only version that is actively supported. v15 and v16 support older versions of node, and are on end-of-life support. The breaking changes are related to dropping support for older versions of node. We are cutting a new major for these changes for clarity, as there are ultimately changes in the underlying configuration due to these changes as well. (See https://github.com/open-turo/eslint-config-typescript/commit/be14f66f9e51b35d1c23896a42e48d62c09038bd)
190 changes: 63 additions & 127 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Turo engineering",
"description": "Turo eslint configuration for react",
"dependencies": {
"@open-turo/eslint-config-typescript": "13.0.1",
"@open-turo/eslint-config-typescript": "14.0.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0"
Expand Down

0 comments on commit d7e2b6c

Please sign in to comment.