René's URL Explorer Experiment


Title: chore(deps)(deps-dev): bump @biomejs/biome from 2.3.13 to 2.3.14 in the toolchain group by dependabot[bot] · Pull Request #93 · aicodingstack/aicodingstack.io · GitHub

Open Graph Title: chore(deps)(deps-dev): bump @biomejs/biome from 2.3.13 to 2.3.14 in the toolchain group by dependabot[bot] · Pull Request #93 · aicodingstack/aicodingstack.io

X Title: chore(deps)(deps-dev): bump @biomejs/biome from 2.3.13 to 2.3.14 in the toolchain group by dependabot[bot] · Pull Request #93 · aicodingstack/aicodingstack.io

Description: Bumps the toolchain group with 1 update: @biomejs/biome. Updates @biomejs/biome from 2.3.13 to 2.3.14 Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.14 2.3.14 Patch Changes #8921 29e2435 Thanks @​siketyan! - Fixed #8759: The useConsistentTypeDefinitions rule no longer converts empty object type declarations into interfaces, as it will conflict with the noEmptyInterface rule and can cause an infinite loop when both rules are enabled. #8928 ccaeac4 Thanks @​taga3s! - Added the nursery rule useGlobalThis. This rule enforces using globalThis over window, self and global. #8602 9a18daa Thanks @​dyc3! - Added the new nursery rule noVueArrowFuncInWatch. This rule forbids using arrow functions in watchers in Vue components, because arrow functions do not give access to the component instance (via this), while regular functions do. #8905 9b1eea8 Thanks @​ryan-m-walker! - Fixed #8428: Improved parsing recovery when encountering qualified rules inside CSS @page at-rule blocks. #8900 f788cff Thanks @​mdevils! - Fixed #8802: useExhaustiveDependencies now correctly suggests dependencies without including callback-scoped variables or method names. When accessing object properties with a callback-scoped variable, only the object path is suggested: // Now correctly suggests `props.value` instead of `props.value[day]` useMemo(() => { return WeekdayValues.filter((day) => props.value[day]); }, [props.value]); When calling methods on objects, only the object is suggested as a dependency: // Now correctly suggests `props.data` instead of `props.data.forEach` useMemo(() => { props.data.forEach((item) => console.log(item)); }, [props.data]); #8913 e1e20ea Thanks @​dyc3! - Fixed #8363: HTML parser no longer crashes when encountering a < character followed by a digit in text content (e.g., <12 months). The parser now correctly emits an "Unescaped < bracket character" error instead of treating <12 as a tag name and crashing. #8910 2fb63a4 Thanks @​dyc3! - Fixed #8774: Type aliases with generic parameters that have extends constraints now properly indent comments after the equals sign. Previously, comments after the = in type aliases with extends constraints were not indented: -type A = // Some comment -undefined; +type A = + // Some comment + undefined; #8916 ea4bd04 Thanks @​ryan-m-walker! - Fixed #4013, where comments in member chains caused unnecessary line breaks. ... (truncated) Changelog Sourced from @​biomejs/biome's changelog. 2.3.14 Patch Changes #8921 29e2435 Thanks @​siketyan! - Fixed #8759: The useConsistentTypeDefinitions rule no longer converts empty object type declarations into interfaces, as it will conflict with the noEmptyInterface rule and can cause an infinite loop when both rules are enabled. #8928 ccaeac4 Thanks @​taga3s! - Added the nursery rule useGlobalThis. This rule enforces using globalThis over window, self and global. #8602 9a18daa Thanks @​dyc3! - Added the new nursery rule noVueArrowFuncInWatch. This rule forbids using arrow functions in watchers in Vue components, because arrow functions do not give access to the component instance (via this), while regular functions do. #8905 9b1eea8 Thanks @​ryan-m-walker! - Fixed #8428: Improved parsing recovery when encountering qualified rules inside CSS @page at-rule blocks. #8900 f788cff Thanks @​mdevils! - Fixed #8802: useExhaustiveDependencies now correctly suggests dependencies without including callback-scoped variables or method names. When accessing object properties with a callback-scoped variable, only the object path is suggested: // Now correctly suggests `props.value` instead of `props.value[day]` useMemo(() => { return WeekdayValues.filter((day) => props.value[day]); }, [props.value]); When calling methods on objects, only the object is suggested as a dependency: // Now correctly suggests `props.data` instead of `props.data.forEach` useMemo(() => { props.data.forEach((item) => console.log(item)); }, [props.data]); #8913 e1e20ea Thanks @​dyc3! - Fixed #8363: HTML parser no longer crashes when encountering a < character followed by a digit in text content (e.g., <12 months). The parser now correctly emits an "Unescaped < bracket character" error instead of treating <12 as a tag name and crashing. #8910 2fb63a4 Thanks @​dyc3! - Fixed #8774: Type aliases with generic parameters that have extends constraints now properly indent comments after the equals sign. Previously, comments after the = in type aliases with extends constraints were not indented: -type A = // Some comment -undefined; +type A = + // Some comment + undefined; #8916 ea4bd04 Thanks @​ryan-m-walker! - Fixed #4013, where comments in member chains caused unnecessary line breaks. // Before ... (truncated) Commits 3a38d5c ci: release (#8888) 4561751 feat(linter): add rule noRedundantDefaultExport (#8931) ccaeac4 feat(biome_js_analyze): implement useGlobalThis (#8928) d876a38 feat(lint): implement useConsistentMethodSignatures from `typescript-eslint... 9a18daa feat(analyze/js/vue): add noVueArrowFuncInWatch (#8602) 3531687 feat(lint/css): add noDeprecatedMediaType (#8861) 95f1eea feat(lint/css): add noHexColors (#8860) d78e01d feat(graphql_analyze): implement useInputName (#8619) See full diff 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the toolchain group with 1 update: @biomejs/biome. Updates @biomejs/biome from 2.3.13 to 2.3.14 Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.14 2.3.14 Patch Cha...

X Description: Bumps the toolchain group with 1 update: @biomejs/biome. Updates @biomejs/biome from 2.3.13 to 2.3.14 Release notes Sourced from @​biomejs/biome&#39;s releases. Biome CLI v2.3.14 2.3.14 Patch...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:accfede3-18d0-da3b-3cb4-30cb1cb9e3d8
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC19C:899DA:15A3790:1D619CE:6A508972
html-safe-noncecf3d78416af9e2c0c719008749aee329c4bb0677c1ac88037d2325dcb97f5cdb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTlDOjg5OURBOjE1QTM3OTA6MUQ2MTlDRTo2QTUwODk3MiIsInZpc2l0b3JfaWQiOiIyMTEzMDA0NTE5OTE0NzY4NzU0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace3cde7a72c02bcb46b2da501028195e0b3d75c8b1848828d1e8aa2a744abaf55
hovercard-subject-tagpull_request:3261412105
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/93/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 the toolchain group with 1 update: @biomejs/biome. Updates @biomejs/biome from 2.3.13 to 2.3.14 Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.14 2.3.14 Patch Cha...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noned6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb
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
release7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/aicodingstack/aicodingstack.io/pull/93/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Faicodingstack%2Faicodingstack.io%2Fpull%2F93%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%2F93%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/93/files
Reloadhttps://github.com/aicodingstack/aicodingstack.io/pull/93/files
Reloadhttps://github.com/aicodingstack/aicodingstack.io/pull/93/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/93/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 16 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/toolchain-1f568f1195https://github.com/aicodingstack/aicodingstack.io/tree/dependabot/npm_and_yarn/toolchain-1f568f1195
Conversation 1 https://github.com/aicodingstack/aicodingstack.io/pull/93
Commits 2 https://github.com/aicodingstack/aicodingstack.io/pull/93/commits
Checks 2 https://github.com/aicodingstack/aicodingstack.io/pull/93/checks
Files changed https://github.com/aicodingstack/aicodingstack.io/pull/93/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/93/files
chore(deps)(deps-dev): bump @biomejs/biome from 2.3.13 to 2.3.14 in the toolchain group https://github.com/aicodingstack/aicodingstack.io/pull/93/files#top
Show all changes 2 commits https://github.com/aicodingstack/aicodingstack.io/pull/93/files
def64aa chore(deps)(deps-dev): bump @biomejs/biome in the toolchain group dependabot[bot] Feb 9, 2026 https://github.com/aicodingstack/aicodingstack.io/pull/93/commits/def64aadae71c790f9f2a0a853265e7435fbb906
bb4b3cc chore(deps): update package-lock.json github-actions[bot] Feb 9, 2026 https://github.com/aicodingstack/aicodingstack.io/pull/93/commits/bb4b3ccfbd4b71bf92a6a021dc87d48d53c06018
Clear filters https://github.com/aicodingstack/aicodingstack.io/pull/93/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/93/files
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/93/files
package-lock.json https://github.com/aicodingstack/aicodingstack.io/pull/93/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/aicodingstack/aicodingstack.io/pull/93/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/aicodingstack/aicodingstack.io/blob/main/.github/CODEOWNERS#L11
package-lock.jsonhttps://github.com/aicodingstack/aicodingstack.io/pull/93/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://github.com/aicodingstack/aicodingstack.io/blob/bb4b3ccfbd4b71bf92a6a021dc87d48d53c06018/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/aicodingstack/aicodingstack.io/pull/93/files
https://github.com/aicodingstack/aicodingstack.io/blob/main/.github/CODEOWNERS#L27
package.jsonhttps://github.com/aicodingstack/aicodingstack.io/pull/93/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/aicodingstack/aicodingstack.io/blob/bb4b3ccfbd4b71bf92a6a021dc87d48d53c06018/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/aicodingstack/aicodingstack.io/pull/93/{{ revealButtonHref }}
https://github.com/aicodingstack/aicodingstack.io/pull/93/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/aicodingstack/aicodingstack.io/pull/93/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
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.