Skip to content

Bump glob from 10.3.10 to 10.5.0#1954

Open
rugpanov wants to merge 1 commit into
mainfrom
deps/glob-10.5.0
Open

Bump glob from 10.3.10 to 10.5.0#1954
rugpanov wants to merge 1 commit into
mainfrom
deps/glob-10.5.0

Conversation

@rugpanov

@rugpanov rugpanov commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Why

Replaces Dependabot's #1808, which couldn't merge (lockfile conflicted with main after recent merges). glob is a direct dependency of the databricks-vscode package. Recreated cleanly against current main.

What

  • Bump glob to ^10.5.0 via yarn up; regenerated yarn.lock (resolves glob@10.5.0). 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.

This pull request and its description were written by Isaac.

*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
@rugpanov rugpanov temporarily deployed to test-trigger-is July 2, 2026 16:51 — with GitHub Actions Inactive
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/vscode

Inputs:

  • PR number: 1954
  • Commit SHA: 4b4303895fa8eff387fcc6464ce2fefce2959ba0

Checks will be approved automatically on success.

@rugpanov rugpanov enabled auto-merge (squash) July 2, 2026 18:14
@rugpanov

rugpanov commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Integration tests: https://github.com/databricks-eng/eng-dev-ecosystem/actions/runs/28607459045

TLDR: no regressions — 25 passing / 7 failing, matching the current e2e baseline. Zero Can't find view control "CONFIGURATION" (activation) failures and no glob-related failures. The 7 reds are the known pre-existing environmental flakes (terraform-registry network, UC Item "access" not found, element click intercepted, login timeout, ENOENT) that fail identically on main regardless of this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant