Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8e9df7d
chore(ci): synchronize to `65a5f34` (#2781)
github-actions[bot] Jul 26, 2025
0d43321
Merge branch 'main' into next
siketyan Jul 26, 2025
1950a20
chore(ci): synchronize to `b510e6f` (#2782)
github-actions[bot] Jul 26, 2025
80ba822
Merge branch 'main' into next
siketyan Jul 26, 2025
d18e903
feat(playground): support project rules (#2777)
siketyan Jul 26, 2025
bec68da
chore(ci): synchronize to `f02a296` (#2784)
github-actions[bot] Jul 26, 2025
ba49c52
docs: scanner updates (#2853)
arendjr Aug 6, 2025
a0bf0d4
docs: don't use `/**` to ignore folders (#2857)
arendjr Aug 6, 2025
4715e58
docs: clarify example (#2858)
arendjr Aug 6, 2025
fdf25a3
Merge branch 'main' into next
siketyan Aug 7, 2025
a1cad00
Merge branch 'main' into next
siketyan Aug 7, 2025
765b94e
chore(ci): synchronize to `c292458` (#2867)
github-actions[bot] Aug 7, 2025
04b75e0
chore(ci): synchronize to `3e4cc2d` (#2880)
github-actions[bot] Aug 9, 2025
e9ccf93
chore(ci): synchronize to `7331bb9` (#2881)
github-actions[bot] Aug 9, 2025
baa32b8
chore(ci): synchronize to `a653a0f` (#2882)
github-actions[bot] Aug 9, 2025
6025231
chore(ci): synchronize to `df3afdf` (#2901)
github-actions[bot] Aug 11, 2025
956e9b4
chore(ci): synchronize to `ebb1b46` (#2903)
github-actions[bot] Aug 11, 2025
cc159c8
chore(ci): synchronize to `d405484` (#2904)
github-actions[bot] Aug 11, 2025
6769c61
chore(ci): synchronize to `363bea0` (#2905)
github-actions[bot] Aug 11, 2025
00d3ee1
chore(ci): synchronize to `9121690` (#2907)
github-actions[bot] Aug 11, 2025
0757bca
Merge branch 'main' into next
ematipico Aug 12, 2025
af0f633
update lock file
ematipico Aug 12, 2025
7aa2ae3
rename method
ematipico Aug 12, 2025
2bd4aaf
feat: document `operatorLinebreak`
ematipico Aug 12, 2025
f55662e
feat: update reporter
ematipico Aug 12, 2025
ff4c184
chore(ci): synchronize to `3426710` (#2914)
github-actions[bot] Aug 12, 2025
110bfc7
feat: html documentation (#2875)
ematipico Aug 12, 2025
2635bc3
chore(ci): synchronize to `7d00fdd` (#2915)
github-actions[bot] Aug 12, 2025
f228d16
chore(ci): synchronize to `27b86d4` (#2916)
github-actions[bot] Aug 12, 2025
8f43b75
chore(ci): synchronize to `cfbde46` (#2917)
github-actions[bot] Aug 12, 2025
f81d0d9
chore(ci): synchronize to `7d00fdd` (#2918)
github-actions[bot] Aug 12, 2025
c92153d
chore(ci): synchronize to `a78e878` (#2924)
github-actions[bot] Aug 13, 2025
89ed7e0
fix: clean rules/actions folder
ematipico Aug 14, 2025
f77f65f
Merge branch 'main' into next
ematipico Aug 14, 2025
10a396e
chore: update a lock file
ematipico Aug 14, 2025
c60fab3
fix: document assist configuration
ematipico Aug 14, 2025
5c49030
Merge remote-tracking branch 'origin/main' into next
ematipico Aug 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
211 changes: 109 additions & 102 deletions Cargo.lock

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,38 @@ path = "codegen/src/lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.98"
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69", features = [
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d", features = [
"schema",
] }
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69", features = [
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d", features = [
"schema",
] }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "56665829055dada56eb4fb3c067d7d9f3a82cf69" }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "9844eda982291615aaf4e804d6538120a06ec95d" }
bpaf = { version = "0.9.20", features = ["docgen"] }
# Needed to fix some weird dependency
lock_api = "0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@astrojs/rss": "4.0.12",
"@astrojs/starlight": "0.35.2",
"@biomejs/biome": "2.1.4",
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@5666582",
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@f02a296",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.4",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading