oxc/crates
oxc-bot bb4a92c80c
release(oxlint): v0.15.1 (#7845)
## [0.15.1] - 2024-12-13

### Features

- 38b1c2e editor: Create a command to apply all auto-fixes for the
current active text editor (#7672) (Nicholas Rayburn)

### Bug Fixes

- 2b187e5 linter: Fix configuration casing for
`typescript/no_this_alias` (#7836) (Boshen)
- 06e6d38 linter: Fix unicorn/prefer-query-selector to use the correct
replacement for getElementsByClassName (#7796) (Nicholas Rayburn)
- 7a83230 semantic: Missing reference when `export default` references a
type alias binding (#7813) (Dunqing)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
2024-12-13 21:23:33 +08:00
..
oxc release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_allocator release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_ast feat(ast): implement From<Argument> for ArrayExpressionElement (#7830) 2024-12-13 13:14:28 +00:00
oxc_ast_macros release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_cfg release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_codegen perf(codegen): faster writing indentation (#7820) 2024-12-13 05:17:32 +00:00
oxc_data_structures release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_diagnostics release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_ecmascript release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_estree release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_isolated_declarations refactor(ast)!: span field must be the first element (#7821) 2024-12-12 16:50:01 +00:00
oxc_language_server feat(editor): Create a command to apply all auto-fixes for the current active text editor (#7672) 2024-12-13 13:46:05 +08:00
oxc_linter release(oxlint): v0.15.1 (#7845) 2024-12-13 21:23:33 +08:00
oxc_macros feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
oxc_mangler release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_minifier release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_napi release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_parser fix(parser): parse import source from 'mod' (#7833) 2024-12-13 10:26:36 +00:00
oxc_prettier refactor(prettier): Align exported function names to Prettier (#7827) 2024-12-13 17:06:15 +08:00
oxc_regular_expression release(crates): v0.40.1 (#7781) 2024-12-11 00:35:34 +08:00
oxc_semantic refactor(semantic): improve the logic of resolving references to be cleaner (#7829) 2024-12-13 09:08:44 +00:00
oxc_span feat(ast): add visit_span to Visit and VisitMut (#7816) 2024-12-12 13:33:12 +00:00
oxc_syntax refactor(semantic): improve the logic of resolving references to be cleaner (#7829) 2024-12-13 09:08:44 +00:00
oxc_transformer test(transformer/replace-global-defines): remove panicking test (#7838) 2024-12-13 20:26:40 +08:00
oxc_traverse refactor(ast)!: span field must be the first element (#7821) 2024-12-12 16:50:01 +00:00
oxc_wasm refactor(linter): add capability of adding semantic data to module record (#7561) 2024-12-01 08:14:43 +00:00