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/npm): bump the vite group with 5 updates #266

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the vite group with 5 updates:

Package From To
@vitest/coverage-v8 1.2.2 1.3.1
@vitest/ui 1.2.2 1.3.1
vite 5.0.12 5.1.5
vite-plugin-dts 3.7.2 3.7.3
vitest 1.2.2 1.3.1

Updates @vitest/coverage-v8 from 1.2.2 to 1.3.1

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for @​vitest/coverage-v8 since your current version.


Updates @vitest/ui from 1.2.2 to 1.3.1

Release notes

Sourced from @​vitest/ui's releases.

v1.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for @​vitest/ui since your current version.


Updates vite from 5.0.12 to 5.1.5

Release notes

Sourced from vite's releases.

create-vite@5.1.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.1.5 (2024-03-04)

5.1.4 (2024-02-21)

5.1.3 (2024-02-15)

5.1.2 (2024-02-14)

5.1.1 (2024-02-09)

... (truncated)

Commits

Updates vite-plugin-dts from 3.7.2 to 3.7.3

Release notes

Sourced from vite-plugin-dts's releases.

v3.7.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite-plugin-dts's changelog.

3.7.3 (2024-02-21)

Bug Fixes

  • incorrect process for removing pure import (d0c0c86), closes #301
Commits

Updates vitest from 1.2.2 to 1.3.1

Release notes

Sourced from vitest's releases.

v1.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
  • e5114ab chore: release v1.3.1
  • c793a13 feat(vitest): expose parseCLI method (#5248)
  • 2f755f0 docs: fix defaults in JSDocs to be more accurate (#5196)
  • 5376d5b fix(ui): auto reload coverage iframe after test run (#5242)
  • 671cbcd chore: update license
  • c692f76 refactor(coverage): move common parts to vitest package (#5236)
  • bb2af3b chore: release v1.3.0
  • bc5b2d0 fix: Prevent merging of poolOptions (#5221)
  • 1aecd65 fix(vitest): fix optimizeDeps.disabled warnings on Vite 5.1 (#5215)
  • b3182e0 chore: pass down --update flag to the project config
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for vitest since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vite group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.3.1` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.3.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.1.5` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.7.2` | `3.7.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.3.1` |


Updates `@vitest/coverage-v8` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/coverage-v8)

Updates `@vitest/ui` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/ui)

Updates `vite` from 5.0.12 to 5.1.5
- [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/v5.1.5/packages/vite)

Updates `vite-plugin-dts` from 3.7.2 to 3.7.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v3.7.2...v3.7.3)

Updates `vitest` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

The following labels could not be found: t-dependencies, pkg-npm.

Copy link

codesandbox bot commented Mar 11, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (add6570) to head (8047571).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #266   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          379       379           
  Branches        33        33           
=========================================
  Hits           379       379           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #268.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-6d87f3c89c branch March 18, 2024 01:26
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.

None yet

0 participants