-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
base: master
Are you sure you want to change the base?
Conversation
|
🚀 Snapshot Release (
|
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 ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://f43bc4f1.graphql-code-generator.pages.dev |
ca5eac5
to
0ab5ee5
Compare
0ab5ee5
to
3e43a14
Compare
3e43a14
to
7ff3246
Compare
92a8e3e
to
296efad
Compare
296efad
to
a34b6aa
Compare
This PR contains the following updates:
3.3.0
->3.7.2
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
devTarget
option (fixes #141)config.server.hmr === false
instead ofprocess.env.TEST
v3.3.2
Compare Source
v3.3.1
Compare Source
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)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.
This PR was generated by Mend Renovate. View the repository job log.