nest-raven
nest-raven copied to clipboard
chore(deps): update dependency @biomejs/biome to v1.6.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@biomejs/biome (source) | 1.5.3 -> 1.6.1 |
Release Notes
biomejs/biome (@biomejs/biome)
v1.6.1
CLI
Bug fixes
- CLI is now able to automatically search and resolve
biome.jsonc
(#2008). Contributed by @Sec-ant - Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @ematipico
Configuration
Bug fixes
Linter
New features
-
Add rule noDoneCallback, this rule checks the function parameter of hooks & tests for use of the done argument, suggesting you return a promise instead. Contributed by @vasucp1207
beforeEach(done => { // ... });
Bug fixes
-
useJsxKeyInIterable now recognizes function bodies wrapped in parentheses (#2011). Contributed by @Sec-ant
-
useShorthandFunctionType now preserves type parameters of generic interfaces when applying fixes (#2015). Contributed by @Sec-ant
-
Code fixes of useImportType and useExportType now handle multiline statements (#2041). Contributed by @Conaclos
-
noRedeclare no longer reports type parameter and parameter with identical names (#1992).
The following code is no longer reported:
function f<a>(a: a) {}
Contributed by @Conaclos
-
noRedeclare now reports duplicate type parameters in a same declaration.
The following type parameters are now reported as a redeclaraion:
function f<T, T>() {}
Contributed by @Conaclos
-
noUndeclaredDependencies now recognizes imports of subpath exports.
E.g., the following import statements no longer report errors if
@mui/material
andtailwindcss
are installed as dependencies:import Button from "@​mui/material/Button"; import { fontFamily } from "tailwindcss/defaultTheme";
Contributed by @Sec-ant
Parser
Bug fixes
-
JavaScript lexer is now able to lex regular expression literals with escaped non-ascii chars (#1941).
Contributed by @Sec-ant
v1.6.0
Analyzer
New features
- Add partial for
.astro
files. Biome is able to sort imports inside the frontmatter of the Astro files. Contributed by @ematipico
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.