Skip to content

Commit 2c5e505

Browse files
ci: release (#8853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 83f122f commit 2c5e505

35 files changed

Lines changed: 98 additions & 87 deletions

.changeset/evil-walls-talk.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/fair-ligers-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-tailwind-utility-wildcard.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lucky-knives-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-paths-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-mice-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/biome_js_analyze/src/lint/nursery/use_consistent_enum_value_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ declare_lint_rule! {
5454
/// ```
5555
///
5656
pub UseConsistentEnumValueType {
57-
version: "next",
57+
version: "2.3.13",
5858
name: "useConsistentEnumValueType",
5959
language: "ts",
6060
recommended: false,

packages/@biomejs/backend-jsonrpc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @biomejs/backend-jsonrpc
22

3+
## 2.0.34
4+
35
## 2.0.33
46

57
## 2.0.32

packages/@biomejs/backend-jsonrpc/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/backend-jsonrpc",
3-
"version": "2.0.33",
3+
"version": "2.0.34",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "vitest",
@@ -45,13 +45,13 @@
4545
"provenance": true
4646
},
4747
"optionalDependencies": {
48-
"@biomejs/cli-win32-x64": "2.3.12",
49-
"@biomejs/cli-win32-arm64": "2.3.12",
50-
"@biomejs/cli-darwin-x64": "2.3.12",
51-
"@biomejs/cli-darwin-arm64": "2.3.12",
52-
"@biomejs/cli-linux-x64": "2.3.12",
53-
"@biomejs/cli-linux-arm64": "2.3.12",
54-
"@biomejs/cli-linux-x64-musl": "2.3.12",
55-
"@biomejs/cli-linux-arm64-musl": "2.3.12"
48+
"@biomejs/cli-win32-x64": "2.3.13",
49+
"@biomejs/cli-win32-arm64": "2.3.13",
50+
"@biomejs/cli-darwin-x64": "2.3.13",
51+
"@biomejs/cli-darwin-arm64": "2.3.13",
52+
"@biomejs/cli-linux-x64": "2.3.13",
53+
"@biomejs/cli-linux-arm64": "2.3.13",
54+
"@biomejs/cli-linux-x64-musl": "2.3.13",
55+
"@biomejs/cli-linux-arm64-musl": "2.3.13"
5656
}
5757
}

packages/@biomejs/biome/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @biomejs/biome
22

3+
## 2.3.13
4+
5+
### Patch Changes
6+
7+
- [#8815](https://github.com/biomejs/biome/pull/8815) [`f924f23`](https://github.com/biomejs/biome/commit/f924f234607ae62db1511158b36124ec0d5ce074) Thanks [@dyc3](https://github.com/dyc3)! - Improved [`useVueValidVOn`](https://biomejs.dev/linter/rules/use-vue-valid-v-on/) to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.
8+
9+
Now treated valid:
10+
11+
```vue
12+
<div @keydown.arrow-down="handler"></div>
13+
<div @keydown.a="handler"></div>
14+
<div @keydown.b="handler"></div>
15+
<div @keydown.27="foo"></div>
16+
```
17+
18+
- [#8856](https://github.com/biomejs/biome/pull/8856) [`85f81f9`](https://github.com/biomejs/biome/commit/85f81f98923770469d09c5d003cfb76c0f3c971f) Thanks [@dyc3](https://github.com/dyc3)! - Fixed [#8710](https://github.com/biomejs/biome/issues/8710): Biome now parses Vue dynamic slot shorthand arguments that use template literals in `[]`.
19+
20+
- [#8850](https://github.com/biomejs/biome/pull/8850) [`2a190e0`](https://github.com/biomejs/biome/commit/2a190e0719ac447236afae0df8c915033c08e059) Thanks [@dyc3](https://github.com/dyc3)! - Fixed [#8708](https://github.com/biomejs/biome/issues/8708): Tailwind `@utility` directives now parse functional utility names like `px-*` when Tailwind directives are enabled.
21+
22+
- [#8863](https://github.com/biomejs/biome/pull/8863) [`79386e0`](https://github.com/biomejs/biome/commit/79386e08050d498c2cea6cdcaba4b0fa31245209) Thanks [@dyc3](https://github.com/dyc3)! - Fixed an issue with `biome migrate eslint` where it couldn't detect rules for CSS, GraphQL, and HTML.
23+
24+
- [#8771](https://github.com/biomejs/biome/pull/8771) [`6f56b6e`](https://github.com/biomejs/biome/commit/6f56b6eeb961ca63fad601fc35b3b28df08cc247) Thanks [@lghuahua](https://github.com/lghuahua)! - Fix the `--reporter=summary` output incorrectly merging and displaying wrong issue counts for different rules. Fixes [#8730](https://github.com/biomejs/biome/issues/8730)
25+
26+
- [#8714](https://github.com/biomejs/biome/pull/8714) [`ac3a71f`](https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5) Thanks [@Netail](https://github.com/Netail)! - Added new nursery rule [`use-consistent-enum-value-type`](https://biomejs.dev/linter/rules/use-consistent-enum-value-type). This rule disallows enums from having both number and string members.
27+
328
## 2.3.12
429

530
### Patch Changes

0 commit comments

Comments
 (0)