Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint": "^9.39.1",
"jsdom": "^27.1.0",
"nextly": "workspace:*",
"postcss": "^8.5.6",
"postcss": "^8.5.18",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Regenerate the postcss lockfile entries

This bumps the manifest to postcss: ^8.5.18, but the committed lockfile importer still records postcss as specifier: ^8.5.10 for packages/admin at pnpm-lock.yaml:690-692 and repeats the same mismatch for packages/ui at pnpm-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 👍 / 👎.

"react": "19.2.0",
"react-dom": "19.2.0",
"tailwindcss": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add a changeset for package manifest changes

This changes publishable package manifests for @nextlyhq/admin and @nextlyhq/ui, but the commit does not add a .changeset/*.md entry. Because this is a dependency-change PR rather than a test-, CI-, or docs-only exception, release/check enforcement will reject it until a patch changeset covering the published packages is committed.

Useful? React with 👍 / 👎.

"react": "19.2.0",
"react-dom": "19.2.0",
"rimraf": "^6.1.3",
Expand Down
Loading
Loading