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
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
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:bcb6c33e-4ddc-6fd2-7459-7c09757fb0e7 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8ED6:3BEBF3:71DE7E:9DC6B9:6981E1D1 |
| html-safe-nonce | 8ff1700d90c9ae8bff431c40945b345736b55e883ce82341334fcfe1e3af4f90 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RUQ2OjNCRUJGMzo3MURFN0U6OURDNkI5OjY5ODFFMUQxIiwidmlzaXRvcl9pZCI6IjE5NDcxOTQ1MTU3MTA0MDMwMjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 798eaf729b22ae01da7e261069d2ac9645587ba9d1af39c3ad77173a741de50c |
| hovercard-subject-tag | pull_request:3210846827 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/scriptcoded/sql-highlight/pull/267/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | ebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/scriptcoded/sql-highlight git https://github.com/scriptcoded/sql-highlight.git |
| octolytics-dimension-user_id | 6452991 |
| octolytics-dimension-user_login | scriptcoded |
| octolytics-dimension-repository_id | 147309066 |
| octolytics-dimension-repository_nwo | scriptcoded/sql-highlight |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 147309066 |
| octolytics-dimension-repository_network_root_nwo | scriptcoded/sql-highlight |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 471ae8701b77c1bf177c58019d2e6fd65ae89141 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width