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/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:2b49357b-f465-b621-2e3e-ebb364d83b5e
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9490:549A0:A1E1:CDBD:6981E728
html-safe-nonceffb4efcadce6ad169220ded29677b7774c1c04ba6dca8392a6adaaaf98130e0a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDkwOjU0OUEwOkExRTE6Q0RCRDo2OTgxRTcyOCIsInZpc2l0b3JfaWQiOiI1NDg4MTA3NzY1MTk0OTQyMjQ4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac6ba01d039171efa1483ac5202d96d3b226fdcdc7a55c14c6240cec81ce7c58a1
hovercard-subject-tagpull_request:3210846827
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/267/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.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
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
release471ae8701b77c1bf177c58019d2e6fd65ae89141
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/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%2F267%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%2F267%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/267/checks
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/checks
Reloadhttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/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/267/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.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/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/checks
chore(deps-dev): bump @biomejs/biome from 2.3.11 to 2.3.13 https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/checks
CodeQL https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/pull/267/checks?check_run_id=61482706629
Run tests on: push https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786
test (16) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786/job/61482710067?pr=267
test (18) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786/job/61482710037?pr=267
test (20) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786/job/61482710030?pr=267
test (22) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786/job/61482710018?pr=267
test (24) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786/job/61482710078?pr=267
finish https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777786/job/61482767486?pr=267
Lint Commit Messages on: push https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777795
commitlint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777795/job/61482709800?pr=267
Run linter on: push https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777822
lint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361777822/job/61482709912?pr=267
Run tests on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768
test (16) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768/job/61482712963?pr=267
test (18) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768/job/61482712973?pr=267
test (20) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768/job/61482712890?pr=267
test (22) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768/job/61482712893?pr=267
test (24) https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768/job/61482713080?pr=267
finish https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778768/job/61482756449?pr=267
auto-merge on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778775
auto-merge https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778775/job/61482712770?pr=267
Run linter on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778792
lint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778792/job/61482712891?pr=267
Auto approve on: pull_request_target https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778838
build https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778838/job/61482713326?pr=267
Lint Commit Messages on: pull_request https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778842
commitlint https://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/actions/runs/21361778842/job/61482713107?pr=267
View all branch alertshttps://patch-diff.githubusercontent.com/scriptcoded/sql-highlight/security/code-scanning?query=pr%3A267+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.