Update dependencies#67
Open
jgindin wants to merge 4 commits into
Open
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various package dependencies and devDependencies to newer patch versions across multiple workspace packages, including the bridge, shell, and catalog samples, alongside updating the lockfile. Feedback on the changes highlights that the peer dependency for @angular/core in bridge/package.json was updated to an exact version (22.0.1), which mismatches the devDependency version (22.0.2) and could cause installation issues for consumers; using a compatible version range like ^22.0.0 is recommended instead.
Contributor
⚡ A2UI Composer PR PreviewYour automated preview is successfully live:
|
f8737a3 to
f95570d
Compare
cbeedcd to
135450c
Compare
Bumps [undici](https://github.com/nodejs/undici) from 6.26.0 to 6.27.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.26.0...v6.27.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.10 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.10...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
TAG=agy CONV=651037be-01c4-40dd-bb46-1a82021d3f49
135450c to
1e03eca
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 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.
Description
Consolidate all the dependabot changes in a single PR, plus other dependencies that should be updated.
Pre-launch Checklist