-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
deps: upgrade to [email protected] #747
Conversation
Heads up: the diff for this is off because #744 was merged directly to master, and that included some funky new additions to our |
d0ec251
to
3e29989
Compare
@@ -117,13 +122,6 @@ | |||
"unist-util-select": "^2.0.0", | |||
"unist-util-stringify-position": "^2.0.0", | |||
"unist-util-visit": "^1.4.0", | |||
"webpack": "4.20.2", | |||
"@primer/components": "12.0.1", | |||
"@primer/next-pages": "0.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emplums I uninstalled @primer/next-pages
in this PR because it comes with @primer/blueprints
.
"webpack": "4.20.2", | ||
"@primer/components": "12.0.1", | ||
"@primer/next-pages": "0.0.3", | ||
"fs": "0.0.1-security", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emplums I also uninstalled fs
because it's not really a package 😄
The latest release of cssstats fixes a bug with the selector stats that was mistakenly including selector-like
@keyframes
declarations. Runningscript/selector-diff-report
generates this diff:This is a prerequisite of primer/stylelint-config#25, because that will throw errors for any keyframe animation with matching breakpoints.