Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 #10098

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react-swc 3.3.0 -> 3.7.2 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react-swc (@​vitejs/plugin-react-swc)

v3.7.2

Compare Source

Add Vite 6 to peerDependencies range #​207

Thanks @​RobinTail

Revert throw when refresh runtime is loaded twice #​237

Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

This revert was done in the Babel plugin last year and I didn't port it back.

v3.7.1

Compare Source

Ignore directive sourcemap error #​231

v3.7.0

Compare Source

Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

v3.6.0

Compare Source

Add parserConfig option

This will unlock to use the plugin in some use cases where the original source code is not in TS. Using this option to keep using JSX inside .js files is highly discouraged and can be removed in any future version.

v3.5.0

Compare Source

Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

Align jsx runtime for optimized dependencies

This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React in the scope.

Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.

v3.4.1

Compare Source

Add support for .mts (fixes #​161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.

v3.4.0

Compare Source

  • Add devTarget option (fixes #​141)
  • Disable Fast Refresh based on config.server.hmr === false instead of process.env.TEST
  • Warn when plugin is in WebContainers (see #​118)
  • Better invalidation message when an export is added & fix HMR for export of nullish values (#​143)

v3.3.2

Compare Source

v3.3.1

Compare Source

  • Add type: module to package.json (#​101). Because the library already publish .cjs & .mjs files, the only change is for typing when using the node16 module resolution (fixes #​95)
  • Throw an error when the MDX plugin is after this one (#​100). This is an expected breaking change added in 3.2.0 and this should people that were using both plugins before this version to migrate.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Aug 19, 2024

⚠️ No Changeset found

Latest commit: a34b6aa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Aug 19, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/visitor-plugin-common 5.6.0-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 4.0.12-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 4.0.12-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.4.0-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.4.1-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 5.0.12-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 4.1.2-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.5.1-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.12-alpha-20241113152206-7ff3246f0543bf66aab9f3bdb08517044c926e96 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Aug 19, 2024

💻 Website Preview

The latest changes are available as preview in: https://f43bc4f1.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from ca5eac5 to 0ab5ee5 Compare August 21, 2024 15:39
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 0ab5ee5 to 3e43a14 Compare September 29, 2024 22:05
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.0 fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.1 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 3e43a14 to 7ff3246 Compare November 13, 2024 15:16
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from 92a8e3e to 296efad Compare November 26, 2024 14:03
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.1 fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 296efad to a34b6aa Compare December 2, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants