Bump the npm-deps group across 1 directory with 21 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
dependencies javascript ready for review
Bumps the npm-deps group with 19 updates in the / directory:
| Package | From | To |
|---|---|---|
| @primer/octicons-react | 19.19.0 |
19.21.2 |
| @primer/react | 37.31.0 |
38.8.0 |
| react | 19.2.0 |
19.2.4 |
| @types/react | 19.2.2 |
19.2.10 |
| react-dom | 19.2.0 |
19.2.4 |
| @types/react-dom | 19.2.1 |
19.2.3 |
| @babel/core | 7.28.4 |
7.28.6 |
| @babel/preset-env | 7.28.3 |
7.28.6 |
| @babel/preset-react | 7.27.1 |
7.28.5 |
| @babel/preset-typescript | 7.27.1 |
7.28.5 |
| @playwright/test | 1.56.0 |
1.58.0 |
| @tailwindcss/cli | 4.1.14 |
4.1.18 |
| @types/node | 24.7.1 |
25.0.10 |
| css-loader | 7.1.2 |
7.1.3 |
| markdownlint-cli | 0.46.0 |
0.47.0 |
| prettier | 3.6.2 |
3.8.1 |
| webpack | 5.102.1 |
5.104.1 |
| yaml | 2.8.1 |
2.8.2 |
| lightningcss-linux-x64-gnu | 1.30.2 |
1.31.1 |
Updates @primer/octicons-react from 19.19.0 to 19.21.2
Release notes
Sourced from @primer/octicons-react's releases.
v19.21.2
Patch Changes
- #1146
41c78057Thanks@rezrah! - Updated GitHub brand logos (mark-githubandlogo-github) to 2026 versions.v19.21.1
Patch Changes
- #1137
97cefc9fThanks@dependabot! - Bump js-yaml from 3.13.1 to 4.1.1v19.21.0
Minor Changes
#1132
c5411b04Thanks@mperrotti! - Adds icons used for Copilot Loops#1134
131fbedcThanks@mperrotti! - Adds icons used for Copilot Markdown text wrapping options#1133
94ceabb7Thanks@mperrotti! - Adds icons used for feedback dialogsPatch Changes
- #1135
be5df35dThanks@mperrotti! - Updates VS Code icon to closer match the real app iconv19.20.0
Minor Changes
- #1129
68ebe53bThanks@lukasoppermann! - Added InboxFill icon
Changelog
Sourced from @primer/octicons-react's changelog.
19.21.2
Patch Changes
- #1146
41c78057Thanks@rezrah! - Updated GitHub brand logos (mark-githubandlogo-github) to 2026 versions.19.21.1
Patch Changes
- #1137
97cefc9fThanks@dependabot! - Bump js-yaml from 3.13.1 to 4.1.119.21.0
Minor Changes
- #1132
c5411b04Thanks@mperrotti! - Adds icons used for Copilot Loops
- #1134
131fbedcThanks@mperrotti! - Adds icons used for Copilot Markdown text wrapping options
- #1133
94ceabb7Thanks@mperrotti! - Adds icons used for feedback dialogsPatch Changes
- #1135
be5df35dThanks@mperrotti! - Updates VS Code icon to closer match the real app icon19.20.0
Minor Changes
- #1129
68ebe53bThanks@lukasoppermann! - Added InboxFill icon
Commits
63d6a23Version Packages (#1147)41c7805Updated GitHub logos (#1146)6c65ce6Bump next from 14.2.32 to 14.2.35 in /lib/octicons_react (#1142)77ef6b2Version Packages (#1141)97cefc9Bump js-yaml from 3.13.1 to 4.1.1 (#1137)4e7f725Bump next from 14.2.30 to 14.2.32 in /lib/octicons_react (#1139)c3afedbBump js-yaml from 3.14.1 to 3.14.2 in /lib/octicons_node (#1140)4424b17Add workflow to check for changesets in PRs (#1138)d2627d3Version Packages (#1136)be5df35Update VS Code icon (#1135)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @primer/octicons-react since your current version.
Updates @primer/react from 37.31.0 to 38.8.0
Release notes
Sourced from @primer/react's releases.
@primer/react@38.8.0Minor Changes
#7455
a86c183Thanks@HiroAgustin! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog#7438
160c1c4Thanks@francinelucca! - feat: make Spinner's delay customizable#7436
9a4e46cThanks@TylerJDev! - FilteredActionList: Adds new propscrollBehaviorto allow customization of scroll behavior#7448
838859dThanks@francinelucca! - feat(SkeletonBox): add customizable delayPatch Changes
- #7451
0fc4523Thanks@daantosaurus! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for thedata-contentattribute.
@primer/react@38.7.1Patch Changes
#7439
ceb4337Thanks@liuliu-dev! - Fix PageLayout whitespace gap on narrow viewports.#7364
d239382Thanks@francinelucca! - fix(Autocomplete.Overlay): prevent user-defined className from overriding default styles#7408
e3592d9Thanks@TylerJDev! - ActionMenu: Ensures that uncontrolled ActionMenu(s) retain tab-focus when fullscreen#7445
4072e44Thanks@mattcosta7! - Fixed a bug where scroll might jump when resizing by removing content-visibility from dragging elements in PageLayout.#7431
43d1d89Thanks@llastflowers! - Fix positioning of Autocomplete overlay menu when tokens are present
@primer/react@38.7.0Minor Changes
- #7293
d418509Thanks@lindseywild! - Adds character counts to TextInput and TextArea componentsPatch Changes
#7354
efbebdfThanks@llastflowers! - update SelectPanel Multi Select Modal story#7426
094be60Thanks@kelsey-myers! - Add focusPrependedElements prop to useFocusZone, FilteredActionList, and SelectPanel#7349
713d5a5Thanks@mattcosta7! - PageLayout: Optimize drag/resize performance with inline styles and new optimizationsRefactored:
- Use direct attribute selectors (
.Pane[data-dragging='true']) instead of descendant selectors for CSS containment (O(1) vs O(n) selector matching)- Extract optimization utilities to
paneUtils.ts- Apply drag handle visual feedback via inline styles and CSS variables
Added:
content-visibility: autoduring drag/resize to skip off-screen content rendering
... (truncated)
Commits
5fa2dceRelease tracking (#7457)3c382a2Revert "Change actionlist item inline description styling" (#7470)838859dfeat(SkeletonBox): add customizable delay (#7448)160c1c4feat(Spinner): make delay customizable (#7438)5579c9bAdd missing changeset for #7451 (#7462)0fc4523Handle React elements in UnderlineNav.Item children (#7451)4bb6620Change actionlist item inline description styling (#7427)9a4e46cBump behaviors to v1.10.0; adds new prop to FilteredActionList (#7436)a86c183RemoveConfirmationDialogcustom renders to ensure visual parity with `Dial...20cc44fRelease tracking (#7430)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @primer/react since your current version.
Updates react from 19.2.0 to 19.2.4
Release notes
Sourced from react's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)19.2.3 (December 11th, 2025)
React Server Components
- Add extra loop protection to React Server Functions (
@sebmarkbage#35351)19.2.2 (December 11th, 2025)
React Server Components
- Move
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lonfacebook/react#35290)- Patch Promise cycles and toString on Server Functions (
@sebmarkbage,@unstubbable#35289, #35345)19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
90ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.1- See full diff in compare view
Updates @types/react from 19.2.2 to 19.2.10
Commits
- See full diff in compare view
Updates react-dom from 19.2.0 to 19.2.4
Release notes
Sourced from react-dom's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)19.2.3 (December 11th, 2025)
React Server Components
- Add extra loop protection to React Server Functions (
@sebmarkbage#35351)19.2.2 (December 11th, 2025)
React Server Components
- Move
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lonfacebook/react#35290)- Patch Promise cycles and toString on Server Functions (
@sebmarkbage,@unstubbable#35289, #35345)19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react-dom's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
90ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.1- See full diff in compare view
Updates @types/react-dom from 19.2.1 to 19.2.3
Commits
- See full diff in compare view
Updates @babel/core from 7.28.4 to 7.28.6
Release notes
Sourced from @babel/core's releases.
v7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!:bug: Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu):nail_care: Polish
babel-core,babel-standalone:house: Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo):running_woman: Performance
babel-plugin-transform-react-jsx
- #17555 perf: Use lighter traversal for jsx
__source,__self(@liuxingbaoyu)Committers: 7
- Babel Bot (
@babel-bot)- Eliot Pontarelli (
@kolvian)- Huáng Jùnliàng (
@JLHwung)- Kadhirash Sivakumar (
@kadhirash)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu- coderaiser (
@coderaiser)v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
... (truncated)
Changelog
Sourced from @babel/core's changelog.
Changelog
Tags:
- :boom: [Breaking Change]
- :eyeglasses: [Spec Compliance]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
This file contains the changelog starting from v7.15.0.
- See CHANGELOG - v7.0.0 to v7.14.9 for v7.0.0 to v7.14.9 changes.
- See CHANGELOG - v7 prereleases for v7.0.0-alpha.1 to v7.0.0-rc.4 changes.
- See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes.
- See CHANGELOG - 6to5 for the pre-4.0.0 version changelog.
- See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog.
- See
babel-eslint's releases for the changelog before@babel/eslint-parser7.8.0.- See
eslint-plugin-babel's releases for the changelog before@babel/eslint-plugin7.8.0.v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
... (truncated)
Commits
d7f4008v7.28.6e130225Polish(standalone): improve message on invalid preset/plugin (#17606)99dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)d725e39AddBABEL_7_TO_8_DANGEROUSLY_DISABLE_VERSION_CHECK(#17569)c1b55f6Useeslint.config.mts(#17573)61647aev7.28.542cb285Improve@babel/coretypes (#17404)da0d1adFaster finding of locations inbuildCodeFrameError(#17490)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/core since your current version.
Updates @babel/preset-env from 7.28.3 to 7.28.6
Release notes
Sourced from @babel/preset-env's releases.
v7.28.6 (2026-01-12)
Thanks
@kadhirashand@kolvianfor your first PRs!:bug: Bug Fix
babel-cli,babel-code-frame,babel-core,babel-helper-check-duplicate-nodes,babel-helper-fixtures,babel-helper-plugin-utils,babel-node,babel-plugin-transform-flow-comments,babel-plugin-transform-modules-commonjs,babel-plugin-transform-property-mutators,babel-preset-env,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17556 fix:
transform-regeneratorcorrectly handles scope (@liuxingbaoyu)babel-plugin-transform-react-jsx
- #17538 fix: Keep jsx comments (
@liuxingbaoyu):nail_care: Polish
babel-core,babel-standalone:house: Internal
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-proposal-decorators,babel-plugin-proposal-import-attributes-to-assertions,babel-plugin-proposal-import-wasm-source,babel-plugin-syntax-async-do-expressions,babel-plugin-syntax-decorators,babel-plugin-syntax-destructuring-private,babel-plugin-syntax-do-expressions,babel-plugin-syntax-explicit-resource-management,babel-plugin-syntax-export-default-from,babel-plugin-syntax-flow,babel-plugin-syntax-function-bind,babel-plugin-syntax-function-sent,babel-plugin-syntax-import-assertions,babel-plugin-syntax-import-attributes,babel-plugin-syntax-import-defer,babel-plugin-syntax-import-source,babel-plugin-syntax-jsx,babel-plugin-syntax-module-blocks,babel-plugin-syntax-optional-chaining-assign,babel-plugin-syntax-partial-application,babel-plugin-syntax-pipeline-operator,babel-plugin-syntax-throw-expressions,babel-plugin-syntax-typescript,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-dotall-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-regexp-modifiers,babel-plugin-transform-unicode-property-regex,babel-plugin-transform-unicode-sets-regex
- #17580 Allow Babel 8 in compatible Babel 7 plugins (
@nicolo-ribaudo):running_woman: Performance
babel-plugin-transform-react-jsx
- #17555 perf: Use lighter traversal for jsx
__source,__self(@liuxingbaoyu)Committers: 7
- Babel Bot (
@babel-bot)- Eliot Pontarelli (
@kolvian)- Huáng Jùnliàng (
@JLHwung)- Kadhirash Sivakumar (
@kadhirash)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu- coderaiser (
@coderaiser)v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
Changelog
Tags:
- :boom: [Breaking Change]
- :eyeglasses: [Spec Compliance]
- :rocket: [New Feature]
- :bug: [Bug Fix]
- :memo: [Documentation]
- :house: [Internal]
- :nail_care: [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
This file contains the changelog starting from v7.15.0.
- See CHANGELOG - v7.0.0 to v7.14.9 for v7.0.0 to v7.14.9 changes.
- See CHANGELOG - v7 prereleases for v7.0.0-alpha.1 to v7.0.0-rc.4 changes.
- See CHANGELOG - v4, CHANGELOG - v5, and CHANGELOG - v6 for v4.x-v6.x changes.
- See CHANGELOG - 6to5 for the pre-4.0.0 version changelog.
- See Babylon's CHANGELOG for the Babylon pre-7.0.0-beta.29 version changelog.
- See
babel-eslint's releases for the changelog before@babel/eslint-parser7.8.0.- See
eslint-plugin-babel's releases for the changelog before@babel/eslint-plugin7.8.0.v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
... (truncated)
Commits
d7f4008v7.28.699dcba5chore: enable some ts-eslint rules (#17592)c92c491Improve Unicode handling in code-frame tokenizer (#17589)61647aev7.28.542cb285Improve@babel/coretypes (#17404)ae363aechore: Fix typo in variable name (#17535)1edfcaaUpdate compat data (#17487)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/preset-env since your current version.
Updates @babel/preset-react from 7.27.1 to 7.28.5
Release notes
Sourced from @babel/preset-react's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/preset-react's changelog.
v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance...
Description has been truncated
Package Dependencies
lightningcss-linux-x64-gnu
npm
1.30.2 → 1.31.1
Minor
Technical Details
| ID: | 13252359 |
| UUID: | 3865788689 |
| Node ID: | PR_kwDOQlQ6ds6_385J |
| Host: | GitHub |
| Repository: | github/github-well-architected |