Skip to content

Commit 6e899c7

Browse files
chore: release main (#618)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 433a89d commit 6e899c7

File tree

7 files changed

+63
-9
lines changed

7 files changed

+63
-9
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
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"
55
}

packages/eslint-scope/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

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+
325
## [8.0.2](https://github.com/eslint/eslint-scope/compare/v8.0.1...v8.0.2) (2024-07-08)
426

527

packages/eslint-scope/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"./package.json": "./package.json"
1313
},
14-
"version": "8.0.2",
14+
"version": "8.1.0",
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1717
},
@@ -48,8 +48,8 @@
4848
"c8": "^7.7.3",
4949
"chai": "^4.3.4",
5050
"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",
5353
"mocha": "^9.0.1",
5454
"npm-license": "^0.3.3",
5555
"rollup": "^2.52.7",

packages/eslint-visitor-keys/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [4.0.0](https://github.com/eslint/eslint-visitor-keys/compare/v3.4.3...v4.0.0) (2024-02-08)
416

517

packages/eslint-visitor-keys/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-visitor-keys",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Constants and utilities about visitor keys to traverse AST.",
55
"type": "module",
66
"main": "dist/eslint-visitor-keys.cjs",

packages/espree/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

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+
323
## [10.1.0](https://github.com/eslint/espree/compare/v10.0.1...v10.1.0) (2024-06-17)
424

525

packages/espree/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "10.1.0",
19+
"version": "10.2.0",
2020
"files": [
2121
"lib",
2222
"dist/espree.cjs",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"acorn": "^8.12.0",
3636
"acorn-jsx": "^5.3.2",
37-
"eslint-visitor-keys": "^4.0.0"
37+
"eslint-visitor-keys": "^4.1.0"
3838
},
3939
"devDependencies": {
4040
"@rollup/plugin-commonjs": "^28.0.0",

0 commit comments

Comments
 (0)