Bump the npm group across 1 directory with 11 updates - #1302
Merged
Conversation
Bumps the npm group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) Updates `@vitest/expect` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/expect) Updates `@vitest/mocker` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/mocker) Updates `@vitest/pretty-format` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/pretty-format) Updates `@vitest/runner` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/runner) Updates `@vitest/snapshot` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/snapshot) Updates `@vitest/spy` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/spy) Updates `@vitest/utils` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/utils) Updates `es-module-lexer` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/guybedford/es-module-lexer/releases) - [Commits](guybedford/es-module-lexer@2.3.1...2.3.2) Updates `tinyexec` from 1.2.4 to 1.3.0 - [Release notes](https://github.com/tinylibs/tinyexec/releases) - [Commits](tinylibs/tinyexec@1.2.4...1.3.0) Updates `tinyrainbow` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/tinylibs/tinyrainbow/releases) - [Commits](tinylibs/tinyrainbow@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/expect" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/mocker" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/pretty-format" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/runner" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/snapshot" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/spy" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@vitest/utils" dependency-version: 4.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: es-module-lexer dependency-version: 2.3.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: tinyexec dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm - dependency-name: tinyrainbow dependency-version: 3.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm group with 1 update in the / directory: vitest.
Updates
vitestfrom 4.1.10 to 4.1.11Release notes
Sourced from vitest's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...Updates
@vitest/expectfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/expect's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)Updates
@vitest/mockerfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/mocker's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)fe5a11dfix(mocker): restrict redirect mocks to the fs allowlist [backport to v4] (#1...Updates
@vitest/pretty-formatfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/pretty-format's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)Updates
@vitest/runnerfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/runner's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)5146df8fix: revive global concurrency limit for test lifecycle [backport to v4] (#10...Updates
@vitest/snapshotfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/snapshot's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)Updates
@vitest/spyfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/spy's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)Updates
@vitest/utilsfrom 4.1.10 to 4.1.11Release notes
Sourced from @vitest/utils's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)Updates
es-module-lexerfrom 2.3.1 to 2.3.2Release notes
Sourced from es-module-lexer's releases.
Commits
08ee1befix: forward the sourcename through the pre-init parse path (#236)5a824a1Update package.json (#183)8274d03fix: annotate asm.js integer return type (#230)2abc49eperf(lexer): skip identifier and number runs (#227)Updates
tinyexecfrom 1.2.4 to 1.3.0Release notes
Sourced from tinyexec's releases.
Commits
7d37564fix: add a second pass of resolution with no extension (#161)d9d6ab0chore(deps-dev): bump the development-dependencies group across 1 directory w...1ab7d9echore(deps): bump the github-actions group with 2 updates (#158)8a4ccdechore(deps-dev): bump the development-dependencies group with 5 updates (#153)dc10426fix: throw NonZeroExitError when process is killed by signal (#146)64f0503chore(deps-dev): bump the development-dependencies group with 4 updates (#152)e2c6a2ffeat: improve NonZeroExitError message (#151)c84e823fix: disable code minification (#150)d6f3b73chore(deps): bump actions/checkout in the github-actions group (#148)68a1c79chore(deps-dev): bump the development-dependencies group with 3 updates (#149)Updates
tinyrainbowfrom 3.1.0 to 3.1.1Release notes
Sourced from tinyrainbow's releases.
Commits
c1ec6f4chore: enablesideEffects: false(#11)4abe3aechore: only use clean-publish for cleaning (#10)ccdf732test: add browser tests (#9)f591d01chore: bump devDependencies & add publish workflow (#7)5285a3cchore: add scriptMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tinyrainbow 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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