Build improvements#151
Closed
aaronpanch wants to merge 3 commits intomasterfrom
Closed
Conversation
148c529 to
40a3b13
Compare
aaronmars
added a commit
that referenced
this pull request
Apr 23, 2026
All alerts resolved through dependency upgrades only — no yarn resolutions added. Direct upgrades: - uuid removed entirely, replaced with internal useUniqueId utility - storybook ecosystem ^8.4.7 → ^8.6.18 (alerts #115, #136) - eslint ^8.10.0 → ^8.57.1 - jest + jest-environment-jsdom ^29 → ^30 (eliminates @tootallnate/once #143) - @chromatic-com/storybook ^3 → ^5 Transitive upgrades via yarn up -R: - webpack 5.91.0 → 5.106.2 (alerts #91, #125, #126) - esbuild 0.24.2 → 0.25.12 (alert #104) - lodash/lodash-es 4.17.21 → 4.18.1 (alerts #121, #122, #154-157) - tar 6.2.1 → 7.5.13 via node-gyp 12 (alerts #118, #120, #123, #130, #142, #144) - minimatch 3.1.2 → 3.1.5, removed 5.x (alerts #135, #138-140) - serialize-javascript removed from tree (alerts #141, #153) - ip removed from tree (alert #84) - qs 6.11.0 → 6.15.1 (alerts #116, #128) - js-yaml 3.14.1 → 3.14.2, 4.1.0 → 4.1.1 (alerts #113, #114) - form-data 4.0.0 → 4.0.5 (alert #111) - @babel/runtime 7.18.9 → 7.29.2 (alert #107) - picomatch 2.3.1 → 2.3.2 (alert #149) - flatted 3.2.6 → 3.4.2 (alert #146) - brace-expansion 1.1.11 → 1.1.14, removed 2.x (alerts #109, #151) Test fixes for jest 30: - toThrowError → toThrow (removed deprecated alias)
aaronmars
added a commit
that referenced
this pull request
Apr 23, 2026
All alerts resolved through dependency upgrades only — no yarn resolutions added. Direct upgrades: - uuid removed entirely, replaced with internal useUniqueId utility - storybook ecosystem ^8.4.7 → ^8.6.18 (alerts #115, #136) - eslint ^8.10.0 → ^8.57.1 - jest + jest-environment-jsdom ^29 → ^30 (eliminates @tootallnate/once #143) - @chromatic-com/storybook ^3 → ^5 Transitive upgrades via yarn up -R: - webpack 5.91.0 → 5.106.2 (alerts #91, #125, #126) - esbuild 0.24.2 → 0.25.12 (alert #104) - lodash/lodash-es 4.17.21 → 4.18.1 (alerts #121, #122, #154-157) - tar 6.2.1 → 7.5.13 via node-gyp 12 (alerts #118, #120, #123, #130, #142, #144) - minimatch 3.1.2 → 3.1.5, removed 5.x (alerts #135, #138-140) - serialize-javascript removed from tree (alerts #141, #153) - ip removed from tree (alert #84) - qs 6.11.0 → 6.15.1 (alerts #116, #128) - js-yaml 3.14.1 → 3.14.2, 4.1.0 → 4.1.1 (alerts #113, #114) - form-data 4.0.0 → 4.0.5 (alert #111) - @babel/runtime 7.18.9 → 7.29.2 (alert #107) - picomatch 2.3.1 → 2.3.2 (alert #149) - flatted 3.2.6 → 3.4.2 (alert #146) - brace-expansion 1.1.11 → 1.1.14, removed 2.x (alerts #109, #151) Test fixes for jest 30: - toThrowError → toThrow (removed deprecated alias)
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.
No description provided.