Skip to content

[deps]: Lock file maintenance#796

Open
renovate[bot] wants to merge 3 commits intomainfrom
renovate/lock-file-maintenance
Open

[deps]: Lock file maintenance#796
renovate[bot] wants to merge 3 commits intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 13, 2026

Deploying contributing-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0df188e
Status: ✅  Deploy successful!
Preview URL: https://0403091a.contributing-docs.pages.dev
Branch Preview URL: https://renovate-lock-file-maintenan.contributing-docs.pages.dev

View logs

@renovate renovate Bot requested review from a team and bensbits91 April 13, 2026 02:54
@bitwarden-bot bitwarden-bot changed the title [deps]: Lock file maintenance [PM-34951] [deps]: Lock file maintenance Apr 13, 2026
@bitwarden-bot
Copy link
Copy Markdown

Internal tracking:

@renovate renovate Bot changed the title [PM-34951] [deps]: Lock file maintenance [deps]: Lock file maintenance Apr 13, 2026
@bensbits91 bensbits91 self-assigned this Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 13, 2026

Logo
Checkmarx One – Scan Summary & Details5373fe5d-ee6a-4a8f-82bc-a43ee8c6cf14

Great job! No new security vulnerabilities introduced in this pull request

@jprusik
Copy link
Copy Markdown
Contributor

jprusik commented Apr 20, 2026

See also:
bitwarden/test-the-web#408

@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 9de09c3 to bd9a601 Compare April 20, 2026 16:15
Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
@bensbits91 bensbits91 requested a review from a team as a code owner April 20, 2026 16:19
Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bensbits91
Copy link
Copy Markdown
Contributor

bensbits91 commented Apr 20, 2026

In addition to the intended lock file maintenance, this PR also includes the following changes (to address failing build checks):

  • Update docusaurus.config.ts to move onBrokenMarkdownLinks to newly-correct location. Why? In Docusaurus 3.9.2, onBrokenMarkdownLinks was moved from a top-level config option to markdown.hooks.onBrokenMarkdownLinks. Keeping it at the top level causes the build to fail with an unrecognized option error.

  • Update .nvmrc to pin nvm to version 22.14.0. Why? Our package.json already declares engines: "~22.14.0", but .nvmrc was set to 22, which CI resolves to the latest Node 22.x release. Pinning .nvmrc to 22.14.0 aligns the CI environment with the declared engine requirement and eliminates the EBADENGINE warning during npm ci.

  • Update package.json to pin webpack to 5.105.4. Why? Renovate's lock file maintenance bumped webpack from 5.105.4 to 5.106.2, which introduced a breaking change to webpack's ProgressPlugin schema. The new schema rejects the { name, color, reporters, reporter } options that webpackbar 6.0.1 (a Docusaurus internal dependency) passes to it, causing the build to fail. Pinning webpack to 5.105.4 restores the previously working version until Docusaurus ships a fix for the webpackbar compatibility.

@bensbits91 bensbits91 requested a review from jprusik April 20, 2026 17:02
Copy link
Copy Markdown
Contributor

@jprusik jprusik left a comment

Choose a reason for hiding this comment

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

One potentially blocking concern around package overrides, but everything else looks good to me (on the basis of similar dep maintenance work in test-the-web)

Comment thread package.json
Comment on lines +70 to +72
"overrides": {
"webpack": "5.105.4"
},
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.

I'm open to other folks' thoughts, but I don't think we should utilize this override; Docusaurus is likely to resolve this, imo.

In test-the-web, I opted to mark the package-lock update as blocked
bitwarden/test-the-web#423 (comment)

@bensbits91
Copy link
Copy Markdown
Contributor

Currently blocked by facebook/docusaurus#11923

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants