Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps @microsoft/rush from 5.164.0 to 5.165.0.

Changelog

Sourced from @​microsoft/rush's changelog.

5.165.0

Mon, 29 Dec 2025 22:43:14 GMT

Updates

  • Forward the parameterNamesToIgnore <project>/config/rush-project.json property to child processes via a RUSHSTACK_CLI_IGNORED_PARAMETER_NAMES environment variable
  • Fix an issue where rush update will error complaining that the shrinkwrap file hasn't been updated to support workspaces in a subspace with no projects.
  • Fix an issue where packages listed in the pnpmLockfilePolicies.disallowInsecureSha1.exemptPackageVersions common/config/rush/pnpm-config.json config file are not exempted in PNPM 9.
  • Add support for the globalOnlyBuiltDependencies PNPM 10.x option to specify an allowlist of packages permitted to run build scripts to common/config/rush/pnpm-config.json.
  • Upgrade pnpm-sync-lib to v0.3.3 for pnpm v10 compatibility
  • Change the Git hook file shebangs to use /usr/bin/env bash instead of /bin/bash for greater platform compatability.
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@microsoft/rush [>= 5.113.a, < 5.114]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 30, 2025
@nev21
Copy link
Contributor

nev21 commented Jan 1, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from ef61559 to 1ff733a Compare January 1, 2026 02:13
@nev21 nev21 enabled auto-merge (squash) January 1, 2026 02:18
@nev21
Copy link
Contributor

nev21 commented Jan 2, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from 8513d9d to f87588e Compare January 2, 2026 01:09
@codecov
Copy link

codecov bot commented Jan 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (41e15c5) to head (543cd82).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #284   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          458       458           
  Branches       113       113           
=========================================
  Hits           458       458           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nev21
Copy link
Contributor

nev21 commented Jan 2, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from a536bf7 to 6f01cac Compare January 2, 2026 22:52
@nev21
Copy link
Contributor

nev21 commented Jan 2, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from b561b50 to f891510 Compare January 2, 2026 23:04
@nev21
Copy link
Contributor

nev21 commented Jan 2, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from 4a032af to d186eea Compare January 2, 2026 23:45
@nev21
Copy link
Contributor

nev21 commented Jan 3, 2026

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from d186eea to f18a96a Compare January 3, 2026 00:12
@nev21
Copy link
Contributor

nev21 commented Jan 3, 2026

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2026

Looks like this PR is already up-to-date with main, and has been recreated more than 5 times in the last 24 hours!

@nev21
Copy link
Contributor

nev21 commented Jan 3, 2026

@dependabot recreate

Bumps [@microsoft/rush](https://github.com/microsoft/rushstack/tree/HEAD/apps/rush) from 5.164.0 to 5.165.0.
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/rush_v5.165.0/apps/rush)

---
updated-dependencies:
- dependency-name: "@microsoft/rush"
  dependency-version: 5.165.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch from 4ba19b6 to a79fc86 Compare January 3, 2026 00:48
@nev21 nev21 merged commit 2849a22 into main Jan 3, 2026
10 of 11 checks passed
@nev21 nev21 deleted the dependabot/npm_and_yarn/microsoft/rush-5.165.0 branch January 3, 2026 01:58
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants