Merged
Conversation
added 5 commits
February 26, 2026 09:32
Bumps Storybook and its ecosystem dependencies to `10.2.12`. This update typically incorporates minor bug fixes and performance improvements from the latest patch release.
Bumps webpack to version 5.105.2 to incorporate the latest patches and minor improvements.
Migrates from `eslint-plugin-autofix` to `eslint-plugin-unused-imports` to provide more robust and autofixable detection of unused imports and variables. This allows for automatic removal of unused imports when running with `--fix`. Updates ESLint core and related packages to the latest versions for improved compatibility and features. Disables the previous `no-unused-vars` rules in favor of the new plugin's implementation. Removes the `import/order` rule from the configuration.
Consolidates selection check logic within ComboBox and Select components for improved readability. Streamlines array processing callbacks (reduce, map, forEach) in the file upload hook. Enhances code clarity with minor formatting adjustments and comment updates.
Bumps several direct and transitive dependencies to their latest versions. Includes major updates for `@types/react`, `globals`, `jsdom`, `@babel/*` presets, and `@typescript-eslint/*` packages. These updates maintain compatibility, improve security, and incorporate new features and performance enhancements across the ecosystem.
Contributor
|
Mulig denne ikke burde være en minor, siden den ikke egentlig legger til noe nye fix, bugfix, osv. Kanskje bare "depenedencies" |
JacobNicLarsen
approved these changes
Mar 4, 2026
inmetajacoblarsen
approved these changes
Mar 12, 2026
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.
Describe your changes
I’ve updated several packages to their latest versions, mostly minor updates. The most significant change is the linter, which also required updates to some components. This PR should be thoroughly tested before approval.
Checklist before requesting a review
major,minororpatch)stories-folder?packages/react/index.tsx?packages/css/index.css?