File tree 7 files changed +63
-9
lines changed
7 files changed +63
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/espree" : " 10.1 .0" ,
3
- "packages/eslint-scope" : " 8.0.2 " ,
4
- "packages/eslint-visitor-keys" : " 4.0 .0"
2
+ "packages/espree" : " 10.2 .0" ,
3
+ "packages/eslint-scope" : " 8.1.0 " ,
4
+ "packages/eslint-visitor-keys" : " 4.1 .0"
5
5
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 8.1.0] ( https://github.com/eslint/js/compare/eslint-scope-v8.0.2...eslint-scope-v8.1.0 ) (2024-09-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * add the ` eslint-scope ` package ([ #615 ] ( https://github.com/eslint/js/issues/615 ) ) ([ 2ecfb8b] ( https://github.com/eslint/js/commit/2ecfb8ba460a73601b859fd10d000cee817d170c ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Remove node: assert dependency ([ #633 ] ( https://github.com/eslint/js/issues/633 ) ) ([ 433a89d] ( https://github.com/eslint/js/commit/433a89d18f556658751feb63f87303ebbf7b7cb7 ) )
14
+ * Update dependencies to avoid build failure ([ #631 ] ( https://github.com/eslint/js/issues/631 ) ) ([ e8cd107] ( https://github.com/eslint/js/commit/e8cd107d732fb7ef62cd4f6cd179bd48f5c13b27 ) )
15
+ * update links to ` eslint/js ` repo ([ #619 ] ( https://github.com/eslint/js/issues/619 ) ) ([ 956389a] ( https://github.com/eslint/js/commit/956389ac150bd2394bc78a35c2a1f9d794f61ea8 ) )
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * devDependencies
22
+ * eslint-visitor-keys bumped from ^4.0.0 to ^4.1.0
23
+ * espree bumped from ^10.0.1 to ^10.2.0
24
+
3
25
## [ 8.0.2] ( https://github.com/eslint/eslint-scope/compare/v8.0.1...v8.0.2 ) (2024-07-08)
4
26
5
27
Original file line number Diff line number Diff line change 11
11
},
12
12
"./package.json" : " ./package.json"
13
13
},
14
- "version" : " 8.0.2 " ,
14
+ "version" : " 8.1.0 " ,
15
15
"engines" : {
16
16
"node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
17
17
},
48
48
"c8" : " ^7.7.3" ,
49
49
"chai" : " ^4.3.4" ,
50
50
"eslint-release" : " ^3.2.0" ,
51
- "eslint-visitor-keys" : " ^4.0 .0" ,
52
- "espree" : " ^10.0.1 " ,
51
+ "eslint-visitor-keys" : " ^4.1 .0" ,
52
+ "espree" : " ^10.2.0 " ,
53
53
"mocha" : " ^9.0.1" ,
54
54
"npm-license" : " ^0.3.3" ,
55
55
"rollup" : " ^2.52.7" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.1.0] ( https://github.com/eslint/js/compare/eslint-visitor-keys-v4.0.0...eslint-visitor-keys-v4.1.0 ) (2024-09-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * add the ` eslint-visitor-keys ` package ([ #620 ] ( https://github.com/eslint/js/issues/620 ) ) ([ 5903929] ( https://github.com/eslint/js/commit/5903929cb65898ffdb6bea7d3fca99781f32ff09 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update dependencies to avoid build failure ([ #631 ] ( https://github.com/eslint/js/issues/631 ) ) ([ e8cd107] ( https://github.com/eslint/js/commit/e8cd107d732fb7ef62cd4f6cd179bd48f5c13b27 ) )
14
+
3
15
## [ 4.0.0] ( https://github.com/eslint/eslint-visitor-keys/compare/v3.4.3...v4.0.0 ) (2024-02-08)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-visitor-keys" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " Constants and utilities about visitor keys to traverse AST." ,
5
5
"type" : " module" ,
6
6
"main" : " dist/eslint-visitor-keys.cjs" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.2.0] ( https://github.com/eslint/js/compare/espree-v10.1.0...espree-v10.2.0 ) (2024-09-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * add the ` eslint-scope ` package ([ #615 ] ( https://github.com/eslint/js/issues/615 ) ) ([ 2ecfb8b] ( https://github.com/eslint/js/commit/2ecfb8ba460a73601b859fd10d000cee817d170c ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update dependencies to avoid build failure ([ #631 ] ( https://github.com/eslint/js/issues/631 ) ) ([ e8cd107] ( https://github.com/eslint/js/commit/e8cd107d732fb7ef62cd4f6cd179bd48f5c13b27 ) )
14
+ * update links to ` eslint/js ` repo ([ #619 ] ( https://github.com/eslint/js/issues/619 ) ) ([ 956389a] ( https://github.com/eslint/js/commit/956389ac150bd2394bc78a35c2a1f9d794f61ea8 ) )
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * eslint-visitor-keys bumped from ^4.0.0 to ^4.1.0
22
+
3
23
## [ 10.1.0] ( https://github.com/eslint/espree/compare/v10.0.1...v10.1.0 ) (2024-06-17)
4
24
5
25
Original file line number Diff line number Diff line change 16
16
],
17
17
"./package.json" : " ./package.json"
18
18
},
19
- "version" : " 10.1 .0" ,
19
+ "version" : " 10.2 .0" ,
20
20
"files" : [
21
21
" lib" ,
22
22
" dist/espree.cjs" ,
34
34
"dependencies" : {
35
35
"acorn" : " ^8.12.0" ,
36
36
"acorn-jsx" : " ^5.3.2" ,
37
- "eslint-visitor-keys" : " ^4.0 .0"
37
+ "eslint-visitor-keys" : " ^4.1 .0"
38
38
},
39
39
"devDependencies" : {
40
40
"@rollup/plugin-commonjs" : " ^28.0.0" ,
You can’t perform that action at this time.
0 commit comments