Bump @biomejs/biome from 1.5.2 to 2.1.4
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(28 days ago)
(28 days ago)
Bumps @biomejs/biome from 1.5.2 to 2.1.4.
Release notes
Sourced from @biomejs/biome
's releases.
Biome CLI v2.1.4
2.1.4
Patch Changes
#7121
b9642ab
Thanks@arendjr
! - Fixed #7111: Imported symbols using aliases are now correctly recognised.#7103
80515ec
Thanks@omasakun
! - Fixed #6933 and #6994.When the values of private member assignment expressions, increment expressions, etc. are used, those private members are no longer marked as unused.
#6887
0cc38f5
Thanks@ptkagori
! - Added thenoQwikUseVisibleTask
rule to Qwik.This rule is intended for use in Qwik applications to warn about the use of
useVisibleTask$()
functions which require careful consideration before use.Invalid:
useVisibleTask$(() => { console.log("Component is visible"); });
Valid:
useTask$(() => { console.log("Task executed"); });
#7084
50ca155
Thanks@ematipico
! - Added the new nursery rulenoUnnecessararyConditions
, which detects whenever some conditions don't change during the life cycle of the program, and truthy or false, hence deemed redundant.For example, the following snippets will trigger the rule:
// Always truthy literal conditions if (true) { console.log("always runs"); }
// Unnecessary condition on constrained string type function foo(arg: "bar" | "baz") { if (arg) { // This check is unnecessary }
... (truncated)
Changelog
Sourced from @biomejs/biome
's changelog.
2.1.4
Patch Changes
#7121
b9642ab
Thanks@arendjr
! - Fixed #7111: Imported symbols using aliases are now correctly recognised.#7103
80515ec
Thanks@omasakun
! - Fixed #6933 and #6994.When the values of private member assignment expressions, increment expressions, etc. are used, those private members are no longer marked as unused.
#6887
0cc38f5
Thanks@ptkagori
! - Added thenoQwikUseVisibleTask
rule to Qwik.This rule is intended for use in Qwik applications to warn about the use of
useVisibleTask$()
functions which require careful consideration before use.Invalid:
useVisibleTask$(() => { console.log("Component is visible"); });
Valid:
useTask$(() => { console.log("Task executed"); });
#7084
50ca155
Thanks@ematipico
! - Added the new nursery rulenoUnnecessararyConditions
, which detects whenever some conditions don't change during the life cycle of the program, and truthy or false, hence deemed redundant.For example, the following snippets will trigger the rule:
// Always truthy literal conditions if (true) { console.log("always runs"); }
// Unnecessary condition on constrained string type function foo(arg: "bar" | "baz") { if (arg) { // This check is unnecessary } }
... (truncated)
Commits
e2242d0
ci: release (#7069)1a6933a
feat(lint): add ignoreTypes option to the noImportCycles rule (#7143)be42745
feat(analyze/js): add noVueDataObjectDeclaration (#6574)50ca155
feat(lint): rulenoUnnecessaryConditions
(#7084)29fcb05
feat(analyse/js): addnoNonNullAssertedOptionalChain
rule (#7100)655049e
feat(analyze/js): added rule for `@typescript-eslint/consistent-type-definiti...2f9d7c9
feat: add tailwind domain (#6972)0cc38f5
feat(qwik): add few new lint rules (#6887)1ce4979
fix changelog018d188
ci: release (#6927)- 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 <dependency name> 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)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 4953181 |
UUID: | 3312216456 |
Node ID: | PR_kwDOPOz01c6jKUEe |
Host: | GitHub |
Repository: | first-dotcom/universal-backend-challenge |