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 4b0f77b

Browse files
fix: update dependency glob to v11
1 parent 67ff9e8 commit 4b0f77b

File tree

6 files changed

+45
-6
lines changed

6 files changed

+45
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@lerna/project": "^6.0.0",
44-
"glob": "^10.3.10",
44+
"glob": "^11.0.0",
4545
"import-from": "^4.0.0",
4646
"semver": "^7.6.0"
4747
},

β€Ž@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.7.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
@@ -33,7 +33,7 @@
3333
"node": ">=v18"
3434
},
3535
"dependencies": {
36-
"glob": "^10.3.10"
36+
"glob": "^11.0.0"
3737
},
3838
"devDependencies": {
3939
"@commitlint/test": "^19.5.0",

β€Ž@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.5.0",

β€Ž@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.5.0",
4141
"@commitlint/utils": "^19.5.0",
4242
"conventional-changelog-angular": "^7.0.0",
43-
"glob": "^10.3.10"
43+
"glob": "^11.0.0"
4444
},
4545
"dependencies": {
4646
"@commitlint/ensure": "^19.5.0",

β€Žyarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5042,7 +5042,7 @@ glob@7.2.3, glob@^7.1.3, glob@^7.1.4:
50425042
once "^1.3.0"
50435043
path-is-absolute "^1.0.0"
50445044

5045-
glob@^10.3.10, glob@^10.4.1:
5045+
glob@^10.4.1:
50465046
version "10.4.5"
50475047
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
50485048
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -5054,6 +5054,18 @@ glob@^10.3.10, glob@^10.4.1:
50545054
package-json-from-dist "^1.0.0"
50555055
path-scurry "^1.11.1"
50565056

5057+
glob@^11.0.0:
5058+
version "11.0.1"
5059+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
5060+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
5061+
dependencies:
5062+
foreground-child "^3.1.0"
5063+
jackspeak "^4.0.1"
5064+
minimatch "^10.0.0"
5065+
minipass "^7.1.2"
5066+
package-json-from-dist "^1.0.0"
5067+
path-scurry "^2.0.0"
5068+
50575069
glob@^8.0.1:
50585070
version "8.1.0"
50595071
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
@@ -5847,6 +5859,13 @@ jackspeak@^3.1.2:
58475859
optionalDependencies:
58485860
"@pkgjs/parseargs" "^0.11.0"
58495861

5862+
jackspeak@^4.0.1:
5863+
version "4.0.3"
5864+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.3.tgz#8a21082b8c019e7a0a8187ad8b736609bc85ab18"
5865+
integrity sha512-oSwM7q8PTHQWuZAlp995iPpPJ4Vkl7qT0ZRD+9duL9j2oBy6KcTfyxc8mEuHJYC+z/kbps80aJLkaNzTOrf/kw==
5866+
dependencies:
5867+
"@isaacs/cliui" "^8.0.2"
5868+
58505869
jake@^10.8.5:
58515870
version "10.8.5"
58525871
resolved "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz"
@@ -6306,6 +6325,11 @@ lru-cache@^10.2.0:
63066325
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
63076326
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
63086327

6328+
lru-cache@^11.0.0:
6329+
version "11.0.2"
6330+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
6331+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
6332+
63096333
lru-cache@^5.1.1:
63106334
version "5.1.1"
63116335
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6531,6 +6555,13 @@ minimatch@3.0.5:
65316555
dependencies:
65326556
brace-expansion "^1.1.7"
65336557

6558+
minimatch@^10.0.0:
6559+
version "10.0.1"
6560+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6561+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6562+
dependencies:
6563+
brace-expansion "^2.0.1"
6564+
65346565
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
65356566
version "3.1.2"
65366567
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7349,6 +7380,14 @@ path-scurry@^1.11.1:
73497380
lru-cache "^10.2.0"
73507381
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
73517382

7383+
path-scurry@^2.0.0:
7384+
version "2.0.0"
7385+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7386+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7387+
dependencies:
7388+
lru-cache "^11.0.0"
7389+
minipass "^7.1.2"
7390+
73527391
path-type@^3.0.0:
73537392
version "3.0.0"
73547393
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"

0 commit comments

Comments
(0)

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