Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-n from 16.0.1 to 16.2.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.0.1 to 16.2.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@16.0.1...16.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and franchb committed Oct 17, 2023
1 parent dc948af commit 12d6b18
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 20 deletions.
48 changes: 34 additions & 14 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "^8.47.0",
"eslint-config-standard-with-typescript": "latest",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"miniflare": "^3.20230628.0",
"typescript": "*",
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2148,7 +2148,7 @@ __metadata:
eslint: ^8.47.0
eslint-config-standard-with-typescript: latest
eslint-plugin-import: ^2.28.1
eslint-plugin-n: ^16.0.1
eslint-plugin-n: ^16.2.0
eslint-plugin-promise: ^6.1.1
itty-router: v4.0.14
miniflare: ^3.20230628.0
Expand Down Expand Up @@ -3083,21 +3083,22 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:^16.0.1":
version: 16.0.1
resolution: "eslint-plugin-n@npm:16.0.1"
"eslint-plugin-n@npm:^16.2.0":
version: 16.2.0
resolution: "eslint-plugin-n@npm:16.2.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
builtins: ^5.0.1
eslint-plugin-es-x: ^7.1.0
get-tsconfig: ^4.7.0
ignore: ^5.2.4
is-core-module: ^2.12.1
minimatch: ^3.1.2
resolve: ^1.22.2
semver: ^7.5.3
peerDependencies:
eslint: ">=7.0.0"
checksum: 407002bb06c2e4cefd5b1fb582a5e000ed190a47144edc7d7910afc32b4b0e76e4a72773207837ab73b0797f4a84f9ea83f8979d0bcab0225bfe672cd7e0e295
checksum: 124ba4f418c895d81201ddc0c61cdca246c8aaa652e572653fad0dd66701aaef30598956fbe676726ab1037e600eddeaba52cd1a71b86f41e50a97f6e725055e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3608,6 +3609,15 @@ __metadata:
languageName: node
linkType: hard

"get-tsconfig@npm:^4.7.0":
version: 4.7.2
resolution: "get-tsconfig@npm:4.7.2"
dependencies:
resolve-pkg-maps: ^1.0.0
checksum: 172358903250eff0103943f816e8a4e51d29b8e5449058bdf7266714a908a48239f6884308bd3a6ff28b09f692b9533dbebfd183ab63e4e14f073cda91f1bca9
languageName: node
linkType: hard

"github-from-package@npm:0.0.0":
version: 0.0.0
resolution: "github-from-package@npm:0.0.0"
Expand Down Expand Up @@ -5435,6 +5445,13 @@ __metadata:
languageName: node
linkType: hard

"resolve-pkg-maps@npm:^1.0.0":
version: 1.0.0
resolution: "resolve-pkg-maps@npm:1.0.0"
checksum: 1012afc566b3fdb190a6309cc37ef3b2dcc35dff5fa6683a9d00cd25c3247edfbc4691b91078c97adc82a29b77a2660c30d791d65dab4fc78bfc473f60289977
languageName: node
linkType: hard

"resolve@npm:^1.22.1":
version: 1.22.2
resolution: "resolve@npm:1.22.2"
Expand Down

0 comments on commit 12d6b18

Please sign in to comment.