Skip to content

Commit

Permalink
release(oxlint): v0.13.2 (#7489)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxc-bot authored Nov 26, 2024
1 parent 00a7372 commit 861ae15
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/oxlint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxlint"
version = "0.13.1"
version = "0.13.2"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
19 changes: 19 additions & 0 deletions crates/oxc_linter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.13.2] - 2024-11-26

### Features

- 7236d14 eslint/jsx_a11y: Implement anchor_ambiguous_text (#5729) (Jelle van der Waa)
- 79ab8cc lint-unicorn: Add rule prefer set has (#7075) (jordan boyer)
- 87c893f linter: Add the eslint/no_duplicate_imports rule (#7309) (Guillaume Piedigrossi)
- 0b9da38 linter: Implement `unicorn/prefer-negative-index` (#6920) (Brian Liu)
- f0643c4 linter: Implement `jsx-no-script-url` (#6995) (Radu Baston)
- 00060ca linter: Implement eslint/no-object-constructor (#7345) (Naoya Yoshizawa)

### Bug Fixes

- db6558f linter: False positive in `eslint/prefer-object-has-own` (#7463) (dalaoshu)

### Refactor

- d7d0735 semantic: Remove `SymbolFlags::TypeLiteral` (#7415) (Dunqing)

## [0.13.1] - 2024-11-23

- 6f0fe38 semantic: [**BREAKING**] Correct all `ReferenceFlags::Write` according to the spec (#7388) (Dunqing)
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_linter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxc_linter"
version = "0.13.1"
version = "0.13.2"
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.13.2] - 2024-11-26

- b04041d vscode: [**BREAKING**] Use `.oxlintrc.json` as default value for `oxc.configPath` (#7442) (Alexander S.)

### Bug Fixes


## [0.13.1] - 2024-11-23

### Testing
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oxc-vscode",
"description": "oxc vscode extension",
"license": "MIT",
"version": "0.13.1",
"version": "0.13.2",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "0.13.1",
"version": "0.13.2",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",
Expand Down

0 comments on commit 861ae15

Please sign in to comment.