fix(deps): resolve Dependabot alerts in dev/build lockfiles - #16
Merged
Conversation
Refresh transitive npm packages (ip-address 10.4.0, fast-uri 3.1.5, undici 7.29.0, postcss 8.5.25) via `npm audit fix`, and upgrade wp-coding-standards/wpcs 3.3.0 -> 3.4.1 (arbitrary code execution advisory). All affected packages are dev/build-only and excluded from the distributed plugin, so nothing that ships to users changes. Build, JS tests, and composer check all pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves all open Dependabot alerts via lockfile-only updates. No shipped code changes — every affected package is dev/build-only and excluded from the distributed plugin by
.distignore.npm (
package-lock.json, vianpm audit fix)undiciip-addressfast-uripostcsscomposer (
composer.lock)wp-coding-standards/wpcsVerification
npm run build— compilesnpm run test:js— 14 tests passcomposer run check— phpcs (WPCS 3.4.1) + phpstan clean, 44 phpunit testsNot addressed
npm auditstill lists 18 dev-only findings under@wordpress/scripts@33(lighthouse → sentry → opentelemetry, brace-expansion). None are Dependabot alerts; they'd only clear with a breakingnpm audit fix --forcetoolchain bump.