Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 476bea7

Browse files
fix: update dependency glob to v11
1 parent 3c30200 commit 476bea7

File tree

5 files changed

+43
-4
lines changed

5 files changed

+43
-4
lines changed

β€Ž@commitlint/config-patternplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@commitlint/config-angular": "^19.8.1",
36-
"glob": "^10.3.10",
36+
"glob": "^11.0.0",
3737
"lodash.merge": "^4.6.2"
3838
},
3939
"devDependencies": {

β€Ž@commitlint/config-workspace-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"glob": "^10.3.10"
33+
"glob": "^11.0.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/test": "^19.8.1",

β€Ž@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/lodash.snakecase": "^4.1.8",
4343
"@types/lodash.startcase": "^4.4.8",
4444
"@types/lodash.upperfirst": "^4.3.8",
45-
"glob": "^10.3.10"
45+
"glob": "^11.0.0"
4646
},
4747
"dependencies": {
4848
"@commitlint/types": "^19.8.1",

β€Ž@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@commitlint/test": "^19.8.1",
4141
"@commitlint/utils": "^19.8.1",
4242
"conventional-changelog-angular": "^7.0.0",
43-
"glob": "^10.3.10"
43+
"glob": "^11.0.0"
4444
},
4545
"dependencies": {
4646
"@commitlint/ensure": "^19.8.1",

β€Žyarn.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4685,6 +4685,18 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.1:
46854685
package-json-from-dist "^1.0.0"
46864686
path-scurry "^1.11.1"
46874687

4688+
glob@^11.0.0:
4689+
version "11.0.2"
4690+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
4691+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
4692+
dependencies:
4693+
foreground-child "^3.1.0"
4694+
jackspeak "^4.0.1"
4695+
minimatch "^10.0.0"
4696+
minipass "^7.1.2"
4697+
package-json-from-dist "^1.0.0"
4698+
path-scurry "^2.0.0"
4699+
46884700
glob@^9.2.0:
46894701
version "9.3.5"
46904702
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
@@ -5531,6 +5543,13 @@ jackspeak@^3.1.2:
55315543
optionalDependencies:
55325544
"@pkgjs/parseargs" "^0.11.0"
55335545

5546+
jackspeak@^4.0.1:
5547+
version "4.1.0"
5548+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
5549+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
5550+
dependencies:
5551+
"@isaacs/cliui" "^8.0.2"
5552+
55345553
jake@^10.8.5:
55355554
version "10.9.2"
55365555
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -6061,6 +6080,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
60616080
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
60626081
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
60636082

6083+
lru-cache@^11.0.0:
6084+
version "11.1.0"
6085+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
6086+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
6087+
60646088
lru-cache@^5.1.1:
60656089
version "5.1.1"
60666090
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6304,6 +6328,13 @@ minimatch@9.0.3:
63046328
dependencies:
63056329
brace-expansion "^2.0.1"
63066330

6331+
minimatch@^10.0.0:
6332+
version "10.0.1"
6333+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6334+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6335+
dependencies:
6336+
brace-expansion "^2.0.1"
6337+
63076338
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
63086339
version "3.1.2"
63096340
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7119,6 +7150,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
71197150
lru-cache "^10.2.0"
71207151
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
71217152

7153+
path-scurry@^2.0.0:
7154+
version "2.0.0"
7155+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7156+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7157+
dependencies:
7158+
lru-cache "^11.0.0"
7159+
minipass "^7.1.2"
7160+
71227161
path-to-regexp@^8.0.0:
71237162
version "8.2.0"
71247163
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4"

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /