Skip to content

chore(deps): bump dependencies to latest minor/patch versions#4

Merged
gfazioli merged 1 commit into
masterfrom
updates-packages
May 17, 2026
Merged

chore(deps): bump dependencies to latest minor/patch versions#4
gfazioli merged 1 commit into
masterfrom
updates-packages

Conversation

@gfazioli
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 17, 2026 10:49
@gfazioli gfazioli merged commit d5eba81 into master May 17, 2026
@gfazioli gfazioli deleted the updates-packages branch May 17, 2026 10:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps several development and runtime dependencies (Yarn, Mantine, Storybook, oxfmt, oxlint, rollup, tsx) to their latest minor/patch versions, migrates the .oxfmtrc.json configuration to the new sortImports.groups schema used by oxfmt 0.50, and re-runs the formatter so all source/test/story files now have their imports re-ordered to match the new grouping rules.

Changes:

  • Bump packageManager to yarn@4.14.1 and update yarnPath; add approvedGitRepositories and enableScripts to .yarnrc.yml.
  • Bump @mantine/* to 9.2.1, @storybook/* to ^10.4.0, oxfmt to ^0.50.0, oxlint to ^1.65.0, rollup to ^4.60.4, tsx to ^4.22.1 in package.json/docs/package.json (and regenerate yarn.lock).
  • Rewrite .oxfmtrc.json to the new sortImports schema and re-format all .ts/.tsx files so imports follow the new ordering.

Reviewed changes

Copilot reviewed 33 out of 35 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.yarnrc.yml Pin new Yarn release; enable scripts and approve all git repos.
.oxfmtrc.json Replace old importOrder array with new sortImports.groups config.
.storybook/preview.tsx Removed blank line between side-effect import and module imports.
package.json / docs/package.json Bump dependency versions.
yarn.lock Regenerate lockfile (metadata version 8 → 9) for bumped deps.
package/src/QRCode.tsx, QRCode.test.tsx, QRCode.story.tsx Reorder imports per new oxfmt rules.
scripts/*.ts Reorder imports per new oxfmt rules.
docs/pages/_app.tsx, _document.tsx Reorder imports per new oxfmt rules.
docs/components/**/*.tsx Reorder imports per new oxfmt rules across many docs components.
docs/components/styles-api.types.ts Reorder imports per new oxfmt rules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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