Skip to content

Commit

Permalink
Upgrade eslint-plugin-unicorn to version 53.0.0
Browse files Browse the repository at this point in the history
This is a major version bump, but the changelog at
https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v53.0.0
doesn't indicate any breaking changes that should impact us.

Most notably it contains support for ESLint 9, which brings us a step
closer towards #17928.
  • Loading branch information
timvandermeij committed May 14, 2024
1 parent 161b942 commit d7f2bc0
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 19 deletions.
138 changes: 120 additions & 18 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 @@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"globals": "^15.2.0",
"gulp": "^4.0.2",
"gulp-cli": "^3.0.0",
Expand Down

0 comments on commit d7f2bc0

Please sign in to comment.