chore(deps): bump the biome group with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 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
b9642abThanks@arendjr! - Fixed #7111: Imported symbols using aliases are now correctly recognised.#7103
80515ecThanks@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
0cc38f5Thanks@ptkagori! - Added thenoQwikUseVisibleTaskrule 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
50ca155Thanks@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
e2242d0ci: release (#7069)1a6933afeat(lint): add ignoreTypes option to the noImportCycles rule (#7143)be42745feat(analyze/js): add noVueDataObjectDeclaration (#6574)9f4538afix: remove option, combobox, listbox from semantic element suggestions (#7129)b9642abfix(core): resolve aliased imports (#7121)6b541fbci: depot-windows-2022-4 -> depot-windows-2022-161395e27chore: apply CodeRabbit nits (#7116)57c15e6feat(parser): support import source (#7019)2ec91e3ci: use faster runners on depot (#7115)22f61a7chore: 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
b9642abThanks@arendjr! - Fixed #7111: Imported symbols using aliases are now correctly recognised.#7103
80515ecThanks@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
0cc38f5Thanks@ptkagori! - Added thenoQwikUseVisibleTaskrule 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
50ca155Thanks@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
b9642abThanks@arendjr! - Fixed #7111: Imported symbols using aliases are now correctly recognised.#7103
80515ecThanks@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
0cc38f5Thanks@ptkagori! - Added thenoQwikUseVisibleTaskrule 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
50ca155Thanks@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
e2242d0ci: release (#7069)1a6933afeat(lint): add ignoreTypes option to the noImportCycles rule (#7143)be42745feat(analyze/js): add noVueDataObjectDeclaration (#6574)50ca155feat(lint): rulenoUnnecessaryConditions(#7084)29fcb05feat(analyse/js): addnoNonNullAssertedOptionalChainrule (#7100)655049efeat(analyze/js): added rule for `@typescript-eslint/consistent-type-definiti...2f9d7c9feat: add tailwind domain (#6972)0cc38f5feat(qwik): add few new lint rules (#6887)1ce4979fix 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 |