-
Notifications
You must be signed in to change notification settings - Fork 38
Commit 1e348ba
authored
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/cli](https://babel.dev/docs/en/next/babel-cli)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-cli))
| [`7.25.6` ->
`7.25.9`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.25.6/7.25.9)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-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.9` ->
`7.26.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.5/7.26.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@babel/plugin-transform-async-to-generator](https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-async-to-generator))
| [`7.24.7` ->
`7.25.9`](https://renovatebot.com/diffs/npm/@babel%2fplugin-transform-async-to-generator/7.23.3/7.25.9)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@babel/standalone](https://babel.dev/docs/en/next/babel-standalone)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-standalone))
| [`7.25.0` ->
`7.26.2`](https://renovatebot.com/diffs/npm/@babel%2fstandalone/7.25.0/7.26.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/cli)</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.7...v7.25.9)
##### 🐛 Bug Fix
- `babel-parser`, `babel-template`, `babel-types`
- [#​16905](https://redirect.github.com/babel/babel/pull/16905)
fix: Keep type annotations in `syntacticPlaceholders` mode
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-compilation-targets`, `babel-preset-env`
- [#​16907](https://redirect.github.com/babel/babel/pull/16907)
fix: support BROWSERSLIST{,\_CONFIG} env
([@​JLHwung](https://redirect.github.com/JLHwung))
- Other
- [#​16884](https://redirect.github.com/babel/babel/pull/16884)
Analyze `ClassAccessorProperty` to prevent the `no-undef` rule
([@​victorenator](https://redirect.github.com/victorenator))
##### 🏠 Internal
- `babel-helper-transform-fixture-test-runner`
- [#​16914](https://redirect.github.com/babel/babel/pull/16914)
remove test options flaky
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🏃♀️ Performance
- `babel-parser`, `babel-types`
- [#​16918](https://redirect.github.com/babel/babel/pull/16918)
perf: Make `VISITOR_KEYS` etc. faster to access
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
###
[`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 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))
##### 💅 Polish
- `babel-types`
- [#​16852](https://redirect.github.com/babel/babel/pull/16852)
Add deprecated JSDOC for fields
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
##### 🏠 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))
##### 🏃♀️ 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))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4:00am on Tuesday" in timezone
America/Toronto, 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMS4zIiwidXBkYXRlZEluVmVyIjoiMzkuMzEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com>
1 parent 073332f commit 1e348baCopy full SHA for 1e348ba
File tree
Expand file treeCollapse file tree
4 files changed
+216
-271
lines changedFilter options
- packages
- atomic
- quantic
- samples/iife
Expand file treeCollapse file tree
4 files changed
+216
-271
lines changed
0 commit comments