chore(deps): bump the biome group with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(29 days ago)
(29 days ago)
dependencies javascript
Bumps the biome group with 2 updates: @biomejs/wasm-nodejs and @biomejs/biome.
Updates @biomejs/wasm-nodejs from 2.3.0 to 2.3.1
Release notes
Sourced from @biomejs/wasm-nodejs's releases.
Biome CLI v2.3.1
2.3.1
Patch Changes
#7840
72afdfaThanks@ematipico! - Fixed #7838, which caused the new--css-parse-*arguments not being recognised by thecicommand.#7789
d5b416eThanks@fronterior! - Fixed the LSP methodworkspace/didChangeWorkspaceFoldersto perform incremental updates instead of replacing the entire folder list.#7852
bd254c7Thanks@dyc3! - Fixed #7843: The CSS parser, whentailwindDirectivesis enabled, correctly parses--*: initial;.#7872
0fe13feThanks@dyc3! - Fixed #7861: The HTML parser will now accept Svelte attribute shorthand syntax in.sveltefiles.#7866
7b2600bThanks@dyc3! - Fixed #7860: The css parser, withtailwindDirectivesenabled, will now accept@pluginoptions.#7853
fe90c78Thanks@dyc3! - Fixed #7848: The css parser withtailwindDirectivesenabled will now correctly parse tailwind's source exclude syntax:@source not "foo.css";#7878
c9f7fe5Thanks@ematipico! - Fixed #7857: Biome now parses<script>tags as TypeScript when analysing.astrofiles.#7867
b42b718Thanks@smorimoto! - Fixed incorrect option name in HTML parser error message.The error message for disabled text expressions incorrectly referred to the
html.parser.textExpressionoption, which does not exist. Updated it to reference the correcthtml.parser.interpolationoption.What's Changed
- fix(cli): css parsing arguments for ci command by
@ematipicoin biomejs/biome#7840- chore: document rule-group severity relation and update rules_check by
@Conaclosin biomejs/biome#7827- fix(lsp): make update_workspace_folders perform incremental updates per LSP spec by
@fronteriorin biomejs/biome#7789- ci(rules-check): add noSecrets exception by
@Conaclosin biomejs/biome#7862- ci: fix clippy failure by
@Conaclosin biomejs/biome#7863- fix(parse/css): fix parsing
--*: initial;with tailwindDirectives enabled by@dyc3in biomejs/biome#7852- fix(parse/css): fix parsing tailwind source exclude syntax by
@dyc3in biomejs/biome#7853- fix(core): parse astro script as TS by
@ematipicoin biomejs/biome#7878- fix(biome_html_parser): fix incorrect option name in HTML parser error message by
@smorimotoin biomejs/biome#7867- chore: ai docs revamp by
@ematipicoin biomejs/biome#7879- fix(parse/css): allow
@pluginto accept options by@dyc3in biomejs/biome#7866- feat(parse/html): parse svelte shorthand props and spread props by
@dyc3in biomejs/biome#7872- ci: release by
@github-actions[bot] in biomejs/biome#7842New Contributors
@fronteriormade their first contribution in biomejs/biome#7789@smorimotomade their first contribution in biomejs/biome#7867Full Changelog: https://github.com/biomejs/biome/compare/
@biomejs/biome@2.3.0...@biomejs/biome@2.3.1
Commits
be79a6bci: release (#7842)0fe13fefeat(parse/html): parse svelte shorthand props and spread props (#7872)7b2600bfix(parse/css): allow@pluginto accept options (#7866)0a59995chore: ai docs revamp (#7879)b42b718fix(biome_html_parser): fix incorrect option name in HTML parser error messag...c9f7fe5fix(core): parse astro script as TS (#7878)fe90c78fix(parse/css): fix parsing tailwind source exclude syntax (#7853)bd254c7fix(parse/css): fix parsing--*: initial;with tailwindDirectives enabled (...8919e02ci: fix clippy failure (#7863)ecaed08ci(rules-check): add noSecrets exception (#7862)- Additional commits viewable in compare view
Updates @biomejs/biome from 2.3.0 to 2.3.1
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.3.1
2.3.1
Patch Changes
#7840
72afdfaThanks@ematipico! - Fixed #7838, which caused the new--css-parse-*arguments not being recognised by thecicommand.#7789
d5b416eThanks@fronterior! - Fixed the LSP methodworkspace/didChangeWorkspaceFoldersto perform incremental updates instead of replacing the entire folder list.#7852
bd254c7Thanks@dyc3! - Fixed #7843: The CSS parser, whentailwindDirectivesis enabled, correctly parses--*: initial;.#7872
0fe13feThanks@dyc3! - Fixed #7861: The HTML parser will now accept Svelte attribute shorthand syntax in.sveltefiles.#7866
7b2600bThanks@dyc3! - Fixed #7860: The css parser, withtailwindDirectivesenabled, will now accept@pluginoptions.#7853
fe90c78Thanks@dyc3! - Fixed #7848: The css parser withtailwindDirectivesenabled will now correctly parse tailwind's source exclude syntax:@source not "foo.css";#7878
c9f7fe5Thanks@ematipico! - Fixed #7857: Biome now parses<script>tags as TypeScript when analysing.astrofiles.#7867
b42b718Thanks@smorimoto! - Fixed incorrect option name in HTML parser error message.The error message for disabled text expressions incorrectly referred to the
html.parser.textExpressionoption, which does not exist. Updated it to reference the correcthtml.parser.interpolationoption.What's Changed
- fix(cli): css parsing arguments for ci command by
@ematipicoin biomejs/biome#7840- chore: document rule-group severity relation and update rules_check by
@Conaclosin biomejs/biome#7827- fix(lsp): make update_workspace_folders perform incremental updates per LSP spec by
@fronteriorin biomejs/biome#7789- ci(rules-check): add noSecrets exception by
@Conaclosin biomejs/biome#7862- ci: fix clippy failure by
@Conaclosin biomejs/biome#7863- fix(parse/css): fix parsing
--*: initial;with tailwindDirectives enabled by@dyc3in biomejs/biome#7852- fix(parse/css): fix parsing tailwind source exclude syntax by
@dyc3in biomejs/biome#7853- fix(core): parse astro script as TS by
@ematipicoin biomejs/biome#7878- fix(biome_html_parser): fix incorrect option name in HTML parser error message by
@smorimotoin biomejs/biome#7867- chore: ai docs revamp by
@ematipicoin biomejs/biome#7879- fix(parse/css): allow
@pluginto accept options by@dyc3in biomejs/biome#7866- feat(parse/html): parse svelte shorthand props and spread props by
@dyc3in biomejs/biome#7872- ci: release by
@github-actions[bot] in biomejs/biome#7842New Contributors
@fronteriormade their first contribution in biomejs/biome#7789@smorimotomade their first contribution in biomejs/biome#7867Full Changelog: https://github.com/biomejs/biome/compare/
@biomejs/biome@2.3.0...@biomejs/biome@2.3.1
Changelog
Sourced from @biomejs/biome's changelog.
2.3.1
Patch Changes
#7840
72afdfaThanks@ematipico! - Fixed #7838, which caused the new--css-parse-*arguments not being recognised by thecicommand.#7789
d5b416eThanks@fronterior! - Fixed the LSP methodworkspace/didChangeWorkspaceFoldersto perform incremental updates instead of replacing the entire folder list.#7852
bd254c7Thanks@dyc3! - Fixed #7843: The CSS parser, whentailwindDirectivesis enabled, correctly parses--*: initial;.#7872
0fe13feThanks@dyc3! - Fixed #7861: The HTML parser will now accept Svelte attribute shorthand syntax in.sveltefiles.#7866
7b2600bThanks@dyc3! - Fixed #7860: The css parser, withtailwindDirectivesenabled, will now accept@pluginoptions.#7853
fe90c78Thanks@dyc3! - Fixed #7848: The css parser withtailwindDirectivesenabled will now correctly parse tailwind's source exclude syntax:@source not "foo.css";#7878
c9f7fe5Thanks@ematipico! - Fixed #7857: Biome now parses<script>tags as TypeScript when analysing.astrofiles.#7867
b42b718Thanks@smorimoto! - Fixed incorrect option name in HTML parser error message.The error message for disabled text expressions incorrectly referred to the
html.parser.textExpressionoption, which does not exist. Updated it to reference the correcthtml.parser.interpolationoption.
Commits
be79a6bci: release (#7842)- 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
Package Dependencies
Technical Details
| ID: | 10579802 |
| UUID: | 3555716066 |
| Node ID: | PR_kwDODeqQrc6v1fOC |
| Host: | GitHub |
| Repository: | acacode/swagger-typescript-api |