Skip to content

Remove PostCSS override - #216

Open
anumol-baby wants to merge 1 commit into
mainfrom
remove-postcss-override
Open

Remove PostCSS override#216
anumol-baby wants to merge 1 commit into
mainfrom
remove-postcss-override

Conversation

@anumol-baby

Copy link
Copy Markdown
Collaborator

Remove the obsolete PostCSS override that was originally added for the React Scripts dependency tree. Vite 8 already declares a patched PostCSS 8.5 dependency, so npm can resolve it directly without a global override.

Validation:

  • npm install
  • npm run build
  • npm test -- --run

Copilot AI review requested due to automatic review settings July 29, 2026 19:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Removes the obsolete global PostCSS override now that Vite supplies a compatible dependency.

Changes:

  • Removes the PostCSS override.
  • Updates the lockfile’s PostCSS dependency tree.
Show a summary per file
File Description
package.json Removes the PostCSS override.
package-lock.json Resolves PostCSS 8.5 and updated transitive dependencies.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Medium

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.

2 participants