chore(deps-dev): bump @biomejs/biome from 2.3.13 to 2.4.12
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(about 2 months ago)
(about 2 months ago)
Bumps @biomejs/biome from 2.3.13 to 2.4.12.
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.4.12
2.4.12
Patch Changes
#9376
9701a33Thanks@dyc3! - Added thenursery/noIdenticalTestTitlelint rule. This rule disallows using the same title for twodescribeblocks or two test cases at the same nesting level.describe("foo", () => {}); describe("foo", () => { // invalid: same title as previous describe block test("baz", () => {}); test("baz", () => {}); // invalid: same title as previous test case });#9889
7ae83f2Thanks@dyc3! - Improved the diagnostics foruseForOfto better explain the problem, why it matters, and how to fix it.#9916
27dd7b1Thanks@Jayllyz! - Added a new nursery rulenoComponentHookFactories, that disallows defining React components or custom hooks inside other functions.For example, the following snippets trigger the rule:
function createComponent(label) { function MyComponent() { return <div>{label}</div>; } return MyComponent; }function Parent() { function Child() { return <div />; } return <Child />; }#9980
098f1ffThanks@ematipico! - Fixed #9941: Biome now emits awarningdiagnostic when a file exceed thefiles.maxSizelimit.#9942
9956f1dThanks@dyc3! - Fixed #9918:useConsistentTestItno longer panics when applying fixes to chained calls such astest.for([])("x", () => {});.#9891
4d9ac51Thanks@dyc3! - Improved thenoGlobalObjectCallsdiagnostic to better explain why calling global objects likeMathorJSONis invalid and how to fix it.#9902
3f4d103Thanks@ematipico! - Fixed #9901: the commandlint --writeis now idempotent when it's run against HTML-ish files that contains scripts and styles.#9891
4d9ac51Thanks@dyc3! - Improved thenoMultiStrdiagnostic to explain why escaped multiline strings are discouraged and what to use instead.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.4.12
Patch Changes
#9376
9701a33Thanks@dyc3! - Added thenursery/noIdenticalTestTitlelint rule. This rule disallows using the same title for twodescribeblocks or two test cases at the same nesting level.describe("foo", () => {}); describe("foo", () => { // invalid: same title as previous describe block test("baz", () => {}); test("baz", () => {}); // invalid: same title as previous test case });#9889
7ae83f2Thanks@dyc3! - Improved the diagnostics foruseForOfto better explain the problem, why it matters, and how to fix it.#9916
27dd7b1Thanks@Jayllyz! - Added a new nursery rulenoComponentHookFactories, that disallows defining React components or custom hooks inside other functions.For example, the following snippets trigger the rule:
function createComponent(label) { function MyComponent() { return <div>{label}</div>; } return MyComponent; }function Parent() { function Child() { return <div />; } return <Child />; }#9980
098f1ffThanks@ematipico! - Fixed #9941: Biome now emits awarningdiagnostic when a file exceed thefiles.maxSizelimit.#9942
9956f1dThanks@dyc3! - Fixed #9918:useConsistentTestItno longer panics when applying fixes to chained calls such astest.for([])("x", () => {});.#9891
4d9ac51Thanks@dyc3! - Improved thenoGlobalObjectCallsdiagnostic to better explain why calling global objects likeMathorJSONis invalid and how to fix it.#9902
3f4d103Thanks@ematipico! - Fixed #9901: the commandlint --writeis now idempotent when it's run against HTML-ish files that contains scripts and styles.#9891
4d9ac51Thanks@dyc3! - Improved thenoMultiStrdiagnostic to explain why escaped multiline strings are discouraged and what to use instead.#9966
322675eThanks@siketyan! - Fixed #9113: Biome now parses and formats@mediaand other conditional blocks correctly inside embedded CSS snippets.
... (truncated)
Commits
baaacfcci: release (#9890)e0ba71dfeat: implement useIframeSandbox (#9949)2cff700feat(lint/js): adduseVarsOnTop(#9861)27dd7b1feat(react/js): add noComponentHookFactories (#9916)0d0e611feat(js_analyze): implement useReactAsyncServerFunction (#9909)f1c1363feat(lint/js): adduseStringStartsEndsWith(#9796)d417803feat(js_analyze): implement noJsxNamespace (#9913)9701a33feat(lint/js): addnoIdenticalTestTitle(#9376)c499f46feat(lint): implement useReduceTypeParameter nursery rule (#9577)40bd180feat(lint/js): addnoExcessiveSelectorClasses(#9866)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 15433542 |
| UUID: | 4299370024 |
| Node ID: | PR_kwDOQs97Qc7UIphz |
| Host: | GitHub |
| Repository: | jsonlt/jsonlt-python |