Skip to content

chore(deps): update lockfileVersion from 2 to 3 - #19176

Merged
Antreesy merged 1 commit into
mainfrom
chore/deps/package-lockfile
Aug 28, 2026
Merged

chore(deps): update lockfileVersion from 2 to 3#19176
Antreesy merged 1 commit into
mainfrom
chore/deps/package-lockfile

Conversation

@Antreesy

Copy link
Copy Markdown
Contributor

☑️ Resolves

  • npm writes the dependencies list in two formats:
  • Format 2 has an extra block - named dependencies. This block repeats data that is already in the packages block. npm kept this extra block for old npm versions (npm 6 and below).
  • Format 3 does not have the extra block. Not needed since npm 7+, should be fine to do it up to stable32.
  • run with npm install --lockfile-version 3

AI (if applicable)

  • The content of this PR was partly or fully generated using AI (diff explanation)

🖌️ UI Checklist

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Integrations with Files sidebar and other apps
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

- run with 'npm install --lockfile-version 3'
- supported since npm v9

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy added this to the ☃️ Next Major (36) milestone Aug 28, 2026
@Antreesy
Antreesy requested a review from ShGKme August 28, 2026 08:56
@Antreesy Antreesy self-assigned this Aug 28, 2026
@Antreesy Antreesy added technical debt feature: frontend 🖌️ "Web UI" client dependencies Pull requests that update a dependency file labels Aug 28, 2026
@Antreesy
Antreesy merged commit 19c3576 into main Aug 28, 2026
54 checks passed
@Antreesy
Antreesy deleted the chore/deps/package-lockfile branch August 28, 2026 09:05
@Antreesy

This comment was marked as off-topic.

@backportbot

This comment was marked as off-topic.

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

Labels

backport-request dependencies Pull requests that update a dependency file feature: frontend 🖌️ "Web UI" client technical debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants