-
Notifications
You must be signed in to change notification settings - Fork 5
chore(deps-dev): bump postcss from 8.5.12 to 8.5.18 #327
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,7 +94,7 @@ | |
| "eslint": "^9.39.1", | ||
| "jsdom": "^27.1.0", | ||
| "lucide-react": "^0.544.0", | ||
| "postcss": "^8.5.6", | ||
| "postcss": "^8.5.18", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This changes publishable package manifests for Useful? React with 👍 / 👎. |
||
| "react": "19.2.0", | ||
| "react-dom": "19.2.0", | ||
| "rimraf": "^6.1.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.
This bumps the manifest to
postcss: ^8.5.18, but the committed lockfile importer still recordspostcssasspecifier: ^8.5.10forpackages/adminatpnpm-lock.yaml:690-692and repeats the same mismatch forpackages/uiatpnpm-lock.yaml:1525-1527. Since pnpm's frozen install path fails when the lockfile is out of sync with the manifest and is the CI default when a lockfile is present (pnpm install docs), fresh CI installs will fail until the lockfile is regenerated with matching specifiers.Useful? React with 👍 / 👎.