Skip to content

Bump vitest from 3.0.9 to 3.1.1 in /src/Bicep.Cli.E2eTests #16904

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
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

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 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)

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:

Copy link
Contributor

github-actions bot commented Apr 13, 2025

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

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

Copy link
Contributor

github-actions bot commented Apr 13, 2025

Dotnet Test Results

    78 files   -     39      78 suites   - 39   33m 32s ⏱️ - 16m 53s
12 038 tests +     7  12 038 ✅ +     7  0 💤 ±0  0 ❌ ±0 
27 834 runs   - 13 852  27 834 ✅  - 13 852  0 💤 ±0  0 ❌ ±0 

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

This pull request removes 1788 and adds 632 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_WithPatternAndOutDir_ShouldReplicateDirStructure
Bicep.Cli.IntegrationTests.BuildParamsCommandTests ‑ Build_Valid_Params_File_Should_Succeed (Files/baselines_bicepparam/TypedVariables/parameters.bicepparam)
Bicep.Cli.IntegrationTests.BuildParamsCommandTests ‑ Build_Valid_Params_File_ToStdOut_Should_Succeed (Files/baselines_bicepparam/TypedVariables/parameters.bicepparam)
Bicep.Cli.IntegrationTests.BuildParamsCommandTests ‑ Build_Valid_Params_File_To_Outdir_Should_Succeed (Files/baselines_bicepparam/TypedVariables/parameters.bicepparam)
Bicep.Cli.IntegrationTests.BuildParamsCommandTests ‑ Build_WithPatternAndOutDir_ShouldReplicateDirStructure
Bicep.Cli.IntegrationTests.FormatCommandTests ‑ Format_SampleBicepParam_MatchesFormattedSample (Files/baselines_bicepparam/TypedVariables/parameters.bicepparam)
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000
��K
�0\u0010\u0006�=E�\u0001ҤyU�{7�\u001b\u000f\u0010�\u0011+��6BA���Bܴ��C0�2�C&	\u0013\u0012�M�\u0005�A�\u0010%u\u0014\u001246�(!z�;Lh��\u001bETK\u0015!���;�qo��]+s����\u0018\u001b�\u0017�0-$�iN��,����ҡ\u001a[���s��\u0019�����.^\u000cŗ>�7��~�]ѷ��\ &�\u0010�JHD�t?\u0002³����\u0003\u0007�\u0012�
R\u000b�\u000e�#��\u0006�̵��ҽy��y�y\u0001���j\u0000\u000c\u0000\u0000,"Value cannot be null. (Parameter 'source')")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000
��K\u000e�0\u0010\u0006�=\u0005'(3�����K��(��P\u000c�@b�����\u0005�
�����L:m��xo�]a�E�ȔX�R�
�T��u\u000f	\u0005�\u000b\u0008`"\u0012"\u001af�dD״�v�,q�\u000fRYd�sY�Ț !d%Qg��l��\u000e�{\u0018�L{�;{�Uo奩�o(�\u001a־h0�����D��\u000f�\u0004�/B�u�����"�����\u001fkO\u0010\u0004A\u0010��	�_~\u0007\u0000\u000c\u0000\u0000,"The path: index.json was not found in artifact contents")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000
���\u000b�0\u0014\u0007��+�?`n�m��C�!#,\u0008���A\u0006Z���?�<D\u0017��?��9�=���w�۫z�U��\u0012\u000b.��Q߈!\u0000Z�\u001b\u0014$�� "�`\u00089ux��*�(c���X�*�tH%p�s*}\u000c��������jt��Uu	�<�5����iϺڧ>����~�]ѷ�\u0013\u0006��J\u0001\u001c\u0011�A�����?��Ӎ��r\u001b�N��.v\u0017�����ɲ,�\u001a�\u000b߈\u000e�\u0000\u000c\u0000\u0000,"'7' is an invalid end of a number. Expected a delimiter. Path: $.INVALID_JSON | LineNumber: 0 | BytePositionInLine: 20.")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000\u0003�ӽ\u000e�0\u0010\u0007��>\u0005OP�+����Wh�ďP\u000c�Hb|w�`�\u0000qA0�����]��e�3��4��ie�ı\u0014s\u0003/e\u001e=\u001f�B��\u0005\u0004hʼn\u0010Q?�&#�֙Ư�Ĭ\u001fDYdܩ*\u000bԬ Q��T�g����d
��qǢ�\u0017[߬<��\u001d\u001a����\u001f\u001a�z��o����\u0000\u0012��K�\u0015��?R��H&�<����\u001b\u0004A\u0010\u0004kx\u0002O�o�\u0000\u000c\u0000\u0000,"The path: index.json was not found in artifact contents")
…

♻️ 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

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

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.

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.

1 participant