René's URL Explorer Experiment


Title: chore(deps-dev): bump @biomejs/biome from 2.3.8 to 2.3.10 by dependabot[bot] · Pull Request #262 · scriptcoded/sql-highlight · GitHub

Open Graph Title: chore(deps-dev): bump @biomejs/biome from 2.3.8 to 2.3.10 by dependabot[bot] · Pull Request #262 · scriptcoded/sql-highlight

X Title: chore(deps-dev): bump @biomejs/biome from 2.3.8 to 2.3.10 by dependabot[bot] · Pull Request #262 · scriptcoded/sql-highlight

Description: Bumps @biomejs/biome from 2.3.8 to 2.3.10. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.10 2.3.10 Patch Changes #8417 c3a2557 Thanks @​taga3s! - Fixed #7809: noRedeclare no longer reports redeclarations for infer type in conditional types. #8477 90e8684 Thanks @​dyc3! - Fixed #8475: fixed a regression in how noExtraNonNullAssertion flags extra non-null assertions #8479 250b519 Thanks @​dyc3! - Fixed #8473: The semantic model now indexes typescript constructor method definitions, and no longer panics if you use one (a regression in 2.3.9). #8448 2af85c1 Thanks @​mdevils! - Improved handling of defineProps() macro in Vue components. The noVueReservedKeys rule now avoids false positives in non-setup scripts. #8420 42033b0 Thanks @​vsn4ik! - Fixed the nursery rule noLeakedRender. The biome migrate eslint command now correctly detects the rule react/jsx-no-leaked-render in your eslint configurations. #8426 285d932 Thanks @​anthonyshew! - Added a Turborepo domain and a new "noUndeclaredEnvVars" rule in it for warning users of unsafe environment variable usage in Turborepos. #8410 a21db74 Thanks @​ematipico! - Fixed #2988 where Biome couldn't handle properly characters that contain multiple code points when running in stdin mode. #8372 b352ee4 Thanks @​Netail! - Added the nursery rule noAmbiguousAnchorText, which disallows ambiguous anchor descriptions. Invalid learn more What's Changed feat: new Turborepo domain and noUndeclaredEnvVars rule by @​anthonyshew in biomejs/biome#8426 fix(noExtraNonNullAssertion): fix regression by @​dyc3 in biomejs/biome#8477 fix(analyze/js): index ts constructor methods in semantic model (regression) by @​dyc3 in biomejs/biome#8479 fix(lint): lint/suspicous/noRedeclare should not report redeclarations for infer type in conditional types by @​taga3s in biomejs/biome#8417 fix(noLeakedRender): eslint rule name fix by @​vsn4ik in biomejs/biome#8420 chore: add kraken as bronze sponsor by @​dyc3 in biomejs/biome#8486 fix(linter): improve Vue defineProps handling in noVueReservedKeys by @​mdevils in biomejs/biome#8448 fix(cli): colors with multi-codepoints characters by @​ematipico in biomejs/biome#8410 feat(lint): implement noAmbiguousAnchorText by @​Netail in biomejs/biome#8372 ci: release by @​github-actions[bot] in biomejs/biome#8474 docs: fix typos for assist/actions/organize-imports by @​sergioness in biomejs/biome#8490 New Contributors @​taga3s made their first contribution in biomejs/biome#8417 @​vsn4ik made their first contribution in biomejs/biome#8420 @​sergioness made their first contribution in biomejs/biome#8490 ... (truncated) Changelog Sourced from @​biomejs/biome's changelog. 2.3.10 Patch Changes #8417 c3a2557 Thanks @​taga3s! - Fixed #7809: noRedeclare no longer reports redeclarations for infer type in conditional types. #8477 90e8684 Thanks @​dyc3! - Fixed #8475: fixed a regression in how noExtraNonNullAssertion flags extra non-null assertions #8479 250b519 Thanks @​dyc3! - Fixed #8473: The semantic model now indexes typescript constructor method definitions, and no longer panics if you use one (a regression in 2.3.9). #8448 2af85c1 Thanks @​mdevils! - Improved handling of defineProps() macro in Vue components. The noVueReservedKeys rule now avoids false positives in non-setup scripts. #8420 42033b0 Thanks @​vsn4ik! - Fixed the nursery rule noLeakedRender. The biome migrate eslint command now correctly detects the rule react/jsx-no-leaked-render in your eslint configurations. #8426 285d932 Thanks @​anthonyshew! - Added a Turborepo domain and a new "noUndeclaredEnvVars" rule in it for warning users of unsafe environment variable usage in Turborepos. #8410 a21db74 Thanks @​ematipico! - Fixed #2988 where Biome couldn't handle properly characters that contain multiple code points when running in stdin mode. #8372 b352ee4 Thanks @​Netail! - Added the nursery rule noAmbiguousAnchorText, which disallows ambiguous anchor descriptions. Invalid learn more 2.3.9 Patch Changes #8232 84c9e08 Thanks @​ruidosujeira! - Added the nursery rule noScriptUrl. This rule disallows the use of javascript: URLs, which are considered a form of eval and can pose security risks such as XSS vulnerabilities. Click me #8341 343dc4d Thanks @​arendjr! - Added the nursery rule useAwaitThenable, which enforces that await is only used on Promise values. Invalid await "value"; const createValue = () => "value"; await createValue(); ... (truncated) Commits fd279f3 ci: release (#8474) b352ee4 feat(lint): implement noAmbiguousAnchorText (#8372) 67546bc chore: add kraken as bronze sponsor (#8486) 285d932 feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) ec43141 ci: release (#8469) 382786b fix(lint): remove useExhaustiveDependencies spurious errors on dependency-f... fc32352 fix: improve rustdoc for IndentStyle (#8425) 09acf2a feat(lint): update docs & diagnostic for lint/nursery/noProto (#8414) 84c9e08 feat: implement noScriptUrl rule (#8232) d407efb refactor(formatter): reduce best fitting allocations (#8137) 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 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 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)

Open Graph Description: Bumps @biomejs/biome from 2.3.8 to 2.3.10. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.10 2.3.10 Patch Changes #8417 c3a2557 Thanks @​taga3s! - Fixed #7809: noRede...

X Description: Bumps @biomejs/biome from 2.3.8 to 2.3.10. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.10 2.3.10 Patch Changes #8417 c3a2557 Thanks @​taga3s! - Fixed #7809: no...

Opengraph URL: https://github.com/scriptcoded/sql-highlight/pull/262

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:fea2caeb-c2c2-6a3d-d22e-36001b7da7b4
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA4EC:16A758:56C7C6:793335:6981F88E
html-safe-nonce4ec7d98e49f23d4836a30192d861ecdc2e889313ddad822c113d542fd46d79ad
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNEVDOjE2QTc1ODo1NkM3QzY6NzkzMzM1OjY5ODFGODhFIiwidmlzaXRvcl9pZCI6Ijc5NDEwMjYzMzMxMTc3NzM5NjYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd754b298e461e5eb6d01c9165d1ccad3e9622c3de032da7c036521ce62f647fc
hovercard-subject-tagpull_request:3122889415
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/scriptcoded/sql-highlight/pull/262/checks
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 @biomejs/biome from 2.3.8 to 2.3.10. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.10 2.3.10 Patch Changes #8417 c3a2557 Thanks @​taga3s! - Fixed #7809: noRede...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None9936dceb24cf8ba2521c41b894b28505ddddd1cb0b59da13279e82a3931479ca
turbo-cache-controlno-preview
go-importgithub.com/scriptcoded/sql-highlight git https://github.com/scriptcoded/sql-highlight.git
octolytics-dimension-user_id6452991
octolytics-dimension-user_loginscriptcoded
octolytics-dimension-repository_id147309066
octolytics-dimension-repository_nwoscriptcoded/sql-highlight
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id147309066
octolytics-dimension-repository_network_root_nwoscriptcoded/sql-highlight
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4ab65d8f884b21d3fd2259ba6a73d6fae4e3c596
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fscriptcoded%2Fsql-highlight%2Fpull%2F262%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fscriptcoded%2Fsql-highlight%2Fpull%2F262%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=scriptcoded%2Fsql-highlight
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
scriptcoded https://patch-diff.githubusercontent.com/scriptcoded
sql-highlighthttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fscriptcoded%2Fsql-highlight
Fork 14 https://patch-diff.githubusercontent.com/login?return_to=%2Fscriptcoded%2Fsql-highlight
Star 42 https://patch-diff.githubusercontent.com/login?return_to=%2Fscriptcoded%2Fsql-highlight
Code https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight
Issues 0 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/issues
Pull requests 0 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pulls
Actions https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions
Security 0 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/security
Insights https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pulse
Code https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight
Issues https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/issues
Pull requests https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pulls
Actions https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions
Security https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/security
Insights https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fscriptcoded%2Fsql-highlight%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fscriptcoded%2Fsql-highlight%2Fissues%2Fnew%2Fchoose
github-actionshttps://patch-diff.githubusercontent.com/apps/github-actions
mainhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/tree/main
dependabot/npm_and_yarn/biomejs/biome-2.3.10https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/tree/dependabot/npm_and_yarn/biomejs/biome-2.3.10
Conversation 0 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262
Commits 1 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/commits
Checks 19 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
Files changed https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/files
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
chore(deps-dev): bump @biomejs/biome from 2.3.8 to 2.3.10 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks
CodeQL https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/262/checks?check_run_id=58706578823
Lint Commit Messages on: push https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630239
commitlint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630239/job/58706580424?pr=262
Run linter on: push https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630245
lint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630245/job/58706580408?pr=262
Run tests on: push https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247
test (16) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247/job/58706580400?pr=262
test (18) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247/job/58706580398?pr=262
test (20) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247/job/58706580416?pr=262
test (22) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247/job/58706580401?pr=262
test (24) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247/job/58706580410?pr=262
finish https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630247/job/58706608775?pr=262
Auto approve on: pull_request_target https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630764
build https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630764/job/58706581961?pr=262
Lint Commit Messages on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630958
commitlint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630958/job/58706582697?pr=262
auto-merge on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630957
auto-merge https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630957/job/58706582700?pr=262
Run tests on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961
test (16) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961/job/58706582767?pr=262
test (18) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961/job/58706582756?pr=262
test (20) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961/job/58706582771?pr=262
test (22) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961/job/58706582763?pr=262
test (24) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961/job/58706582780?pr=262
finish https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630961/job/58706612298?pr=262
Run linter on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630993
lint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/20432630993/job/58706582777?pr=262
View all branch alertshttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/security/code-scanning?query=pr%3A262+tool%3ACodeQL+is%3Aopen
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.