deps: remove postcss-import and postcss-preset-env#2002
Open
reggi wants to merge 1 commit into
Open
Conversation
These were re-added in #2001 to satisfy a local eslint error on the untracked, git-ignored postcss.config.js file. The committed repo does not use them (they were intentionally removed earlier), and CI never lints postcss.config.js. Restores the slim package-lock.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7bc381bc-cdcc-4984-9246-7a9b35278dd2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reverts the postcss dependency additions from #2001.
Those two deps (
postcss-import,postcss-preset-env) were only needed to satisfy a local eslintimport/no-extraneous-dependencieserror onpostcss.config.js— but that file is git-ignored (root/*rule) and not tracked, so:8842c8a,11ed852).This restores the slim
package-lock.json(~4.7k lines of bloat removed).