build(deps-dev): bump @biomejs/biome from 1.9.4 to 2.0.5
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by cossssmin
dependencies javascript
Bumps @biomejs/biome from 1.9.4 to 2.0.5.
Release notes
Sourced from @biomejs/biome
's releases.
Biome CLI v2.0.5
2.0.5
Patch Changes
#6461
38862e6
Thanks@ematipico
! - Fixed #6419, a regression where stdin mode would create a temporary new file instead of using the one provided by the user. This was an intended regression.Now Biome will use the file path passed via
--std-file-path
, and apply the configuration that matches it.#6480
050047f
Thanks@Conaclos
! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379d
Thanks@ematipico
! - Fixed an issue where Biome formatter didn't format consistently CSS value separated by commas..font-heading { - font-feature-settings: var(--heading-salt), var(--heading-ss06), - var(--heading-ss11), var(--heading-cv09), var(--heading-liga), - var(--heading-calt);
- font-feature-settings:
- var(--heading-salt), var(--heading-ss06), var(--heading-ss11),
- var(--heading-cv09), var(--heading-liga), var(--heading-calt);
}#6248
ec7126c
Thanks@fireairforce
! - Fixed grit pattern matching for different kinds of import statements.The grit pattern
import $imports from "foo"
will match the following code:import bar from "foo"; import { bar } from "foo"; import { bar, baz } from "foo";
What's Changed
- chore: fix release tag name by
@SuperchupuDev
in biomejs/biome#6456- ci: fix tag name on creating a release by
@siketyan
in biomejs/biome#6457- fix(cli): don't use temporary file in stdin by
@ematipico
in biomejs/biome#6461- chore: update vscode badges by
@ematipico
in biomejs/biome#6468- fix(lint/useNamingConvention): check property shorthand by
@Conaclos
in biomejs/biome#6480- fix: gritql mismatch import pattern by
@fireairforce
in biomejs/biome#6248- fix(format): css comma separated values by
@ematipico
in biomejs/biome#6477- chore(deps): update
@biomejs
packages by@renovate
in biomejs/biome#6489- chore(deps): update dependency
@types/node
to v22.15.32 by@renovate
in biomejs/biome#6493
... (truncated)
Changelog
Sourced from @biomejs/biome
's changelog.
2.0.5
Patch Changes
#6461
38862e6
Thanks@ematipico
! - Fixed #6419, a regression where stdin mode would create a temporary new file instead of using the one provided by the user. This was an intended regression.Now Biome will use the file path passed via
--std-file-path
, and apply the configuration that matches it.#6480
050047f
Thanks@Conaclos
! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379d
Thanks@ematipico
! - Fixed an issue where Biome formatter didn't format consistently CSS value separated by commas..font-heading { - font-feature-settings: var(--heading-salt), var(--heading-ss06), - var(--heading-ss11), var(--heading-cv09), var(--heading-liga), - var(--heading-calt);
- font-feature-settings:
- var(--heading-salt), var(--heading-ss06), var(--heading-ss11),
- var(--heading-cv09), var(--heading-liga), var(--heading-calt);
}#6248
ec7126c
Thanks@fireairforce
! - Fixed grit pattern matching for different kinds of import statements.The grit pattern
import $imports from "foo"
will match the following code:import bar from "foo"; import { bar } from "foo"; import { bar, baz } from "foo";
2.0.4
Patch Changes
- #6450
7472d9e
Thanks@ematipico
! - Fixed an issue where the binary wasn't correctly mapped.2.0.3
Patch Changes
#6439
7e4da4e
Thanks@ematipico
! - Fixed an issue where the correct rights aren't added to the binary during publishing#6297
cc4b8c9
Thanks@vladimir-ivanov
! - Added a new lintuseReadonlyClassProperties
rule. This rule is a port of ESLint's prefer-readonly rule.
... (truncated)
Commits
09f49ba
ci: release (#6467)4209030
chore: update vscode badges (#6468)c939e54
chore: fix invalid link in CHANGELOG.md4595a7c
ci: release (#6454)7472d9e
fix: binary mapping (#6450)2c9cdd5
ci: release (#6444)cc4b8c9
feat(biome_js_analyze): adds new lint rule useReadonlyClassProperties (#6297)ecd0b5d
ci: release (#6437)ec7c63d
ci: add permissions to release actions (#6436)6d2b50b
chore: restore version- 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
1
2
+81
-73
Package Dependencies
Technical Details
ID: | 2218674 |
UUID: | 2613814513 |
Node ID: | PR_kwDOIL6zsM6by6Tx |
Host: | GitHub |
Repository: | posthtml/posthtml-components |
Merge State: | Unknown |