chore(deps): bump the biome group with 2 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 2 months ago)
(about 2 months ago)
(about 2 months ago)
by smorimoto
dependencies javascript
Bumps the biome group with 2 updates: @biomejs/wasm-nodejs and @biomejs/biome.
Updates @biomejs/wasm-nodejs
from 2.1.3 to 2.1.4
Release notes
Sourced from @biomejs/wasm-nodejs
'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/wasm-nodejs
's changelog.
Rome changelog
Biome is a fork of Rome Tools. This CHANGELOG describes all released of Rome Tools.
All releases of Biome are described in its own CHANGELOG.
Commits
e2242d0
ci: release (#7069)1a6933a
feat(lint): add ignoreTypes option to the noImportCycles rule (#7143)be42745
feat(analyze/js): add noVueDataObjectDeclaration (#6574)9f4538a
fix: remove option, combobox, listbox from semantic element suggestions (#7129)b9642ab
fix(core): resolve aliased imports (#7121)6b541fb
ci: depot-windows-2022-4 -> depot-windows-2022-161395e27
chore: apply CodeRabbit nits (#7116)57c15e6
feat(parser): support import source (#7019)2ec91e3
ci: use faster runners on depot (#7115)22f61a7
chore: add CodeRabbit config (#7114)- Additional commits viewable in compare view
Updates @biomejs/biome
from 2.1.3 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 changelog- See full diff 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+45
-45
Package Dependencies
Technical Details
ID: | 4760898 |
UUID: | 2728587518 |
Node ID: | PR_kwDODeqQrc6iovD- |
Host: | GitHub |
Repository: | acacode/swagger-typescript-api |
Merge State: | Unknown |