chore(deps): bump @biomejs/wasm-nodejs from 2.0.0-beta.5 to 2.0.0-beta.6
Merged
Number: #1266
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:
June 02, 2025 at 09:40 AM UTC
(4 months ago)
(4 months ago)
Updated:
June 04, 2025 at 09:45 AM UTC
(4 months ago)
(4 months ago)
Merged:
June 04, 2025 at 09:45 AM UTC
(4 months ago)
by smorimoto
(4 months ago)
by smorimoto
Time to Close:
2 days
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @biomejs/wasm-nodejs from 2.0.0-beta.5 to 2.0.0-beta.6.
Release notes
Sourced from @biomejs/wasm-nodejs
's releases.
CLI v2.0.0-beta.6
What's Changed
Other changes
- docs: update contribution guides by
@ematipico
in biomejs/biome#6087- refactor(lint): move noArguments and noCommaOperator to complexity by
@Conaclos
in biomejs/biome#6090- fix(core): recommended and domains by
@ematipico
in biomejs/biome#6094- refactor(lint/useLiteralKeys): handle numeric keys by
@Conaclos
in biomejs/biome#6092- test: cover domains case by
@ematipico
in biomejs/biome#6096- feat(core): resolve type definitions by
@arendjr
in biomejs/biome#6097- fix(core): don't ignore required files by
@arendjr
in biomejs/biome#6098- chore: rename
spec_test.rs
=>spec_tests.rs
by@arendjr
in biomejs/biome#6102- refactor: module type and type member refactoring by
@arendjr
in biomejs/biome#6103- perf(lsp): scan project based on
ScanKind
by@ematipico
in biomejs/biome#6099- fix(core): process root ignore first by
@ematipico
in biomejs/biome#6109- fix(analyzer): provide syntax rule suppression actions by
@ematipico
in biomejs/biome#6113- fix(cli): diagnostic category in explain by
@ematipico
in biomejs/biome#6114- feat(core): improve inference on
.d.ts
files by@arendjr
in biomejs/biome#6115- feat(lint): implement useUniqueElementIds by
@mehm8128
in biomejs/biome#6082- feat(core): populate members of namespaces and modules by
@arendjr
in biomejs/biome#6120- refactor: abstract/reuse react component detection logic by
@mdevils
in biomejs/biome#6124- feat(linter): implement useConsistentResponse by
@minht11
in biomejs/biome#5960- docs: fix typos in RELEASES & ROME_CHANGELOG by
@noritaka1166
in biomejs/biome#6126- docs(useNamingConvention): improve description of conventions by
@Conaclos
in biomejs/biome#6123- fix(linter): change default syntax from explicit to shorthand for useConsistentObjectDefinition by
@minht11
in biomejs/biome#6127- chore(deps): update
@biomejs
packages by@renovate
in biomejs/biome#6137- chore(deps): update rust:1.87.0-bullseye docker digest to eb80936 by
@renovate
in biomejs/biome#6136- chore(deps): update rust crate tokio to 1.45.1 by
@renovate
in biomejs/biome#6139- chore(deps): update rust crate bpaf to 0.9.20 by
@renovate
in biomejs/biome#6138- fix(useArrayLiterals): preserve array type by
@simon-paris
in biomejs/biome#6116- fix(analyzer): useSortedProperties should skip unknown properties by
@fireairforce
in biomejs/biome#6132- fix(lsp): custom configuration path should not override the working directory by
@siketyan
in biomejs/biome#6125- feat(core): resolve nested type qualifiers + improve type/value duality handling by
@arendjr
in biomejs/biome#6143- chore: add React test case by
@arendjr
in biomejs/biome#6149- fix: mark noFlatMapIdentity fix as unsafe by
@ethanniser
in biomejs/biome#6146- feat(cli): add
__where_am_i
command by@nhedger
in biomejs/biome#6151- refactor: avoid unnecessary document retrieval by
@arendjr
in biomejs/biome#6155- feat(biome_js_analyze): useIndexOf by
@vladimir-ivanov
in biomejs/biome#6121- perf: don't call
update_service_data()
unnecessarily by@arendjr
in biomejs/biome#6156- feat(lint): implement
useObjectSpread
rule by@mdevils
in biomejs/biome#6129- perf(core): don't save content of d.ts files by
@ematipico
in biomejs/biome#6154- feat: add plugins to override config by
@wanghaoPolar
in biomejs/biome#6117- fix(js-semantic): don't bind the parameter to its parameter by
@Conaclos
in biomejs/biome#6158- feat: monorepo support by
@ematipico
in biomejs/biome#6164- chore(format/html): remove dead code around comment formatting by
@dyc3
in biomejs/biome#6169- chore: tweak monorepo changelog by
@arendjr
in biomejs/biome#6170- feat(core): infer interfaces by
@arendjr
in biomejs/biome#6153- chore: upgrade to rust 1.87.0 by
@ematipico
in biomejs/biome#6168- fix(core): use single ignore list for scanner by
@arendjr
in biomejs/biome#6174
... (truncated)
Commits
fb553ee
chore: formatb10cd49
fix(cli): prevent panic when searching across different file types (#6192)0bf17e6
chore(deps): update typescript-eslint monorepo to v8.33.0 (#6200)2c22efd
chore(deps): update taiki-e/install-action action to v2.52.4 (#6199)c1dc0ac
feat(biome_js_analyze): useJsonImportAttribute (#6184)755c71c
chore(deps): update rust docker tag to v1.87.0 (#6198)600a97d
chore(deps): update rust crate hashbrown to 0.15.3 (#6193)2e4c041
fix(deps): update rust crates (#6195)7e53c94
chore(deps): update dependency eslint to v9.28.0 (#6196)b80d200
fix(deps): update@biomejs
packages (#6194)- 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
Commits:
2
2
Files Changed:
4
4
Additions:
+16
+16
Deletions:
-11
-11
Package Dependencies
Technical Details
ID: | 868175 |
UUID: | 2559963526 |
Node ID: | PR_kwDODeqQrc6YlfGG |
Host: | GitHub |
Repository: | acacode/swagger-typescript-api |
Merge State: | Unknown |