feat(deps): L3-0000 bundle remaining low-risk dependabot updates - #909
Merged
Merged
Conversation
Follow-up to #908 which merged most of the low-risk dependabot updates. This PR picks up the two transitive bumps that #908 did not resolve: - picomatch 2.3.1 → 2.3.2 (#840) - lodash 4.17.23 → 4.18.1 (#842) All other PRs carrying the `dependency-upgrade-risk:low` label are already satisfied on main at or above their target versions: - fast-uri #902 (main 3.1.4) - immutable #900 (main 5.1.9) - svgo #898 (main 3.3.4) - linkify-it #897 (main 5.0.2) - js-yaml #889 (main 4.3.0) - undici #887 (main 6.28.0 / 6.27.0 / 7.29.0 across paths) - qs #873 (main 6.15.3, higher than target) - follow-redirects #844 (main 1.16.0) - @microsoft/api-extractor #842 (main 7.58.12, higher than target) - lodash-es #839 (main 4.18.1) - handlebars #837 (main 4.7.9) - flatted #832 (main 3.4.3, higher than target) - tar & npm #824 (main npm 11.18.0, tar 7.5.19) - dompurify & @types/dompurify #819 (dompurify 3.4.12 in #908, @types/dompurify stub removed in #908) - react-zoom-pan-pinch #811 (main 3.7.0) - prettier #809 (main 3.8.1) Verified: build passes, lint passes, 1042/1042 unit tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for phillips-seldon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Tip All tests passed and all changes approved!🟢 UI Tests: 476 tests unchanged |
|
🚀 Storybook preview is ready. • Preview: https://68b9f094608b90f3cfec5a06-hrppizvylr.chromatic.com/ |
scottdickerson
enabled auto-merge (squash)
July 27, 2026 18:46
zhenpanda
approved these changes
Jul 27, 2026
adietrich3074
approved these changes
Jul 27, 2026
davidicus
pushed a commit
that referenced
this pull request
Jul 27, 2026
# [1.277.0](v1.276.0...v1.277.0) (2026-07-27) ### Features * **deps:** L3-0000 bundle remaining low-risk dependabot updates ([#909](#909)) ([1551ea9](1551ea9))
Contributor
|
🎉 This PR is included in version 1.277.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Jira ticket
N/A — dependency housekeeping follow-up to #908.
Screenshots
Figma link
N/A — no design changes.
Summary
Follow-up to #908 which merged most of the low-risk dependabot updates. This PR picks up the two transitive bumps that #908 did not resolve because
npm update --package-lock-onlychose not to bump them at that time:picomatch2.3.1 → 2.3.2 (source: build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 #840)lodash4.17.23 → 4.18.1 (source: fix(deps): bump lodash and @microsoft/api-extractor #842)WHY: Same rationale as #908 — bundling low-risk lockfile bumps into one PR reduces per-PR review overhead. Every other PR carrying the
dependency-upgrade-risk:lowlabel is already satisfied on main at or above its target version (see Change List for the full accounting).Change List (describe the changes made to the files)
package-lock.jsononly — 13-line diff:node_modules/picomatch2.3.1 → 2.3.2 (patch bump)node_modules/lodash4.17.23 → 4.18.1 (minor bump)Other low-risk PRs already covered by main (no action needed here, they will be closed as duplicates):
Acceptance Test (how to verify the PR)
Regression Test
picomatchis used by glob/vite/vitest/rollup toolchain — CI running here exercises all of them. If build and tests pass here, downstream consumers are unaffected.lodashis used only transitively by@microsoft/api-extractor(see PR fix(deps): bump lodash and @microsoft/api-extractor #842). Not imported by anything insrc/.Evidence of testing
npm ci→ clean installnpm run build→ exit 0npm run lint→ exit 0 (tsc --noEmit, eslint, stylelint, markdownlint)npx vitest run --project=unit→ 1042 / 1042 tests passingThings to look for during review
feat(scope): ...if aminorrelease should be triggered.phillipsclass prefix are using the prefix variabledata-testidattribute.🤖 Generated with Claude Code