Update dependencies across multiple packages to latest versions#7432
Merged
Update dependencies across multiple packages to latest versions#7432
Conversation
Contributor
|
Netlify Draft Deployment |
e99769f to
bc032a0
Compare
c885b78 to
a811801
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 pull request includes several updates to package dependencies and configuration files. The most important changes involve updating the
npm-run-allpackage tonpm-run-all2and making various adjustments to thepnpm-lock.yamlfile to reflect these updates.Dependency Updates:
package.json: Updatednpm-run-alltonpm-run-all2and modified thepnpmengine requirement to support both versions 9 and 10.packages/samples/react/package.json: Updatednpm-run-alltonpm-run-all2.pnpm-lock.yamlAdjustments:npm-run-alltonpm-run-all2in multiple sections to reflect the new version and its dependencies. [1] [2] [3] [4]json-parse-even-better-errors@4.0.0,npm-normalize-package-bin@4.0.0,read-package-json-fast@4.0.0, andwhich@5.0.0to thepackagessection. [1] [2] [3] [4]string.prototype.padend@3.1.6andpidtree@0.3.1from thepackagessection. [1] [2]These changes ensure that the project dependencies are up-to-date and compatible with the latest versions of the tools and libraries being used.
The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer: