Skip to content

Docs: Restore package-lock.json#12954

Merged
Maffooch merged 2 commits intomasterfrom
package-lock-fixes
Aug 8, 2025
Merged

Docs: Restore package-lock.json#12954
Maffooch merged 2 commits intomasterfrom
package-lock-fixes

Conversation

@Maffooch
Copy link
Copy Markdown
Contributor

@Maffooch Maffooch commented Aug 8, 2025

the new docsearch dependencies got removed from the package-lock.json file during the release due to conflict resolution. When developing locally, the command npm run dev is used, which reads from package.json and then updates the package-lock.json file. However, when docs are deployed for production, the package-lock.json file is used to avoid pulling in any upgrades.

The search function is busted because it is trying to reference packages that are not installed

@Maffooch Maffooch requested a review from mtesauro as a code owner August 8, 2025 23:06
@github-actions github-actions Bot added the docs label Aug 8, 2025
@dryrunsecurity
Copy link
Copy Markdown

dryrunsecurity Bot commented Aug 8, 2025

DryRun Security

No vulnerability summary was generated for this pull request.


All finding details can be found in the DryRun Security Dashboard.

@Maffooch
Copy link
Copy Markdown
Contributor Author

Maffooch commented Aug 8, 2025

Going to merge with two approvals since this is technically a dependency upgrade

@Maffooch Maffooch merged commit f50d5fe into master Aug 8, 2025
88 of 89 checks passed
@Maffooch Maffooch deleted the package-lock-fixes branch August 8, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants