Skip to content

Commit

Permalink
⬆️ Update babel monorepo to ^7.25.9 (#5355)
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.25.8` ->
`^7.25.9`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.8/7.25.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.25.8/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.25.8/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@babel/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript))
| [`^7.25.7` ->
`^7.25.9`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.25.7/7.25.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-typescript/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-typescript/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-typescript/7.25.7/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-typescript/7.25.7/7.25.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22)

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

##### 🐛 Bug Fix

-   `babel-parser`, `babel-template`, `babel-types`
- [#&#8203;16905](https://redirect.github.com/babel/babel/pull/16905)
fix: Keep type annotations in `syntacticPlaceholders` mode
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
-   `babel-helper-compilation-targets`, `babel-preset-env`
- [#&#8203;16907](https://redirect.github.com/babel/babel/pull/16907)
fix: support BROWSERSLIST{,\_CONFIG} env
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))
-   Other
- [#&#8203;16884](https://redirect.github.com/babel/babel/pull/16884)
Analyze `ClassAccessorProperty` to prevent the `no-undef` rule
([@&#8203;victorenator](https://redirect.github.com/victorenator))

##### 🏠 Internal

-   `babel-helper-transform-fixture-test-runner`
- [#&#8203;16914](https://redirect.github.com/babel/babel/pull/16914)
remove test options flaky
([@&#8203;JLHwung](https://redirect.github.com/JLHwung))

##### 🏃‍♀️ Performance

-   `babel-parser`, `babel-types`
- [#&#8203;16918](https://redirect.github.com/babel/babel/pull/16918)
perf: Make `VISITOR_KEYS` etc. faster to access
([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))

</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/dubzzz/fast-check).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 7de23f8 commit e3b8590
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 193 deletions.
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
}
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/core": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@fast-check/worker": "workspace:*",
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
Expand Down
Loading

0 comments on commit e3b8590

Please sign in to comment.