Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-n from 16.6.2 to 17.1.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.1.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
...

BREAKING CHANGES:
- drop eslint v7 & node.js < 18 (eslint-community/eslint-plugin-n#161) (eslint-community/eslint-plugin-n@41ceed7)
- Start using enhanced-resolve to improve ts support (eslint-community/eslint-plugin-n#139) (eslint-community/eslint-plugin-n@dc9f473)
- rename rule shebang => hashbang, deprecate rule shebang (eslint-community/eslint-plugin-n#198)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kevinoid committed Apr 10, 2024
1 parent 976aef2 commit f40f571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"peerDependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^17.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-unicorn": "^52.0.0"
Expand All @@ -71,7 +71,7 @@
"eslint-find-rules": "^4.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^17.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-unicorn": "^52.0.0",
Expand Down

0 comments on commit f40f571

Please sign in to comment.