mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
release(oxlint): v0.15.2 (#7876)
## [0.15.2] - 2024-12-14 Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
This commit is contained in:
parent
36ebb3e784
commit
b40c410824
6 changed files with 12 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1671,7 +1671,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oxc_linter"
|
name = "oxc_linter"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"convert_case",
|
"convert_case",
|
||||||
|
|
@ -2101,7 +2101,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oxlint"
|
name = "oxlint"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bpaf",
|
"bpaf",
|
||||||
"glob",
|
"glob",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxlint"
|
name = "oxlint"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
categories.workspace = true
|
categories.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,12 @@ 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.
|
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.15.2] - 2024-12-14
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- e55ab24 linter: Use `Expression::is_super` (#7850) (overlookmotel)
|
||||||
|
|
||||||
## [0.15.1] - 2024-12-13
|
## [0.15.1] - 2024-12-13
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxc_linter"
|
name = "oxc_linter"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
categories.workspace = true
|
categories.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "oxc-vscode",
|
"name": "oxc-vscode",
|
||||||
"description": "oxc vscode extension",
|
"description": "oxc vscode extension",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.15.1",
|
"version": "0.15.2",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"publisher": "oxc",
|
"publisher": "oxc",
|
||||||
"displayName": "Oxc",
|
"displayName": "Oxc",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oxlint",
|
"name": "oxlint",
|
||||||
"version": "0.15.1",
|
"version": "0.15.2",
|
||||||
"description": "Linter for the JavaScript Oxidation Compiler",
|
"description": "Linter for the JavaScript Oxidation Compiler",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Boshen and oxc contributors",
|
"author": "Boshen and oxc contributors",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue