Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2025

Bumps vitest from 3.0.9 to 3.1.1.

Release notes

Sourced from vitest's releases.

v3.1.1

   🐞 Bug Fixes

    View changes on GitHub

v3.1.0

🚀 Features

🐞 Bug Fixes

🏎 Performance

... (truncated)

Commits
  • a9d36c7 chore: release v3.1.1
  • 69ca425 fix(reporter): print test only once in the verbose mode (#7738)
  • b166efa fix(reporter): report tests in correct order (#7752)
  • b8eda4b chore: release v3.1.0
  • 938da77 fix (ui): rerun individually tests with special chars in name (#7707)
  • 7883acd feat: use providers request interception for module mocking (#7576)
  • a7ecd0f refactor: remove direct imports from rollup (#7751)
  • 5659a0e feat: Added vitest-browser-lit to vitest init browser and docs (#7705)
  • 2702cf4 fix: fix vm tests flakiness (#7741)
  • 12762ea perf(browser): fork jest-dom instead of bundling it (#7605)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/16904)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.9 to 3.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 13, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) April 13, 2025 23:28
Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

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

:shipit:

@microsoft-github-policy-service microsoft-github-policy-service bot added the auto-merge Automatically merge this PR label Apr 13, 2025
Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

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

:shipit:

@github-actions
Copy link
Contributor

github-actions bot commented Apr 13, 2025

Test this change out locally with the following install scripts (Action run 14737209321)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 14737209321
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 14737209321"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 14737209321
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 14737209321"

@github-actions
Copy link
Contributor

github-actions bot commented Apr 13, 2025

Dotnet Test Results

    78 files   -     39      78 suites   - 39   36m 6s ⏱️ - 15m 14s
12 082 tests +    31  12 082 ✅ +    31  0 💤 ±0  0 ❌ ±0 
27 922 runs   - 13 824  27 922 ✅  - 13 824  0 💤 ±0  0 ❌ ±0 

Results for commit 2ad7e20. ± Comparison against base commit c784b47.

This pull request removes 1891 and adds 749 tests. Note that renamed tests count towards both.

		nestedProp1: 1
		nestedProp2: 2
		prop1: true
		prop2: false
	1
	2
	\$'")
	prop1: true
	prop2: false
…
Bicep.Cli.IntegrationTests.BuildCommandTests ‑ Build_Invalid_SingleFile_ShouldFail_WithExpectedErrorMessage_InvalidExtensions_CRLF
Bicep.Cli.IntegrationTests.BuildCommandTests ‑ Build_Invalid_SingleFile_ToStdOut_ShouldFail_WithExpectedErrorMessage_InvalidExtensions_CRLF
Bicep.Cli.IntegrationTests.FormatCommandTests ‑ Format_SampleBicepFile_MatchesFormattedSample_InvalidExtensions_CRLF
Bicep.Cli.IntegrationTests.LintCommandTests ‑ Lint_Invalid_SingleFile_ShouldFail_WithExpectedErrorMessage_InvalidExtensions_CRLF
Bicep.Cli.IntegrationTests.PublishCommandTests ‑ Publish_InvalidFile_ShouldFail_WithExpectedErrorMessage_InvalidExtensions_CRLF
Bicep.Cli.IntegrationTests.RestoreCommandTests ‑ Restore_ShouldSucceed ("InvalidExtensions_CRLF, not publishing source",Bicep.Core.Samples.DataSet,False)
Bicep.Cli.IntegrationTests.RestoreCommandTests ‑ Restore_ShouldSucceed ("InvalidExtensions_CRLF, publishing source",Bicep.Core.Samples.DataSet,True)
Bicep.Cli.IntegrationTests.RestoreCommandTests ‑ Restore_ShouldSucceedWithAnonymousClient ("InvalidExtensions_CRLF, not publishing source",Bicep.Core.Samples.DataSet,False)
Bicep.Cli.IntegrationTests.RestoreCommandTests ‑ Restore_ShouldSucceedWithAnonymousClient ("InvalidExtensions_CRLF, publishing source",Bicep.Core.Samples.DataSet,True)
Bicep.Core.IntegrationTests.AzTemplateTests ‑ Test_Az_Zone_Functions
…

♻️ This comment has been updated with latest results.

auto-merge was automatically disabled April 15, 2025 03:07

Pull request was closed

@StephenWeatherford
Copy link
Contributor

Fix-DependabotPRs.ps1: Forcing rebuild

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@StephenWeatherford
Copy link
Contributor

Fix-DependabotPRs.ps1: Forcing rebuild

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 27, 2025

A newer version of vitest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@StephenWeatherford
Copy link
Contributor

Fix-DependabotPRs.ps1: Forcing rebuild

@StephenWeatherford
Copy link
Contributor

Fix-DependabotPRs.ps1: Forcing rebuild

@StephenWeatherford
Copy link
Contributor

Fix-DependabotPRs.ps1: Forcing rebuild

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Automatically merge this PR 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.

2 participants