chore(deps): bump the production-minor-patch group with 4 updates - #486
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production-minor-patch group with 4 updates: [@codemirror/commands](https://github.com/codemirror/commands), [@codemirror/state](https://github.com/codemirror/state), [@codemirror/view](https://github.com/codemirror/view) and [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `@codemirror/commands` from 6.11.0 to 6.11.1 - [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/commands/commits) Updates `@codemirror/state` from 6.7.4 to 6.7.5 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/commits) Updates `@codemirror/view` from 6.43.11 to 6.43.12 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) Updates `lucide-react` from 1.46.0 to 1.47.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.47.0/packages/lucide-react) --- updated-dependencies: - dependency-name: "@codemirror/commands" dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: "@codemirror/state" dependency-version: 6.7.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: "@codemirror/view" dependency-version: 6.43.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: lucide-react dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
jonassaa
added a commit
that referenced
this pull request
Sep 22, 2026
Supersedes #486, #487, #488, #489 in one branch, one lockfile regeneration, one CI run. Production (#486): @codemirror/commands 6.11.0 -> 6.11.1, @codemirror/state 6.7.4 -> 6.7.6, @codemirror/view 6.43.11 -> 6.43.13, lucide-react 1.46.0 -> 1.47.0. Development: @types/node 22.20.0 -> 22.20.4 and jsdom 30.0.1 -> 30.1.1 (#487), @vitejs/plugin-react 5.2.0 -> 6.1.1 (#488), vitest 4.1.11 -> 5.0.1 (#489). **Why:** every npm Dependabot PR here regenerates pnpm-lock.yaml without honouring package.json's pnpm.overrides, which drops the 15-key security block and fails CI at install. Merging them serially also conflicts each remaining lockfile in turn. So the specifiers are edited by hand, the lockfile is reset to main's and regenerated once, and the importers are diffed against main to confirm only the intended entries moved. @babel/core now resolves NOWHERE: @vitejs/plugin-react 6 dropped the babel transform, taking the whole subtree out. Its override key and advisory floor are deliberately kept — they cost nothing while the package is absent and are what catches it arriving again by another route, exactly as the ip-address entry already does. Verified: pnpm test 4184 passed (408 files), tsc --noEmit and the e2e tsconfig both clean, vite build succeeds, pnpm audit reports no known vulnerabilities, and pnpm tauri info shows no npm/crate version-pair mismatch. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Owner
|
Superseded by #490, which landed on main as 7eb552e. Every update in this PR is included there. The four open npm Dependabot PRs were bundled into one branch because Dependabot regenerates pnpm-lock.yaml without honouring package.json's pnpm.overrides — which drops the 15-key security block and fails CI at install — and because merging them serially flips each remaining lockfile to CONFLICTING in turn. One hand-made branch means one lockfile regeneration and one CI run. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/production-minor-patch-5a4e130a2a
branch
September 22, 2026 09:16
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.
Bumps the production-minor-patch group with 4 updates: @codemirror/commands, @codemirror/state, @codemirror/view and lucide-react.
Updates
@codemirror/commandsfrom 6.11.0 to 6.11.1Commits
Updates
@codemirror/statefrom 6.7.4 to 6.7.5Commits
Updates
@codemirror/viewfrom 6.43.11 to 6.43.12Commits
Updates
lucide-reactfrom 1.46.0 to 1.47.0Release notes
Sourced from lucide-react's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions