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

build(deps-dev): Bump vite from 4.0.4 to 4.1.1 #29

Merged
merged 2 commits into from
Feb 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Bumps vite from 4.0.4 to 4.1.1.

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.1.1 (2023-02-02)

4.1.0 (2023-02-02)

Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out the new Rollup docs, that are now powered by VitePress making the navigation between Vite and Rollup docs easier for users.

Vite docs got a theme update migrating to the latest version of VitePress.

As part of Vite 4, the Vue and React plugins have been extracted out of the monorepo. Although their release cycle will no longer follow Vite releases moving forward, Vite 4.1 is released in parallel with new versions of @​vitejs/plugin-react and @​vitejs/plugin-react-swc. @​vitejs/plugin-react 3.1.0 reworks the way HMR is handled fixing many edge cases and @​vitejs/plugin-react-swc 3.1.0 adds support for SWC plugins.

There is also a new major for @​vitejs/plugin-legacy, see changelog for v4.0.0. This version contains breaking changes:

Features

Bug Fixes

... (truncated)

Commits

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 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 scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Feb 2, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware February 2, 2023 17:12
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@flexdevelopment flexdevelopment enabled auto-merge (squash) February 2, 2023 17:12
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-4.1.1 branch from bae26b0 to eee3872 Compare February 2, 2023 17:17
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Merging #29 (1dde08e) into main (bd3aa5b) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #29   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           64        64           
  Branches         2         2           
=========================================
  Hits            64        64           
Flag Coverage Δ
node14 100.00% <ø> (ø)
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ead79b...1dde08e. Read the comment docs.

flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-4.1.1 branch from 387da71 to ea30c53 Compare February 2, 2023 17:21
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-4.1.1 branch from c46cfb9 to a72fca0 Compare February 2, 2023 17:25
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
flexdevelopment
flexdevelopment previously approved these changes Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-4.1.1 branch from 6305973 to 2c6b61c Compare February 3, 2023 17:17
flexdevelopment
flexdevelopment previously approved these changes Feb 3, 2023
flexdevelopment
flexdevelopment previously approved these changes Feb 3, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-4.1.1 branch from 02abb90 to e520c3b Compare February 3, 2023 17:22
flexdevelopment
flexdevelopment previously approved these changes Feb 3, 2023
flexdevelopment
flexdevelopment previously approved these changes Feb 3, 2023
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.1.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-4.1.1 branch from 3b3581c to 01f2e95 Compare February 3, 2023 17:27
flexdevelopment
flexdevelopment previously approved these changes Feb 3, 2023
@flexdevelopment flexdevelopment merged commit 0f9b742 into main Feb 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-4.1.1 branch February 3, 2023 17:33
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant