Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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/oxfmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxfmt"
version = "0.12.0"
version = "0.13.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version is being bumped to 0.13.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 0.12.0 as the latest entry. A changelog entry for version 0.13.0 should be added to document the changes in this release.

Copilot uses AI. Check for mistakes.
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
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 = "1.27.0"
version = "1.28.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version is being bumped to 1.28.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 1.27.0 as the latest entry. A changelog entry for version 1.28.0 should be added to document the changes in this release.

Copilot uses AI. Check for mistakes.
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion apps/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "1.27.0",
"version": "1.28.0",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
104 changes: 52 additions & 52 deletions apps/oxlint/src-js/bindings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/oxc_formatter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxc_formatter"
version = "0.12.0"
version = "0.13.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version is being bumped to 0.13.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 0.12.0 as the latest entry. A changelog entry for version 0.13.0 should be added to document the changes in this release, following the same pattern as the oxc_linter CHANGELOG.md.

Copilot uses AI. Check for mistakes.
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_language_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxc_language_server"
version = "1.27.0"
version = "1.28.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version is being bumped to 1.28.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 1.27.0 as the latest entry. A changelog entry for version 1.28.0 should be added to document the changes in this release.

Copilot uses AI. Check for mistakes.
authors.workspace = true
categories.workspace = true
edition.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions crates/oxc_linter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [1.28.0] - 2025-11-10
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both version 1.28.0 (new) and version 1.27.0 (existing) show the same release date of "2025-11-10". If these are separate releases, they should have different dates. Please verify the correct release date for version 1.28.0.

Suggested change
## [1.28.0] - 2025-11-10
## [1.28.0] - 2025-11-11

Copilot uses AI. Check for mistakes.

### 🚀 Features

- 9f759a0 linter: Add unicorn/no-useless-collection-argument (#15545) (Mikhail Baev)

### 🐛 Bug Fixes

- 1b994d1 linter/no-unused-private-class-members: Correctly detect value context for private members in assignment expressions (#15553) (camc314)

## [1.27.0] - 2025-11-10

### 🚀 Features
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 = "1.27.0"
version = "1.28.0"
authors.workspace = true
categories.workspace = true
edition.workspace = true
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": "1.27.0",
"version": "1.28.0",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",
Expand Down
2 changes: 1 addition & 1 deletion npm/oxfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxfmt",
"version": "0.12.0",
"version": "0.13.0",
"type": "module",
"description": "Formatter for the JavaScript Oxidation Compiler",
"keywords": [],
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": "1.27.0",
"version": "1.28.0",
"type": "module",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
Expand Down
Loading