Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a6f7a3525a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "version": "2.5.6", | ||
| "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz", | ||
| "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==", | ||
| "extraneous": true, |
There was a problem hiding this comment.
Remove extraneous entries from draw-ui lockfile
This lock refresh introduced packages that npm explicitly marks as "extraneous": true (for example @parcel/watcher here, plus sass and its platform watcher binaries elsewhere in the same file), which means they are not part of the declared dependency graph for plugins/draw/ui. Committing extraneous nodes makes the lockfile non-canonical and can cause repeated lockfile churn/noisy audits when teammates regenerate the lock from a clean install, because those entries are pruned/recomputed differently across environments.
Useful? React with 👍 / 👎.
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.