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

chore(deps): update dependency @vitejs/plugin-react-swc to ^3.4.1 - autoclosed #43

Closed
wants to merge 18 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 - "before 4am on the first day of the month" (UTC), 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 this update 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.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 1, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[13:30:36.593] INFO (8): Installing tool node v20.9.0...
v20.9.0
10.1.0
0.20.0
[13:30:40.363] INFO (8): Installed tool node in 3.7s.
[13:30:40.844] INFO (51): Installing tool pnpm v8.3.1...
8.3.1
[13:30:42.239] INFO (51): Installed tool pnpm in 1.3s.
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 24, reused 0, downloaded 23, added 0
Progress: resolved 49, reused 0, downloaded 39, added 0
Progress: resolved 127, reused 0, downloaded 118, added 0
Progress: resolved 207, reused 0, downloaded 201, added 0
Progress: resolved 295, reused 0, downloaded 274, added 0
Progress: resolved 392, reused 0, downloaded 335, added 0
Progress: resolved 430, reused 0, downloaded 374, added 0
Progress: resolved 491, reused 0, downloaded 433, added 0
Progress: resolved 573, reused 0, downloaded 513, added 0
Progress: resolved 650, reused 0, downloaded 591, added 0
.                                        |  WARN  deprecated [email protected]
Progress: resolved 739, reused 0, downloaded 678, added 0
Progress: resolved 844, reused 0, downloaded 787, added 0
Progress: resolved 888, reused 0, downloaded 830, added 0
Progress: resolved 990, reused 0, downloaded 932, added 0
Progress: resolved 1161, reused 0, downloaded 1101, added 0
Progress: resolved 1249, reused 0, downloaded 1190, added 0
.                                        |  WARN  deprecated [email protected]
Progress: resolved 1348, reused 0, downloaded 1291, added 0
Progress: resolved 1446, reused 0, downloaded 1387, added 0
Progress: resolved 1501, reused 0, downloaded 1443, added 0
Progress: resolved 1566, reused 0, downloaded 1508, added 0
.                                        |  WARN  deprecated @types/[email protected]
.                                        |  WARN  deprecated @types/[email protected]
Progress: resolved 1631, reused 0, downloaded 1576, added 0
Progress: resolved 1717, reused 0, downloaded 1658, added 0
.                                        |  WARN  deprecated [email protected]
Progress: resolved 1797, reused 0, downloaded 1743, added 0
Progress: resolved 1835, reused 0, downloaded 1782, added 0
Progress: resolved 1835, reused 0, downloaded 1784, added 0
.                                        |  WARN  deprecated @types/[email protected]
Progress: resolved 1887, reused 0, downloaded 1833, added 0
Progress: resolved 1889, reused 0, downloaded 1838, added 0
Progress: resolved 1891, reused 0, downloaded 1840, added 0
Progress: resolved 1892, reused 0, downloaded 1841, added 0
Progress: resolved 1894, reused 0, downloaded 1843, added 0
.                                        |  WARN  deprecated [email protected]
undefined
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: @vitejs/[email protected]

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@changeset-bot
Copy link

changeset-bot bot commented Jun 1, 2023

⚠️ No Changeset found

Latest commit: 22136de

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

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch 2 times, most recently from 75be341 to 4e488f0 Compare June 3, 2023 13:50
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to ^3.3.1 chore(deps): update dependency @vitejs/plugin-react-swc to ^3.3.2 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 4e488f0 to ee36a0d Compare July 1, 2023 06:14
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from ee36a0d to c8da068 Compare July 1, 2023 09:34
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from c8da068 to 71b55e7 Compare August 1, 2023 03:10
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 71b55e7 to 8bb7dac Compare August 1, 2023 06:08
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 8bb7dac to aa60482 Compare August 1, 2023 10:42
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from aa60482 to 2dea545 Compare August 10, 2023 19:25
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 2dea545 to 42f3f73 Compare September 1, 2023 04:02
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 42f3f73 to fb5c6c7 Compare September 1, 2023 06:30
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to ^3.3.2 chore(deps): update dependency @vitejs/plugin-react-swc to ^3.4.0 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from fb5c6c7 to 2be58b3 Compare September 24, 2023 19:50
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 2be58b3 to 7244354 Compare October 1, 2023 03:08
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 7244354 to 85136ac Compare October 1, 2023 07:13
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 85136ac to dee338f Compare October 1, 2023 10:43
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from dee338f to fe80e68 Compare October 1, 2023 12:51
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to ^3.4.0 chore(deps): update dependency @vitejs/plugin-react-swc to ^3.4.1 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from fe80e68 to 45de65b Compare October 30, 2023 14:30
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 45de65b to 7ade9b8 Compare November 2, 2023 04:44
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 7ade9b8 to 7a02711 Compare November 2, 2023 07:48
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from 7a02711 to cd38fa6 Compare November 2, 2023 09:56
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x branch from cd38fa6 to 22136de Compare November 2, 2023 13:31
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to ^3.4.1 chore(deps): update dependency @vitejs/plugin-react-swc to ^3.4.1 - autoclosed Nov 7, 2023
@renovate renovate bot closed this Nov 7, 2023
@renovate renovate bot deleted the renovate/vitejs-plugin-react-swc-3.x branch November 7, 2023 04:07
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.

0 participants