Skip to content

Commit 76a8ef3

Browse files
authored
Bump glob ^10.5.0 → ^13.0.6 (#1987)
## Summary - Supersedes Dependabot #1983 - Bumps glob from `^10.5.0` to `^13.0.6` and regenerates the lockfile - v11–13 changelog: v11 dropped Node <20 support (no impact); v13 moved the CLI to `glob-bin` (we only use the JS API — `glob.glob()` and named `{glob}` imports) - JS API is backwards-compatible across v10 → v13 ## Test plan - [ ] `yarn tsc --noEmit` passes in `packages/databricks-vscode` - [ ] `yarn install --immutable` passes (lockfile is consistent) - [ ] CI passes This pull request and its description were written by Isaac. Co-authored-by: rugpanov <rugpanov@users.noreply.github.com>
1 parent 795d6b9 commit 76a8ef3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@
15901590
"eslint-plugin-local-rules": "^3.0.2",
15911591
"extract-zip": "^2.0.1",
15921592
"fs-extra": "^11.2.0",
1593-
"glob": "^10.5.0",
1593+
"glob": "^13.0.6",
15941594
"mocha": "^11.7.6",
15951595
"mock-require": "^3.0.3",
15961596
"nyc": "^18.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,7 +4228,7 @@ __metadata:
42284228
eslint-plugin-local-rules: ^3.0.2
42294229
extract-zip: ^2.0.1
42304230
fs-extra: ^11.2.0
4231-
glob: ^10.5.0
4231+
glob: ^13.0.6
42324232
highlight.js: ^11.10.0
42334233
lodash: ^4.17.21
42344234
markdown-it: ^14.2.0
@@ -6113,7 +6113,7 @@ __metadata:
61136113
languageName: node
61146114
linkType: hard
61156115

6116-
"glob@npm:^10.4.5, glob@npm:^10.5.0":
6116+
"glob@npm:^10.4.5":
61176117
version: 10.5.0
61186118
resolution: "glob@npm:10.5.0"
61196119
dependencies:

0 commit comments

Comments
 (0)