react-code-preview
react-code-preview copied to clipboard
fix(deps): update babel monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @babel/core (source) | ~7.24.0 -> ~7.26.0 |
||||
| @babel/plugin-transform-classes (source) | ~7.24.0 -> ~7.25.0 |
||||
| @babel/runtime (source) | ~7.24.0 -> ~7.27.0 |
||||
| @babel/standalone (source) | ~7.24.0 -> ~7.27.0 |
Release Notes
babel/babel (@babel/core)
v7.26.10
:eyeglasses: Spec Compliance
:bug: Bug Fix
-
babel-parser,babel-template -
babel-core- #17142 fix: "Map maximum size exceeded" in deepClone (@liuxingbaoyu)
-
babel-parser,babel-plugin-transform-typescript -
babel-traverse- #17151 fix: Should not evaluate vars in child scope (@liuxingbaoyu)
-
babel-generator-
#17153 fix: Correctly generate
abstract override(@liuxingbaoyu)
-
#17153 fix: Correctly generate
-
babel-parser -
babel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3- #17173 Fix processing of replacement pattern with named capture groups (@mmmsssttt404)
:nail_care: Polish
-
babel-standalone- #17158 Avoid warnings when re-bundling @babel/standalone with webpack (@liuxingbaoyu)
:house: Internal
v7.26.9
:bug: Bug Fix
-
babel-types-
#17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)
-
#17103 fix: Definition for
-
babel-generator,babel-types- #17062 Print TypeScript optional/definite in ClassPrivateProperty (@jamiebuilds-signal)
:house: Internal
-
babel-types-
#17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)
-
#17130 Use
-
babel-core-
#17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)
-
#17127 Do not depend on
v7.26.8
v7.26.8 (2025-02-08)
:house: Internal
-
babel-preset-env- #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
v7.26.7
:bug: Bug Fix
-
babel-helpers,babel-preset-env,babel-runtime-corejs3- #17086 Make "object without properties" helpers ES6-compatible (@tquetano-netflix)
-
babel-plugin-transform-typeof-symbol-
#17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)
-
#17085 fix: Correctly handle
-
babel-parser -
babel-core- #17052 Do not try to parse .ts configs as JSON if natively supported (@nicolo-ribaudo)
-
babel-plugin-transform-typescript- #17050 fix: correctly resolve references to non-constant enum members (@branchseer)
-
babel-plugin-transform-typescript,babel-traverse,babel-types-
#17025 fix: Remove type-only
import x = y.z(@liuxingbaoyu)
-
#17025 fix: Remove type-only
v7.26.0
:rocket: New Feature
-
babel-core,babel-generator,babel-parser,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-preset-env,babel-standalone,babel-types- #16850 Enable import attributes parsing by default (@nicolo-ribaudo)
-
babel-core- #16862 feat: support async plugin's pre/post (@timofei-iatsenko)
-
babel-compat-data,babel-plugin-proposal-regexp-modifiers,babel-plugin-transform-regexp-modifiers,babel-preset-env,babel-standalone -
babel-parser-
#16849 feat: add
startIndexparser option (@DylanPiercey)
-
#16849 feat: add
-
babel-generator,babel-parser,babel-plugin-syntax-flow- #16841 Always enable parsing of Flow enums (@nicolo-ribaudo)
-
babel-helpers,babel-preset-typescript,babel-runtime-corejs3-
#16794 Support
import()inrewriteImportExtensions(@liuxingbaoyu)
-
#16794 Support
-
babel-generator,babel-parser-
#16708 Add experimental format-preserving mode to
@babel/generator(@nicolo-ribaudo)
-
#16708 Add experimental format-preserving mode to
:bug: Bug Fix
-
babel-core- #16928 Workaround Node.js bug for parallel loading of TLA modules (@nicolo-ribaudo)
- #16926 Fix loading of modules with TLA in Node.js 23 (@nicolo-ribaudo)
:nail_care: Polish
-
babel-plugin-proposal-json-modules,babel-plugin-transform-json-modules,babel-standalone-
#16924 Rename
proposal-json-modulestotransform-json-modules(@nicolo-ribaudo)
-
#16924 Rename
:house: Internal
-
babel-code-frame,babel-highlight-
#16896 Inline
@babel/highlightin@babel/code-frame(@nicolo-ribaudo)
-
#16896 Inline
-
babel-generator,babel-parser,babel-types-
#16732 Add
kindtoTSModuleDeclaration(@liuxingbaoyu)
-
#16732 Add
:running_woman: Performance
-
babel-helper-module-transforms,babel-plugin-transform-modules-commonjs- #16882 perf: Improve module transforms (@liuxingbaoyu)
v7.25.9
:bug: Bug Fix
-
babel-parser,babel-template,babel-types-
#16905 fix: Keep type annotations in
syntacticPlaceholdersmode (@liuxingbaoyu)
-
#16905 fix: Keep type annotations in
-
babel-helper-compilation-targets,babel-preset-env - Other
-
#16884 Analyze
ClassAccessorPropertyto prevent theno-undefrule (@victorenator)
-
#16884 Analyze
:house: Internal
:running_woman: Performance
-
babel-parser,babel-types-
#16918 perf: Make
VISITOR_KEYSetc. faster to access (@liuxingbaoyu)
-
#16918 perf: Make
v7.25.8
:bug: Bug Fix
-
babel-core-
#16888 Restore public API of
resolvePlugin/resolvePreset(@nicolo-ribaudo)
-
#16888 Restore public API of
:house: Internal
-
babel-parser,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-explicit-resource-management,babel-plugin-proposal-export-default-from,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-import-defer,babel-plugin-proposal-partial-application,babel-plugin-proposal-throw-expressions,babel-plugin-transform-async-generator-functions,babel-plugin-transform-class-static-block,babel-plugin-transform-dynamic-import,babel-plugin-transform-export-namespace-from,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-property-in-object,babel-preset-env- #16824 Inline one-line syntax plugins (@nicolo-ribaudo)
v7.25.7
:bug: Bug Fix
-
babel-helper-validator-identifier -
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)
-
#16797 Use an inclusion rather than exclusion list for
-
babel-generator-
#16788 Fix printing of TS
inferin 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)
-
#16788 Fix printing of TS
:nail_care: Polish
-
babel-types- #16852 Add deprecated JSDOC for fields (@liuxingbaoyu)
:house: Internal
-
babel-core-
#16820 Allow sync loading of ESM when
--experimental-require-module(@nicolo-ribaudo)
-
#16820 Allow sync loading of ESM when
-
babel-helper-compilation-targets,babel-helper-plugin-utils,babel-preset-env -
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)
-
#16779 Simplify logic for
:running_woman: Performance
-
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_BREAKINGat startup (@nicolo-ribaudo)
v7.25.2
:bug: Bug Fix
-
babel-core,babel-traverse-
#16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)
-
#16695 Ensure that
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-code-preview-s5q0 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 24, 2025 8:46pm |