chore(deps): bump the biome group with 2 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(5 months ago)
(5 months ago)
(5 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.0.4 to 2.0.5
Release notes
Sourced from @biomejs/wasm-nodejs's releases.
Biome CLI v2.0.5
2.0.5
Patch Changes
#6461
38862e6Thanks@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
050047fThanks@Conaclos! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379dThanks@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
ec7126cThanks@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
@SuperchupuDevin biomejs/biome#6456- ci: fix tag name on creating a release by
@siketyanin biomejs/biome#6457- fix(cli): don't use temporary file in stdin by
@ematipicoin biomejs/biome#6461- chore: update vscode badges by
@ematipicoin biomejs/biome#6468- fix(lint/useNamingConvention): check property shorthand by
@Conaclosin biomejs/biome#6480- fix: gritql mismatch import pattern by
@fireairforcein biomejs/biome#6248- fix(format): css comma separated values by
@ematipicoin biomejs/biome#6477- chore(deps): update
@biomejspackages by@renovatein biomejs/biome#6489- chore(deps): update dependency
@types/nodeto v22.15.32 by@renovatein biomejs/biome#6493
... (truncated)
Commits
09f49baci: release (#6467)ccc18dbchore(deps): update dependency@changesets/clito v2.29.5 (#6490)20fb511chore(deps): update rust crate mimalloc to 0.1.47 (#6496)1234bf6chore(deps): update dependency@types/nodeto v22.15.32 (#6493)712f7a2chore(deps): update@biomejspackages (#6489)b98379dfix(format): css comma separated values (#6477)ec7126cfix: gritql mismatch import pattern (#6248)050047ffix(lint/useNamingConvention): check property shorthand (#6480)4209030chore: update vscode badges (#6468)38862e6fix(cli): don't use temporary file in stdin (#6461)- Additional commits viewable in compare view
Updates @biomejs/biome from 2.0.4 to 2.0.5
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.0.5
2.0.5
Patch Changes
#6461
38862e6Thanks@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
050047fThanks@Conaclos! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379dThanks@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
ec7126cThanks@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
@SuperchupuDevin biomejs/biome#6456- ci: fix tag name on creating a release by
@siketyanin biomejs/biome#6457- fix(cli): don't use temporary file in stdin by
@ematipicoin biomejs/biome#6461- chore: update vscode badges by
@ematipicoin biomejs/biome#6468- fix(lint/useNamingConvention): check property shorthand by
@Conaclosin biomejs/biome#6480- fix: gritql mismatch import pattern by
@fireairforcein biomejs/biome#6248- fix(format): css comma separated values by
@ematipicoin biomejs/biome#6477- chore(deps): update
@biomejspackages by@renovatein biomejs/biome#6489- chore(deps): update dependency
@types/nodeto v22.15.32 by@renovatein biomejs/biome#6493
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.0.5
Patch Changes
#6461
38862e6Thanks@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
050047fThanks@Conaclos! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379dThanks@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
ec7126cThanks@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";
Commits
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: | 2122095 |
| UUID: | 2613113950 |
| Node ID: | PR_kwDODeqQrc6bwPRe |
| Host: | GitHub |
| Repository: | acacode/swagger-typescript-api |
| Merge State: | Unknown |