An open index of dependabot pull requests across open source projects.

chore(deps): bump the npm-version group across 1 directory with 27 updates

Closed
Number: #60
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: April 08, 2026 at 12:57 AM UTC
(about 2 months ago)
Updated: May 14, 2026 at 03:53 AM UTC
(19 days ago)
Closed: May 14, 2026 at 03:53 AM UTC
(19 days ago)
Time to Close: about 1 month
Labels:
dependencies javascript ready for review
Description:

Bumps the npm-version group with 24 updates in the / directory:

Package From To
@primer/octicons-react 19.19.0 19.25.0
@primer/react 37.31.0 38.21.1
react 19.2.0 19.2.5
@types/react 19.2.2 19.2.14
react-dom 19.2.0 19.2.5
@types/react-dom 19.2.1 19.2.3
@babel/core 7.28.4 7.29.0
@babel/preset-env 7.28.3 7.29.3
@babel/preset-react 7.27.1 7.28.5
@babel/preset-typescript 7.27.1 7.28.5
@playwright/test 1.56.0 1.59.1
@tailwindcss/cli 4.1.14 4.2.4
@types/node 24.7.1 25.6.0
babel-loader 10.0.0 10.1.1
css-loader 7.1.2 7.1.4
dotenv 17.2.3 17.4.2
jest 30.2.0 30.3.0
markdownlint-cli 0.46.0 0.48.0
prettier 3.6.2 3.8.3
ts-loader 9.5.4 9.5.7
typescript 5.9.3 6.0.3
webpack 5.102.1 5.106.2
webpack-cli 6.0.1 7.0.2
yaml 2.8.1 2.8.3

Updates @primer/octicons-react from 19.19.0 to 19.25.0

Release notes

Sourced from @​primer/octicons-react's releases.

v19.25.0

Minor Changes

v19.24.1

Patch Changes

v19.24.0

Minor Changes

v19.23.1

Patch Changes

v19.23.0

Minor Changes

v19.22.1

Patch Changes

v19.22.0

Minor Changes

v19.21.2

Patch Changes

v19.21.1

Patch Changes

... (truncated)

Changelog

Sourced from @​primer/octicons-react's changelog.

19.25.0

Minor Changes

19.24.1

Patch Changes

19.24.0

Minor Changes

19.23.1

Patch Changes

19.23.0

Minor Changes

19.22.1

Patch Changes

19.22.0

Minor Changes

19.21.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​primer/octicons-react since your current version.


Updates @primer/react from 37.31.0 to 38.21.1

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.21.1

Patch Changes

  • #7770 619175c Thanks @​LisaKr! - Defer useAnchoredPosition initial mount setState from useLayoutEffect to useEffect when overlay is closed, eliminating unnecessary cascading re-renders that block paint.

@​primer/react@​38.21.0

Minor Changes

  • #7760 b2e0efd Thanks @​siddharthkp! - Deprecate the useResponsiveValue hook.

  • #7724 d813099 Thanks @​francinelucca! - Add stable data-component selectors to multiple components following ADR-023:

    • ActionBar
    • ActionList and friends
    • Button
    • FilteredActionList and friends
    • Link
    • LinkButton
    • Pagination
    • SelectPanel and friends
    • Table and friends
    • TextInput
    • TextInputWithTokens
    • TooltipV2

    This enables consumers to query and test components using stable selectors like [data-component="Table.Row"].

  • #7766 b3f06f1 Thanks @​TylerJDev! - AnchoredOverlay: (Behind feature flag) Make popover API usage opt-in

  • #7763 b288d6e Thanks @​liuliu-dev! - Add borderRadius prop to Card component.

Patch Changes

@​primer/react@​38.20.0

Minor Changes

  • #7723 ec6c88f Thanks @​liuliu-dev! - Add Card component with subcomponents: Card.Icon, Card.Image, Card.Heading, Card.Description, Card.Menu, and Card.Metadata

  • #7725 d7b9313 Thanks @​TylerJDev! - AnchoredOverlay: Remove polyfill for CSS Anchor Positioning, use primer/behaviors as fallback. Ensure overlays take available space.

  • #7752 d7380a7 Thanks @​liuliu-dev! - Breadcrumbs: Graduate primer_react_breadcrumbs_overflow_menu feature flag, making the overflow menu behavior always-on.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​primer/react since your current version.


Updates react from 19.2.0 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates @types/react from 19.2.2 to 19.2.14

Commits

Updates react-dom from 19.2.0 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates @types/react-dom from 19.2.1 to 19.2.3

Commits

Updates @babel/core from 7.28.4 to 7.29.0

Release notes

Sourced from @​babel/core's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

:rocket: New Feature

  • babel-types
  • babel-standalone

:bug: Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

:running_woman: Performance

Committers: 6

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for 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-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx

: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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/core since your current version.


Updates @babel/preset-env from 7.28.3 to 7.29.3

Release notes

Sourced from @​babel/preset-env's releases.

v7.29.3 (2026-04-30)

:eyeglasses: Spec Compliance

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

:nail_care: Polish

:memo: Documentation

:running_woman: Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

v7.29.2 (2026-03-16)

:eyeglasses: Spec Compliance

  • babel-parser

:bug: Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env
    • #17789 [7.x backport] preset-env include/exclude should accept bugfix plugins (@​JLHwung)

:house: Internal

Committers: 2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by 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 @​youthfulhps for your first PRs!

:eyeglasses: Spec Compliance

:bug: Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • 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-types
  • babel-traverse

:house: Internal

:running_woman: Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

:house: Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/preset-react'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 v8.0.0-alpha.0.

v8.0.0-rc.4 (2026-04-29)

:eyeglasses: Spec Compliance

:boom: Breaking Change

  • babel-cli, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-register
  • babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-block-scoping, babel-plugin-transform-regenerator, babel-traverse
  • babel-plugin-external-helpers, babel-template, babel-traverse
  • babel-plugin-transform-property-mutators, babel-standalone

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/preset-react since your current version.


Updates @babel/preset-typescript from 7.27.1 to 7.28.5

Release notes

Sourced from @​babel/preset-typescript's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

:eyeglasses: Spec Compliance

:bug: Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • 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-types
  • babel-traverse

:house: Internal

:running_woman: Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

:house: Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/preset-typescript'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 v8.0.0-alpha.0.

v8.0.0-rc.4 (2026-04-29)

:eyeglasses: Spec Complianc...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
24.7.1 → 25.6.0
Update Type:
Major
Ecosystem:
npm
Version Change:
19.2.2 → 19.2.14
Update Type:
Patch
Package:
react-dom
Ecosystem:
npm
Version Change:
19.2.0 → 19.2.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.28.3 → 7.29.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.2.1 → 19.2.3
Update Type:
Patch
Package:
webpack
Ecosystem:
npm
Version Change:
5.102.1 → 5.106.2
Update Type:
Minor
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.28.4 → 7.29.0
Update Type:
Minor
Package:
prettier
Ecosystem:
npm
Version Change:
3.6.2 → 3.8.3
Update Type:
Minor
Package:
yaml
Ecosystem:
npm
Version Change:
2.8.1 → 2.8.3
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.9.3 → 6.0.3
Update Type:
Major
Ecosystem:
npm
Version Change:
1.56.0 → 1.59.1
Update Type:
Minor
Package:
react
Ecosystem:
npm
Version Change:
19.2.0 → 19.2.5
Update Type:
Patch
Package:
css-loader
Ecosystem:
npm
Version Change:
7.1.2 → 7.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.14 → 4.2.4
Update Type:
Minor
Package:
dotenv
Ecosystem:
npm
Version Change:
17.2.3 → 17.4.2
Update Type:
Minor
Package:
webpack-cli
Ecosystem:
npm
Version Change:
6.0.1 → 7.0.2
Update Type:
Major
Package:
jest
Ecosystem:
npm
Version Change:
30.2.0 → 30.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.0.0 → 10.1.1
Update Type:
Minor
Package:
ts-loader
Ecosystem:
npm
Version Change:
9.5.4 → 9.5.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
37.31.0 → 38.21.1
Update Type:
Major
Ecosystem:
npm
Version Change:
7.27.1 → 7.28.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.1 → 7.28.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.19.0 → 19.25.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.46.0 → 0.48.0
Update Type:
Minor
Technical Details
ID: 15793042
UUID: 4221431717
Node ID: PR_kwDOQlQ6ds7QqS1Z
Host: GitHub
Repository: github/github-well-architected