graphql-armor
graphql-armor copied to clipboard
chore(deps): update babel monorepo to v7.25.9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @babel/core (source) | 7.25.2 -> 7.25.9 |
||||
| @babel/plugin-proposal-decorators (source) | 7.24.7 -> 7.25.9 |
||||
| @babel/preset-env (source) | 7.25.2 -> 7.25.9 |
||||
| @babel/preset-typescript (source) | 7.24.7 -> 7.25.9 |
Release Notes
babel/babel (@​babel/core)
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- #​16907 fix: support BROWSERSLIST{,_CONFIG} env (@​JLHwung)
- Other
- #​16884 Analyze
ClassAccessorPropertyto prevent theno-undefrule (@​victorenator)
- #​16884 Analyze
:house: Internal
babel-helper-transform-fixture-test-runner- #​16914 remove test options flaky (@​JLHwung)
: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- #​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)
- #​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- #​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)
- #​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)
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: 3244cd48d0b5a50d9de25e87b002fd2a1725d156
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.73%. Comparing base (
3824fe0) to head (3244cd4). Report is 2 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #695 +/- ##
=======================================
Coverage 91.73% 91.73%
=======================================
Files 17 17
Lines 375 375
Branches 117 126 +9
=======================================
Hits 344 344
Misses 31 31
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.