Skip to content

chore(deps): ignore Vue 3 major bumps in Dependabot - #459

Closed
hellopablo wants to merge 1 commit into
developfrom
cursor/ignore-vue-loader-major-2921
Closed

chore(deps): ignore Vue 3 major bumps in Dependabot#459
hellopablo wants to merge 1 commit into
developfrom
cursor/ignore-vue-loader-major-2921

Conversation

@hellopablo

Copy link
Copy Markdown
Member

Summary

Dependabot PR #439 (vue-loader 15.11.1 → 17.4.2) fails CI because vue-loader 16+ is Vue 3-only, while this module is on Vue 2.7.

Webpack fails with:

TypeError: Cannot read properties of undefined (reading 'styles')

Change

Add Dependabot ignore rules for major updates of:

  • vue-loader
  • vue
  • vue-template-compiler

so incompatible Vue 3 bumps are not opened automatically.

Recommendation for #439

Close / skip that PR. Stay on vue-loader@15.x until an intentional Vue 3 migration.

A comment with the full analysis was posted on #439.

Open in Web Open in Cursor 

vue-loader 16+ requires Vue 3; this module is on Vue 2.7.
Ignore major updates for vue-loader, vue, and vue-template-compiler
so Dependabot stops opening incompatible PRs (e.g. #439).

Co-authored-by: Pablo de la Peña <pablo@hellopablo.co.uk>
@hellopablo

Copy link
Copy Markdown
Member Author

Superseded by #460 — we are intentionally migrating MediaManagerV2 to Vue 3 rather than ignoring major bumps. This Dependabot-ignore PR can be closed.

@hellopablo hellopablo closed this Sep 7, 2026
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.

2 participants