Skip to content

Commit

Permalink
Update babel monorepo to v7.25.2 (#2439)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.24.6` ->
`7.25.2`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.6/7.25.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.24.6/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.24.6/7.25.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env))
| [`7.24.6` ->
`7.25.4`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.24.6/7.25.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.25.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-env/7.25.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-env/7.24.6/7.25.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.24.6/7.25.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

###
[`v7.25.2`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7252-2024-07-30)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.24.9...v7.25.2)

##### πŸ› Bug Fix

-   `babel-core`, `babel-traverse`
- [#&#8203;16695](https://redirect.github.com/babel/babel/pull/16695)
Ensure that `requeueComputedKeyAndDecorators` is available
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))

###
[`v7.24.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.24.8...v7.24.9)

##### πŸ› Bug Fix

-   `babel-core`, `babel-standalone`
- [#&#8203;16639](https://redirect.github.com/babel/babel/pull/16639)
Avoid `require()` call in `@babel/standalone` bundle
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
-   `babel-types`
- [#&#8203;16638](https://redirect.github.com/babel/babel/pull/16638)
fix: provide legacy typings for TS < 4.1
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))

##### πŸ’… Polish

-   `babel-generator`, `babel-plugin-transform-optional-chaining`
- [#&#8203;16617](https://redirect.github.com/babel/babel/pull/16617)
Avoid extra parens in TS `as`/`satisfies`
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-helper-module-transforms`
- [#&#8203;16629](https://redirect.github.com/babel/babel/pull/16629)
Lazy top-level initializations for module transforms
([@&#8203;guybedford](https://redirect.github.com/guybedford))

###
[`v7.24.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.24.7...v7.24.8)

##### πŸ‘“ Spec Compliance

-   `babel-parser`
- [#&#8203;16567](https://redirect.github.com/babel/babel/pull/16567) Do
not use strict mode in TS `declare`
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

##### πŸ› Bug Fix

-   `babel-generator`
- [#&#8203;16630](https://redirect.github.com/babel/babel/pull/16630)
Correctly print parens around `in` in `for` heads
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#&#8203;16626](https://redirect.github.com/babel/babel/pull/16626)
Fix printing of comments in `await using`
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#&#8203;16591](https://redirect.github.com/babel/babel/pull/16591)
fix typescript code generation for yield expression inside type expre…
([@&#8203;SreeXD](https://redirect.github.com/SreeXD))
-   `babel-parser`
- [#&#8203;16613](https://redirect.github.com/babel/babel/pull/16613)
Disallow destructuring assignment in `using` declarations
([@&#8203;H0onnn](https://redirect.github.com/H0onnn))
- [#&#8203;16490](https://redirect.github.com/babel/babel/pull/16490)
fix: do not add `.value: undefined` to regexp literals
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-types`
- [#&#8203;16615](https://redirect.github.com/babel/babel/pull/16615)
Remove boolean props from `ObjectTypeInternalSlot` visitor keys
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
-   `babel-plugin-transform-typescript`
- [#&#8203;16566](https://redirect.github.com/babel/babel/pull/16566)
fix: Correctly handle `export import x =`
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

##### πŸ’… Polish

-   `babel-generator`
- [#&#8203;16625](https://redirect.github.com/babel/babel/pull/16625)
Avoid unnecessary parens around `async` in `for await`
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
-   `babel-traverse`
- [#&#8203;16619](https://redirect.github.com/babel/babel/pull/16619)
Avoid checking `Scope.globals` multiple times
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

###
[`v7.24.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05)

[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.24.6...v7.24.7)

##### πŸ› Bug Fix

-   `babel-node`
- [#&#8203;16554](https://redirect.github.com/babel/babel/pull/16554)
Allow extra flags in babel-node
([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
-   `babel-traverse`
- [#&#8203;16522](https://redirect.github.com/babel/babel/pull/16522)
fix: incorrect `constantViolations` with destructuring
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-transform-fixture-test-runner`,
`babel-plugin-proposal-explicit-resource-management`
- [#&#8203;16524](https://redirect.github.com/babel/babel/pull/16524)
fix: Transform `using` in `switch` correctly
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

##### 🏠 Internal

- `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`,
`babel-runtime`
- [#&#8203;16525](https://redirect.github.com/babel/babel/pull/16525)
Delete unused array helpers
([@&#8203;blakewilson](https://redirect.github.com/blakewilson))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/jaeger-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==-->

Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot authored Sep 24, 2024
1 parent b81800f commit 8604f00
Showing 1 changed file with 4 additions and 593 deletions.
Loading

0 comments on commit 8604f00

Please sign in to comment.