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-dev): bump the major-deps-updates-main group across 1 directory with 3 updates #613

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the major-deps-updates-main group with 3 updates in the / directory: @vitest/coverage-v8, release-it and vitest.

Updates @vitest/coverage-v8 from 2.1.8 to 3.0.2

Release notes

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

v3.0.2

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

Vitest 3 is here! There are a few breaking changes, but we expect the migration to be smooth. This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • f17918a chore: release v3.0.2
  • 56c5018 chore: release v3.0.1
  • 537fa5e fix(deps): update all non-major dependencies (#7147)
  • 01600e0 chore: release v3.0.0
  • 8cab960 fix: colors on forks pool (#7090)
  • 57b671d chore: release v3.0.0-beta.4
  • 74dbe03 fix(deps): update dependency pathe to v2 (#7181)
  • cb6db13 fix(coverage): prevent crash when v8 incorrectly merges static_initializer's ...
  • f9a6284 chore: release v3.0.0-beta.3
  • 8cc92c2 fix(deps): update all non-major dependencies (#7085)
  • Additional commits viewable in compare view

Updates release-it from 17.11.0 to 18.1.1

Release notes

Sourced from release-it's releases.

Release 18.1.1

  • Exclude the release commit from the release notes (1cca380951d869bb3c7a8d49ac7af9e6ad5be8bc)

Release 18.1.0

  • Remove tea.yaml (0b9a212e811e0153964fced8abd7ea32e872f23e)
  • Add releaseNotes object for Octokit REST API based changelog (29fb5137aef70d30c658217d6e77390cc918639f)
  • Format docs (69d813b6d56766788507fc5ed2da19ae36cab97a)
  • Use new releaseNotes feature self (1ec12803f10ec6522f05dee76697e638ff6a436d)
  • Release 18.1.0 (2c5f298518c4f0457468bd6d0ef4ffa88b0e2993)

Release 18.0.0

  • 429 = alive (93fc47b)
  • Update engines.node (closes #1182) (162cfc9)
  • Update readme + changelog (4897f1b)
  • Update dependencies (3c2b1f2)
  • Merge branch 'v18' (9c480d8)

Release 18.0.0-next.4

  • Merge branch 'main' into v18 (e3be6db)
  • Update dependencies (8d227e4)
  • fix: pass gitlab options to fetch agent (#1185) (d082178)
  • GitLab Generic Package Repository for assets (#1189) (54399c9)
  • Update dependencies (ce7e935)
  • Merge branch 'main' into v18 (fb54e59)
  • fix(gitlab): don't set Content-Type header when uploading release assets (#1183) (04a36d2)
  • Fixed GitBase.getLatestVersion to computed formatted tagTemplate before using it for latestTag computation (#1170) (09d7d1b)
  • Add git-cliff example (#1176) (b161114)
  • Move configuration options to existing doc pages + table format, shorten (28213bf)
  • Add docs for configuration options (#1155) (667cd6a)
  • Improve docs on Tag Match (#1165) (716b44f)
  • Update dependencies (e994cf3)

Release 18.0.0-next.3

  • feat(github): expose github make_latest flag (#1150) (57d2c35)
  • Update dependencies (f1548b9)

Release 18.0.0-next.2

  • Upgrade sinon (90acfad)
  • fix(github-comments): make search query respect 256 character limit (encoded) (#1148) (3cec8e3)

Release 18.0.0-next.1

  • Update dependencies (d8ebe14)
  • fix: replace obsolete is-ci library by ci-info library (5a08642)

Release 18.0.0-next.0

  • Fix prompt.transformer check (64197f9)
  • yes (47536a9)
  • Add pkg.pr.new (73d1bf6)
  • Requires at least node v20.9 now (36bb4e0)
  • Fix up eslint config (c6f254e)

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v18 (2025-01-06)

  • Removed support for Node.js v18.

v17 (2023-11-11)

  • Removed support for Node.js v16.

v16 (2023-07-05)

  • Removed support for Node.js v14.

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see

... (truncated)

Commits

Updates vitest from 2.1.8 to 3.0.2

Release notes

Sourced from vitest's releases.

v3.0.2

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

Vitest 3 is here! There are a few breaking changes, but we expect the migration to be smooth. This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • f17918a chore: release v3.0.2
  • 56c5018 chore: release v3.0.1
  • 755ecdf Revert "fix: re-apply default conditions if using vite 6 or later (#7071)" (#...
  • 537fa5e fix(deps): update all non-major dependencies (#7147)
  • 01600e0 chore: release v3.0.0
  • 84287fc fix: re-apply default conditions if using vite 6 or later (#7071)
  • b526896 fix(coverage)!: always exclude test files (#7254)
  • 1c2b210 fix(api): don't report events during vitest list (#7257)
  • 80ce0e1 feat(api): add onBrowserInit event (#7255)
  • 003c0be fix(watch): don't indicate exit when no matching files (#7246)
  • Additional commits viewable in compare view

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

…ctory with 3 updates

Bumps the major-deps-updates-main group with 3 updates in the / directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [release-it](https://github.com/release-it/release-it) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 2.1.8 to 3.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/coverage-v8)

Updates `release-it` from 17.11.0 to 18.1.1
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@17.11.0...18.1.1)

Updates `vitest` from 2.1.8 to 3.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-deps-updates-main
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-deps-updates-main
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-deps-updates-main
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2025
@github-actions github-actions bot merged commit 6ca6867 into main Jan 20, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-deps-updates-main-b7f8c2d771 branch January 20, 2025 01:13
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants