diff --git a/Cargo.lock b/Cargo.lock index 669658e917e73..64f613f0325b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "oxc_linter" -version = "0.5.2" +version = "0.5.3" dependencies = [ "convert_case", "dashmap 6.0.1", @@ -1842,7 +1842,7 @@ dependencies = [ [[package]] name = "oxlint" -version = "0.5.2" +version = "0.5.3" dependencies = [ "bpaf", "glob", diff --git a/apps/oxlint/Cargo.toml b/apps/oxlint/Cargo.toml index c876c64b520db..5fd43a1552b05 100644 --- a/apps/oxlint/Cargo.toml +++ b/apps/oxlint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxlint" -version = "0.5.2" +version = "0.5.3" publish = false authors.workspace = true description.workspace = true diff --git a/crates/oxc_linter/CHANGELOG.md b/crates/oxc_linter/CHANGELOG.md index b9b93e5194e38..0ebdfcd4d405c 100644 --- a/crates/oxc_linter/CHANGELOG.md +++ b/crates/oxc_linter/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.5.3] - 2024-07-07 + +### Features + +- 1681b11 linter: Eslint-plugin-jest/consistent-test-it (#4053) (cinchen) +- 6876490 linter: Add rule no-undefined (#4041) (jordan boyer) +- bf04dee linter: Implement unicorn/no-negation-in-equality-check (#4034) (Nissim Chekroun) +- aa45604 linter/eslint: Implement no-multi-str (#4038) (Jelle van der Waa) + +### Bug Fixes + +- 7b2dc3b linter: Fix panic in import/namespace (#4080) (Boshen) + ## [0.5.2] - 2024-07-02 ### Features diff --git a/crates/oxc_linter/Cargo.toml b/crates/oxc_linter/Cargo.toml index 18badc9523522..f42ede41bec91 100644 --- a/crates/oxc_linter/Cargo.toml +++ b/crates/oxc_linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_linter" -version = "0.5.2" +version = "0.5.3" publish = false authors.workspace = true description.workspace = true diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 95428328685da..ae44f5d30ab10 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "oxc-vscode", "description": "oxc vscode extension", "license": "MIT", - "version": "0.5.2", + "version": "0.5.3", "icon": "icon.png", "publisher": "oxc", "displayName": "Oxc", @@ -130,4 +130,4 @@ "vsce": { "dependencies": false } -} +} \ No newline at end of file diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index 08d04129d0ea6..c14a0c70d29ba 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -1,6 +1,6 @@ { "name": "oxlint", - "version": "0.5.2", + "version": "0.5.3", "description": "Linter for the JavaScript Oxidation Compiler", "keywords": [], "author": "Boshen and oxc contributors", @@ -25,4 +25,4 @@ "configuration_schema.json", "README.md" ] -} +} \ No newline at end of file