Skip to content

Commit

Permalink
fix!: cssnano and node 20 (#54)
Browse files Browse the repository at this point in the history
* fix!: remove uglifycss

* fix!: node v20

* fix(typescript-transform-lit-css)!: cssnano
  • Loading branch information
bennypowers authored Apr 7, 2024
1 parent 656c0e6 commit 2ef3460
Show file tree
Hide file tree
Showing 32 changed files with 8,226 additions and 27,167 deletions.
11 changes: 11 additions & 0 deletions .changeset/ninety-panthers-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"esbuild-plugin-minify-html-literals": major
"web-dev-server-plugin-lit-css": major
"typescript-transform-lit-css": major
"esbuild-plugin-lit-css": major
"rollup-plugin-lit-css": major
"lit-css-loader": major
"@pwrs/lit-css": major
---

Remove deprecated `uglifycss` options
5 changes: 5 additions & 0 deletions .changeset/violet-cars-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typescript-transform-lit-css": major
---

Removes `cleanCss` and adds `cssnano: boolean` options
11 changes: 11 additions & 0 deletions .changeset/witty-shrimps-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"esbuild-plugin-minify-html-literals": major
"web-dev-server-plugin-lit-css": major
"typescript-transform-lit-css": major
"esbuild-plugin-lit-css": major
"rollup-plugin-lit-css": major
"lit-css-loader": major
"@pwrs/lit-css": major
---

Minimum Node version is now 20. Older versions may continue to work but are unsupported.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.10.0
1 change: 0 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export async function main() {
'fs',
'path',
'util',
'uglify-js',
'fsevents',
'clean-css',
'postcss',
Expand Down
Loading

0 comments on commit 2ef3460

Please sign in to comment.