Bump vitest from 4.0.18 to 4.1.2 in /src/Bicep.Cli.E2eTests#19301
Bump vitest from 4.0.18 to 4.1.2 in /src/Bicep.Cli.E2eTests#19301dependabot[bot] wants to merge 8 commits intomainfrom
Conversation
|
Test this change out locally with the following install scripts (Action run 23912689871) VSCode
Azure CLI
|
b3ff081 to
51d4637
Compare
|
@dependabot rebase |
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.18 to 4.1.2. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
51d4637 to
c11aa97
Compare
|
@copilot please fix CI/CD errors. |
… for live tests Agent-Logs-Url: https://github.com/Azure/bicep/sessions/ab951e65-7a72-4df4-92f2-f91d22868b56 Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Fixed in ed87fe5. The CI failure was caused by vitest 4.1.2 introducing a dependency on rolldown, which requires Node.js Two changes:
|
|
|
||
| - name: Run Bicep E2E Tests (linux-musl-x64) | ||
| if: matrix.runtime.rid == 'linux-musl-x64' | ||
| uses: docker://mcr.microsoft.com/azure-cli:2.63.0 |
There was a problem hiding this comment.
We should not change this. We explicitly use the azure-cli image to ensure Bicep CLI works when installed via Azure CLI.
There was a problem hiding this comment.
Good point! We should probably also add a comment not to change it (may help the next agent).
|
@copilot please address comments about the base image in the gh action workflow |
…dd do-not-change comment Agent-Logs-Url: https://github.com/Azure/bicep/sessions/4c027788-deeb-4d6f-bfca-0528f8d38e2f Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Fixed in b7e0017. Reverted to |
|
@copilot looks like we may need to install sqllite libraries also. |
…mbol errors Agent-Logs-Url: https://github.com/Azure/bicep/sessions/09d8ed1d-fea3-4fe3-92de-f58608c9e316 Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Fixed in 17a57db. Node.js 22 from Alpine 3.21 dynamically links against |
|
@copilot looks like the linker errors are still there, please fix. |
…om Alpine 3.21 Agent-Logs-Url: https://github.com/Azure/bicep/sessions/f50f96d3-e951-4a83-9b29-d4f5269afdea Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Fixed in 3d195da. The |
|
@copilot please bump the azure-cli container image to the latest image. |
…h to linux-x64 binary Agent-Logs-Url: https://github.com/Azure/bicep/sessions/58e03664-7783-4ff8-8126-4bfcc8074591 Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Done in 07b3247. Both references bumped from Note:
|
|
@copilot ok, nevermind, I think that pinning the Azure cli version was on purpose, please revert the most recent changes and go back to the alpine version of things. |
…pproach Agent-Logs-Url: https://github.com/Azure/bicep/sessions/3b532efb-21ab-4d22-8ee9-f816c83b10fc Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com>
Reverted in 25edc63. Back to |
Bumps vitest from 4.0.18 to 4.1.2.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
fc6f482chore: release v4.1.26f97b55feat: disable colors if agent is detected (#9851)b3c992cfix(coverage): correctcoverageConfigDefaultsvalues and types (#9940)7c06598fix: ensure sequential mock/unmock resolution (#9830)f54abadchore: add typo-checker skill and fix typos (#9963)7aa9377fix: don't resolvesetupFilesfrom parent directory (#9960)1f2d318chore: release v4.1.1ebfde79refactor: renamematchesTagsFiltertomatchesTags(#9956)5611500feat(experimental): introduceexperimental.vcsProvider(#9928)eec53d9feat(experimental): exposematchesTagsFilterto test if the current filter ...