Skip to content

Commit e9c1433

Browse files
chore(ci): synchronize to bb91a11 (#2819)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8bc8feb commit e9c1433

File tree

13 files changed

+127
-125
lines changed

13 files changed

+127
-125
lines changed

Cargo.lock

Lines changed: 70 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@ path = "codegen/src/lib.rs"
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
[dependencies]
1818
anyhow = "1.0.98"
19-
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55", features = [
19+
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137", features = [
2020
"schema",
2121
] }
22-
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
23-
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55", features = [
22+
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
23+
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137", features = [
2424
"schema",
2525
] }
26-
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
27-
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
28-
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
29-
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
30-
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
31-
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
32-
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
33-
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
34-
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
35-
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
36-
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
37-
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
38-
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
39-
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
40-
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
41-
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
42-
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
43-
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
44-
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
45-
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
46-
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
47-
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
48-
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
49-
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
50-
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "2f9d7c9476f2cfd5eee865ea16d5ba4456ceaa55" }
26+
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
27+
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
28+
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
29+
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
30+
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
31+
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
32+
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
33+
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
34+
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
35+
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
36+
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
37+
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
38+
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
39+
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
40+
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
41+
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
42+
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
43+
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
44+
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
45+
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
46+
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
47+
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
48+
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
49+
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
50+
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "bb91a119bd43e000015f137f3ad80e2675ac4137" }
5151
bpaf = { version = "0.9.20", features = ["docgen"] }
5252
# Needed to fix some weird dependency
5353
lock_api = "0.4.13"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@astrojs/rss": "4.0.12",
3434
"@astrojs/starlight": "0.35.1",
3535
"@biomejs/biome": "2.1.2",
36-
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@2f9d7c9",
36+
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@bb91a11",
3737
"@codemirror/lang-css": "6.3.1",
3838
"@codemirror/lang-html": "6.4.9",
3939
"@codemirror/lang-javascript": "6.2.4",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/linter/javascript/rules.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
176176
| [noUselessBackrefInRegex](/linter/rules/no-useless-backref-in-regex) | Disallow useless backreferences in regular expression literals that always match an empty string. | |
177177
| [noUselessEscapeInString](/linter/rules/no-useless-escape-in-string) | Disallow unnecessary escapes in string literals. | <span class='inline-icon' title='The rule has a safe fix.'><Icon name="seti:config" label="The rule has a safe fix" size="1.2rem" /></span> |
178178
| [noUselessUndefined](/linter/rules/no-useless-undefined) | Disallow the use of useless `undefined`. | <span class='inline-icon' title='The rule has a safe fix.'><Icon name="seti:config" label="The rule has a safe fix" size="1.2rem" /></span> |
179-
| [noVueReservedKeys](/linter/rules/no-vue-reserved-keys) | Disallow reserved keys in Vue component data and computed properties. | <span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" size="1.2rem" /></span> |
180-
| [noVueReservedProps](/linter/rules/no-vue-reserved-props) | Disallow reserved names to be used as props. | <span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" size="1.2rem" /></span> |
179+
| [noVueReservedKeys](/linter/rules/no-vue-reserved-keys) | Disallow reserved keys in Vue component data and computed properties. | |
180+
| [noVueReservedProps](/linter/rules/no-vue-reserved-props) | Disallow reserved names to be used as props. | |
181181
| [useAdjacentGetterSetter](/linter/rules/use-adjacent-getter-setter) | Enforce that getters and setters for the same property are adjacent in class and object definitions. | |
182182
| [useAnchorHref](/linter/rules/use-anchor-href) | Enforces `href` attribute for `<a>` elements. | <span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" size="1.2rem" /></span> |
183183
| [useConsistentObjectDefinition](/linter/rules/use-consistent-object-definition) | Require the consistent declaration of object literals. Defaults to explicit definitions. | <span class='inline-icon' title='The rule has a safe fix.'><Icon name="seti:config" label="The rule has a safe fix" size="1.2rem" /></span> |
@@ -195,7 +195,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
195195
| [useObjectSpread](/linter/rules/use-object-spread) | Prefer object spread over `Object.assign()` when constructing new objects. | <span class='inline-icon' title='The rule has a safe fix.'><Icon name="seti:config" label="The rule has a safe fix" size="1.2rem" /></span> |
196196
| [useParseIntRadix](/linter/rules/use-parse-int-radix) | Enforce the consistent use of the radix argument when using `parseInt()`. | <span class='inline-icon' title="The rule has an unsafe fix" ><Icon name="warning" label="The rule has an unsafe fix" size="1.2rem" /></span> |
197197
| [useQwikClasslist](/linter/rules/use-qwik-classlist) | Prefer using the `class` prop as a classlist over the `classnames` helper. | <span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" size="1.2rem" /></span> |
198-
| [useReactFunctionComponents](/linter/rules/use-react-function-components) | Enforce that components are defined as functions and never as classes. | <span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" size="1.2rem" /></span> |
198+
| [useReactFunctionComponents](/linter/rules/use-react-function-components) | Enforce that components are defined as functions and never as classes. | |
199199
| [useReadonlyClassProperties](/linter/rules/use-readonly-class-properties) | Enforce marking members as `readonly` if they are never modified outside the constructor. | <span class='inline-icon' title="The rule has an unsafe fix" ><Icon name="warning" label="The rule has an unsafe fix" size="1.2rem" /></span> |
200200
| [useSingleJsDocAsterisk](/linter/rules/use-single-js-doc-asterisk) | Enforce JSDoc comment lines to start with a single asterisk, except for the first one. | <span class='inline-icon' title="The rule has an unsafe fix" ><Icon name="warning" label="The rule has an unsafe fix" size="1.2rem" /></span> |
201201
| [useSortedClasses](/linter/rules/use-sorted-classes) | Enforce the sorting of CSS utility classes. | <span class='inline-icon' title="The rule has an unsafe fix" ><Icon name="warning" label="The rule has an unsafe fix" size="1.2rem" /></span> |

src/content/docs/linter/javascript/sources.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ Some **Biome** rules might **not** have options, compared to the original rule.
321321
| [exhaustive-deps](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md) |[useExhaustiveDependencies](/linter/rules/use-exhaustive-dependencies) |
322322
| [react-compiler](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md) |[noReactPropAssign](/linter/rules/no-react-prop-assign) |
323323
| [rules-of-hooks](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md) |[useHookAtTopLevel](/linter/rules/use-hook-at-top-level) |
324+
### eslint-plugin-react-prefer-function-component
325+
| eslint-plugin-react-prefer-function-component Rules name | Biome Rules name |
326+
| ---- | ---- |
327+
| [react-prefer-function-component](https://github.com/tatethurston/eslint-plugin-react-prefer-function-component) |[useReactFunctionComponents](/linter/rules/use-react-function-components) |
324328
### eslint-plugin-react-refresh
325329
| eslint-plugin-react-refresh Rules name | Biome Rules name |
326330
| ---- | ---- |
@@ -377,6 +381,11 @@ Some **Biome** rules might **not** have options, compared to the original rule.
377381
| ---- | ---- |
378382
| [no-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports/blob/master/docs/rules/no-unused-imports.md) |[noUnusedImports](/linter/rules/no-unused-imports) |
379383
| [no-unused-vars](https://github.com/sweepline/eslint-plugin-unused-imports/blob/master/docs/rules/no-unused-vars.md) |[noUnusedVariables](/linter/rules/no-unused-variables) |
384+
### eslint-plugin-vue
385+
| eslint-plugin-vue Rules name | Biome Rules name |
386+
| ---- | ---- |
387+
| [no-reserved-keys](https://eslint.vuejs.org/rules/no-reserved-keys) |[noVueReservedKeys](/linter/rules/no-vue-reserved-keys) |
388+
| [no-reserved-props](https://eslint.vuejs.org/rules/no-reserved-props) |[noVueReservedProps](/linter/rules/no-vue-reserved-props) |
380389
### typescript-eslint
381390
| typescript-eslint Rules name | Biome Rules name |
382391
| ---- | ---- |

src/content/docs/linter/json/rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Below the list of rules supported by Biome, divided by group. Here's a legend of
1919

2020
| Rule name | Description | Properties |
2121
| --- | --- | --- |
22-
| [noQuickfixBiome](/linter/rules/no-quickfix-biome) | Disallow the use if `quickfix.biome` inside editor settings file. | <span class='inline-icon' title='The rule has a safe fix.'><Icon name="seti:config" label="The rule has a safe fix" size="1.2rem" /></span><span class='inline-icon' title="This rule is only available in beta"><Icon name="moon" label="This rule is only available in beta" size="1.2rem" /></span> |
22+
| [noQuickfixBiome](/linter/rules/no-quickfix-biome) | Disallow the use if `quickfix.biome` inside editor settings file. | <span class='inline-icon' title='The rule has a safe fix.'><Icon name="seti:config" label="The rule has a safe fix" size="1.2rem" /></span> |
2323

2424
## `suspicious`
2525

src/content/docs/linter/json/sources.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: A page that maps rules from other sources to Biome
99

1010
## Biome exclusive rules
1111
- [noDuplicateObjectKeys](/linter/rules/no-duplicate-object-keys)
12+
- [noQuickfixBiome](/linter/rules/no-quickfix-biome)
1213
## Rules from other sources
1314
:::note
1415
Some **Biome** rules might **not** have options, compared to the original rule.

src/content/docs/linter/rules/no-quickfix-biome.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
1010
<Tabs>
1111
<TabItem label="JSON (and super languages)" icon="seti:json">
1212
## Summary
13-
:::note
14-
This rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
15-
:::
13+
- Rule available since: `v2.1.3`
1614
- Diagnostic Category: [`lint/nursery/noQuickfixBiome`](/reference/diagnostics#diagnostic-category)
1715
- This rule has a [**safe**](/linter/#safe-fixes) fix.
1816
- The default severity of this rule is [**information**](/reference/diagnostics#information).

src/content/docs/linter/rules/no-vue-reserved-keys.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
1010
<Tabs>
1111
<TabItem label="JavaScript (and super languages)" icon="seti:javascript">
1212
## Summary
13-
:::note
14-
This rule is currently only available in the [2.0 beta release](/blog/biome-v2-0-beta).
15-
:::
13+
- Rule available since: `v2.1.3`
1614
- Diagnostic Category: [`lint/nursery/noVueReservedKeys`](/reference/diagnostics#diagnostic-category)
1715
- This rule doesn't have a fix.
1816
- The default severity of this rule is [**error**](/reference/diagnostics#error).

0 commit comments

Comments
 (0)