Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 4, 2024
1 parent 9061c64 commit 9d4828f
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/espree": "10.1.0",
"packages/eslint-scope": "8.0.2",
"packages/eslint-visitor-keys": "4.0.0"
"packages/espree": "10.2.0",
"packages/eslint-scope": "8.1.0",
"packages/eslint-visitor-keys": "4.1.0"
}
20 changes: 20 additions & 0 deletions packages/eslint-scope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [8.1.0](https://github.com/eslint/js/compare/eslint-scope-v8.0.2...eslint-scope-v8.1.0) (2024-09-04)


### Features

* add the `eslint-scope` package ([#615](https://github.com/eslint/js/issues/615)) ([2ecfb8b](https://github.com/eslint/js/commit/2ecfb8ba460a73601b859fd10d000cee817d170c))


### Bug Fixes

* update links to `eslint/js` repo ([#619](https://github.com/eslint/js/issues/619)) ([956389a](https://github.com/eslint/js/commit/956389ac150bd2394bc78a35c2a1f9d794f61ea8))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* eslint-visitor-keys bumped from ^4.0.0 to ^4.1.0
* espree bumped from ^10.0.1 to ^10.2.0

## [8.0.2](https://github.com/eslint/eslint-scope/compare/v8.0.1...v8.0.2) (2024-07-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-scope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"./package.json": "./package.json"
},
"version": "8.0.2",
"version": "8.1.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
Expand Down Expand Up @@ -48,8 +48,8 @@
"c8": "^7.7.3",
"chai": "^4.3.4",
"eslint-release": "^3.2.0",
"eslint-visitor-keys": "^4.0.0",
"espree": "^10.0.1",
"eslint-visitor-keys": "^4.1.0",
"espree": "^10.2.0",
"mocha": "^9.0.1",
"npm-license": "^0.3.3",
"rollup": "^2.52.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-visitor-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.0](https://github.com/eslint/js/compare/eslint-visitor-keys-v4.0.0...eslint-visitor-keys-v4.1.0) (2024-09-04)


### Features

* add the `eslint-visitor-keys` package ([#620](https://github.com/eslint/js/issues/620)) ([5903929](https://github.com/eslint/js/commit/5903929cb65898ffdb6bea7d3fca99781f32ff09))

## [4.0.0](https://github.com/eslint/eslint-visitor-keys/compare/v3.4.3...v4.0.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-visitor-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-visitor-keys",
"version": "4.0.0",
"version": "4.1.0",
"description": "Constants and utilities about visitor keys to traverse AST.",
"type": "module",
"main": "dist/eslint-visitor-keys.cjs",
Expand Down
19 changes: 19 additions & 0 deletions packages/espree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [10.2.0](https://github.com/eslint/js/compare/espree-v10.1.0...espree-v10.2.0) (2024-09-04)


### Features

* add the `eslint-scope` package ([#615](https://github.com/eslint/js/issues/615)) ([2ecfb8b](https://github.com/eslint/js/commit/2ecfb8ba460a73601b859fd10d000cee817d170c))


### Bug Fixes

* update links to `eslint/js` repo ([#619](https://github.com/eslint/js/issues/619)) ([956389a](https://github.com/eslint/js/commit/956389ac150bd2394bc78a35c2a1f9d794f61ea8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* eslint-visitor-keys bumped from ^4.0.0 to ^4.1.0

## [10.1.0](https://github.com/eslint/espree/compare/v10.0.1...v10.1.0) (2024-06-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/espree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "10.1.0",
"version": "10.2.0",
"files": [
"lib",
"dist/espree.cjs",
Expand All @@ -34,7 +34,7 @@
"dependencies": {
"acorn": "^8.12.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^4.0.0"
"eslint-visitor-keys": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
Expand Down

0 comments on commit 9d4828f

Please sign in to comment.