Merged
Conversation
- Remove 'npm' from dependencies (unused in source code), eliminating brace-expansion (GHSA-f886-m6hf-6m8v) and picomatch (GHSA-3v7f-55p6-f55p, GHSA-c2c7-rcm5-vvqj) vulnerabilities - Add npm overrides to force minimatch ^3.1.4 for postcss-url, fixing ReDoS vulnerabilities (GHSA-3ppc-4f35-3m26, GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74) - Update @rollup/plugin-terser ^0.4.4 -> ^1.0.0 - Update css-minimizer-webpack-plugin ^7.0.0 -> ^8.0.0 - npm audit now reports 0 vulnerabilities Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
asaharn
approved these changes
Apr 14, 2026
v0.36.0 was incompatible with rollup v4 - the plugin failed to transpile TypeScript before rollup's native SWC parser processed source files, causing 'Unexpected token' errors on TS-only syntax like 'public' class fields. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Resolved conflicts: - package.json: kept higher @rollup/plugin-terser version, added @rollup/plugin-typescript, removed rollup-plugin-typescript2 - package-lock.json: regenerated from resolved package.json Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
No description provided.