Upgrade Project Wallace and related dependencies - #358
Open
bartveneman wants to merge 1 commit into
Open
Conversation
css-analyzer 9.9.0->9.9.3, css-design-tokens 0.11.6->0.11.7, css-parser 0.16.2->0.18.1, format-css 3.1.5->3.1.6, stylelint-plugin 0.6.12->0.6.15 (deps) and 0.6.0->0.6.15 (devDeps). css-parser 0.17-0.18 deep-parses at-rule prelude values (@media, @container, @supports, @layer), changing AST node shapes for those rules but keeping the same exports/signatures. Verified against all local usages (get-css.ts, AstExplorer, CssTree, custom-property inspector, selector/specificity pages) - none pattern-match the affected prelude internals. Typecheck, lint, unit tests and build all pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MvaPZ1RDdNKWygLQ2TdXxK
✅ Deploy Preview for projectwallace ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
Updated multiple
@projectwallacepackages and related dependencies to their latest versions to benefit from bug fixes, performance improvements, and new features.Key Changes
^9.9.0→^9.9.3^0.11.6→^0.11.7~0.16.2→~0.18.1(minor version bump)^3.1.5→^3.1.6^0.6.12→^0.6.15(dependencies)^0.6.0→^0.6.15(devDependencies)Notes
The css-parser upgrade from
0.16.2to0.18.1represents a more significant update and may include breaking changes or substantial improvements. All other updates are patch or minor version increments.https://claude.ai/code/session_01MvaPZ1RDdNKWygLQ2TdXxK