feat(bundling)!: remove stylus support#32035
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
View your CI Pipeline Execution ↗ for commit c7c93c7
☁️ Nx Cloud last updated this comment at |
b13410b to
4908eea
Compare
ndcunningham
added a commit
that referenced
this pull request
Jul 23, 2025
) ### Changes The stylus npm registry has been compromised. So can resolve `stylus` with `npm:ignore@*` it tells the package manager to replace the dependency with the ignore package from npm registry. Until we can merge: #32035
JamesHenry
pushed a commit
that referenced
this pull request
Jul 23, 2025
) The stylus npm registry has been compromised. So can resolve `stylus` with `npm:ignore@*` it tells the package manager to replace the dependency with the ignore package from npm registry. Until we can merge: #32035
BREAKING CHANGE: Stylus (.styl) files are no longer supported. - Remove stylus and stylus-loader dependencies from webpack package - Delete deprecated-stylus-loader.ts file - Remove stylus configuration from webpack and rspack plugins - Remove 'styl' option from rspack generator schemas and TypeScript definitions - Remove .styl/.stylus extensions from executor schema file completion globs - Update generated documentation to reflect schema changes Migrate existing .styl files to .scss and ensure content is valid Sass.
4908eea to
c7c93c7
Compare
jaysoo
approved these changes
Jul 23, 2025
jaysoo
pushed a commit
that referenced
this pull request
Jul 23, 2025
BREAKING CHANGE: Stylus (.styl) files are no longer supported. Stylus has been deprecated and was slated to be removed in Nx 20. Now we are removing it. - Remove `stylus` and `stylus-loader` dependencies - Remove `deprecated-stylus-loader` file - Remove `stylus` configuration from `webpack` and `rspack` plugins - Remove `'styl'` option from `rspack` generator schemas and TypeScript definitions - Remove `.styl`/`.stylus` extensions from executor schema file completion globs MISC Even though we removed stylus from our repo as a dependency other projects in the workspace still have stylus as an optional dependency: - Vite - Astro So we add a placeholder for it since on npm registry there is a _security_ placeholder. --------- Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
jaysoo
pushed a commit
that referenced
this pull request
Jul 23, 2025
BREAKING CHANGE: Stylus (.styl) files are no longer supported. Stylus has been deprecated and was slated to be removed in Nx 20. Now we are removing it. - Remove `stylus` and `stylus-loader` dependencies - Remove `deprecated-stylus-loader` file - Remove `stylus` configuration from `webpack` and `rspack` plugins - Remove `'styl'` option from `rspack` generator schemas and TypeScript definitions - Remove `.styl`/`.stylus` extensions from executor schema file completion globs MISC Even though we removed stylus from our repo as a dependency other projects in the workspace still have stylus as an optional dependency: - Vite - Astro So we add a placeholder for it since on npm registry there is a _security_ placeholder. --------- Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
fedesa92
reviewed
Jul 23, 2025
Contributor
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
BREAKING CHANGE: Stylus (.styl) files are no longer supported.
Stylus has been deprecated and was slated to be removed in Nx 20.
Now we are removing it.
stylusandstylus-loaderdependenciesdeprecated-stylus-loaderfilestylusconfiguration fromwebpackandrspackplugins'styl'option fromrspackgenerator schemas and TypeScript definitions.styl/.stylusextensions from executor schema file completion globsMISC
Even though we removed stylus from our repo as a dependency other projects in the workspace still have stylus as an optional dependency:
So we add a placeholder for it since on npm registry there is a security placeholder.