René's URL Explorer Experiment


Title: chore(deps)(deps-dev): bump vitest from 4.0.18 to 4.1.0 by dependabot[bot] · Pull Request #131 · aicodingstack/aicodingstack.io · GitHub

Open Graph Title: chore(deps)(deps-dev): bump vitest from 4.0.18 to 4.1.0 by dependabot[bot] · Pull Request #131 · aicodingstack/aicodingstack.io

X Title: chore(deps)(deps-dev): bump vitest from 4.0.18 to 4.1.0 by dependabot[bot] · Pull Request #131 · aicodingstack/aicodingstack.io

Description: Bumps vitest from 4.0.18 to 4.1.0. Release notes Sourced from 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 blog post.    🚀 Features Return a disposable from doMock()  -  by @​kirkwaiblinger in vitest-dev/vitest#9332 (e3e65) Added chai style assertions  -  by @​ronnakamoto and @​sheremet-va in vitest-dev/vitest#8842 (841df) Update to sinon/fake-timers v15 and add setTickMode to timer controls  -  by @​atscott and @​sheremet-va in vitest-dev/vitest#8726 (4b480) Expose matcher types  -  by @​sheremet-va in vitest-dev/vitest#9448 (3e4b9) Add toTestSpecification to reported tasks  -  by @​sheremet-va in vitest-dev/vitest#9464 (1a470) Show a warning if vi.mock or vi.hoisted are declared outside of top level of the module  -  by @​sheremet-va in vitest-dev/vitest#9387 (5db54) Track and display expectedly failed tests (.fails) in UI and CLI  -  by @​Copilot, sheremet-va and @​sheremet-va in vitest-dev/vitest#9476 (77d75) Support tags  -  by @​sheremet-va in vitest-dev/vitest#9478 (de7c8) Implement aroundEach and aroundAll hooks  -  by @​sheremet-va in vitest-dev/vitest#9450 (2a8cb) Stabilize experimental features  -  by @​sheremet-va in vitest-dev/vitest#9529 (b5fd2) Accept new or all in --update flag  -  by @​sheremet-va in vitest-dev/vitest#9543 (a5acf) Support meta in test options  -  by @​sheremet-va in vitest-dev/vitest#9535 (7d622) Support type inference with a new test.extend syntax  -  by @​sheremet-va in vitest-dev/vitest#9550 (e5385) Support vite 8 beta, fix type issues in the config with different vite versions  -  by @​sheremet-va in vitest-dev/vitest#9587 (99028) Add assertion helper to hide internal stack traces  -  by @​hi-ogawa and Claude Opus 4.6 in vitest-dev/vitest#9594 (eeb0a) Store failure screenshots using artifacts API  -  by @​macarie in vitest-dev/vitest#9588 (24603) Allow vitest list to statically collect tests instead of running files to collect them  -  by @​sheremet-va in vitest-dev/vitest#9630 (7a8e7) Add --detect-async-leaks  -  by @​AriPerkkio in vitest-dev/vitest#9528 (c594d) Implement mockThrow and mockThrowOnce  -  by @​thor-juhasz and @​sheremet-va in vitest-dev/vitest#9512 (61917) Support update: "none" and add docs about snapshots behavior on CI  -  by @​hi-ogawa in vitest-dev/vitest#9700 (05f18) Support playwright launchOptions with connectOptions  -  by @​hi-ogawa in vitest-dev/vitest#9702 (f0ff1) Add page/locator.mark API to enhance playwright trace  -  by @​hi-ogawa in vitest-dev/vitest#9652 (d0ee5) api: Support tests starting or ending with test in experimental_parseSpecification  -  by @​jgillick and Jeremy Gillick in vitest-dev/vitest#9235 (2f367) Add filters to createSpecification  -  by @​sheremet-va in vitest-dev/vitest#9336 (c8e6c) Expose runTestFiles as alternative to runTestSpecifications  -  by @​sheremet-va in vitest-dev/vitest#9443 (43d76) Add allowWrite and allowExec options to api  -  by @​sheremet-va in vitest-dev/vitest#9350 (20e00) Allow passing down test cases to toTestSpecification  -  by @​sheremet-va in vitest-dev/vitest#9627 (6f17d) browser: Add userEvent.wheel API  -  by @​macarie in vitest-dev/vitest#9188 (66080) Add filterNode option to prettyDOM for filtering browser assertion error output  -  by @​Copilot, sheremet-va and @​sheremet-va in vitest-dev/vitest#9475 (d3220) Support playwright persistent context  -  by @​hi-ogawa, Claude Opus 4.6 and @​sheremet-va in vitest-dev/vitest#9229 (f865d) Added detailsPanelPosition option and button  -  by @​shairez in vitest-dev/vitest#9525 (c8a31) Use BlazeDiff instead of pixelmatch  -  by @​macarie in vitest-dev/vitest#9514 (30936) Add findElement and enable strict mode in webdriverio and preview  -  by @​sheremet-va in vitest-dev/vitest#9677 (c3f37) cli: Add @​bomb.sh/tab completions  -  by @​AmirSa12 and @​sheremet-va in vitest-dev/vitest#8639 (200f3) coverage: Support ignore start/stop ignore hints  -  by @​AriPerkkio in vitest-dev/vitest#9204 (e59c9) Add coverage.changed option to report only changed files  -  by @​kykim00 and @​AriPerkkio in vitest-dev/vitest#9521 (1d939) experimental: Add onModuleRunner hook to worker.init  -  by @​sheremet-va in vitest-dev/vitest#9286 (e977f) Option to disable the module runner  -  by @​sheremet-va and @​AriPerkkio in vitest-dev/vitest#9210 (9be61) ... (truncated) Commits 4150b91 chore: release v4.1.0 1de0aa2 fix: correctly identify concurrent test during static analysis (#9846) c3cac1c fix: use isAgent check, not just TTY, for watch mode (#9841) eab68ba chore(deps): update all non-major dependencies (#9824) 031f02a fix: allow catch/finally for async assertion (#9827) 3e9e096 feat(reporters): add agent reporter to reduce ai agent token usage (#9779) 0c2c013 chore: release v4.1.0-beta.6 8181e06 fix: hideSkippedTests should not hide test.todo (fix #9562) (#9781) a8216b0 fix: manual and redirect mock shouldn't load or transform original module... 689a22a fix(browser): types of getCDPSession and cdp() (#9716) Additional commits viewable in compare view 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 show 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps vitest from 4.0.18 to 4.1.0. Release notes Sourced from 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 ...

X Description: Bumps vitest from 4.0.18 to 4.1.0. Release notes Sourced from 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 ...

Opengraph URL: https://github.com/aicodingstack/aicodingstack.io/pull/131

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7363256e-d04f-e611-b03b-f71d83784530
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9EF0:3F3AF6:189C83A:2207D6A:6A500895
html-safe-nonceb76976cba5a4a8d99ee21d25fa8389244b784865e55e09dff37f81c4d0550b55
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RUYwOjNGM0FGNjoxODlDODNBOjIyMDdENkE6NkE1MDA4OTUiLCJ2aXNpdG9yX2lkIjoiNzU4NDI5NzMwOTE1NDg1ODQ1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac6fdbb05733ecf7c19708d5762e9f0cb0b582e5b66b99d83399d1688c371c7687
hovercard-subject-tagpull_request:3784480005
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/aicodingstack/aicodingstack.io/pull/131/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps vitest from 4.0.18 to 4.1.0. Release notes Sourced from 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 ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None56eec25a3430492dd6ec2a480eb33256a0da5192d5714b0db4f5ab5f33203d94
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/aicodingstack/aicodingstack.io git https://github.com/aicodingstack/aicodingstack.io.git
octolytics-dimension-user_id242950640
octolytics-dimension-user_loginaicodingstack
octolytics-dimension-repository_id1097345677
octolytics-dimension-repository_nwoaicodingstack/aicodingstack.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1097345677
octolytics-dimension-repository_network_root_nwoaicodingstack/aicodingstack.io
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release93a615b89b7dcbdb6b678f4772931ecc28ada82a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/aicodingstack/aicodingstack.io/pull/131/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faicodingstack%2Faicodingstack.io%2Fpull%2F131%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faicodingstack%2Faicodingstack.io%2Fpull%2F131%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=aicodingstack%2Faicodingstack.io
Reloadhttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
Reloadhttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
Reloadhttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
aicodingstack https://github.com/aicodingstack
aicodingstack.iohttps://github.com/aicodingstack/aicodingstack.io
Notifications https://github.com/login?return_to=%2Faicodingstack%2Faicodingstack.io
Fork 7 https://github.com/login?return_to=%2Faicodingstack%2Faicodingstack.io
Star 29 https://github.com/login?return_to=%2Faicodingstack%2Faicodingstack.io
Code https://github.com/aicodingstack/aicodingstack.io
Issues 0 https://github.com/aicodingstack/aicodingstack.io/issues
Pull requests 14 https://github.com/aicodingstack/aicodingstack.io/pulls
Discussions https://github.com/aicodingstack/aicodingstack.io/discussions
Actions https://github.com/aicodingstack/aicodingstack.io/actions
Security and quality 0 https://github.com/aicodingstack/aicodingstack.io/security
Insights https://github.com/aicodingstack/aicodingstack.io/pulse
Code https://github.com/aicodingstack/aicodingstack.io
Issues https://github.com/aicodingstack/aicodingstack.io/issues
Pull requests https://github.com/aicodingstack/aicodingstack.io/pulls
Discussions https://github.com/aicodingstack/aicodingstack.io/discussions
Actions https://github.com/aicodingstack/aicodingstack.io/actions
Security and quality https://github.com/aicodingstack/aicodingstack.io/security
Insights https://github.com/aicodingstack/aicodingstack.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Faicodingstack%2Faicodingstack.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Faicodingstack%2Faicodingstack.io%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/aicodingstack/aicodingstack.io/tree/main
dependabot/npm_and_yarn/vitest-4.1.0https://github.com/aicodingstack/aicodingstack.io/tree/dependabot/npm_and_yarn/vitest-4.1.0
Conversation 2 https://github.com/aicodingstack/aicodingstack.io/pull/131
Commits 2 https://github.com/aicodingstack/aicodingstack.io/pull/131/commits
Checks 2 https://github.com/aicodingstack/aicodingstack.io/pull/131/checks
Files changed https://github.com/aicodingstack/aicodingstack.io/pull/131/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
chore(deps)(deps-dev): bump vitest from 4.0.18 to 4.1.0 https://github.com/aicodingstack/aicodingstack.io/pull/131/files#top
Show all changes 2 commits https://github.com/aicodingstack/aicodingstack.io/pull/131/files
8f05afb chore(deps)(deps-dev): bump vitest from 4.0.18 to 4.1.0 dependabot[bot] Jun 1, 2026 https://github.com/aicodingstack/aicodingstack.io/pull/131/commits/8f05afb9d3217bde86201cf3401c013d4d377da4
271c11c chore(deps): update package-lock.json github-actions[bot] Jun 1, 2026 https://github.com/aicodingstack/aicodingstack.io/pull/131/commits/271c11c382f39518499724b23f696e279c574c62
Clear filters https://github.com/aicodingstack/aicodingstack.io/pull/131/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
package-lock.json https://github.com/aicodingstack/aicodingstack.io/pull/131/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/aicodingstack/aicodingstack.io/pull/131/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/131/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.