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
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
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:51bf9871-4da7-aa7c-19c3-70c876e6b76f |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B7E6:D1D6F:1CA6C3:279364:6981F57A |
| html-safe-nonce | cdc2f0489ed18c1af2949f02ecd38c45d7928249da7c9fd3ade3c661a8dc4f37 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCN0U2OkQxRDZGOjFDQTZDMzoyNzkzNjQ6Njk4MUY1N0EiLCJ2aXNpdG9yX2lkIjoiMjEyMzAwNzIyODE1MDY3NDgxMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | aac578dbcb76198acc2d3df44dfef263c93a47b98a799699e074e53d23658653 |
| hovercard-subject-tag | pull_request:3122889415 |
| 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/262/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.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_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9936dceb24cf8ba2521c41b894b28505ddddd1cb0b59da13279e82a3931479ca |
| 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 | 4ab65d8f884b21d3fd2259ba6a73d6fae4e3c596 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width