File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.0.0] ( https://github.com/eslint/espree/compare/v9.6.1...v10.0.0 ) (2024-01-25)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 ([ #589 ] ( https://github.com/eslint/espree/issues/589 ) )
9
+
10
+ ### Features
11
+
12
+ * Require Node.js ^18.18.0 || ^20.9.0 || > ; =21.1.0 ([ #589 ] ( https://github.com/eslint/espree/issues/589 ) ) ([ e79cfa4] ( https://github.com/eslint/espree/commit/e79cfa490aa2d23c7d4deda0e99f2190e508a638 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * upgrade acorn v8.11.3 ([ #590 ] ( https://github.com/eslint/espree/issues/590 ) ) ([ 6d30382] ( https://github.com/eslint/espree/commit/6d303829686dd1e3a425438e816025d7193ec915 ) )
18
+
19
+
20
+ ### Chores
21
+
22
+ * Add PRs to triage project ([ #580 ] ( https://github.com/eslint/espree/issues/580 ) ) ([ 086555e] ( https://github.com/eslint/espree/commit/086555ed960bd9cdbe9818cf962eaa1f5f32b737 ) )
23
+ * Remove add-to-triage ([ #583 ] ( https://github.com/eslint/espree/issues/583 ) ) ([ 3907385] ( https://github.com/eslint/espree/commit/39073850d82db9f66af5c21017fdf2c250f9b419 ) )
24
+ * run tests in Node.js 21 ([ #585 ] ( https://github.com/eslint/espree/issues/585 ) ) ([ 1584ddb] ( https://github.com/eslint/espree/commit/1584ddb00f0b4e3ada764ac86ae20e1480003de3 ) )
25
+ * standardize npm script names ([ #582 ] ( https://github.com/eslint/espree/issues/582 ) ) ([ b0767ef] ( https://github.com/eslint/espree/commit/b0767ef7ba6979a1005c93c49c41aff1af483e07 ) )
26
+ * use
[email protected] (
[ #584 ] ( https://github.com/eslint/espree/issues/584 ) ) (
[ ec949bc
] ( https://github.com/eslint/espree/commit/ec949bcf381d33377d0b05cecd080e8a3a01b5f3 ) )
27
+
3
28
## [ 9.6.1] ( https://github.com/eslint/espree/compare/v9.6.0...v9.6.1 ) (2023-07-14)
4
29
5
30
Original file line number Diff line number Diff line change 16
16
],
17
17
"./package.json" : " ./package.json"
18
18
},
19
- "version" : " 9.6.1 " ,
19
+ "version" : " 10.0.0 " ,
20
20
"files" : [
21
21
" lib" ,
22
22
" dist/espree.cjs" ,
You can’t perform that action at this time.
0 commit comments