mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
chore(deps): update dependency @biomejs/biome to v1.6.2 (#6095)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@biomejs/biome](https://biomejs.dev)
([source](https://togithub.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome))
| [`1.6.1` ->
`1.6.2`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/1.6.1/1.6.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>biomejs/biome (@​biomejs/biome)</summary>
###
[`v1.6.2`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#162-2024-03-22)
[Compare
Source](4ed1cbe96b...7669b334ec
)
##### Analyzer
##### Bug fixes
- The `noSuperWithoutExtends` rule now allows for calling `super()` in
derived class constructors of class expressions
([#​2108](https://togithub.com/biomejs/biome/issues/2108)).
Contributed by [@​Sec-ant](https://togithub.com/Sec-ant)
- Fix discrepancies on file source detection. Allow module syntax in
`.cts` files
([#​2114](https://togithub.com/biomejs/biome/issues/2114)).
Contributed by [@​Sec-ant](https://togithub.com/Sec-ant)
##### CLI
##### Bug fixes
- Fixes [#​2131](https://togithub.com/biomejs/biome/issues/2131),
where folders were incorrectly ignored when running the command `check`.
Now folders are correctly ignored based on their command. Contributed by
[@​ematipico](https://togithub.com/ematipico)
- Smoother handling of `"endOfLine": "auto"` in prettier migration:
falling back to `"lf"`
([#​2145](https://togithub.com/biomejs/biome/pull/2145)).
Contributed by [@​eMerzh](https://togithub.com/eMerzh)
##### Configuration
##### Bug fixes
- Fix enabled rules calculation. The precendence of individual rules,
`all` and `recommend` presets in top-level and group-level configs is
now correctly respected. More details can be seen in
([#​2072](https://togithub.com/biomejs/biome/pull/2072))
([#​2028](https://togithub.com/biomejs/biome/issues/2028)).
Contributed by [@​Sec-ant](https://togithub.com/Sec-ant)
##### Formatter
##### Bug fixes
- Fix [#​1661](https://togithub.com/biomejs/biome/issues/1661).
Now nested conditionals are aligned with Prettier's logic, and won't
contain mixed spaces and tabs. Contributed by
[@​ematipico](https://togithub.com/ematipico)
##### JavaScript APIs
##### Enhancements
- Support applying lint fixes when calling the `lintContent` method of
the `Biome` class
([#​1956](https://togithub.com/biomejs/biome/pull/1956)).
Contributed by [@​mnahkies](https://togithub.com/mnahkies)
##### Linter
##### Bug fixes
- Rule `noUndeclaredDependencies` now also validates `peerDependencies`
and `optionalDependencies`
([#​2122](https://togithub.com/biomejs/biome/issues/2122)).
Contributed by [@​Sec-ant](https://togithub.com/Sec-ant)
- Rule `noUndeclaredDependencies` won't check `declare module`
statements anymore
([#​2123](https://togithub.com/biomejs/biome/issues/2123)).
Contributed by [@​Sec-ant](https://togithub.com/Sec-ant)
- Fix [#​1925](https://togithub.com/biomejs/biome/issues/1925).
The fix for `useOptionalChain` would sometimes suggest an incorrect fix
that discarded optional chaining operators on the left-hand side of
logical expressions. These are now preserved. Contributed by
[@​arendjr](https://togithub.com/arendjr)
- Rule `noUndeclaredVariables` now also checks for worker globals
([#​2121](https://togithub.com/biomejs/biome/issues/2121)).
Contributed by [@​Sec-ant](https://togithub.com/Sec-ant)
##### LSP
##### Bug fixes
- Correctly parse `.jsonc` files. Contributed by
[@​Sec-ant](https://togithub.com/Sec-ant)
- Correctly resolve external `extends` configs. Contributed by
[@​Sec-ant](https://togithub.com/Sec-ant)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a00c17ba3d
commit
4b89c8a74a
@ -34,7 +34,7 @@
|
||||
"gen:api:clean": "yarn gen:api && rm -rf src/openapi/apis && sed -i.bak '1q' src/openapi/index.ts && rm src/openapi/index.ts.bak"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.6.1",
|
||||
"@biomejs/biome": "1.6.2",
|
||||
"@codemirror/lang-json": "6.0.1",
|
||||
"@emotion/react": "11.11.4",
|
||||
"@emotion/styled": "11.11.0",
|
||||
|
@ -533,59 +533,59 @@
|
||||
"@babel/helper-validator-identifier" "^7.22.20"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@biomejs/biome@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.1.tgz#148d05478fc0620e0343fb48354d6863129e296e"
|
||||
integrity sha512-SILQvA2S0XeaOuu1bivv6fQmMo7zMfr2xqDEN+Sz78pGbAKZnGmg0emsXjQWoBY/RVm9kPCgX+aGEpZZTYaM7w==
|
||||
"@biomejs/biome@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.2.tgz#dd1bf5d9339e06ef68c9df4c57d127d631b54310"
|
||||
integrity sha512-vw6JhYnpLRRDaawI+d7NaQj17F7LSSJrgT03IQUETwRUG3Q1/a4ByJRphTVXPuhiTnaKVmUlEF3I5NSitcdD+g==
|
||||
optionalDependencies:
|
||||
"@biomejs/cli-darwin-arm64" "1.6.1"
|
||||
"@biomejs/cli-darwin-x64" "1.6.1"
|
||||
"@biomejs/cli-linux-arm64" "1.6.1"
|
||||
"@biomejs/cli-linux-arm64-musl" "1.6.1"
|
||||
"@biomejs/cli-linux-x64" "1.6.1"
|
||||
"@biomejs/cli-linux-x64-musl" "1.6.1"
|
||||
"@biomejs/cli-win32-arm64" "1.6.1"
|
||||
"@biomejs/cli-win32-x64" "1.6.1"
|
||||
"@biomejs/cli-darwin-arm64" "1.6.2"
|
||||
"@biomejs/cli-darwin-x64" "1.6.2"
|
||||
"@biomejs/cli-linux-arm64" "1.6.2"
|
||||
"@biomejs/cli-linux-arm64-musl" "1.6.2"
|
||||
"@biomejs/cli-linux-x64" "1.6.2"
|
||||
"@biomejs/cli-linux-x64-musl" "1.6.2"
|
||||
"@biomejs/cli-win32-arm64" "1.6.2"
|
||||
"@biomejs/cli-win32-x64" "1.6.2"
|
||||
|
||||
"@biomejs/cli-darwin-arm64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.1.tgz#5d3f449376aad8629ddb08457063d2974178ffa4"
|
||||
integrity sha512-KlvY00iB9T/vFi4m/GXxEyYkYnYy6aw06uapzUIIdiMMj7I/pmZu7CsZlzWdekVD0j+SsQbxdZMsb0wPhnRSsg==
|
||||
"@biomejs/cli-darwin-arm64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.2.tgz#76cbf8f9496e11242b71acdf5d9051a22e3e7f6c"
|
||||
integrity sha512-2sGcNO1wDuQ6r97/SDaPzP3ehrCL7qHXpVggcB/OonbVBEamqIkN1tHsID/snnX3R2ax2QTarjb4bQ+1BpEWzA==
|
||||
|
||||
"@biomejs/cli-darwin-x64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.1.tgz#852c626bb83b2975095cbd0cfca10a6780ca97f8"
|
||||
integrity sha512-jP4E8TXaQX5e3nvRJSzB+qicZrdIDCrjR0sSb1DaDTx4JPZH5WXq/BlTqAyWi3IijM+IYMjWqAAK4kOHsSCzxw==
|
||||
"@biomejs/cli-darwin-x64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.2.tgz#6e167d685b1d5c0b0e736c09b5e826f022117a07"
|
||||
integrity sha512-qtHDXIHd7eRIHv41XdG6pt1dbw+qiD0OgLlJn5rvW20kSSFfLxW8yc4upcC1PzlruP1BQpKFec3r5rx1duTtzw==
|
||||
|
||||
"@biomejs/cli-linux-arm64-musl@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.1.tgz#5379f707da895f1f18638c4e86d0b976ad3e9094"
|
||||
integrity sha512-YdkDgFecdHJg7PJxAMaZIixVWGB6St4yH08BHagO0fEhNNiY8cAKEVo2mcXlsnEiTMpeSEAY9VxLUrVT3IVxpw==
|
||||
"@biomejs/cli-linux-arm64-musl@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.2.tgz#994d40b38772190750c08cb3ed78bc5d9d170ef1"
|
||||
integrity sha512-ej3Jj6O9KUSCJUWqVs+9aOo6IcRIALHaGFB20wnQTWtRMFhu1PluM48MrQtMKputgdk5/CopQ662IdKf1PeuEg==
|
||||
|
||||
"@biomejs/cli-linux-arm64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.1.tgz#29a4cda620418f13413c4685fa2b42846734343f"
|
||||
integrity sha512-nxD1UyX3bWSl/RSKlib/JsOmt+652/9yieogdSC/UTLgVCZYOF7u8L/LK7kAa0Y4nA8zSPavAQTgko7mHC2ObA==
|
||||
"@biomejs/cli-linux-arm64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.2.tgz#21edc60a848d25bd4cf31fcc04e32f6ffb96275b"
|
||||
integrity sha512-e1FJ59lx84QoqQgu1/uzAPIcYGcTkZY/m6Aj8ZHwi7KoWAE5xSogximFHNQ82lS4qkUfG7KaPTbYT6cGJjN9jQ==
|
||||
|
||||
"@biomejs/cli-linux-x64-musl@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.1.tgz#4399ae080eb2471ea0b390ee129d709a90503097"
|
||||
integrity sha512-aSISIDmxq04NNy7tm4x9rBk2vH0ub2VDIE4outEmdC2LBtEJoINiphlZagx/FvjbsqUfygent9QUSn0oREnAXg==
|
||||
"@biomejs/cli-linux-x64-musl@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.2.tgz#0c2c0dc2f784edca40da9cab6bf70650e8673483"
|
||||
integrity sha512-uOVt4UBkFTFtdXgPX3QuSHRPVIvj07FP0P7A0UOP++idd0r9Bxyt5iIBaAORM3eQyGQqzCGPln1GuM6GalYKzg==
|
||||
|
||||
"@biomejs/cli-linux-x64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.1.tgz#aaa91cb1679a7e86e88cc577a32695f154bfe4b5"
|
||||
integrity sha512-BYAzenlMF3QdngjNFw9QVBXKGNzeecqwF3pwDgUGEvU7OJpn1/lyVkJVxYPtVGRNdjQ9e6l/s8NjKuBpW/ZR4Q==
|
||||
"@biomejs/cli-linux-x64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.2.tgz#9a206818507b250486a2e073416ebfcd5054b895"
|
||||
integrity sha512-S6Wc5YX6aLDLMzwlDmiw/kjK62Ex+xzE432M5ge9q8tSCluGeHIzrenrJlu8E0xPG2FEipDaK4iqwnjS9O6e2A==
|
||||
|
||||
"@biomejs/cli-win32-arm64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.1.tgz#ab0d8f37a26ea31e7a67cd2199f970929053ab27"
|
||||
integrity sha512-/eCHQKZ1kEawUpkSuXq4urtxMsD1P1678OPG3zNKt3ru16AqqspLdO3jzBe3k74xCPYnQ36e9Yqc97Mo0qgPtg==
|
||||
"@biomejs/cli-win32-arm64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.2.tgz#13849f8bec9d9b7049eaab63cb7615eb89416bd4"
|
||||
integrity sha512-5zuxNyvnKy7oLN7KLkqcYpsMKGubfMaeQ+RqnpFsmrofQAxpOo6EL/TyJvr8g533Z0a2/cQ/ALqnwl0mN3KQoQ==
|
||||
|
||||
"@biomejs/cli-win32-x64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.1.tgz#ea70f4bc3662de8e576b47291bb93cbd18d09b81"
|
||||
integrity sha512-5TUZbzBwnDLFxLVGEPsorNi6eC2Gt+z4Oei9Qvq0M/4c4/mjZ96ABgwao/tMxf4ZBr/qyy2YdvF+gX9Rc+xC0A==
|
||||
"@biomejs/cli-win32-x64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.2.tgz#c315526d5c86d45c12568295762d1d8e0cafeb81"
|
||||
integrity sha512-O3nf09/m3cb3/U3M+uO4l236iTZr4F4SmLNG3okKXPfyZqKLNnF6OjdTHOYEiNXnGEtlRuUeemqb3vht9JkXaw==
|
||||
|
||||
"@bundled-es-modules/cookie@^2.0.0":
|
||||
version "2.0.0"
|
||||
|
@ -152,7 +152,7 @@
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@babel/core": "7.24.0",
|
||||
"@biomejs/biome": "1.6.1",
|
||||
"@biomejs/biome": "1.6.2",
|
||||
"@swc/core": "1.4.8",
|
||||
"@swc/jest": "0.2.36",
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
|
88
yarn.lock
88
yarn.lock
@ -634,59 +634,59 @@
|
||||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
||||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
||||
|
||||
"@biomejs/biome@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.1.tgz#148d05478fc0620e0343fb48354d6863129e296e"
|
||||
integrity sha512-SILQvA2S0XeaOuu1bivv6fQmMo7zMfr2xqDEN+Sz78pGbAKZnGmg0emsXjQWoBY/RVm9kPCgX+aGEpZZTYaM7w==
|
||||
"@biomejs/biome@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-1.6.2.tgz#dd1bf5d9339e06ef68c9df4c57d127d631b54310"
|
||||
integrity sha512-vw6JhYnpLRRDaawI+d7NaQj17F7LSSJrgT03IQUETwRUG3Q1/a4ByJRphTVXPuhiTnaKVmUlEF3I5NSitcdD+g==
|
||||
optionalDependencies:
|
||||
"@biomejs/cli-darwin-arm64" "1.6.1"
|
||||
"@biomejs/cli-darwin-x64" "1.6.1"
|
||||
"@biomejs/cli-linux-arm64" "1.6.1"
|
||||
"@biomejs/cli-linux-arm64-musl" "1.6.1"
|
||||
"@biomejs/cli-linux-x64" "1.6.1"
|
||||
"@biomejs/cli-linux-x64-musl" "1.6.1"
|
||||
"@biomejs/cli-win32-arm64" "1.6.1"
|
||||
"@biomejs/cli-win32-x64" "1.6.1"
|
||||
"@biomejs/cli-darwin-arm64" "1.6.2"
|
||||
"@biomejs/cli-darwin-x64" "1.6.2"
|
||||
"@biomejs/cli-linux-arm64" "1.6.2"
|
||||
"@biomejs/cli-linux-arm64-musl" "1.6.2"
|
||||
"@biomejs/cli-linux-x64" "1.6.2"
|
||||
"@biomejs/cli-linux-x64-musl" "1.6.2"
|
||||
"@biomejs/cli-win32-arm64" "1.6.2"
|
||||
"@biomejs/cli-win32-x64" "1.6.2"
|
||||
|
||||
"@biomejs/cli-darwin-arm64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.1.tgz#5d3f449376aad8629ddb08457063d2974178ffa4"
|
||||
integrity sha512-KlvY00iB9T/vFi4m/GXxEyYkYnYy6aw06uapzUIIdiMMj7I/pmZu7CsZlzWdekVD0j+SsQbxdZMsb0wPhnRSsg==
|
||||
"@biomejs/cli-darwin-arm64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.6.2.tgz#76cbf8f9496e11242b71acdf5d9051a22e3e7f6c"
|
||||
integrity sha512-2sGcNO1wDuQ6r97/SDaPzP3ehrCL7qHXpVggcB/OonbVBEamqIkN1tHsID/snnX3R2ax2QTarjb4bQ+1BpEWzA==
|
||||
|
||||
"@biomejs/cli-darwin-x64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.1.tgz#852c626bb83b2975095cbd0cfca10a6780ca97f8"
|
||||
integrity sha512-jP4E8TXaQX5e3nvRJSzB+qicZrdIDCrjR0sSb1DaDTx4JPZH5WXq/BlTqAyWi3IijM+IYMjWqAAK4kOHsSCzxw==
|
||||
"@biomejs/cli-darwin-x64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.6.2.tgz#6e167d685b1d5c0b0e736c09b5e826f022117a07"
|
||||
integrity sha512-qtHDXIHd7eRIHv41XdG6pt1dbw+qiD0OgLlJn5rvW20kSSFfLxW8yc4upcC1PzlruP1BQpKFec3r5rx1duTtzw==
|
||||
|
||||
"@biomejs/cli-linux-arm64-musl@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.1.tgz#5379f707da895f1f18638c4e86d0b976ad3e9094"
|
||||
integrity sha512-YdkDgFecdHJg7PJxAMaZIixVWGB6St4yH08BHagO0fEhNNiY8cAKEVo2mcXlsnEiTMpeSEAY9VxLUrVT3IVxpw==
|
||||
"@biomejs/cli-linux-arm64-musl@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.6.2.tgz#994d40b38772190750c08cb3ed78bc5d9d170ef1"
|
||||
integrity sha512-ej3Jj6O9KUSCJUWqVs+9aOo6IcRIALHaGFB20wnQTWtRMFhu1PluM48MrQtMKputgdk5/CopQ662IdKf1PeuEg==
|
||||
|
||||
"@biomejs/cli-linux-arm64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.1.tgz#29a4cda620418f13413c4685fa2b42846734343f"
|
||||
integrity sha512-nxD1UyX3bWSl/RSKlib/JsOmt+652/9yieogdSC/UTLgVCZYOF7u8L/LK7kAa0Y4nA8zSPavAQTgko7mHC2ObA==
|
||||
"@biomejs/cli-linux-arm64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.6.2.tgz#21edc60a848d25bd4cf31fcc04e32f6ffb96275b"
|
||||
integrity sha512-e1FJ59lx84QoqQgu1/uzAPIcYGcTkZY/m6Aj8ZHwi7KoWAE5xSogximFHNQ82lS4qkUfG7KaPTbYT6cGJjN9jQ==
|
||||
|
||||
"@biomejs/cli-linux-x64-musl@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.1.tgz#4399ae080eb2471ea0b390ee129d709a90503097"
|
||||
integrity sha512-aSISIDmxq04NNy7tm4x9rBk2vH0ub2VDIE4outEmdC2LBtEJoINiphlZagx/FvjbsqUfygent9QUSn0oREnAXg==
|
||||
"@biomejs/cli-linux-x64-musl@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-1.6.2.tgz#0c2c0dc2f784edca40da9cab6bf70650e8673483"
|
||||
integrity sha512-uOVt4UBkFTFtdXgPX3QuSHRPVIvj07FP0P7A0UOP++idd0r9Bxyt5iIBaAORM3eQyGQqzCGPln1GuM6GalYKzg==
|
||||
|
||||
"@biomejs/cli-linux-x64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.1.tgz#aaa91cb1679a7e86e88cc577a32695f154bfe4b5"
|
||||
integrity sha512-BYAzenlMF3QdngjNFw9QVBXKGNzeecqwF3pwDgUGEvU7OJpn1/lyVkJVxYPtVGRNdjQ9e6l/s8NjKuBpW/ZR4Q==
|
||||
"@biomejs/cli-linux-x64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-linux-x64/-/cli-linux-x64-1.6.2.tgz#9a206818507b250486a2e073416ebfcd5054b895"
|
||||
integrity sha512-S6Wc5YX6aLDLMzwlDmiw/kjK62Ex+xzE432M5ge9q8tSCluGeHIzrenrJlu8E0xPG2FEipDaK4iqwnjS9O6e2A==
|
||||
|
||||
"@biomejs/cli-win32-arm64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.1.tgz#ab0d8f37a26ea31e7a67cd2199f970929053ab27"
|
||||
integrity sha512-/eCHQKZ1kEawUpkSuXq4urtxMsD1P1678OPG3zNKt3ru16AqqspLdO3jzBe3k74xCPYnQ36e9Yqc97Mo0qgPtg==
|
||||
"@biomejs/cli-win32-arm64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.6.2.tgz#13849f8bec9d9b7049eaab63cb7615eb89416bd4"
|
||||
integrity sha512-5zuxNyvnKy7oLN7KLkqcYpsMKGubfMaeQ+RqnpFsmrofQAxpOo6EL/TyJvr8g533Z0a2/cQ/ALqnwl0mN3KQoQ==
|
||||
|
||||
"@biomejs/cli-win32-x64@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.1.tgz#ea70f4bc3662de8e576b47291bb93cbd18d09b81"
|
||||
integrity sha512-5TUZbzBwnDLFxLVGEPsorNi6eC2Gt+z4Oei9Qvq0M/4c4/mjZ96ABgwao/tMxf4ZBr/qyy2YdvF+gX9Rc+xC0A==
|
||||
"@biomejs/cli-win32-x64@1.6.2":
|
||||
version "1.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-1.6.2.tgz#c315526d5c86d45c12568295762d1d8e0cafeb81"
|
||||
integrity sha512-O3nf09/m3cb3/U3M+uO4l236iTZr4F4SmLNG3okKXPfyZqKLNnF6OjdTHOYEiNXnGEtlRuUeemqb3vht9JkXaw==
|
||||
|
||||
"@colors/colors@1.5.0":
|
||||
version "1.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user