forked from pool/biome
Merge commit 'ed384e5760de4b202524076a61eebfd304a4480ed27e7c54ccbe9ad13221f450'
This commit is contained in:
BIN
biome-2.1.2.tar.gz
(Stored with Git LFS)
BIN
biome-2.1.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
biome-2.1.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
biome-2.1.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 06:30:02 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.1.3:
|
||||
* feat(analyze/js): add useReactFunctionComponents rule (#7055)
|
||||
* feat(lint): implement `noVueReservedKeys` rule (#7057)
|
||||
* refactor(format): use specialised tokens (#7052)
|
||||
* docs: update analyzer CONTRIBUTING.md (#7056)
|
||||
* ci: make it so windows devs don't get lints that don't show up on linux/macos (#7003)
|
||||
* chore(deps): update rust:1.88.0-bullseye docker digest to b315f98 (#7043)
|
||||
* fix(lint): `useSemanticElements` self-closing elements (#7044)
|
||||
* Revert "ci: use depot cargo in the PR workflow" (#7046)
|
||||
* ci: use depot cargo in the PR workflow (#7045)
|
||||
* fix(lint/noUnassignedVariables): handle JSX ref attribute assignments (#7000)
|
||||
* test(biome-js-analyze): add tests to cover tests to cover ??=, ||=, &&= (#7010)
|
||||
* fix(migrate): transfer comments to the separator (#7014)
|
||||
* fix(suppression): invalid suppression comments should not cause a panic (#7012)
|
||||
* fix(css_parser): add active-view-transition-type() (#6973) (#6991)
|
||||
* refactor(formatter): specialised verbatim formatting (#7002)
|
||||
* chore: update generated code from analyzer codegen (#7001)
|
||||
* feat(json/analyze): rule `noQuickfixBiome` (#6992)
|
||||
* fix(lint/useSortedClasses): remove leading and trailing whitespaces (#6979)
|
||||
* fix: update documentation URL for `noUnknownPseudoClass` (#6990)
|
||||
* feat(parse): add tailwind parser (#6980)
|
||||
* fix(deps): update @biomejs packages (major) (#6962)
|
||||
* feat(parse): add tailwind grammar (#6978)
|
||||
* fix: remove infinite loop on `function A(A) {}` (#6976)
|
||||
* feat(yaml_parser): parse flow constructs (#6961)
|
||||
* chore: split `Type` from `TypeData` (#6963)
|
||||
* feat(parser): support import defer (#6949)
|
||||
* chore(deps): update dependency @types/node to v22.16.5 (#6955)
|
||||
* feat(biome-js-analyze): expanded support for useReadonlyClassProperties to cover async class methods too (#6938)
|
||||
* chore(deps): update dependency @types/node to v22.16.5 (#6956)
|
||||
* chore(deps): update rust crate serde_json to 1.0.141 (#6957)
|
||||
* chore(deps): update typescript-eslint monorepo to v8.37.0 (#6960)
|
||||
* fix(deps): update rust crate roaring to 0.11.1 (#6959)
|
||||
* perf: shrink `Text` (#6946)
|
||||
* chore(deps): update github-actions (#6954)
|
||||
* fix: typo `@vitest/eslint-plugin` source url (#6943)
|
||||
* fix(biome_js_analyze): ignore `as const` and similar wrappers in `noMagicNumbers` rule (#6944)
|
||||
* fix(core): fix type inference of `this` (#6942)
|
||||
* fix: typo `perfer-for` → `prefer-for` (#6947)
|
||||
* refactor: add `no-nested-component-definitions` rule to eslint migration (#6941)
|
||||
* perf: introduce `Path` type (#6935)
|
||||
* fix(linter): fix recursive hooks (#6931)
|
||||
* fix(lsp): update diagnostics on watched files (#6924)
|
||||
* fix: update `useComponentExportOnlyModules` website link (#6463)
|
||||
* chore: fix changelog (#6917)
|
||||
* docs: explain how to document options (#6916)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 26 02:48:01 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
%define rev a1469432d44f95e3f685fe294c49ecf3517c1c7e
|
||||
Name: biome
|
||||
Version: 2.1.2
|
||||
Version: 2.1.3
|
||||
Release: 0
|
||||
Summary: A JavaScript and TypeScript toolchain
|
||||
License: Apache-2.0 AND MIT
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user