Skip to content

Commit 68d4e69

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored and
Convex, Inc.
committed
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 (@&#8203;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` - [#&#8203;16977](https://redirect.github.com/babel/babel/pull/16977) Default `importAttributesKeyword` to `with` ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### ๐Ÿš€ New Feature - `babel-helper-create-class-features-plugin`, `babel-traverse`, `babel-types` - [#&#8203;17169](https://redirect.github.com/babel/babel/pull/17169) Allow `traverseFast` to exit early ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#&#8203;17110](https://redirect.github.com/babel/babel/pull/17110) Add `ImportAttributes` to `Standardized` and move its parser test fixtures ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-generator` - [#&#8203;17100](https://redirect.github.com/babel/babel/pull/17100) fix(babel-generator): add named export of generate function ([@&#8203;vovkasm](https://redirect.github.com/vovkasm)) - `babel-parser`, `babel-template` - [#&#8203;17149](https://redirect.github.com/babel/babel/pull/17149) Add `allowYieldOutsideFunction` to parser ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#&#8203;17102](https://redirect.github.com/babel/babel/pull/17102) feat: Add `upToScope` parameter to `hasBinding` ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser` - [#&#8203;17082](https://redirect.github.com/babel/babel/pull/17082) Support ESTree AccessorProperty ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-types` - [#&#8203;17162](https://redirect.github.com/babel/babel/pull/17162) feat(babel-types): Add support for BigInt literal conversion in valueToNode ([@&#8203;ishchhabra](https://redirect.github.com/ishchhabra)) ##### ๐Ÿ› Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#&#8203;16816](https://redirect.github.com/babel/babel/pull/16816) fix: Class reference in type throws error ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-traverse` - [#&#8203;17170](https://redirect.github.com/babel/babel/pull/17170) fix: Reset child scopes when `scope.crawl()` ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;17118](https://redirect.github.com/babel/babel/pull/17118) Fix: align behaviour to tsc `rewriteRelativeImportExtensions` ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-cli` - [#&#8203;17182](https://redirect.github.com/babel/babel/pull/17182) fix: `@babel/cli` generates duplicate inline source maps ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-plugin-transform-named-capturing-groups-regex`, `babel-types` - [#&#8203;17175](https://redirect.github.com/babel/babel/pull/17175) Generate computed proto key ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### ๐Ÿƒโ€โ™€๏ธ Performance - `babel-types` - [#&#8203;16870](https://redirect.github.com/babel/babel/pull/16870) perf: Improve builders of `@babel/types` ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-create-regexp-features-plugin` - [#&#8203;17176](https://redirect.github.com/babel/babel/pull/17176) fix: improve duplicate named groups check ([@&#8203;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` - [#&#8203;17159](https://redirect.github.com/babel/babel/pull/17159) Disallow decorator in array pattern ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### ๐Ÿ› Bug Fix - `babel-parser`, `babel-template` - [#&#8203;17164](https://redirect.github.com/babel/babel/pull/17164) Fix: always initialize ExportDeclaration attributes ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-core` - [#&#8203;17142](https://redirect.github.com/babel/babel/pull/17142) fix: "Map maximum size exceeded" in deepClone ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser`, `babel-plugin-transform-typescript` - [#&#8203;17154](https://redirect.github.com/babel/babel/pull/17154) Update typescript parser tests ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#&#8203;17151](https://redirect.github.com/babel/babel/pull/17151) fix: Should not evaluate vars in child scope ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator` - [#&#8203;17153](https://redirect.github.com/babel/babel/pull/17153) fix: Correctly generate `abstract override` ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser` - [#&#8203;17107](https://redirect.github.com/babel/babel/pull/17107) Fix source type detection when parsing TypeScript ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3` - [#&#8203;17173](https://redirect.github.com/babel/babel/pull/17173) Fix processing of replacement pattern with named capture groups ([@&#8203;mmmsssttt404](https://redirect.github.com/\[mmmsssttt404]\(https://github.com/mmmsssttt404\))) ##### ๐Ÿ’… Polish - `babel-standalone` - [#&#8203;17158](https://redirect.github.com/babel/babel/pull/17158) Avoid warnings when re-bundling [@&#8203;babel/standalone](https://redirect.github.com/babel/standalone) with webpack ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### ๐Ÿ  Internal - `babel-parser` - [#&#8203;17160](https://redirect.github.com/babel/babel/pull/17160) Left-value parsing cleanup ([@&#8203;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: 44208ba9cfbaebe0d13a5da0c0f790700b452b0b
1 parent b336b3a commit 68d4e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"devDependencies": {
261261
"@auth0/auth0-react": "2.3.0",
262262
"@babel/parser": "^7.26.3",
263-
"@babel/types": "7.26.9",
263+
"@babel/types": "7.27.0",
264264
"@clerk/clerk-react": "^5.20.0",
265265
"@commander-js/extra-typings": "^11.1.0",
266266
"@eslint/compat": "~1.2.4",

0 commit comments

Comments
ย (0)