Skip to content

chore: update safe minor/patch dependencies#27

Merged
sundancekid73 merged 2 commits into
mainfrom
chore/update-dependencies
May 12, 2026
Merged

chore: update safe minor/patch dependencies#27
sundancekid73 merged 2 commits into
mainfrom
chore/update-dependencies

Conversation

@sundancekid73
Copy link
Copy Markdown
Collaborator

@sundancekid73 sundancekid73 commented May 12, 2026

Summary

  • core-js 3.36.0 → 3.49.0
  • lodash 4.17.21 → 4.18.1
  • regenerator-runtime 0.13.11 → 0.14.1
  • Added @parcel/watcher to pnpm.onlyBuiltDependencies

axios was also attempted (1.6.7 → 1.16.0) but reverted — axios ≥1.7.0
ships a fetch.js adapter that uses the ?? operator, which webpack 4
cannot parse since node_modules are excluded from the babel transform.
axios remains pinned at 1.6.7.

What was skipped (major version bumps)

Package Current Latest Notes
vue 2.7.16 3.x Full Vue 3 migration required
vue-router 3.x 5.x Follows Vue 3 migration
bootstrap 4.6.2 5.x Breaking CSS/component changes
keycloak-js 7.0.1 26.x Extensive API changes
@fortawesome/* 6.x 7.x Major icon API changes
@vue/cli-* 4.x 5.x Build tooling changes
eslint 5.x 10.x Config format breaking changes

Test plan

  • pnpm build succeeds
  • pnpm test:unit passes
  • Smoke-test the app (pnpm serve)

🤖 Generated with Claude Code

sundancekid73 and others added 2 commits May 12, 2026 14:15
- axios 1.6.7 → 1.16.0 (unpinned range)
- core-js 3.36.0 → 3.49.0
- lodash 4.17.21 → 4.18.1
- regenerator-runtime 0.13.11 → 0.14.1
- add @parcel/watcher to onlyBuiltDependencies

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
axios >=1.7.0 ships a fetch.js adapter using nullish coalescing (??)
which webpack 4 / babel cannot transpile since node_modules are
excluded from the babel transform.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@sundancekid73 sundancekid73 merged commit 3004cf7 into main May 12, 2026
2 checks passed
@sundancekid73 sundancekid73 deleted the chore/update-dependencies branch May 12, 2026 12:35
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