Skip to content

Commit

Permalink
chore: release main (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 29, 2024
1 parent 552c5d8 commit 844078a
Show file tree
Hide file tree
Showing 7 changed files with 45 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.2.0",
"packages/eslint-scope": "8.1.0",
"packages/eslint-visitor-keys": "4.1.0"
"packages/espree": "10.3.0",
"packages/eslint-scope": "8.2.0",
"packages/eslint-visitor-keys": "4.2.0"
}
15 changes: 15 additions & 0 deletions packages/eslint-scope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [8.2.0](https://github.com/eslint/js/compare/eslint-scope-v8.1.0...eslint-scope-v8.2.0) (2024-10-29)


### Features

* add support for Import Attributes and RegExp Modifiers ([#639](https://github.com/eslint/js/issues/639)) ([2fd4222](https://github.com/eslint/js/commit/2fd422278bfad826d601795670004f9d6da72ef7))


### Dependencies

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

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


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.1.0",
"version": "8.2.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.1.0",
"espree": "^10.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.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.2.0](https://github.com/eslint/js/compare/eslint-visitor-keys-v4.1.0...eslint-visitor-keys-v4.2.0) (2024-10-29)


### Features

* add support for Import Attributes and RegExp Modifiers ([#639](https://github.com/eslint/js/issues/639)) ([2fd4222](https://github.com/eslint/js/commit/2fd422278bfad826d601795670004f9d6da72ef7))

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


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.1.0",
"version": "4.2.0",
"description": "Constants and utilities about visitor keys to traverse AST.",
"type": "module",
"main": "dist/eslint-visitor-keys.cjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/espree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.3.0](https://github.com/eslint/js/compare/espree-v10.2.0...espree-v10.3.0) (2024-10-29)


### Features

* add support for Import Attributes and RegExp Modifiers ([#639](https://github.com/eslint/js/issues/639)) ([2fd4222](https://github.com/eslint/js/commit/2fd422278bfad826d601795670004f9d6da72ef7))


### Dependencies

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

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


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.2.0",
"version": "10.3.0",
"files": [
"lib",
"dist/espree.cjs",
Expand All @@ -34,7 +34,7 @@
"dependencies": {
"acorn": "^8.14.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^4.1.0"
"eslint-visitor-keys": "^4.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
Expand Down

0 comments on commit 844078a

Please sign in to comment.