react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
Update `@primer/react` to use rolldown over rollup for improved build performance. ### Changelog #### New #### Changed - Update `rollup-plugin-import-css` to be rolldown compatible - Update `@primer/react` to use rolldown...
Closes https://github.com/github/primer/issues/6074 ### Changelog #### New - Add storybook support to `styled-react` - Add initial button stories for VRT in `styled-react` - Add new utility, `getStories`, to our e2e test-helpers...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Part of: https://github.com/github/primer/issues/6275 Update our `*.module.css` files to be in a CSS Layer following [this ADR](https://github.com/primer/react/pull/6030) ### Changelog #### New - Add test for CSS Layers to make sure that...
Follow up to: https://github.com/primer/react/pull/7263 but a little smaller 👀 This PR updates our internal packages and styled-react to use `rolldown` over `rollup`. Rolldown is a rollup API compatible library that...
_This is a scheduled issue for tracking the release between Monday, December 1st and Monday, December 15th_ | Last week | Value | | :-------- | :---- | | Issue...
Ran `npx @turbo/codemod@latest update` to upgrade turbo from 2.5.5 to 2.6.3. No codemods were required for this version bump. ### Changelog #### Changed - Updated `turbo` from `^2.5.5` to `^2.6.3`...
Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...
Reverts primer/react#7262
Bumps the vitest group with 4 updates: [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser), [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/browser` from 4.0.3 to 4.0.15 Release notes Sourced from @vitest/browser's releases. v4.0.15 🚀 Experimental Features cache: Add...