Skip to content

Commit 062a189

Browse files
authored
chore: release v2.1.2 with dependency updates (#93)
1 parent 5b5814e commit 062a189

3 files changed

Lines changed: 284 additions & 270 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.2] - 2026-04-29
9+
10+
### Changed
11+
12+
- Bump oxlint from 1.56.0 to 1.62.0
13+
- Bump @oxlint/plugins from 1.56.0 to 1.62.0
14+
- Bump oxc-parser from 0.123.0 to 0.128.0
15+
- Bump vitest from 4.1.0 to 4.1.5
16+
- Bump prettier from 3.8.1 to 3.8.3
17+
- Bump diff from 8.0.4 to 9.0.0
18+
- Bump @types/node from 22.19.15 to 22.19.17
19+
820
## [2.1.1] - 2026-04-03
921

1022
### Fixed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxlint-plugin-complexity",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Cyclomatic and cognitive complexity rules for oxlint",
55
"keywords": [
66
"oxlint",
@@ -58,17 +58,17 @@
5858
"prepare": "husky"
5959
},
6060
"devDependencies": {
61-
"@oxlint/plugins": "^1.48.0",
62-
"@types/node": "^22.19.5",
63-
"diff": "^8.0.4",
61+
"@oxlint/plugins": "^1.62.0",
62+
"@types/node": "^22.19.17",
63+
"diff": "^9.0.0",
6464
"estree-walker": "^3.0.3",
6565
"husky": "^9.1.7",
66-
"oxc-parser": "^0.123.0",
67-
"oxlint": "^1.48.0",
68-
"prettier": "3.8.1",
66+
"oxc-parser": "^0.128.0",
67+
"oxlint": "^1.62.0",
68+
"prettier": "3.8.3",
6969
"tsx": "^4.21.0",
7070
"typescript": "^5.9.3",
71-
"vitest": "^4.0.17"
71+
"vitest": "^4.1.5"
7272
},
7373
"peerDependencies": {
7474
"@oxlint/plugins": ">=1.43.0",

0 commit comments

Comments
 (0)