Skip to content

chore(deps-dev): bump @vitejs/plugin-react from 4.0.4 to 4.1.0#262

Merged
jason89521 merged 1 commit intomainfrom
dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0
Oct 3, 2023
Merged

chore(deps-dev): bump @vitejs/plugin-react from 4.0.4 to 4.1.0#262
jason89521 merged 1 commit intomainfrom
dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps @vitejs/plugin-react from 4.0.4 to 4.1.0.

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.1.0

  • Add @types/babel__cores to dependencies (fix #211)
  • Improve build perf when not using Babel plugins by lazy loading @babel/core #212
  • Better invalidation message when an export is added & fix HMR for export of nullish values #215
  • Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #224
  • The build output now contains a index.d.cts file so you don't get types errors when setting moduleResolution to node16 or nodenext in your tsconfig (we recommend using bundler which is more close to how Vite works)
Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.1.0 (2023-09-24)

  • Add @types/babel__cores to dependencies (fix #211)
  • Improve build perf when not using Babel plugins by lazy loading @babel/core #212
  • Better invalidation message when an export is added & fix HMR for export of nullish values #215
  • Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #224
  • The build output now contains a index.d.cts file so you don't get types errors when setting moduleResolution to node16 or nodenext in your tsconfig (we recommend using bundler which is more close to how Vite works)
Commits
  • bf1453e release: plugin-react@4.1.0
  • 25fe88a feat: add support for non-dev jsx runtime (#224)
  • 272c338 fix(deps): update all non-major dependencies (#206)
  • 2863602 fix: better invalidation message when an export is added & fix HMR for export...
  • ccd25dd perf: lazy load @babel/core (#212)
  • 8413a18 fix: add @types/babel__cores to dependencies (fix #211)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@vercel
Copy link
Copy Markdown

vercel bot commented Sep 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
daxus-simple-forum ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2023 11:23am

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 25, 2023

Codecov Report

Merging #262 (4982336) into main (7824073) will not change coverage.
The diff coverage is n/a.

❗ Current head 4982336 differs from pull request most recent head 8b33668. Consider uploading reports for the commit 8b33668 to get more accurate results

@@           Coverage Diff           @@
##             main     #262   +/-   ##
=======================================
  Coverage   89.92%   89.92%           
=======================================
  Files          37       37           
  Lines        2531     2531           
  Branches      344      344           
=======================================
  Hits         2276     2276           
  Misses        250      250           
  Partials        5        5           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0 branch from 7614102 to 279170b Compare October 3, 2023 09:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0 branch from 279170b to c523a9d Compare October 3, 2023 10:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0 branch from c523a9d to d6f700b Compare October 3, 2023 10:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0 branch from d6f700b to 4982336 Compare October 3, 2023 11:14
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.0/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0 branch from 4982336 to 8b33668 Compare October 3, 2023 11:21
@jason89521 jason89521 merged commit e154959 into main Oct 3, 2023
@jason89521 jason89521 deleted the dependabot/npm_and_yarn/vitejs/plugin-react-4.1.0 branch October 3, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant