fix(deps): address missing and outdated dependencies#4921
Merged
nicolethoen merged 1 commit intopatternfly:mainfrom Feb 4, 2026
Merged
Conversation
This was referenced Feb 4, 2026
Collaborator
Collaborator
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
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.
This PR addresses the missing Rspack dependencies in the
@patternfly/documentation-frameworkpackage and consolidates multiple Snyk security updates.
Primary Fix
@rspack/core: ^1.5.6to@patternfly/documentation-frameworkdependencies (fixesmissing dependency issue)
@rspack/dev-server: ^1.1.4to@patternfly/documentation-frameworkdependencies@rspack/cli,@rspack/core, and@rspack/dev-serverfrom rootdevDependencies(moved to where they're actually used)
yaml.safeLoad()→yaml.load()inparseMD.js(required for js-yaml v4compatibility)
Security Updates Included
This PR consolidates the following Snyk security PRs:
✅ Fully Resolved PRs
astrofrom5.16.0 to 5.16.10
webpack-bundle-analyzerfrom 4.10.2 to 5.2.0expressfrom 4.21.2 to 4.22.0
expressfrom 4.21.2 to 4.22.0 (duplicate)
globfrom11.0.3 to 11.1.0
js-yamlfrom 3.14.0 to 4.1.1
astrofrom5.7.13 to 5.13.10 (superseded by [Snyk] Security upgrade astro from 5.16.0 to 5.16.10 #4912)
astrofrom5.7.13 to 5.14.3 (superseded by [Snyk] Security upgrade astro from 5.16.0 to 5.16.10 #4912)
✅ Partially Resolved PRs
@patternfly/patternfly-doc-core: 1.15.3 → 1.15.5(already merged)astro: 5.16.0 → 5.16.3(superseded by update to 5.16.10)Changes by Package
Root
package.json:@rspack/cli,@rspack/core,@rspack/dev-serverfrom devDependenciespackages/documentation-framework/package.json:@rspack/core: ^1.5.6@rspack/dev-server: ^1.1.4express: 4.21.2 → 4.22.0glob: 11.0.3 → 11.1.0js-yaml: 3.14.0 → 4.1.1webpack-bundle-analyzer: 4.10.2 → 5.2.0packages/documentation-framework/scripts/md/parseMD.js:yaml.safeLoad()→yaml.load()packages/site/package.json:astro: 5.15.9 → 5.16.10