-
Notifications
You must be signed in to change notification settings - Fork 29
Commit 68d4e69
Update dependency @babel/types to v7.27.0 (#36876)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-types)) | devDependencies | minor | [`7.26.9` -> `7.27.0`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.26.9/7.27.0) | `7.27.1` |
---
### Release Notes
<details>
<summary>babel/babel (@​babel/types)</summary>
### [`v7.27.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7270-2025-03-24)
[Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.10...v7.27.0)
##### ๐ Spec Compliance
- `babel-generator`, `babel-parser`
- [#​16977](https://redirect.github.com/babel/babel/pull/16977) Default `importAttributesKeyword` to `with` ([@​JLHwung](https://redirect.github.com/JLHwung))
##### ๐ New Feature
- `babel-helper-create-class-features-plugin`, `babel-traverse`, `babel-types`
- [#​17169](https://redirect.github.com/babel/babel/pull/17169) Allow `traverseFast` to exit early ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`, `babel-types`
- [#​17110](https://redirect.github.com/babel/babel/pull/17110) Add `ImportAttributes` to `Standardized` and move its parser test fixtures ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-generator`
- [#​17100](https://redirect.github.com/babel/babel/pull/17100) fix(babel-generator): add named export of generate function ([@​vovkasm](https://redirect.github.com/vovkasm))
- `babel-parser`, `babel-template`
- [#​17149](https://redirect.github.com/babel/babel/pull/17149) Add `allowYieldOutsideFunction` to parser ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-plugin-transform-typescript`, `babel-traverse`
- [#​17102](https://redirect.github.com/babel/babel/pull/17102) feat: Add `upToScope` parameter to `hasBinding` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`
- [#​17082](https://redirect.github.com/babel/babel/pull/17082) Support ESTree AccessorProperty ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-types`
- [#​17162](https://redirect.github.com/babel/babel/pull/17162) feat(babel-types): Add support for BigInt literal conversion in valueToNode ([@​ishchhabra](https://redirect.github.com/ishchhabra))
##### ๐ Bug Fix
- `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties`
- [#​16816](https://redirect.github.com/babel/babel/pull/16816) fix: Class reference in type throws error ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-traverse`
- [#​17170](https://redirect.github.com/babel/babel/pull/17170) fix: Reset child scopes when `scope.crawl()` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​17118](https://redirect.github.com/babel/babel/pull/17118) Fix: align behaviour to tsc `rewriteRelativeImportExtensions` ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-cli`
- [#​17182](https://redirect.github.com/babel/babel/pull/17182) fix: `@babel/cli` generates duplicate inline source maps ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-plugin-transform-named-capturing-groups-regex`, `babel-types`
- [#​17175](https://redirect.github.com/babel/babel/pull/17175) Generate computed proto key ([@​JLHwung](https://redirect.github.com/JLHwung))
##### ๐โโ๏ธ Performance
- `babel-types`
- [#​16870](https://redirect.github.com/babel/babel/pull/16870) perf: Improve builders of `@babel/types` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-create-regexp-features-plugin`
- [#​17176](https://redirect.github.com/babel/babel/pull/17176) fix: improve duplicate named groups check ([@​JLHwung](https://redirect.github.com/JLHwung))
### [`v7.26.10`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72610-2025-03-11)
[Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.9...v7.26.10)
##### ๐ Spec Compliance
- `babel-parser`
- [#​17159](https://redirect.github.com/babel/babel/pull/17159) Disallow decorator in array pattern ([@​JLHwung](https://redirect.github.com/JLHwung))
##### ๐ Bug Fix
- `babel-parser`, `babel-template`
- [#​17164](https://redirect.github.com/babel/babel/pull/17164) Fix: always initialize ExportDeclaration attributes ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-core`
- [#​17142](https://redirect.github.com/babel/babel/pull/17142) fix: "Map maximum size exceeded" in deepClone ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`, `babel-plugin-transform-typescript`
- [#​17154](https://redirect.github.com/babel/babel/pull/17154) Update typescript parser tests ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#​17151](https://redirect.github.com/babel/babel/pull/17151) fix: Should not evaluate vars in child scope ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-generator`
- [#​17153](https://redirect.github.com/babel/babel/pull/17153) fix: Correctly generate `abstract override` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-parser`
- [#​17107](https://redirect.github.com/babel/babel/pull/17107) Fix source type detection when parsing TypeScript ([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-helpers`, `babel-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`
- [#​17173](https://redirect.github.com/babel/babel/pull/17173) Fix processing of replacement pattern with named capture groups ([@​mmmsssttt404](https://redirect.github.com/\[mmmsssttt404]\(https://github.com/mmmsssttt404\)))
##### ๐
Polish
- `babel-standalone`
- [#​17158](https://redirect.github.com/babel/babel/pull/17158) Avoid warnings when re-bundling [@​babel/standalone](https://redirect.github.com/babel/standalone) with webpack ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
##### ๐ Internal
- `babel-parser`
- [#​17160](https://redirect.github.com/babel/babel/pull/17160) Left-value parsing cleanup ([@​JLHwung](https://redirect.github.com/JLHwung))
</details>
---
### Configuration
๐
**Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 this update again.
---
- [ ] 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).
GitOrigin-RevId: 44208ba9cfbaebe0d13a5da0c0f790700b452b0b1 parent b336b3a commit 68d4e69Copy full SHA for 68d4e69
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
|
0 commit comments