Skip to content

chore: Update all dependencies and add eslint-plugin-unicorn#371

Merged
csandman merged 1 commit intomainfrom
chore/dep-update-11-12-2025
Nov 14, 2025
Merged

chore: Update all dependencies and add eslint-plugin-unicorn#371
csandman merged 1 commit intomainfrom
chore/dep-update-11-12-2025

Conversation

@csandman
Copy link
Copy Markdown
Owner

This PR updates all dependencies in the main package, and the demo. It also adds the eslint plugin eslint-plugin-unicorn to both packages for more opinionated type checking.

After updating all of the packages, I ended up running into vite issues with duplicate react and @emotion/react versions, and ended up fixing it in the vite config:

  resolve: {
    dedupe: ["react", "react-dom", "@emotion/react"],
  },

I also added the react compiler babel plugin to see how that works.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Nov 13, 2025

chakra-react-select-demo

npm i https://pkg.pr.new/chakra-react-select@371

commit: 0f10df5

@github-actions
Copy link
Copy Markdown

📊 Package size report   0.03%↑

File Before After
package.json 3.0 kB 1%↑3.0 kB
Total (Includes all files) 151.9 kB 0.03%↑151.9 kB
Tarball size 29.6 kB 0.04%↑29.6 kB
Unchanged files
File Size
dist/index.d.mts 20.2 kB
dist/index.d.ts 20.2 kB
dist/index.js 30.5 kB
dist/index.mjs 28.9 kB
LICENSE.md 1.1 kB
README.md 48.1 kB

🤖 This report was automatically generated by pkg-size-action

@csandman csandman merged commit 867c0d8 into main Nov 14, 2025
5 checks passed
@csandman csandman deleted the chore/dep-update-11-12-2025 branch November 14, 2025 17:42
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