forked from pool/biome
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| acf687faf9 | |||
| ea931db126 | |||
|
|
f3f69e7b60 | ||
|
|
5de045eb89 |
BIN
biome-2.3.11.tar.gz
LFS
BIN
biome-2.3.11.tar.gz
LFS
Binary file not shown.
BIN
biome-2.4.5.tar.gz
LFS
Normal file
BIN
biome-2.4.5.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 19:36:13 UTC 2026 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- Update to version 2.4.5
|
||||
* 1,146 files changed across 62 commits
|
||||
* see https://github.com/biomejs/biome/releases/tag/@biomejs/biome@2.4.5
|
||||
* or see CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 07:24:12 UTC 2026 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- Update to version 2.4.4:
|
||||
* see CHANGELOG.md for changes across 159 commits and 5k+ files
|
||||
- add CHANGELOG.md to rpm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 15 01:31:44 UTC 2026 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.3.15:
|
||||
* docs: fix website sync
|
||||
* chore(deps): update rust crate git2 to v0.20.4 [security]
|
||||
* fix: jsx dependency detection in useexhaustivedependencies
|
||||
* chore(doc): update formatter contributing doc
|
||||
* fix(useAwait): treat yield* as async operation in async generators
|
||||
* fix(css): ignore @supports queries in useGenericFontNames rule
|
||||
* fix(html/parser): distinguish interpolations inside and outside tags
|
||||
* chore(deps): update rust:1.93.0-bookworm docker digest to d0a4aa3
|
||||
* chore(deps): update rust:1.93.0-bullseye docker digest to 3ebcc2d
|
||||
* fix(codegen): remove duplicate preamble in generated analyzer files
|
||||
* chore(deps): update rust crate anyhow to 1.0.101
|
||||
* chore(deps): update rust crate bpaf to 0.9.23
|
||||
* chore(deps): update rust crate insta to 1.46.3
|
||||
* chore(deps): update dependency tombi to v0.7.27
|
||||
* chore(deps): update github-actions
|
||||
* chore(deps): update dependency @types/node to v24.10.11
|
||||
* fix(js_analyze): typo in noPositiveTabindex's action suggestion
|
||||
* fix(useAwaitThenable): treat unresolved call expressions as uninferred
|
||||
* fix(linter): allow assignment in arrow function expression body
|
||||
* feat(migrate): some more migration metadata
|
||||
* fix(linter): useExhaustiveDependencies revert object method call behavior change, fixes
|
||||
* fix(linter): add export {} when noUnusedImports removes last import in TypeScript
|
||||
* fix(useJsxKeyInIterable): ignore rule in Map constructor
|
||||
* docs: correct default value for useEditorconfig schema setting
|
||||
* fix(lint): remove import source check from is_global_react_import()
|
||||
* chore: upgrade CVE'ed crates, remove unmaintaned crates
|
||||
* feat(lint/js): add noNestedPromises
|
||||
* fix: resolve glob patterns relative to project root when extending
|
||||
* feat(lint): add nursery rule noUselessReturn
|
||||
* fix(linter): useExhaustiveDependencies proper rest parameters handling, fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 01:10:33 UTC 2026 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: biome
|
||||
Version: 2.3.11
|
||||
Version: 2.4.5
|
||||
Release: 0
|
||||
Summary: A JavaScript and TypeScript toolchain
|
||||
License: Apache-2.0 AND MIT
|
||||
@@ -38,6 +38,9 @@ them. Biome offers formatter and linter, usable via CLI and LSP.
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n %{name}--biomejs-%{name}-%{version}
|
||||
|
||||
rm CHANGELOG.md
|
||||
cp packages/@biomejs/biome/CHANGELOG.md .
|
||||
|
||||
%build
|
||||
export BIOME_VERSION=%{version}
|
||||
%{cargo_build} -p biome_cli
|
||||
@@ -48,7 +51,7 @@ cp target/release/%{name} %{buildroot}%{_bindir}
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE LICENSE-MIT
|
||||
%doc README.md
|
||||
%doc README.md CHANGELOG.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user