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

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps docker/setup-buildx-action from 3.7.1 to 3.8.0.

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

Commits
  • 6524bf6 Merge pull request #390 from crazy-max/buildx-cloud-latest
  • 8d5e074 chore: update generated content
  • 7199e57 make cloud prefix optional to download buildx if driver is cloud
  • db63cee Merge pull request #381 from docker/dependabot/github_actions/codecov/codecov...
  • 043ebe1 Merge pull request #389 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 686da90 chore: update generated content
  • a3d7487 Merge pull request #382 from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6
  • 4dcdbce build(deps): bump @​docker/actions-toolkit from 0.39.0 to 0.48.0
  • 1a8ac74 ci: fix deprecated input for codecov-action
  • e827ebe build(deps): bump cross-spawn from 7.0.3 to 7.0.6
  • 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)

Summary by Sourcery

Build:

  • Update docker/setup-buildx-action from version 3.7.1 to 3.8.0 in the CI workflow configuration.

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@c47758b...6524bf6)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  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 github_actions Pull requests that update GitHub Actions code labels Dec 16, 2024
Copy link

sourcery-ai bot commented Dec 16, 2024

Reviewer's Guide by Sourcery

This PR updates the docker/setup-buildx-action from version 3.7.1 to 3.8.0 in the CI workflow. The update includes several dependency bumps and makes the cloud prefix optional when downloading buildx with a cloud driver.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update Docker Buildx action version in CI workflow
  • Update docker/setup-buildx-action from version 3.7.1 (c47758b) to 3.8.0 (6524bf6)
  • Make cloud prefix optional for buildx download with cloud driver
  • Upgrade @actions/core from 1.10.1 to 1.11.1
  • Upgrade @docker/actions-toolkit from 0.39.0 to 0.48.0
  • Upgrade cross-spawn from 7.0.3 to 7.0.6
.github/workflows/ci.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Dec 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

CI Failure Feedback 🧐

Action: test (18)

Failed stage: Run tests [❌]

Failed test name: src/layouts/Web/create-api-client-web.test.ts

Failure summary:

The action failed due to unhandled errors in the test suite:

  • 6 unhandled errors were caught during test execution
  • The main error is "localStorage is not defined" occurring in
    src/layouts/Web/create-api-client-web.test.ts
  • The error happens because the test environment doesn't properly mock the browser's localStorage API
  • The errors occur after test environment teardown due to uncanceled timeouts and unresolved promises

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    203:  .../node_modules/vue-demi postinstall: Done
    204:  .../esbuild@0.19.12/node_modules/esbuild postinstall$ node install.js
    205:  .../esbuild@0.20.2/node_modules/esbuild postinstall: Done
    206:  .../esbuild@0.23.0/node_modules/esbuild postinstall: Done
    207:  .../esbuild@0.19.12/node_modules/esbuild postinstall: Done
    208:  .../node_modules/msw postinstall$ node -e "try{require('./config/scripts/postinstall')}catch(e){}"
    209:  .../node_modules/msw postinstall: Done
    210:  .../esbuild@0.24.0/node_modules/esbuild postinstall$ node install.js
    211:  .../node_modules/dtrace-provider install$ node-gyp rebuild || node suppress-error.js
    ...
    
    928:  �[2mdist/�[22m�[36mcomponents/ScalarContextMenu/ScalarContextMenu.vue2.js              �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    929:  �[2mdist/�[22m�[36mcomponents/ScalarMenu/ScalarMenuSection.vue2.js                     �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    930:  �[2mdist/�[22m�[36mcomponents/ScalarMenu/ScalarMenuProduct.vue2.js                     �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    931:  �[2mdist/�[22m�[36mcomponents/ScalarListbox/ScalarListboxItem.vue2.js                  �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    932:  �[2mdist/�[22m�[36mcomponents/ScalarVirtualText/ScalarVirtualText.vue2.js              �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    933:  �[2mdist/�[22m�[36mcomponents/ScalarDropdown/ScalarDropdownMenu.vue2.js                �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    934:  �[2mdist/�[22m�[36mcomponents/ScalarMenu/ScalarMenuProducts.vue2.js                    �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    935:  �[2mdist/�[22m�[36mcomponents/ScalarTeleport/ScalarTeleportRoot.vue2.js                �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    936:  �[2mdist/�[22m�[36mcomponents/ScalarErrorBoundary/ScalarErrorBoundary.vue2.js          �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    ...
    
    1007:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/AddTab.svg.js                           �[39m�[1m�[2m 0.62 kB�[22m�[1m�[22m�[2m │ gzip: 0.38 kB�[22m
    1008:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/LogoSwagger.svg.js                      �[39m�[1m�[2m 0.63 kB�[22m�[1m�[22m�[2m │ gzip: 0.42 kB�[22m
    1009:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/CloseTabs.svg.js                        �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
    1010:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/CloseTab.svg.js                         �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.39 kB�[22m
    1011:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Globe.svg.js                            �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.39 kB�[22m
    1012:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Hide.svg.js                             �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.42 kB�[22m
    1013:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Link.svg.js                             �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.41 kB�[22m
    1014:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/LightMode.svg.js                        �[39m�[1m�[2m 0.65 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
    1015:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Error.svg.js                            �[39m�[1m�[2m 0.65 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
    ...
    
    1063:  �[2mdist/�[22m�[36mcomponents/ScalarSearchResults/ScalarSearchResultList.vue.js        �[39m�[1m�[2m 0.92 kB�[22m�[1m�[22m�[2m │ gzip: 0.53 kB�[22m
    1064:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/logos/Dotnet.svg.js                           �[39m�[1m�[2m 0.92 kB�[22m�[1m�[22m�[2m │ gzip: 0.54 kB�[22m
    1065:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/LogoClient.svg.js                       �[39m�[1m�[2m 0.93 kB�[22m�[1m�[22m�[2m │ gzip: 0.60 kB�[22m
    1066:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Cookie.svg.js                           �[39m�[1m�[2m 0.93 kB�[22m�[1m�[22m�[2m │ gzip: 0.48 kB�[22m
    1067:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/programming-language-json.svg.js        �[39m�[1m�[2m 0.93 kB�[22m�[1m�[22m�[2m │ gzip: 0.55 kB�[22m
    1068:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/logos/Platformatic.svg.js                     �[39m�[1m�[2m 0.94 kB�[22m�[1m�[22m�[2m │ gzip: 0.53 kB�[22m
    1069:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/logos/Express.svg.js                          �[39m�[1m�[2m 0.94 kB�[22m�[1m�[22m�[2m │ gzip: 0.58 kB�[22m
    1070:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Changelog.svg.js                        �[39m�[1m�[2m 0.94 kB�[22m�[1m�[22m�[2m │ gzip: 0.47 kB�[22m
    1071:  �[2mdist/�[22m�[36mcomponents/ScalarErrorBoundary/ScalarErrorBoundary.vue.js           �[39m�[1m�[2m 0.95 kB�[22m�[1m�[22m�[2m │ gzip: 0.55 kB�[22m
    ...
    
    1197:  �[2mdist/�[22m�[36mcomponents/SideNav/SideNavLink.vue2.js                                      �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1198:  �[2mdist/�[22m�[36mcomponents/HelpfulLink.vue2.js                                              �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1199:  �[2mdist/�[22m�[36mviews/Environment/Environment.vue.js                                        �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1200:  �[2mdist/�[22m�[36mcomponents/ScalarHotkey.vue2.js                                             �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1201:  �[2mdist/�[22m�[36mcomponents/IconSelector.vue2.js                                             �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1202:  �[2mdist/�[22m�[36mcomponents/SideNav/SideNavGroup.vue2.js                                     �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1203:  �[2mdist/�[22m�[36mcomponents/DataTable/DataTableCell.vue2.js                                  �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1204:  �[2mdist/�[22m�[36mcomponents/DataTable/DataTableText.vue2.js                                  �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    1205:  �[2mdist/�[22m�[36mcomponents/ImportCollection/PrefetchError.vue2.js                           �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    ...
    
    1348:  �[2mdist/�[22m�[36mlayouts/Web/create-api-client-web.js                                        �[39m�[1m�[2m  0.78 kB�[22m�[1m�[22m�[2m │ gzip:  0.44 kB�[22m
    1349:  �[2mdist/�[22m�[36mviews/Settings/Settings.vue2.js                                             �[39m�[1m�[2m  0.78 kB�[22m�[1m�[22m�[2m │ gzip:  0.40 kB�[22m
    1350:  �[2mdist/�[22m�[36mcomponents/DataTable/DataTableCell.vue.js                                   �[39m�[1m�[2m  0.79 kB�[22m�[1m�[22m�[2m │ gzip:  0.48 kB�[22m
    1351:  �[2mdist/�[22m�[36mlayouts/App/create-api-client-app.js                                        �[39m�[1m�[2m  0.79 kB�[22m�[1m�[22m�[2m │ gzip:  0.44 kB�[22m
    1352:  �[2mdist/�[22m�[36mindex.js                                                                    �[39m�[1m�[2m  0.80 kB�[22m�[1m�[22m�[2m │ gzip:  0.29 kB�[22m
    1353:  �[2mdist/�[22m�[36mstore/events.js                                                             �[39m�[1m�[2m  0.81 kB�[22m�[1m�[22m�[2m │ gzip:  0.39 kB�[22m
    1354:  �[2mdist/�[22m�[36mlibs/string-template.js                                                     �[39m�[1m�[2m  0.82 kB�[22m�[1m�[22m�[2m │ gzip:  0.50 kB�[22m
    1355:  �[2mdist/�[22m�[36mcomponents/Sidebar/Actions/EditSidebarListElement.vue.js                    �[39m�[1m�[2m  0.85 kB�[22m�[1m�[22m�[2m │ gzip:  0.48 kB�[22m
    1356:  �[2mdist/�[22m�[36mcomponents/ImportCollection/PrefetchError.vue.js                            �[39m�[1m�[2m  0.88 kB�[22m�[1m�[22m�[2m │ gzip:  0.53 kB�[22m
    ...
    
    1359:  �[2mdist/�[22m�[36mlibs/postman.js                                                             �[39m�[1m�[2m  0.96 kB�[22m�[1m�[22m�[2m │ gzip:  0.44 kB�[22m
    1360:  �[2mdist/�[22m�[36mlayouts/App/hotkeys.js                                                      �[39m�[1m�[2m  0.96 kB�[22m�[1m�[22m�[2m │ gzip:  0.25 kB�[22m
    1361:  �[2mdist/�[22m�[36mlayouts/App/MainLayout.vue.js                                               �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.52 kB�[22m
    1362:  �[2mdist/�[22m�[36mcomponents/ImportCollection/IntegrationLogo.vue.js                          �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.53 kB�[22m
    1363:  �[2mdist/�[22m�[36mstore/servers.js                                                            �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.46 kB�[22m
    1364:  �[2mdist/�[22m�[36massets/keycap.ascii.js                                                      �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.24 kB�[22m
    1365:  �[2mdist/�[22m�[36mcomponents/Sidebar/Actions/DeleteSidebarListElement.vue.js                  �[39m�[1m�[2m  0.99 kB�[22m�[1m�[22m�[2m │ gzip:  0.57 kB�[22m
    1366:  �[2mdist/�[22m�[36mviews/Request/ResponseSection/ResponseBodyToggle.vue.js                     �[39m�[1m�[2m  0.99 kB�[22m�[1m�[22m�[2m │ gzip:  0.50 kB�[22m
    1367:  �[2mdist/�[22m�[36mlibs/errors.js                                                              �[39m�[1m�[2m  0.99 kB�[22m�[1m�[22m�[2m │ gzip:  0.57 kB�[22m
    ...
    
    2394:  �[2mdist/�[22m�[36mcomponents/ScalarContextMenu/ScalarContextMenu.vue2.js              �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2395:  �[2mdist/�[22m�[36mcomponents/ScalarMenu/ScalarMenuSection.vue2.js                     �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2396:  �[2mdist/�[22m�[36mcomponents/ScalarMenu/ScalarMenuProduct.vue2.js                     �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2397:  �[2mdist/�[22m�[36mcomponents/ScalarListbox/ScalarListboxItem.vue2.js                  �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2398:  �[2mdist/�[22m�[36mcomponents/ScalarVirtualText/ScalarVirtualText.vue2.js              �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2399:  �[2mdist/�[22m�[36mcomponents/ScalarDropdown/ScalarDropdownMenu.vue2.js                �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2400:  �[2mdist/�[22m�[36mcomponents/ScalarMenu/ScalarMenuProducts.vue2.js                    �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2401:  �[2mdist/�[22m�[36mcomponents/ScalarTeleport/ScalarTeleportRoot.vue2.js                �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    2402:  �[2mdist/�[22m�[36mcomponents/ScalarErrorBoundary/ScalarErrorBoundary.vue2.js          �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.09 kB�[22m
    ...
    
    2473:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/AddTab.svg.js                           �[39m�[1m�[2m 0.62 kB�[22m�[1m�[22m�[2m │ gzip: 0.38 kB�[22m
    2474:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/LogoSwagger.svg.js                      �[39m�[1m�[2m 0.63 kB�[22m�[1m�[22m�[2m │ gzip: 0.42 kB�[22m
    2475:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/CloseTabs.svg.js                        �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
    2476:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/CloseTab.svg.js                         �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.39 kB�[22m
    2477:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Globe.svg.js                            �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.39 kB�[22m
    2478:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Hide.svg.js                             �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.42 kB�[22m
    2479:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Link.svg.js                             �[39m�[1m�[2m 0.64 kB�[22m�[1m�[22m�[2m │ gzip: 0.41 kB�[22m
    2480:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/LightMode.svg.js                        �[39m�[1m�[2m 0.65 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
    2481:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Error.svg.js                            �[39m�[1m�[2m 0.65 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
    ...
    
    2529:  �[2mdist/�[22m�[36mcomponents/ScalarSearchResults/ScalarSearchResultList.vue.js        �[39m�[1m�[2m 0.92 kB�[22m�[1m�[22m�[2m │ gzip: 0.53 kB�[22m
    2530:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/logos/Dotnet.svg.js                           �[39m�[1m�[2m 0.92 kB�[22m�[1m�[22m�[2m │ gzip: 0.54 kB�[22m
    2531:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/LogoClient.svg.js                       �[39m�[1m�[2m 0.93 kB�[22m�[1m�[22m�[2m │ gzip: 0.60 kB�[22m
    2532:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Cookie.svg.js                           �[39m�[1m�[2m 0.93 kB�[22m�[1m�[22m�[2m │ gzip: 0.48 kB�[22m
    2533:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/programming-language-json.svg.js        �[39m�[1m�[2m 0.93 kB�[22m�[1m�[22m�[2m │ gzip: 0.55 kB�[22m
    2534:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/logos/Platformatic.svg.js                     �[39m�[1m�[2m 0.94 kB�[22m�[1m�[22m�[2m │ gzip: 0.53 kB�[22m
    2535:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/logos/Express.svg.js                          �[39m�[1m�[2m 0.94 kB�[22m�[1m�[22m�[2m │ gzip: 0.58 kB�[22m
    2536:  �[2mdist/�[22m�[36mcomponents/ScalarIcon/icons/Changelog.svg.js                        �[39m�[1m�[2m 0.94 kB�[22m�[1m�[22m�[2m │ gzip: 0.47 kB�[22m
    2537:  �[2mdist/�[22m�[36mcomponents/ScalarErrorBoundary/ScalarErrorBoundary.vue.js           �[39m�[1m�[2m 0.95 kB�[22m�[1m�[22m�[2m │ gzip: 0.55 kB�[22m
    ...
    
    2663:  �[2mdist/�[22m�[36mcomponents/SideNav/SideNavLink.vue2.js                                      �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2664:  �[2mdist/�[22m�[36mcomponents/HelpfulLink.vue2.js                                              �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2665:  �[2mdist/�[22m�[36mviews/Environment/Environment.vue.js                                        �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2666:  �[2mdist/�[22m�[36mcomponents/ScalarHotkey.vue2.js                                             �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2667:  �[2mdist/�[22m�[36mcomponents/IconSelector.vue2.js                                             �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2668:  �[2mdist/�[22m�[36mcomponents/SideNav/SideNavGroup.vue2.js                                     �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2669:  �[2mdist/�[22m�[36mcomponents/DataTable/DataTableCell.vue2.js                                  �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2670:  �[2mdist/�[22m�[36mcomponents/DataTable/DataTableText.vue2.js                                  �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    2671:  �[2mdist/�[22m�[36mcomponents/ImportCollection/PrefetchError.vue2.js                           �[39m�[1m�[2m  0.07 kB�[22m�[1m�[22m�[2m │ gzip:  0.08 kB�[22m
    ...
    
    2814:  �[2mdist/�[22m�[36mlayouts/Web/create-api-client-web.js                                        �[39m�[1m�[2m  0.78 kB�[22m�[1m�[22m�[2m │ gzip:  0.44 kB�[22m
    2815:  �[2mdist/�[22m�[36mviews/Settings/Settings.vue2.js                                             �[39m�[1m�[2m  0.78 kB�[22m�[1m�[22m�[2m │ gzip:  0.40 kB�[22m
    2816:  �[2mdist/�[22m�[36mcomponents/DataTable/DataTableCell.vue.js                                   �[39m�[1m�[2m  0.79 kB�[22m�[1m�[22m�[2m │ gzip:  0.48 kB�[22m
    2817:  �[2mdist/�[22m�[36mlayouts/App/create-api-client-app.js                                        �[39m�[1m�[2m  0.79 kB�[22m�[1m�[22m�[2m │ gzip:  0.44 kB�[22m
    2818:  �[2mdist/�[22m�[36mindex.js                                                                    �[39m�[1m�[2m  0.80 kB�[22m�[1m�[22m�[2m │ gzip:  0.29 kB�[22m
    2819:  �[2mdist/�[22m�[36mstore/events.js                                                             �[39m�[1m�[2m  0.81 kB�[22m�[1m�[22m�[2m │ gzip:  0.39 kB�[22m
    2820:  �[2mdist/�[22m�[36mlibs/string-template.js                                                     �[39m�[1m�[2m  0.82 kB�[22m�[1m�[22m�[2m │ gzip:  0.50 kB�[22m
    2821:  �[2mdist/�[22m�[36mcomponents/Sidebar/Actions/EditSidebarListElement.vue.js                    �[39m�[1m�[2m  0.85 kB�[22m�[1m�[22m�[2m │ gzip:  0.48 kB�[22m
    2822:  �[2mdist/�[22m�[36mcomponents/ImportCollection/PrefetchError.vue.js                            �[39m�[1m�[2m  0.88 kB�[22m�[1m�[22m�[2m │ gzip:  0.53 kB�[22m
    ...
    
    2825:  �[2mdist/�[22m�[36mlibs/postman.js                                                             �[39m�[1m�[2m  0.96 kB�[22m�[1m�[22m�[2m │ gzip:  0.44 kB�[22m
    2826:  �[2mdist/�[22m�[36mlayouts/App/hotkeys.js                                                      �[39m�[1m�[2m  0.96 kB�[22m�[1m�[22m�[2m │ gzip:  0.25 kB�[22m
    2827:  �[2mdist/�[22m�[36mlayouts/App/MainLayout.vue.js                                               �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.52 kB�[22m
    2828:  �[2mdist/�[22m�[36mcomponents/ImportCollection/IntegrationLogo.vue.js                          �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.53 kB�[22m
    2829:  �[2mdist/�[22m�[36mstore/servers.js                                                            �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.46 kB�[22m
    2830:  �[2mdist/�[22m�[36massets/keycap.ascii.js                                                      �[39m�[1m�[2m  0.98 kB�[22m�[1m�[22m�[2m │ gzip:  0.24 kB�[22m
    2831:  �[2mdist/�[22m�[36mcomponents/Sidebar/Actions/DeleteSidebarListElement.vue.js                  �[39m�[1m�[2m  0.99 kB�[22m�[1m�[22m�[2m │ gzip:  0.57 kB�[22m
    2832:  �[2mdist/�[22m�[36mviews/Request/ResponseSection/ResponseBodyToggle.vue.js                     �[39m�[1m�[2m  0.99 kB�[22m�[1m�[22m�[2m │ gzip:  0.50 kB�[22m
    2833:  �[2mdist/�[22m�[36mlibs/errors.js                                                              �[39m�[1m�[2m  0.99 kB�[22m�[1m�[22m�[2m │ gzip:  0.57 kB�[22m
    ...
    
    3412:  �[32m✓�[39m �[32m|@scalar/api-reference|�[39m src/legacy/helpers/getUrlFromServerState.test.ts �[2m (�[22m�[2m3 tests�[22m�[2m)�[22m�[90m 3�[2mms�[22m�[39m
    3413:  �[32m✓�[39m �[36m|@scalar/api-client|�[39m src/libs/parse-curl.test.ts �[2m (�[22m�[2m8 tests�[22m�[2m)�[22m�[90m 11�[2mms�[22m�[39m
    3414:  �[32m✓�[39m �[36m|@scalar/api-client|�[39m src/libs/send-request/create-fetch-query-params.test.ts �[2m (�[22m�[2m3 tests�[22m�[2m)�[22m�[90m 9�[2mms�[22m�[39m
    3415:  �[32m✓�[39m �[32m|@scalar/api-reference|�[39m src/helpers/getExampleCode.test.ts �[2m (�[22m�[2m5 tests�[22m�[2m)�[22m�[90m 16�[2mms�[22m�[39m
    3416:  �[32m✓�[39m �[32m|@scalar/api-reference|�[39m src/components/Content/Schema/SchemaPropertyHeading.test.ts �[2m (�[22m�[2m4 tests�[22m�[2m)�[22m�[90m 63�[2mms�[22m�[39m
    3417:  �[32m✓�[39m �[32m|@scalar/use-hooks|�[39m src/useBreakpoints/useBreakpoints.test.ts �[2m (�[22m�[2m4 tests�[22m�[2m)�[22m�[90m 7�[2mms�[22m�[39m
    3418:  �[32m✓�[39m �[36m|@scalar/api-client|�[39m src/libs/importers/curl.test.ts �[2m (�[22m�[2m3 tests�[22m�[2m)�[22m�[90m 11�[2mms�[22m�[39m
    3419:  �[32m✓�[39m �[36m|@scalar/api-client|�[39m src/libs/normalize-headers.test.ts �[2m (�[22m�[2m4 tests�[22m�[2m)�[22m�[90m 9�[2mms�[22m�[39m
    3420:  �[32m✓�[39m �[32m|@scalar/components|�[39m src/components/ScalarErrorBoundary/ScalarErrorBoundary.test.ts �[2m (�[22m�[2m3 tests�[22m�[2m)�[22m�[90m 48�[2mms�[22m�[39m
    ...
    
    3643:  �[32m✓�[39m �[34m|@scalar/code-highlight|�[39m src/markdown/getHeadings.test.ts �[2m (�[22m�[2m4 tests�[22m�[2m)�[22m�[90m 19�[2mms�[22m�[39m
    3644:  �[32m✓�[39m �[33m|@scalar/oas-utils|�[39m src/helpers/normalizeMimeType.test.ts �[2m (�[22m�[2m6 tests�[22m�[2m)�[22m�[90m 4�[2mms�[22m�[39m
    3645:  �[32m✓�[39m �[33m|@scalar/oas-utils|�[39m src/helpers/concatenateUrlAndPath.test.ts �[2m (�[22m�[2m6 tests�[22m�[2m)�[22m�[90m 4�[2mms�[22m�[39m
    3646:  �[32m✓�[39m �[33m|@scalar/mock-server|�[39m src/utils/isAuthenticationRequired.test.ts �[2m (�[22m�[2m6 tests�[22m�[2m)�[22m�[90m 5�[2mms�[22m�[39m
    3647:  �[32m✓�[39m �[33m|@scalar/oas-utils|�[39m src/helpers/replaceVariables.test.ts �[2m (�[22m�[2m4 tests�[22m�[2m)�[22m�[90m 7�[2mms�[22m�[39m
    3648:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/fail/openapi-vue/openapi-vue.test.ts �[2m (�[22m�[2m2 tests�[22m�[2m)�[22m�[33m 382�[2mms�[22m�[39m
    3649:  �[32m✓�[39m �[32m|@scalar/cli|�[39m src/utils/getOperationByMethodAndPath.test.ts �[2m (�[22m�[2m2 tests�[22m�[2m)�[22m�[90m 4�[2mms�[22m�[39m
    3650:  �[32m✓�[39m �[32m|@scalar/object-utils|�[39m src/transforms/object-from-array.test.ts �[2m (�[22m�[2m2 tests�[22m�[2m)�[22m�[90m 5�[2mms�[22m�[39m
    3651:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m src/utils/errors.test.ts �[2m (�[22m�[2m2 tests�[22m�[2m)�[22m�[90m 299�[2mms�[22m�[39m
    ...
    
    3685:  �[32m✓�[39m �[33m|@scalar/oas-utils|�[39m src/helpers/json2xml.test.ts �[2m (�[22m�[2m2 tests�[22m�[2m)�[22m�[90m 6�[2mms�[22m�[39m
    3686:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/fail/invalidSchema.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 247�[2mms�[22m�[39m
    3687:  �[32m✓�[39m �[33m|@scalar/oas-utils|�[39m src/entities/spec/x-scalar-environments.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 22�[2mms�[22m�[39m
    3688:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/fail/invalidSchemaName.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 230�[2mms�[22m�[39m
    3689:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/fail/incorrectSecType.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 204�[2mms�[22m�[39m
    3690:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/fail/hasFlowNotFlows.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 240�[2mms�[22m�[39m
    3691:  �[32m✓�[39m �[33m|@scalar/oas-utils|�[39m src/entities/spec/x-scalar-secrets.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 15�[2mms�[22m�[39m
    3692:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/fail/comp_pathitems.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 224�[2mms�[22m�[39m
    3693:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m src/utils/transformErrors.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 7�[2mms�[22m�[39m
    ...
    
    3733:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/pass/openapi.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 213�[2mms�[22m�[39m
    3734:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/openapi3-examples/3.0/pass/hello.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 233�[2mms�[22m�[39m
    3735:  �[32m✓�[39m �[32m|@scalar/galaxy|�[39m tests/validate.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 294�[2mms�[22m�[39m
    3736:  �[32m✓�[39m �[32m|@scalar/galaxy|�[39m tests/yaml.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 3�[2mms�[22m�[39m
    3737:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m src/lib/Validator/Validator.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 3�[2mms�[22m�[39m
    3738:  �[32m✓�[39m �[35m|@scalar/use-tooltip|�[39m src/useTooltip.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 3�[2mms�[22m�[39m
    3739:  �[32m✓�[39m �[32m|@scalar/use-codemirror|�[39m src/hooks/useCodeMirror.test.ts �[2m (�[22m�[2m1 test�[22m�[2m)�[22m�[90m 3�[2mms�[22m�[39m
    3740:  �[32m✓�[39m �[32m|@scalar/openapi-parser|�[39m tests/diff.test.ts �[2m (�[22m�[2m100 tests�[22m�[2m)�[22m�[33m 50664�[2mms�[22m�[39m
    3741:  �[31m⎯⎯⎯⎯⎯⎯�[1m�[7m Unhandled Errors �[27m�[22m⎯⎯⎯⎯⎯⎯�[39m
    3742:  �[31m�[1m
    3743:  Vitest caught 6 unhandled errors during the test run.
    3744:  This might cause false positive tests. Resolve unhandled errors to make sure your tests are not affected.�[22m�[39m
    3745:  �[31m⎯⎯⎯⎯⎯�[1m�[7m Uncaught Exception �[27m�[22m⎯⎯⎯⎯⎯�[39m
    3746:  �[31m�[1mReferenceError�[22m: localStorage is not defined�[39m
    3747:  �[90m �[2m❯�[22m debounce.maxWait packages/object-utils/dist/mutator-record/handlers.js:�[2m17:39�[22m�[39m
    3748:  �[90m �[2m❯�[22m Timeout._onTimeout packages/object-utils/dist/mutator-record/debounce.js:�[2m18:16�[22m�[39m
    3749:  �[31mThis error originated in "�[1msrc/layouts/Web/create-api-client-web.test.ts�[22m" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.�[39m
    3750:  �[31mThis error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
    3751:  - cancel timeouts using clearTimeout and clearInterval
    3752:  - wait for promises to resolve using the await keyword�[39m
    3753:  �[31m⎯⎯⎯⎯⎯�[1m�[7m Uncaught Exception �[27m�[22m⎯⎯⎯⎯⎯�[39m
    3754:  �[31m�[1mReferenceError�[22m: localStorage is not defined�[39m
    3755:  �[90m �[2m❯�[22m debounce.maxWait packages/object-utils/dist/mutator-record/handlers.js:�[2m17:39�[22m�[39m
    3756:  �[90m �[2m❯�[22m Timeout._onTimeout packages/object-utils/dist/mutator-record/debounce.js:�[2m18:16�[22m�[39m
    3757:  �[90m �[2m❯�[22m listOnTimeout node:internal/timers:�[2m569:17�[22m�[39m
    3758:  �[90m �[2m❯�[22m processTimers node:internal/timers:�[2m512:7�[22m�[39m
    3759:  �[31mThis error originated in "�[1msrc/layouts/Web/create-api-client-web.test.ts�[22m" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.�[39m
    3760:  �[31mThis error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
    3761:  - cancel timeouts using clearTimeout and clearInterval
    3762:  - wait for promises to resolve using the await keyword�[39m
    3763:  �[31m⎯⎯⎯⎯⎯�[1m�[7m Uncaught Exception �[27m�[22m⎯⎯⎯⎯⎯�[39m
    3764:  �[31m�[1mReferenceError�[22m: localStorage is not defined�[39m
    3765:  �[90m �[2m❯�[22m debounce.maxWait packages/object-utils/dist/mutator-record/handlers.js:�[2m17:39�[22m�[39m
    3766:  �[31m⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯�[39m
    3767:  �[90m �[2m❯�[22m Timeout._onTimeout packages/object-utils/dist/mutator-record/debounce.js:�[2m18:16�[22m�[39m
    3768:  �[90m �[2m❯�[22m listOnTimeout node:internal/timers:�[2m569:17�[22m�[39m
    3769:  �[90m �[2m❯�[22m processTimers node:internal/timers:�[2m512:7�[22m�[39m
    3770:  �[31mThis error originated in "�[1msrc/layouts/Web/create-api-client-web.test.ts�[22m" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.�[39m
    3771:  �[31mThis error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
    3772:  - cancel timeouts using clearTimeout and clearInterval
    3773:  - wait for promises to resolve using the await keyword�[39m
    3774:  �[31m⎯⎯⎯⎯⎯�[1m�[7m Uncaught Exception �[27m�[22m⎯⎯⎯⎯⎯�[39m
    3775:  �[31m�[1mReferenceError�[22m: localStorage is not defined�[39m
    3776:  �[90m �[2m❯�[22m debounce.maxWait packages/object-utils/dist/mutator-record/handlers.js:�[2m17:39�[22m�[39m
    3777:  �[90m �[2m❯�[22m Timeout._onTimeout packages/object-utils/dist/mutator-record/debounce.js:�[2m18:16�[22m�[39m
    3778:  �[90m �[2m❯�[22m listOnTimeout node:internal/timers:�[2m569:17�[22m�[39m
    3779:  �[90m �[2m❯�[22m processTimers node:internal/timers:�[2m512:7�[22m�[39m
    3780:  �[31mThis error originated in "�[1msrc/layouts/Web/create-api-client-web.test.ts�[22m" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.�[39m
    3781:  �[31mThis error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
    3782:  - cancel timeouts using clearTimeout and clearInterval
    3783:  - wait for promises to resolve using the await keyword�[39m
    3784:  �[31m⎯⎯⎯⎯⎯�[1m�[7m Uncaught Exception �[27m�[22m⎯⎯⎯⎯⎯�[39m
    3785:  �[31m�[1mReferenceError�[22m: localStorage is not defined�[39m
    3786:  �[90m �[2m❯�[22m debounce.maxWait packages/object-utils/dist/mutator-record/handlers.js:�[2m17:39�[22m�[39m
    3787:  �[90m �[2m❯�[22m Timeout._onTimeout packages/object-utils/dist/mutator-record/debounce.js:�[2m18:16�[22m�[39m
    3788:  �[90m �[2m❯�[22m listOnTimeout node:internal/timers:�[2m569:17�[22m�[39m
    3789:  �[90m �[2m❯�[22m processTimers node:internal/timers:�[2m512:7�[22m�[39m
    3790:  �[31mThis error originated in "�[1msrc/layouts/Web/create-api-client-web.test.ts�[22m" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.�[39m
    3791:  �[31mThis error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
    3792:  - cancel timeouts using clearTimeout and clearInterval
    3793:  - wait for promises to resolve using the await keyword�[39m
    3794:  �[31m⎯⎯⎯⎯⎯�[1m�[7m Uncaught Exception �[27m�[22m⎯⎯⎯⎯⎯�[39m
    3795:  �[31m�[1mReferenceError�[22m: localStorage is not defined�[39m
    3796:  �[90m �[2m❯�[22m debounce.maxWait packages/object-utils/dist/mutator-record/handlers.js:�[2m17:39�[22m�[39m
    3797:  �[90m �[2m❯�[22m Timeout._onTimeout packages/object-utils/dist/mutator-record/debounce.js:�[2m18:16�[22m�[39m
    3798:  �[90m �[2m❯�[22m listOnTimeout node:internal/timers:�[2m569:17�[22m�[39m
    3799:  �[90m �[2m❯�[22m processTimers node:internal/timers:�[2m512:7�[22m�[39m
    3800:  �[31mThis error originated in "�[1msrc/layouts/Web/create-api-client-web.test.ts�[22m" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.�[39m
    3801:  �[31mThis error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
    3802:  - cancel timeouts using clearTimeout and clearInterval
    3803:  - wait for promises to resolve using the await keyword�[39m
    3804:  �[2m Test Files �[22m �[1m�[32m220 passed�[39m�[22m�[2m | �[22m�[33m18 skipped�[39m�[90m (238)�[39m
    3805:  �[2m      Tests �[22m �[1m�[32m1340 passed�[39m�[22m�[2m | �[22m�[33m50 skipped�[39m�[2m | �[22m�[90m6 todo�[39m�[90m (1414)�[39m
    3806:  �[2m     Errors �[22m �[1m�[31m6 errors�[39m�[22m
    3807:  �[2m   Start at �[22m 10:04:11
    3808:  �[2m   Duration �[22m 97.34s�[2m (transform 18.93s, setup 198ms, collect 69.81s, tests 84.17s, environment 36.57s, prepare 26.91s)�[22m
    3809:  signal: interrupt
    3810:  Error: Command failed with exit code 1: CI=1 vitest --silent
    3811:  at makeError (/home/runner/work/scalar/scalar/node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/error.js:60:11)
    3812:  at handlePromise (/home/runner/work/scalar/scalar/node_modules/.pnpm/execa@5.1.1/node_modules/execa/index.js:118:26)
    3813:  at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
    3814:  shortMessage: 'Command failed with exit code 1: CI=1 vitest --silent',
    3815:  command: 'CI=1 vitest --silent',
    3816:  escapedCommand: '"CI=1 vitest --silent"',
    3817:  exitCode: 1,
    3818:  signal: undefined,
    3819:  signalDescription: undefined,
    3820:  stdout: undefined,
    3821:  stderr: undefined,
    3822:  failed: true,
    3823:  timedOut: false,
    3824:  isCanceled: false,
    3825:  killed: false
    3826:  }
    3827:  ELIFECYCLE  Command failed with exit code 1.
    3828:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    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 github_actions Pull requests that update GitHub Actions code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants