Skip to content

📦 [0.81]: Bump the all-dependencies group across 1 directory with 23 updates - #16420

Open
dependabot[bot] wants to merge 1 commit into
0.81-stablefrom
dependabot/npm_and_yarn/0.81-stable/all-dependencies-30a2f56542
Open

📦 [0.81]: Bump the all-dependencies group across 1 directory with 23 updates#16420
dependabot[bot] wants to merge 1 commit into
0.81-stablefrom
dependabot/npm_and_yarn/0.81-stable/all-dependencies-30a2f56542

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 23 updates in the / directory:

Package From To
beachball 2.60.1 2.65.6
lage 2.14.15 2.17.0
lodash 4.17.21 4.18.1
ts-jest 29.4.5 29.4.12
@types/react 19.2.14 19.2.18
sanitize-filename 1.6.3 1.6.4
semver 7.7.3 7.8.5
@types/lodash 4.17.20 4.17.25
metro-runtime 0.83.3 0.83.8
metro-source-map 0.83.3 0.83.8
@xmldom/xmldom 0.8.13 0.8.15
envinfo 7.20.0 7.21.0
@types/shelljs 0.8.15 0.8.17
@microsoft/1ds-core-js 4.3.10 4.4.3
@microsoft/1ds-post-js 4.3.10 4.4.3
@microsoft/api-extractor 7.54.0 7.59.0
debug 4.4.1 4.4.3
eslint-plugin-react 7.37.2 7.37.5
metro-babel-register 0.83.3 0.83.8
metro-transform-plugins 0.83.3 0.83.8
resolve 1.22.11 1.22.12
@rnx-kit/metro-config 2.2.0 2.2.4
screenshot-desktop 1.15.3 1.15.6

Updates beachball from 2.60.1 to 2.65.6

Changelog

Sourced from beachball's changelog.

2.65.6

Tue, 25 Aug 2026 01:40:36 GMT

Patches

2.65.5

Thu, 21 May 2026 00:59:31 GMT

Patches

2.65.4

Sat, 02 May 2026 01:47:50 GMT

Patches

2.65.3

Wed, 29 Apr 2026 22:36:53 GMT

Patches

  • Update readme with link to large repos performance info (elcraig@microsoft.com)
  • Include dependent bumps for workspace: and catalog: dependencies in the changelog (elcraig@microsoft.com)
  • Include catalog dependency changes when checking for changed packages (elcraig@microsoft.com)
  • Refactor internals for getting changed packages (elcraig@microsoft.com)
  • Fix deepening of shallow clones in latest git by being more specific about the comparison ref being fetched. Also reduce git operations for the case where the branch ref doesn't exist locally. (elcraig@microsoft.com)

2.65.1

Wed, 22 Apr 2026 23:20:37 GMT

Patches

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for beachball since your current version.


Updates lage from 2.14.15 to 2.17.0

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for lage since your current version.


Updates lodash from 4.17.21 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

Updates ts-jest from 29.4.5 to 29.4.12

Release notes

Sourced from ts-jest's releases.

v29.4.12

Please refer to CHANGELOG.md for details.

v29.4.11

Please refer to CHANGELOG.md for details.

v29.4.10

Please refer to CHANGELOG.md for details.

v29.4.9

Please refer to CHANGELOG.md for details.

v29.4.8

No release notes provided.

v29.4.7

Please refer to CHANGELOG.md for details.

v29.4.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.12 (2026-07-22)

Features

  • compiler: support TypeScript 7 projects through compatibility aliases (#5386)

29.4.11 (2026-05-21)

Bug Fixes

  • preserve Bundler on the CJS path under TypeScript >= 6 (3941818), closes #4198

29.4.10 (2026-05-18)

Bug Fixes

  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #4774
  • respect tsconfig moduleResolution instead of forcing Node10 (1bffffc)
  • transformer: transpile mjs files from node_modules for CJS mode (96d025d)
  • transformer: use a consistent comparator in hoist-jest sortStatements (8a8fd2f)

29.4.9 (2026-04-01)

Bug Fixes

  • use correct registry for npm OIDC trusted publishing (f8a9cc9)

29.4.8 (2026-04-01)

Bug Fixes

  • wrong published assets

29.4.7 (2026-04-01)

... (truncated)

Commits
  • 3f05625 chore(release): 29.4.12
  • df28b27 docs: clarify TypeScript version prerequisites
  • c8a614a docs: mention TypeScript 7 setup in README
  • 06c79d4 fix: address TypeScript 7 review feedback
  • f107460 docs: explain TypeScript 7 compatibility setup
  • 3388227 test(e2e): add TypeScript compatibility matrix
  • 891dc73 fix(compiler): support TypeScript 7 compatibility aliases
  • eb135eb build(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in /examples
  • d5d80a3 ci: pin google osv scan action at v2.3.5
  • 6bf293f build(deps): bump shell-quote from 1.8.4 to 1.10.0 in /website
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-jest since your current version.


Updates @types/react from 19.2.14 to 19.2.18

Commits

Updates sanitize-filename from 1.6.3 to 1.6.4

Commits

Updates semver from 7.7.3 to 7.8.5

Release notes

Sourced from semver's releases.

v7.8.5

7.8.5 (2026-06-19)

Bug Fixes

v7.8.4

7.8.4 (2026-06-09)

Bug Fixes

v7.8.3

7.8.3 (2026-06-08)

Bug Fixes

Chores

v7.8.2

7.8.2 (2026-06-04)

Bug Fixes

v7.8.1

7.8.1 (2026-05-21)

Bug Fixes

v7.8.0

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

v7.7.4

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

... (truncated)

Changelog

Sourced from semver's changelog.

7.8.5 (2026-06-19)

Bug Fixes

7.8.4 (2026-06-09)

Bug Fixes

7.8.3 (2026-06-08)

Bug Fixes

Chores

7.8.2 (2026-06-04)

Bug Fixes

7.8.1 (2026-05-21)

Bug Fixes

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Commits

Updates @types/lodash from 4.17.20 to 4.17.25

Commits

Updates metro-runtime from 0.83.3 to 0.83.8

Release notes

Sourced from metro-runtime's releases.

v0.83.8

This release is on the 0.83.x branch

Full Changelog: react/metro@v0.83.7...v0.83.8

v0.83.7

This release is on the 0.83.x branch

Full Changelog: react/metro@v0.83.6...v0.83.7

v0.83.6

This release is on the 0.83.x branch

NOTE: Experimental features are not covered by semver and can change at any time.

v0.83.5

This is a hotfix on the 0.83.x branch.

  • [Feature]: config.server.tls now sets Metro to be exposed as an https server (#1657 by @​vzaidman)
  • [Fix]: sync bundling progress between Metro cli and app hints (34ca6a6f621521a0780a54eeb32384b4f9c2f8ff by @​vzaidman)
  • [Types]: Restore accidentally removed publication of TypeScript types (#1662 by @​robhogan)

Full Changelog: react/metro@v0.83.4...v0.83.5

v0.83.4

... (truncated)

Commits
  • 2ede29b Update facebook/metro -> react/metro for trusted publish
  • b3328ce Publish 0.83.8
  • 0126614 Publish 0.83.7
  • 3eecb5a Publish hotfix 0.83.6
  • 7da3861 Add keepalive "heartbeat" message to Fast Refresh connections (#1685)
  • b6e3989 Add changeId on HMRClient update-done message
  • 41a2713 fix console errors thrown about not wrapping renders in act during tests
  • c81087f Add SignedSource (@​generated) to generated TS types, use @​noformat
  • 5a62201 Publish 0.83.5
  • 4154554 Add/normalise package.json#repository field for all packages
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for metro-runtime since your current version.


Updates metro-source-map from 0.83.3 to 0.83.8

Release notes

Sourced from metro-source-map's releases.

v0.83.8

This release is on the 0.83.x branch

Full Changelog: react/metro@v0.83.7...v0.83.8

v0.83.7

This release is on the 0.83.x branch

Full Changelog: react/metro@v0.83.6...v0.83.7

v0.83.6

This release is on the 0.83.x branch

NOTE: Experimental features are not covered by semver and can change at any time.

v0.83.5

This is a hotfix on the 0.83.x branch.

  • [Feature]: config.server.tls now sets Metro to be exposed as an https server (#1657 by @​vzaidman)
  • [Fix]: sync bundling progress between Metro cli and app hints (34ca6a6f621521a0780a54eeb32384b4f9c2f8ff by @​vzaidman)
  • [Types]: Restore accidentally removed publication of TypeScript types (#1662 by @​robhogan)

Full Changelog: react/metro@v0.83.4...v0.83.5

v0.83.4

... (truncated)

Description has been truncated

Microsoft Reviewers: Open in CodeFlow

…updates

Bumps the all-dependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [beachball](https://github.com/microsoft/beachball/tree/HEAD/packages/beachball) | `2.60.1` | `2.65.6` |
| [lage](https://github.com/microsoft/lage) | `2.14.15` | `2.17.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.12` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.18` |
| [sanitize-filename](https://github.com/parshap/node-sanitize-filename) | `1.6.3` | `1.6.4` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.8.5` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.20` | `4.17.25` |
| [metro-runtime](https://github.com/react/metro/tree/HEAD/packages/metro-runtime) | `0.83.3` | `0.83.8` |
| [metro-source-map](https://github.com/react/metro/tree/HEAD/packages/metro-source-map) | `0.83.3` | `0.83.8` |
| [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.8.13` | `0.8.15` |
| [envinfo](https://github.com/tabrindle/envinfo) | `7.20.0` | `7.21.0` |
| [@types/shelljs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/shelljs) | `0.8.15` | `0.8.17` |
| [@microsoft/1ds-core-js](https://github.com/microsoft/ApplicationInsights-JS) | `4.3.10` | `4.4.3` |
| [@microsoft/1ds-post-js](https://github.com/microsoft/ApplicationInsights-JS) | `4.3.10` | `4.4.3` |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.54.0` | `7.59.0` |
| [debug](https://github.com/debug-js/debug) | `4.4.1` | `4.4.3` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.5` |
| [metro-babel-register](https://github.com/react/metro/tree/HEAD/packages/metro-babel-register) | `0.83.3` | `0.83.8` |
| [metro-transform-plugins](https://github.com/react/metro/tree/HEAD/packages/metro-transform-plugins) | `0.83.3` | `0.83.8` |
| [resolve](https://github.com/browserify/resolve) | `1.22.11` | `1.22.12` |
| [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) | `2.2.0` | `2.2.4` |
| [screenshot-desktop](https://github.com/bencevans/screenshot-desktop) | `1.15.3` | `1.15.6` |



Updates `beachball` from 2.60.1 to 2.65.6
- [Changelog](https://github.com/microsoft/beachball/blob/beachball_v2.65.6/packages/beachball/CHANGELOG.md)
- [Commits](https://github.com/microsoft/beachball/commits/beachball_v2.65.6/packages/beachball)

Updates `lage` from 2.14.15 to 2.17.0
- [Commits](microsoft/lage@lage_v2.14.15...lage_v2.17.0)

Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.18.1)

Updates `ts-jest` from 29.4.5 to 29.4.12
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.12)

Updates `@types/react` from 19.2.14 to 19.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `sanitize-filename` from 1.6.3 to 1.6.4
- [Changelog](https://github.com/parshap/node-sanitize-filename/blob/master/Changelog.md)
- [Commits](parshap/node-sanitize-filename@v1.6.3...v1.6.4)

Updates `semver` from 7.7.3 to 7.8.5
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.3...v7.8.5)

Updates `@types/lodash` from 4.17.20 to 4.17.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `metro-runtime` from 0.83.3 to 0.83.8
- [Release notes](https://github.com/react/metro/releases)
- [Changelog](https://github.com/react/metro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/metro/commits/v0.83.8/packages/metro-runtime)

Updates `metro-source-map` from 0.83.3 to 0.83.8
- [Release notes](https://github.com/react/metro/releases)
- [Changelog](https://github.com/react/metro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/metro/commits/v0.83.8/packages/metro-source-map)

Updates `@xmldom/xmldom` from 0.8.13 to 0.8.15
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.8.13...0.8.15)

Updates `envinfo` from 7.20.0 to 7.21.0
- [Release notes](https://github.com/tabrindle/envinfo/releases)
- [Changelog](https://github.com/tabrindle/envinfo/blob/main/CHANGELOG.md)
- [Commits](tabrindle/envinfo@v7.20.0...v7.21.0)

Updates `@types/shelljs` from 0.8.15 to 0.8.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/shelljs)

Updates `@microsoft/1ds-core-js` from 4.3.10 to 4.4.3
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-JS/commits)

Updates `@microsoft/1ds-post-js` from 4.3.10 to 4.4.3
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-JS/commits)

Updates `@microsoft/api-extractor` from 7.54.0 to 7.59.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.59.0/apps/api-extractor)

Updates `debug` from 4.4.1 to 4.4.3
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.4.1...4.4.3)

Updates `eslint-plugin-react` from 7.37.2 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.2...v7.37.5)

Updates `metro-babel-register` from 0.83.3 to 0.83.8
- [Release notes](https://github.com/react/metro/releases)
- [Changelog](https://github.com/react/metro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/metro/commits/v0.83.8/packages/metro-babel-register)

Updates `metro-transform-plugins` from 0.83.3 to 0.83.8
- [Release notes](https://github.com/react/metro/releases)
- [Changelog](https://github.com/react/metro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/metro/commits/v0.83.8/packages/metro-transform-plugins)

Updates `resolve` from 1.22.11 to 1.22.12
- [Commits](browserify/resolve@v1.22.11...v1.22.12)

Updates `@rnx-kit/metro-config` from 2.2.0 to 2.2.4
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/metro-config@2.2.4/packages/metro-config)

Updates `screenshot-desktop` from 1.15.3 to 1.15.6
- [Release notes](https://github.com/bencevans/screenshot-desktop/releases)
- [Commits](bencevans/screenshot-desktop@v1.15.3...v1.15.6)

---
updated-dependencies:
- dependency-name: beachball
  dependency-version: 2.65.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: lage
  dependency-version: 2.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: sanitize-filename
  dependency-version: 1.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/lodash"
  dependency-version: 4.17.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: metro-runtime
  dependency-version: 0.83.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: metro-source-map
  dependency-version: 0.83.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: envinfo
  dependency-version: 7.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/shelljs"
  dependency-version: 0.8.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@microsoft/1ds-core-js"
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@microsoft/1ds-post-js"
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@microsoft/api-extractor"
  dependency-version: 7.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: debug
  dependency-version: 4.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: metro-babel-register
  dependency-version: 0.83.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: metro-transform-plugins
  dependency-version: 0.83.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: resolve
  dependency-version: 1.22.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rnx-kit/metro-config"
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: screenshot-desktop
  dependency-version: 1.15.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI balanced review requested due to automatic review settings September 2, 2026 12:20
@dependabot
dependabot Bot requested a review from a team as a code owner September 2, 2026 12:20
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@acoates-ms

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants