chore(deps): update dependencies#1361
Open
russellwheatley wants to merge 11 commits into
Open
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies across the monorepo, including Angular, Next.js, PostCSS, and React Router, and modifies the build script for the React package. The review feedback highlights several instances where shared dependencies should be moved to the pnpm workspace catalog to ensure version consistency and adhere to the repository's style guide. Additionally, the reviewer raised a concern regarding the removal of the build:logos command from the build process, which could lead to missing assets.
dackers86
approved these changes
May 15, 2026
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.
Closes out the following dependabot PRs:
#1360 next to 15.5.18
#1359 postcss to ^8.5.10
#1358 @angular/ssr to ^20.3.25
#1351 @angular/platform-server to ^20.3.19
#1347 vite to ^6.4.2
#1342 next to 15.5.14
#1338 @angular/compiler to ^20.3.18
#1337 @angular/core to ^20.3.18
#1304 react-router to ^7.12.0
#1287 @angular/common to ^20.3.14
#1283 express to 4.22.0 on v6-archive
locked pnpm to v10 on CI, had to add
onlyBuiltDependenciesas per pnpm 10 requirements.Wrote a script that stopped license header files from being removed from Logo.tsx files every time
pnpm installis ran.