Skip to content

Commit

Permalink
chore: estree-to-babel: v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 26, 2024
1 parent 757537a commit a8713ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024.10.26, v10.0.0

feature:
- bca2f3b estree-to-babel: align with Babel v8
- 8f79b86 estree-to-babel: @typescript-eslint/typescript-estree v8.11.0
- 9cdd290 estree-to-babel: eslint-plugin-putout v23.1.0
- 531eb70 estree-to-babel: meriyah v6.0.2

2024.07.27, v9.1.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check failure on line 1 in package.json

View workflow job for this annotation

GitHub Actions / build (18.x)

The 'importAttributes' plugin has been removed in Babel 8. If you need to enable support for the deprecated `assert` syntax, you can enable the `deprecatedImportAssert` parser plugin.

Check failure on line 1 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

The 'importAttributes' plugin has been removed in Babel 8. If you need to enable support for the deprecated `assert` syntax, you can enable the `deprecatedImportAssert` parser plugin.

Check failure on line 1 in package.json

View workflow job for this annotation

GitHub Actions / build (23.x)

The 'importAttributes' plugin has been removed in Babel 8. If you need to enable support for the deprecated `assert` syntax, you can enable the `deprecatedImportAssert` parser plugin.
"name": "estree-to-babel",
"version": "9.1.0",
"version": "10.0.0",
"type": "commonjs",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "convert estree ast to babel",
Expand Down

0 comments on commit a8713ae

Please sign in to comment.