Re: [PR] chore(deps-dev): bump vitest from 1.2.2 to 4.1.0 in /ui-vue3 [dubbo-admin]
dependabot[bot] commented on PR #1484: URL: https://github.com/apache/dubbo-admin/pull/1484#issuecomment-4639160303 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`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] chore(deps-dev): bump vitest from 1.2.2 to 4.1.0 in /ui-vue3 [dubbo-admin]
robocanic closed pull request #1484: chore(deps-dev): bump vitest from 1.2.2 to 4.1.0 in /ui-vue3 URL: https://github.com/apache/dubbo-admin/pull/1484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] chore(deps-dev): bump vitest from 1.2.2 to 4.1.0 in /ui-vue3 [dubbo-admin]
sonarqubecloud[bot] commented on PR #1484: URL: https://github.com/apache/dubbo-admin/pull/1484#issuecomment-4594010349 ## [](https://sonarcloud.io/dashboard?id=apache_dubbo-admin&pullRequest=1484) **Quality Gate passed** Issues  [0 New issues](https://sonarcloud.io/project/issues?id=apache_dubbo-admin&pullRequest=1484&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0 Accepted issues](https://sonarcloud.io/project/issues?id=apache_dubbo-admin&pullRequest=1484&issueStatuses=ACCEPTED) Measures  [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-admin&pullRequest=1484&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_dubbo-admin&pullRequest=1484&metric=new_coverage&view=list)  [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=apache_dubbo-admin&pullRequest=1484&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=apache_dubbo-admin&pullRequest=1484) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[PR] chore(deps-dev): bump vitest from 1.2.2 to 4.1.0 in /ui-vue3 [dubbo-admin]
dependabot[bot] opened a new pull request, #1484: URL: https://github.com/apache/dubbo-admin/pull/1484 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.2 to 4.1.0. Release notes Sourced from https://github.com/vitest-dev/vitest/releases";>vitest's releases. v4.1.0 Vitest 4.1 is out! This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our https://vitest.dev/blog/vitest-4-1";>blog post. 🚀 Features Return a disposable from doMock() - by https://github.com/kirkwaiblinger";>@kirkwaiblinger in https://redirect.github.com/vitest-dev/vitest/issues/9332";>vitest-dev/vitest#9332 https://github.com/vitest-dev/vitest/commit/e3e659a96";>(e3e65) Added chai style assertions - by https://github.com/ronnakamoto";>@ronnakamoto and https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/8842";>vitest-dev/vitest#8842 https://github.com/vitest-dev/vitest/commit/841df9ac5";>(841df) Update to sinon/fake-timers v15 and add setTickMode to timer controls - by https://github.com/atscott";>@atscott and https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/8726";>vitest-dev/vitest#8726 https://github.com/vitest-dev/vitest/commit/4b480aaed";>(4b480) Expose matcher types - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9448";>vitest-dev/vitest#9448 https://github.com/vitest-dev/vitest/commit/3e4b913b1";>(3e4b9) Add toTestSpecification to reported tasks - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9464";>vitest-dev/vitest#9464 https://github.com/vitest-dev/vitest/commit/1a4705da9";>(1a470) Show a warning if vi.mock or vi.hoisted are declared outside of top level of the module - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9387";>vitest-dev/vitest#9387 https://github.com/vitest-dev/vitest/commit/5db54a468";>(5db54) Track and display expectedly failed tests (.fails) in UI and CLI - by https://github.com/Copilot";>@Copilot, sheremet-va and https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9476";>vitest-dev/vitest#9476 https://github.com/vitest-dev/vitest/commit/77d75fd34";>(77d75) Support tags - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9478";>vitest-dev/vitest#9478 https://github.com/vitest-dev/vitest/commit/de7c8a521";>(de7c8) Implement aroundEach and aroundAll hooks - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9450";>vitest-dev/vitest#9450 https://github.com/vitest-dev/vitest/commit/2a8cb9dc2";>(2a8cb) Stabilize experimental features - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9529";>vitest-dev/vitest#9529 https://github.com/vitest-dev/vitest/commit/b5fd2a16a";>(b5fd2) Accept new or all in --update flag - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9543";>vitest-dev/vitest#9543 https://github.com/vitest-dev/vitest/commit/a5acf28a5";>(a5acf) Support meta in test options - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9535";>vitest-dev/vitest#9535 https://github.com/vitest-dev/vitest/commit/7d622e3d1";>(7d622) Support type inference with a new test.extend syntax - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9550";>vitest-dev/vitest#9550 https://github.com/vitest-dev/vitest/commit/e53854fcc";>(e5385) Support vite 8 beta, fix type issues in the config with different vite versions - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9587";>vitest-dev/vitest#9587 https://github.com/vitest-dev/vitest/commit/990281dfd";>(99028) Add assertion helper to hide internal stack traces - by https://github.com/hi-ogawa";>@hi-ogawa and Claude Opus 4.6 in https://redirect.github.com/vitest-dev/vitest/issues/9594";>vitest-dev/vitest#9594 https://github.com/vitest-dev/vitest/commit/eeb0ae2f8";>(eeb0a) Store failure screenshots using artifacts API - by https://github.com/macarie";>@macarie in https://redirect.github.com/vitest-dev/vitest/issues/9588";>vitest-dev/vitest#9588 https://github.com/vitest-dev/vitest/commit/24603e3c4";>(24603) Allow vitest list to statically collect tests instead of running files to collect them - by https://github.com/sheremet-va";>@sheremet-va in https://redirect.github.com/vitest-dev/vitest/issues/9630";>vitest-dev
