chore(deps-dev): bump @biomejs/biome from 2.0.0-beta.4 to 2.0.0-beta.5
Merged
Number: #1243
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 1
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
Created:
May 19, 2025 at 09:37 PM UTC
(5 months ago)
(5 months ago)
Updated:
May 20, 2025 at 10:07 AM UTC
(4 months ago)
(4 months ago)
Merged:
May 20, 2025 at 10:07 AM UTC
(4 months ago)
by smorimoto
(4 months ago)
by smorimoto
Time to Close:
about 13 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @biomejs/biome from 2.0.0-beta.4 to 2.0.0-beta.5.
Release notes
Sourced from @biomejs/biome
's releases.
CLI v2.0.0-beta.5
What's Changed
Other changes
- fix(reporter): fixed paths are relative by
@ematipico
in biomejs/biome#6015- feat(cli): support rule without group in
--only
and--skip
by@Conaclos
in biomejs/biome#6004- fix(noDuplicateProperties): don't track
@keyframes
by@ematipico
in biomejs/biome#6024- refactor(migrate): handle assist actions in rule mover by
@Conaclos
in biomejs/biome#6027- feat: added an option to files - maxSize see [#5295](https://github.c… by
@vladimir-ivanov
in biomejs/biome#6010- fix(core): only trigger on ServiceDataNotification per scan by
@arendjr
in biomejs/biome#6032- feat(yaml): parse implicit block mapping by
@vohoanglong0107
in biomejs/biome#6000- fix(analyzer): fix plugin diagnostic suppression + resolve double diagnostics by
@arendjr
in biomejs/biome#6035- chore: remove log by
@ematipico
in biomejs/biome#6041- fix(lint/noUselessEscapeInString): avoid false positive for
\${
escape in template literals by@lucasweng
in biomejs/biome#6042- feat(lint): implement
useAdjacentGetterSetter
rule by@mdevils
in biomejs/biome#5964- chore: change version of
useAdjacentGetterSetter
by@mdevils
in biomejs/biome#6046- fix(lsp): scope
workspace/configuration
request to workspace folder by@nhedger
in biomejs/biome#6047- fix(lint/noUselessEscapeInString): flag useless escapes after skipping ${ in template literals by
@lucasweng
in biomejs/biome#6044- fix(formatter): keep newline before semicolon in the previous statement by
@siketyan
in biomejs/biome#6048- feat(yaml): allows omitting value in explicit mapping by
@vohoanglong0107
in biomejs/biome#6054- refactor(xtask): promote-rule to move-rule by
@Conaclos
in biomejs/biome#6057- refactor(lint): move noFlatMapIdentity, useArrayLiterals, noWith by
@Conaclos
in biomejs/biome#6059- refactor(lint): move useValidTypeof, noNamespaceImport, useNumericLiterals by
@Conaclos
in biomejs/biome#6061- refactor(lint/useConst): recommend the rule by
@Conaclos
in biomejs/biome#6062- refactor(lint): upgrade some unsafe fixes to safe fixes by
@Conaclos
in biomejs/biome#6063- refactor(lint/noUselessContinue): move rule to complexity by
@Conaclos
in biomejs/biome#6068- feat(lint): implement
noNestedComponentDefinitions
rule by@mdevils
in biomejs/biome#6053- chore(deps): update github-actions by
@renovate
in biomejs/biome#6070- chore(deps): update dependency
@changesets/cli
to v2.29.4 by@renovate
in biomejs/biome#6069- fix(deps): update
@biomejs
packages by@renovate
in biomejs/biome#6071- chore(renovate): ignore rust in the github-actions group by
@siketyan
in biomejs/biome#6073- fix(deps): update rust crate ascii_table to 4.0.7 by
@renovate
in biomejs/biome#6072- chore(deps): update dependency dprint to v0.50.0 by
@renovate
in biomejs/biome#6074- chore(deps): update dependency eslint to v9.27.0 by
@renovate
in biomejs/biome#6075- fix(core/lsp): correctly compute ignored files by
@ematipico
in biomejs/biome#6052- fix(linter): noFloatingPromises detects "maybe" Promises by
@arendjr
in biomejs/biome#6080- chore: add test case for config
extends
inbiome_cli
by@arendjr
in biomejs/biome#6081New Contributors
@vladimir-ivanov
made their first contribution in biomejs/biome#6010Full Changelog: https://github.com/biomejs/biome/compare/
@biomejs/js-api
@v0.8.0-beta.2...
@biomejs/biome
@2.0.0-beta.5
Commits
64ca243
feat(lint): implementnoNestedComponentDefinitions
rule (#6053)a57a018
refactor(lint/noUselessContinue): move rule to complexity (#6068)b7ec6d1
refactor(lint): move useValidTypeof, noNamespaceImport, useNumericLit… (#6061)73980d6
refactor(lint): move noFlatMapIdentity, useArrayLiterals, noWith (#6059)3e8fbee
feat(lint): implementuseAdjacentGetterSetter
rule (#5964)9272d5b
feat: added an option to files - maxSize see [#5295](https://github.c… (#6010)- 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 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
Commits:
1
1
Files Changed:
2
2
Additions:
+39
+39
Deletions:
-39
-39
Package Dependencies
Technical Details
ID: | 498120 |
UUID: | 2529835463 |
Node ID: | PR_kwDODeqQrc6WyjnH |
Host: | GitHub |
Repository: | acacode/swagger-typescript-api |
Merge State: | Unknown |