oxc/crates
oxc-bot 1ea0be1b6a
release(oxlint): v0.10.3 (#6911)
## [0.10.3] - 2024-10-26

- 90c786c regular_expression: [**BREAKING**] Support ES2025 Duplicated
named capture groups (#6847) (leaysgur)

- 8032813 regular_expression: [**BREAKING**] Migrate to new regexp
parser API (#6741) (leaysgur)

### Features

- a73c5af linter: Add fixer for `jsx-a11y/no-access-key` rule (#6781)
(Tapan Prakash)
- 2aa763c linter: Warn unmatched rule names (#6782) (Tapan Prakash)
- 0acca58 linter: Support `--print-config all` to print config file for
project (#6579) (mysteryven)

### Bug Fixes

- f49b3e2 linter: `react/iframe-missing-sandbox` ignores vanilla JS APIs
(#6872) (DonIsaac)
- 54a5032 linter: Correct false positive in `no-duplicates` (#6748)
(dalaoshu)
- a47c70e minifier: Fix remaining runtime bugs (#6855) (Boshen)

### Documentation

- 3923e63 linter: Add schema to config examples (#6838) (Dmitry
Zakharov)

### Refactor

- a148023 linter: Dereference IDs as soon as possible (#6821)
(overlookmotel)
- 423d54c rust: Remove the annoying `clippy::wildcard_imports` (#6860)
(Boshen)

---------

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-10-26 17:13:06 +08:00
..
oxc release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_allocator release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_ast feat(ast): remove explicit untagged marker on enums (#6915) 2024-10-26 08:21:40 +00:00
oxc_ast_macros release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_cfg release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_codegen release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_data_structures release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_diagnostics release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_ecmascript release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_estree release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_index release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_isolated_declarations release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_language_server fix(oxc_language_server): correct diagnostic link (#6765) 2024-10-22 06:23:54 -04:00
oxc_linter release(oxlint): v0.10.3 (#6911) 2024-10-26 17:13:06 +08:00
oxc_macros refactor(linter): add run_on_jest_node to run rules on only jest nodes (#6721) 2024-10-21 02:13:58 +00:00
oxc_mangler release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_minifier refactor(minifier): remove Tri, use Option<bool> instead (#6912) 2024-10-26 04:28:34 +00:00
oxc_module_lexer release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_parser release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_prettier refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_regular_expression feat(ast): remove explicit untagged marker on enums (#6915) 2024-10-26 08:21:40 +00:00
oxc_semantic release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_sourcemap release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_span release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_syntax release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_transformer release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_traverse release(crates): v0.34.0 (#6908) 2024-10-26 09:39:53 +08:00
oxc_wasm fix(types): move @oxc-project/types to dependencies (#6909) 2024-10-26 10:26:54 +08:00