Bump glob from 10.3.10 to 10.5.0#1954
Open
rugpanov wants to merge 1 commit into
Open
Conversation
*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
Contributor
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Replaces Dependabot's #1808, which couldn't merge (lockfile conflicted with main after recent merges).
globis a direct dependency of the databricks-vscode package. Recreated cleanly against current main.What
globto^10.5.0viayarn up; regeneratedyarn.lock(resolvesglob@10.5.0). Same 10.x major — no breaking changes.Verification
yarn install --immutablepasses (the CI gate).glob@10.5.0verified on public npm.yarn run buildpasses.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.