Skip to content

chore(deps): bump the production-minor-patch group with 4 updates - #486

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-5a4e130a2a
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-5a4e130a2a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-minor-patch group with 4 updates: @codemirror/commands, @codemirror/state, @codemirror/view and lucide-react.

Updates @codemirror/commands from 6.11.0 to 6.11.1

Commits

Updates @codemirror/state from 6.7.4 to 6.7.5

Commits

Updates @codemirror/view from 6.43.11 to 6.43.12

Commits

Updates lucide-react from 1.46.0 to 1.47.0

Release notes

Sourced from lucide-react's releases.

Version 1.47.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.46.0...1.47.0

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 21, 2026
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>
@jonassaa

Copy link
Copy Markdown
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.

@jonassaa jonassaa closed this Sep 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
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
dependabot Bot deleted the dependabot/npm_and_yarn/production-minor-patch-5a4e130a2a branch September 22, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant