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.0 #9406

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented May 13, 2023

⚠️ No Changeset found

Latest commit: 3897727

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

@github-actions
Copy link
Contributor

github-actions bot commented May 13, 2023

🚀 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 4.1.1-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 4.0.3-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 4.0.3-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.1.1-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.0.3-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 5.0.3-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 4.0.3-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.2.1-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.3-alpha-20240131185343-c0dab87ef npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 0cf333b to 46ac556 Compare May 17, 2023 13:07
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.3.1 fix(deps): update dependency @vitejs/plugin-react-swc to v3.3.2 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 46ac556 to ec2aa69 Compare June 3, 2023 13:50
@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2023

💻 Website Preview

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

@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.3.2 fix(deps): update dependency @vitejs/plugin-react-swc to v3.4.0 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from ec2aa69 to acae7c2 Compare September 24, 2023 21:23
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from acae7c2 to 2962004 Compare October 11, 2023 20:26
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2962004 to fa51ed1 Compare October 19, 2023 14:51
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.4.0 fix(deps): update dependency @vitejs/plugin-react-swc to v3.4.1 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from fa51ed1 to b6238dc Compare October 30, 2023 15:11
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.4.1 fix(deps): update dependency @vitejs/plugin-react-swc to v3.5.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from b6238dc to a7de8ca Compare November 16, 2023 17:43
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from a7de8ca to c0dab87 Compare January 31, 2024 18:52
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.5.0 fix(deps): update dependency @vitejs/plugin-react-swc to v3.6.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from c0dab87 to 6229573 Compare April 24, 2024 21:21
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 6229573 to 3897727 Compare May 22, 2024 22:45
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-swc to v3.6.0 fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.0 May 22, 2024
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.

None yet

0 participants