Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deps and address Sass deprecation warnings. #449

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Conversation

jgerigmeyer
Copy link
Member

No description provided.

Copy link

netlify bot commented Nov 8, 2024

Deploy Preview for herman-staging ready!

Name Link
🔨 Latest commit 1a477f8
🔍 Latest deploy log https://app.netlify.com/sites/herman-staging/deploys/672e2ca030c56400087ef166
😎 Deploy Preview https://deploy-preview-449--herman-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member Author

@jgerigmeyer jgerigmeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mirisuzanne @stacyk I don't really understand the changes I'm making to Sass, so I'd appreciate review from one or both of you! 🙏

@@ -62,17 +62,23 @@ $neutral-colors: (
'light-gray': '#brand-blue'
(
'tint': 80%,
'desaturate': 80%,
'color.scale': (
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be using color.adjust instead?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jgerigmeyer in our case since we want to match the colors we have already established and tested, color.adjust will give us the same colors we had before.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 564f663

@jgerigmeyer jgerigmeyer linked an issue Nov 8, 2024 that may be closed by this pull request
* main:
  Bump webpack in the npm-minor-upgrades group across 1 directory
  Bump the npm-minor-upgrades group with 13 updates
  Bump sinon from 18.0.1 to 19.0.2 in the npm-major-upgrades group
Copy link
Member

@stacyk stacyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. These changes match the desired output (some rounding of the hsl is the exception, but hex remains the same).

@jgerigmeyer jgerigmeyer merged commit dc91e52 into main Nov 8, 2024
10 checks passed
@jgerigmeyer jgerigmeyer deleted the upgrade-deps branch November 8, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address deprecations in Sass v1.79
3 participants