René's URL Explorer Experiment


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

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

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

Description: Bumps @biomejs/biome from 2.3.11 to 2.3.13. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.13 2.3.13 Patch Changes #8815 f924f23 Thanks @​dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well. Now treated valid:

#8856 85f81f9 Thanks @​dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in []. #8850 2a190e0 Thanks @​dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled. #8863 79386e0 Thanks @​dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML. #8771 6f56b6e Thanks @​lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730 #8714 ac3a71f Thanks @​Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members. What's Changed fix(dx/codegen): don't insert module into biome_rule_options/src/lib.rs if it already exists by @​dyc3 in biomejs/biome#8847 feat(js_analyze): implement useConsistentEnumValueType by @​Netail in biomejs/biome#8714 fix(parse/html/vue): parse dynamic slot directives that contain quotes by @​dyc3 in biomejs/biome#8856 fix(parse/css): improve parsing of @utility names by @​dyc3 in biomejs/biome#8850 fix(cli): improve RuleName ordering and update summary snapshots close #8730 by @​lghuahua in biomejs/biome#8771 fix(useVueValidVOn): align more with source rule, also use phf hash sets for perf by @​dyc3 in biomejs/biome#8815 fix(migrate): fix migrate command not picking up rules for css, graphql, html by @​dyc3 in biomejs/biome#8863 chore(deps): update dependency tombi to v0.7.23 by @​renovate[bot] in biomejs/biome#8865 chore(deps): update pnpm to v10.28.1 by @​renovate[bot] in biomejs/biome#8866 chore(deps): update rust crate proc-macro2 to 1.0.106 by @​renovate[bot] in biomejs/biome#8867 chore(deps): update rust crate quote to 1.0.44 by @​renovate[bot] in biomejs/biome#8868 fix(deps): update @​biomejs packages by @​renovate[bot] in biomejs/biome#8869 chore(deps): update rust crate schemars to 1.2.0 by @​renovate[bot] in biomejs/biome#8875 chore(deps): update @​biomejs packages by @​renovate[bot] in biomejs/biome#8872 chore(deps): update github-actions by @​renovate[bot] in biomejs/biome#8873 chore(deps): update typescript-eslint monorepo to v8.53.1 by @​renovate[bot] in biomejs/biome#8877 fix(deps): update dependency prettier to v3.8.1 by @​renovate[bot] in biomejs/biome#8878 chore(deps): update rust crate tokio to 1.49.0 by @​renovate[bot] in biomejs/biome#8876 ci: release by @​github-actions[bot] in biomejs/biome#8853 ... (truncated) Changelog Sourced from @​biomejs/biome's changelog. 2.3.13 Patch Changes #8815 f924f23 Thanks @​dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well. Now treated valid:
#8856 85f81f9 Thanks @​dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in []. #8850 2a190e0 Thanks @​dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled. #8863 79386e0 Thanks @​dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML. #8771 6f56b6e Thanks @​lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730 #8714 ac3a71f Thanks @​Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members. 2.3.12 Patch Changes #8653 047576d Thanks @​dyc3! - Added new nursery rule noDuplicateAttributes to forbid duplicate attributes in HTML elements. #8648 96d09f4 Thanks @​BaeSeokJae! - Added a new nursery rule noVueOptionsApi. Biome now reports Vue Options API usage, which is incompatible with Vue 3.6's Vapor Mode. This rule detects Options API patterns in #8832 b08270b Thanks @​Exudev! - Fixed #8809, #7985, and #8136: the noSecrets rule no longer reports false positives on common CamelCase identifiers like paddingBottom, backgroundColor, unhandledRejection, uncaughtException, and IngestGatewayLogGroup. ... (truncated) Commits 2c5e505 ci: release (#8853) ac3a71f feat(js_analyze): implement useConsistentEnumValueType (#8714) fd33f86 ci: release (#8671) a53fc75 chore: update sponsors (#8844) 4ee3bda feat(graphql_analyze): implement useLoneAnonymousOperation (#8616) 71b5c6e feat(js_analyze): implement noExcessiveClassesPerFile (#8753) d6b2bda feat(js_analyze): implement noFloatingClasses (#8754) 17ed9d3 feat(js_analyze): implement noDivRegex (#8757) 291c9f2 feat(biome_js_analyze): port useInlineScriptId from Next.js (#8624) 96d09f4 feat(lint): add noVueOptionsApi rule (#8648) 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.11 to 2.3.13. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.13 2.3.13 Patch Changes #8815 f924f23 Thanks @​dyc3! - Improved useVueValid...

X Description: Bumps @biomejs/biome from 2.3.11 to 2.3.13. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.13 2.3.13 Patch Changes #8815 f924f23 Thanks @​dyc3! - Improved useVueV...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:bcb6c33e-4ddc-6fd2-7459-7c09757fb0e7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8ED6:3BEBF3:71DE7E:9DC6B9:6981E1D1
html-safe-nonce8ff1700d90c9ae8bff431c40945b345736b55e883ce82341334fcfe1e3af4f90
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RUQ2OjNCRUJGMzo3MURFN0U6OURDNkI5OjY5ODFFMUQxIiwidmlzaXRvcl9pZCI6IjE5NDcxOTQ1MTU3MTA0MDMwMjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac798eaf729b22ae01da7e261069d2ac9645587ba9d1af39c3ad77173a741de50c
hovercard-subject-tagpull_request:3210846827
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/scriptcoded/sql-highlight/pull/267/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 @biomejs/biome from 2.3.11 to 2.3.13. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.13 2.3.13 Patch Changes #8815 f924f23 Thanks @​dyc3! - Improved useVueValid...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801
turbo-cache-controlno-preview
diff-viewunified
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
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release471ae8701b77c1bf177c58019d2e6fd65ae89141
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#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%2F267%2Ffiles
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%2F267%2Ffiles
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%2Ffiles&source=header-repo&source_repo=scriptcoded%2Fsql-highlight
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
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/267/files
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.13https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/tree/dependabot/npm_and_yarn/biomejs/biome-2.3.13
Conversation 0 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267
Commits 1 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/commits
Checks 19 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/checks
Files changed https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
chore(deps-dev): bump @biomejs/biome from 2.3.11 to 2.3.13 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
61ec04a chore(deps-dev): bump @biomejs/biome from 2.3.11 to 2.3.13 dependabot[bot] Jan 26, 2026 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/commits/61ec04ae8c498fb0067c1d047e18e74eb69ba20d
Clear filters https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
package-lock.json https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
package-lock.jsonhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/blob/61ec04ae8c498fb0067c1d047e18e74eb69ba20d/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://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files
package.jsonhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/blob/61ec04ae8c498fb0067c1d047e18e74eb69ba20d/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/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.