tdeekens / flopflip

🎚Flip or flop features in your React application in real-time backed by flag provider of your choice 🚦
https://techblog.commercetools.com/embracing-real-time-feature-toggling-in-your-react-application-a5e6052716a9
MIT License
403 stars 40 forks source link

fix(deps): update babel monorepo to v7.25.7 #1953

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.25.6 -> 7.25.7 age adoption passing confidence
@babel/core (source) 7.25.2 -> 7.25.7 age adoption passing confidence
@babel/plugin-external-helpers (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-proposal-export-default-from (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-class-properties (source) 7.25.4 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-destructuring (source) 7.24.8 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-export-namespace-from (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-modules-commonjs (source) 7.24.8 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-nullish-coalescing-operator (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-object-rest-spread (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-optional-chaining (source) 7.24.8 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-private-methods (source) 7.25.4 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-private-property-in-object (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-react-constant-elements (source) 7.25.1 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-regenerator (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.25.4 -> 7.25.7 age adoption passing confidence
@babel/preset-env (source) 7.25.4 -> 7.25.7 age adoption passing confidence
@babel/preset-react (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/preset-typescript (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@babel/runtime (source) 7.25.6 -> 7.25.7 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli) ### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.6...v7.25.7) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#​16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#​16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@​DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#​16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-types` - [#​16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core` - [#​16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#​16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-plugin-transform-typescript` - [#​16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#​16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@​babel/types](https://redirect.github.com/babel/types) builders ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#​16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: d383fc2e6a05f3cd573f3ef312fffbd325687b34

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

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/cli@7.25.7 Transitive: environment, filesystem, shell +21 890 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/core@7.25.7 Transitive: environment, filesystem, shell +48 12.1 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-external-helpers@7.25.7 None +1 159 kB nicolo-ribaudo
npm/@babel/plugin-proposal-export-default-from@7.25.7 None +2 233 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-class-properties@7.25.7 Transitive: environment +36 7.98 MB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.25.7 None +1 238 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-export-namespace-from@7.25.7 None +2 163 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-modules-commonjs@7.25.7 Transitive: environment +32 7.45 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-nullish-coalescing-operator@7.25.7 None +2 164 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-object-rest-spread@7.25.7 Transitive: environment, filesystem, shell +16 3.11 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-optional-chaining@7.25.7 Transitive: environment +31 7.08 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-private-methods@7.25.7 Transitive: environment +36 7.98 MB nicolo-ribaudo
npm/@babel/plugin-transform-private-property-in-object@7.25.7 Transitive: environment +37 7.99 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-react-constant-elements@7.25.7 None +1 177 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-regenerator@7.25.7 None +2 296 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-runtime@7.25.7 Transitive: environment, filesystem, shell, unsafe +54 11.3 MB nicolo-ribaudo
npm/@babel/preset-env@7.25.7 Transitive: environment, filesystem, shell, unsafe +151 21.1 MB nicolo-ribaudo
npm/@babel/preset-react@7.25.7 Transitive: environment +37 7.69 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/preset-typescript@7.25.7 Transitive: environment +40 8.41 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/runtime@7.25.7 None 0 248 kB existentialism, hzoo, jlhwung, ...1 more

🚮 Removed packages: npm/@babel/cli@7.25.6, npm/@babel/core@7.25.2, npm/@babel/plugin-external-helpers@7.24.7, npm/@babel/plugin-proposal-export-default-from@7.24.7, npm/@babel/plugin-transform-class-properties@7.25.4, npm/@babel/plugin-transform-destructuring@7.24.8, npm/@babel/plugin-transform-export-namespace-from@7.24.7, npm/@babel/plugin-transform-modules-commonjs@7.24.8, npm/@babel/plugin-transform-nullish-coalescing-operator@7.24.7, npm/@babel/plugin-transform-object-rest-spread@7.24.7, npm/@babel/plugin-transform-optional-chaining@7.24.8, npm/@babel/plugin-transform-private-methods@7.25.4, npm/@babel/plugin-transform-private-property-in-object@7.24.7, npm/@babel/plugin-transform-react-constant-elements@7.25.1, npm/@babel/plugin-transform-regenerator@7.24.7, npm/@babel/plugin-transform-runtime@7.25.4, npm/@babel/preset-env@7.25.4, npm/@babel/preset-react@7.24.7, npm/@babel/preset-typescript@7.24.7, npm/@babel/runtime@7.25.6

View full report↗︎

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.86%. Comparing base (d6948a4) to head (d383fc2). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/tdeekens/flopflip/pull/1953/graphs/tree.svg?width=650&height=150&src=pr&token=QB77hgphUg&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tobias+Deekens)](https://app.codecov.io/gh/tdeekens/flopflip/pull/1953?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tobias+Deekens) ```diff @@ Coverage Diff @@ ## main #1953 +/- ## ======================================= Coverage 92.86% 92.86% ======================================= Files 109 109 Lines 1807 1807 Branches 280 280 ======================================= Hits 1678 1678 Misses 129 129 ```