Skip to content

Commit 552113e

Browse files
committed
deps: ignore-walk@6.0.5
1 parent 7e15b6d commit 552113e

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@npmcli/eslint-config": "^4.0.0",
2525
"@npmcli/template-oss": "4.22.0",
2626
"front-matter": "^4.0.2",
27-
"ignore-walk": "^6.0.1",
27+
"ignore-walk": "^6.0.5",
2828
"jsdom": "^24.0.0",
2929
"rehype-stringify": "^9.0.3",
3030
"remark-gfm": "^3.0.1",

node_modules/ignore-walk/lib/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Walker extends EE {
8585
.filter(e => this.isIgnoreFile(e))
8686

8787
let igCount = newIg.length
88-
const then = _ => {
88+
const then = () => {
8989
if (--igCount === 0) {
9090
this.filterEntries()
9191
}
@@ -141,7 +141,7 @@ class Walker extends EE {
141141
if (entryCount === 0) {
142142
this.emit('done', this.result)
143143
} else {
144-
const then = _ => {
144+
const then = () => {
145145
if (--entryCount === 0) {
146146
this.emit('done', this.result)
147147
}

node_modules/ignore-walk/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "ignore-walk",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
55
"main": "lib/index.js",
66
"devDependencies": {
77
"@npmcli/eslint-config": "^4.0.0",
8-
"@npmcli/template-oss": "4.19.0",
8+
"@npmcli/template-oss": "4.22.0",
99
"mutate-fs": "^2.1.1",
1010
"tap": "^16.0.1"
1111
},
1212
"scripts": {
1313
"test": "tap",
1414
"posttest": "npm run lint",
15-
"lint": "eslint \"**/*.js\"",
15+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1616
"lintfix": "npm run lint -- --fix",
1717
"postlint": "template-oss-check",
1818
"template-oss-apply": "template-oss-apply --force",
@@ -31,7 +31,7 @@
3131
"license": "ISC",
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/npm/ignore-walk.git"
34+
"url": "git+https://github.com/npm/ignore-walk.git"
3535
},
3636
"files": [
3737
"bin/",
@@ -56,7 +56,7 @@
5656
},
5757
"templateOSS": {
5858
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
59-
"version": "4.19.0",
59+
"version": "4.22.0",
6060
"content": "scripts/template-oss",
6161
"publish": "true"
6262
}

package-lock.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"@npmcli/eslint-config": "^4.0.0",
195195
"@npmcli/template-oss": "4.22.0",
196196
"front-matter": "^4.0.2",
197-
"ignore-walk": "^6.0.1",
197+
"ignore-walk": "^6.0.5",
198198
"jsdom": "^24.0.0",
199199
"rehype-stringify": "^9.0.3",
200200
"remark-gfm": "^3.0.1",
@@ -6015,10 +6015,11 @@
60156015
}
60166016
},
60176017
"node_modules/ignore-walk": {
6018-
"version": "6.0.4",
6019-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
6020-
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
6018+
"version": "6.0.5",
6019+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz",
6020+
"integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==",
60216021
"inBundle": true,
6022+
"license": "ISC",
60226023
"dependencies": {
60236024
"minimatch": "^9.0.0"
60246025
},

0 commit comments

Comments
 (0)