From 4b4303895fa8eff387fcc6464ce2fefce2959ba0 Mon Sep 17 00:00:00 2001 From: "@rugpanov" Date: Thu, 2 Jul 2026 18:50:44 +0200 Subject: [PATCH] Bump glob from 10.3.10 to 10.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *Why* Dependabot's #1808 (glob ^10.3.10 -> ^10.5.0) could not merge: its lockfile conflicted with main after recent merges. glob is a direct dependency of the databricks-vscode package. This recreates the bump cleanly against current main. *What* - Bump `glob` to `^10.5.0` in packages/databricks-vscode/package.json via `yarn up`, regenerating yarn.lock (resolves glob@10.5.0). Stays within the same 10.x major — no breaking changes. *Verification* - `yarn install --immutable` passes (the CI gate). - glob@10.5.0 verified on public npm. - `yarn run build` passes. Backward compatibility: same-major minor bump of a build/runtime utility; no API, persisted state, or config change. Closes #1808. Co-authored-by: Isaac --- packages/databricks-vscode/package.json | 2 +- yarn.lock | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json index 84a56521d..8c73a12e0 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1591,7 +1591,7 @@ "eslint-plugin-local-rules": "^2.0.1", "extract-zip": "^2.0.1", "fs-extra": "^11.2.0", - "glob": "^10.3.10", + "glob": "^10.5.0", "mocha": "^10.2.0", "mock-require": "^3.0.3", "nyc": "^15.1.0", diff --git a/yarn.lock b/yarn.lock index bcfeee9fa..99e0f1c74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4340,7 +4340,7 @@ __metadata: eslint-plugin-local-rules: ^2.0.1 extract-zip: ^2.0.1 fs-extra: ^11.2.0 - glob: ^10.3.10 + glob: ^10.5.0 highlight.js: ^11.10.0 lodash: ^4.17.21 markdown-it: ^14.2.0 @@ -6166,7 +6166,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.3.10, glob@npm:^10.3.4": +"glob@npm:^10.3.4": version: 10.3.10 resolution: "glob@npm:10.3.10" dependencies: @@ -6197,6 +6197,22 @@ __metadata: languageName: node linkType: hard +"glob@npm:^10.5.0": + version: 10.5.0 + resolution: "glob@npm:10.5.0" + dependencies: + foreground-child: ^3.1.0 + jackspeak: ^3.1.2 + minimatch: ^9.0.4 + minipass: ^7.1.2 + package-json-from-dist: ^1.0.0 + path-scurry: ^1.11.1 + bin: + glob: dist/esm/bin.mjs + checksum: cda96c074878abca9657bd984d2396945cf0d64283f6feeb40d738fe2da642be0010ad5210a1646244a5fc3511b0cab5a374569b3de5a12b8a63d392f18c6043 + languageName: node + linkType: hard + "glob@npm:^11.0.0": version: 11.1.0 resolution: "glob@npm:11.1.0"