chore(deps): bump dependencies to latest minor/patch versions#10
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s dependency set (including Yarn) to the latest minor/patch versions and applies the formatter’s updated import-sorting behavior across scripts, package source, and docs.
Changes:
- Bump Yarn (packageManager/yarnPath) and refresh
yarn.lockfor updated dependency versions (Mantine, Storybook, Rollup, oxfmt/oxlint, tsx, etc.). - Update oxfmt configuration to the new
sortImportsformat and re-order imports accordingly across the codebase. - Keep workspace/docs package versions in sync with the updated Mantine versions.
Reviewed changes
Copilot reviewed 40 out of 42 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Refreshed lockfile for updated dependency graph and Yarn lockfile version. |
| package.json | Bumps Yarn version and devDependencies (Mantine/Storybook/Rollup/oxfmt/oxlint/tsx). |
| docs/package.json | Bumps Mantine packages used by docs to match workspace updates. |
| .yarnrc.yml | Updates Yarn path/version and adds additional Yarn configuration. |
| .oxfmtrc.json | Migrates from importOrder to sortImports configuration. |
| .storybook/preview.tsx | Minor formatting change aligned with import sorting. |
| scripts/update-version.ts | Import order adjusted (formatter-driven). |
| scripts/release.ts | Import order adjusted (formatter-driven). |
| scripts/prepare-css.ts | Import order adjusted (formatter-driven). |
| scripts/nojekyll.ts | Import order adjusted (formatter-driven). |
| scripts/generate-dts.ts | Import order adjusted (formatter-driven). |
| scripts/docgen.ts | Import order adjusted (formatter-driven). |
| package/src/SelectStepperMediaVariables.tsx | Import order adjusted (formatter-driven). |
| package/src/SelectStepper.tsx | Import order adjusted (formatter-driven). |
| package/src/SelectStepper.test.tsx | Import order adjusted (formatter-driven). |
| package/src/SelectStepper.story.tsx | Import order adjusted (formatter-driven). |
| docs/pages/_document.tsx | Import order adjusted (formatter-driven). |
| docs/pages/_app.tsx | Import order adjusted (formatter-driven). |
| docs/demos/SelectStepper.demo.inForm.tsx | Import order adjusted (formatter-driven). |
| docs/demos/SelectStepper.demo.imperative.tsx | Import order adjusted (formatter-driven). |
| docs/demos/SelectStepper.demo.customIcons.tsx | Import order adjusted (formatter-driven). |
| docs/demos/SelectStepper.demo.customData.tsx | Import order adjusted (formatter-driven). |
| docs/demos/SelectStepper.demo.controlled.tsx | Import order adjusted (formatter-driven). |
| docs/demos/SelectStepper.demo.booleanStepper.tsx | Import order adjusted (formatter-driven). |
| docs/components/TableOfContents/TableOfContents.tsx | Import order adjusted (formatter-driven). |
| docs/components/TableInlineCode/TableInlineCode.tsx | Import order adjusted (formatter-driven). |
| docs/components/TableError/TableError.tsx | Import order adjusted (formatter-driven). |
| docs/components/StylesApiTable/VariablesTable.tsx | Import order adjusted (formatter-driven). |
| docs/components/StylesApiTable/StylesApiTablesList.tsx | Import order adjusted (formatter-driven). |
| docs/components/StylesApiTable/StylesApiTable.tsx | Import order adjusted (formatter-driven). |
| docs/components/StylesApiTable/SelectorsTable.tsx | Import order adjusted (formatter-driven). |
| docs/components/StylesApiTable/ModifiersTable.tsx | Import order adjusted (formatter-driven). |
| docs/components/styles-api.types.ts | Import order adjusted (formatter-driven). |
| docs/components/Shell/Shell.tsx | Import order adjusted (formatter-driven). |
| docs/components/PropsTable/PropsTablesList.tsx | Import order adjusted (formatter-driven). |
| docs/components/PropsTable/PropsTable.tsx | Import order adjusted (formatter-driven). |
| docs/components/PageHeader/PageHeader.tsx | Import order adjusted (formatter-driven). |
| docs/components/MdxInfo/MdxInfo.tsx | Import order adjusted (formatter-driven). |
| docs/components/MdxElements/MdxElements.tsx | Import order adjusted (formatter-driven). |
| docs/components/Footer/Footer.tsx | Import order adjusted (formatter-driven). |
| docs/components/DocsTabs/DocsTabs.tsx | Import order adjusted (formatter-driven). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+3
| approvedGitRepositories: | ||
| - "**" | ||
|
|
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.
No description provided.