| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Snyk has created this PR to upgrade @babel/eslint-parser from 7.22.15 to 7.25.7. See this package in npm: @babel/eslint-parser See this project in Snyk: https://app.snyk.io/org/hao.1.wang/project/623d667e-2ba5-4542-a3a7-03bf2b426d26?utm_source=github&utm_medium=referral&page=upgrade-pr
| Back | FazBrowse Home | New Git URL |
Snyk has created this PR to upgrade @babel/eslint-parser from 7.22.15 to 7.25.7.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
-
-
Release notesThe recommended version is 13 versions ahead of your current version.
The recommended version was released on a month ago.
Package name: @babel/eslint-parser
-
7.25.7 - 2024-10-02
- babel-helper-validator-identifier
- #16825 fix: update identifier to unicode 16 (@ JLHwung)
- babel-traverse
- #16814 fix: issue with node path keys updated on unrelated paths (@ DylanPiercey)
- babel-plugin-transform-classes
- #16797 Use an inclusion rather than exclusion list for super() check (@ nicolo-ribaudo)
- babel-generator
- #16788 Fix printing of TS infer in compact mode (@ nicolo-ribaudo)
- #16785 Print TS type annotations for destructuring in assignment pattern (@ nicolo-ribaudo)
- #16778 Respect [no LineTerminator here] after nodes (@ nicolo-ribaudo)
- babel-types
- #16852 Add deprecated JSDOC for fields (@ liuxingbaoyu)
- babel-core
- #16820 Allow sync loading of ESM when --experimental-require-module (@ nicolo-ribaudo)
- babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
- #16858 Add browserslist config to external dependency (@ JLHwung)
- babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
- #16809 Archive syntax-import-reflection and syntax-decimal (@ nicolo-ribaudo)
- babel-generator
- #16779 Simplify logic for [no LineTerminator here] before nodes (@ nicolo-ribaudo)
- babel-plugin-transform-typescript
- #16875 perf: Avoid extra cloning of namespaces (@ liuxingbaoyu)
- babel-types
- #16842 perf: Improve @ babel/types builders (@ liuxingbaoyu)
- #16828 Only access BABEL_TYPES_8_BREAKING at startup (@ nicolo-ribaudo)
- Babel Bot (@ babel-bot)
- Dylan Piercey (@ DylanPiercey)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
- coderaiser (@ coderaiser)
- fisker Cheung (@ fisker)
- hwook (@ YuHyeonWook)
-
7.25.1 - 2024-07-28
- babel-plugin-transform-function-name
- #16683 fix: ensureFunctionName may be undefined (@ liuxingbaoyu)
- babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@ keiseiTi)
- babel-traverse
- #16587 fix: fixed issue16583 + test (@ nerodesu017)
- #16663 Test eslint plugin against eslint 9 (@ JLHwung)
- Adrian (@ nerodesu017)
- Huáng Jùnliàng (@ JLHwung)
- @ keiseiTi
- @ liuxingbaoyu
-
7.25.0 - 2024-07-26
- babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
- #16537 await using normative updates (@ JLHwung)
- babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)
- babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
- #16658 Move ensureFunctionName to NodePath.prototype (@ nicolo-ribaudo)
- babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
- #16644 Move hoistVariables to Scope.prototype (@ nicolo-ribaudo)
- babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
- #16645 Move splitExportDeclaration to NodePath.prototype (@ nicolo-ribaudo)
- babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
- #16649 Move environment-visitor helper into @ babel/traverse (@ nicolo-ribaudo)
- babel-core, babel-parser
- #16480 Expose wether a module has TLA or not as .extra.async (@ nicolo-ribaudo)
- babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
- #16569 Introduce bugfix-safari-class-field-initializer-scope (@ davidtaylorhq)
- babel-plugin-transform-block-scoping, babel-traverse, babel-types
- #16551 Add NodePath#getAssignmentIdentifiers (@ JLHwung)
- babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
- #16579 Add uncheckedRequire option for JSON imports to CJS (@ nicolo-ribaudo)
- babel-helper-transform-fixture-test-runner, babel-node
- #16642 Allow using custom config in babel-node --eval (@ slatereax)
- babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
- #16445 Add duplicate-named-capturing-groups-regex to preset-env (@ JLHwung)
- babel-generator
- #16678 Print parens around as expressions on the LHS (@ nicolo-ribaudo)
- babel-template, babel-types
- #15286 fix: Props are lost when the template replaces the node (@ liuxingbaoyu)
- Other
- #16674 bump gulp to 5 (@ JLHwung)
- babel-generator
- #16651 Simplify the printing logic for ( before ambiguous tokens (@ nicolo-ribaudo)
- babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse
- #16652 Simplify helper-function-name logic (@ nicolo-ribaudo)
- babel-parser, babel-plugin-proposal-pipeline-operator
- #16461 Some minor parser performance improvements for ts (@ liuxingbaoyu)
- babel-plugin-transform-classes
- #16670 Reduce redundant assertThisInitialized (@ liuxingbaoyu)
- babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
- #16374 Improve super.x output (@ liuxingbaoyu)
- babel-plugin-transform-class-properties, babel-plugin-transform-classes
- #16656 Simplify output for anonymous classes with no methods (@ nicolo-ribaudo)
- Artem (@ slatereax)
- Babel Bot (@ babel-bot)
- David Taylor (@ davidtaylorhq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.8 - 2024-07-11
-
7.24.7 - 2024-06-05
-
7.24.6 - 2024-05-24
-
7.24.5 - 2024-04-29
-
7.24.5-pre.2 - 2024-04-12
-
7.24.5-pre.1 - 2024-04-08
-
7.24.1 - 2024-03-19
-
7.23.10 - 2024-01-31
-
7.23.9 - 2024-01-25
-
7.23.3 - 2023-11-09
-
7.22.15 - 2023-09-04
from @babel/eslint-parser GitHub release notesv7.25.7 (2024-10-02)
Thanks @ DylanPiercey and @ YuHyeonWook for your first PRs!
🐛 Bug Fix
💅 Polish
🏠 Internal
🏃♀️ Performance
Committers: 8
v7.25.1 (2024-07-28)
🐛 Bug Fix
🏠 Internal
Committers: 4
v7.25.0 (2024-07-26)
Thanks @ davidtaylorhq and @ slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
🏠 Internal
🏃♀️ Performance
🔬 Output optimization
Committers: 6
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: