Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cssnano-preset-lite from 2.0.1 to 3.0.0 #19426

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps cssnano-preset-lite from 2.0.1 to 3.0.0.

Release notes

Sourced from cssnano-preset-lite's releases.

v3.0.0

  • All cssnano plugins and cssnano itself have migrated to PostCSS 5.x. Please make sure that when using the 3.x releases that you use a 5.x compatible PostCSS runner.
  • cssnano will now compress inline SVG through SVGO. Because of this change, interfacing with cssnano must now be done through an asynchronous API. The main process method has the same signature as a PostCSS processor instance.
  • The old options such as merge & fonts that were deprecated in release 2.5.0 were removed. The new architecture allows you to specify any module name to disable it.
  • postcss-minify-selectors' at-rule compression was extracted out into postcss-minify-params (thanks to @​TrySound).
  • Overall performance of the module has improved dramatically, thanks to work by @​TrySound and input from the community.
  • Improved selector merging/deduplication in certain use cases.
  • cssnano no longer compresses hex colours in filter properties, to better support old versions of Internet Explorer (thanks to @​faddee).
  • cssnano will not merge properties together that have an inherit keyword.
  • postcss-minify-font-weight & postcss-font-family were consolidated into postcss-minify-font-values. Using the old options will print deprecation warnings (thanks to @​TrySound).
  • The cssnano CLI was extracted into a separate module, so that dependent modules such as gulp-cssnano don't download unnecessary extras.

v2.6.1

  • Improved performance of the core module functionOptimiser.

v2.6.0

  • Adds a new optimisation which re-orders properties that accept values in an arbitrary order. This can lead to improved merging behaviour in certain cases.

v2.5.0

  • Adds support for disabling modules of the user's choosing, with new option names. The old options (such as merge & fonts) will be removed in 3.0.

v2.4.0

  • postcss-minify-selectors was extended to add support for conversion of ::before to :before; this release removes the dedicated postcss-pseudoelements module.

v2.3.0

  • Consolidated postcss-minify-trbl & two integrated modules into postcss-merge-longhand.

v2.2.0

  • Replaced integrated plugin filter with postcss-filter-plugins.
  • Improved rule merging logic.
  • Improved performance across the board by reducing AST iterations where it was possible to do so.

... (truncated)

Commits
  • 8e89938 Publish cssnano 6.0 (#1484)
  • 4e657ef test(postcss-normalize-url): improve normalize-url coverage (#1483)
  • 91a7cdb fix(postcss-reduce-initial): ensure options are always read (#1482)
  • 99d1e6a feat!(postcss-normalize-url): inline third-party dep and remove options (#1480)
  • 65674d4 chore: update TypeScript to 5.0.2
  • 2ca0634 test: udpdate uvu
  • 8563e51 chore: update sample CLI project to latest postcss-cli
  • 6503d35 test: update integration test dependencies
  • ca9d3f5 test: bump minimum Node version to 14 (#1477)
  • 4e272f8 chore(deps)!: upgrade svgo to v3 (#1440)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@github-actions github-actions bot changed the title [no-test]: Bump cssnano-preset-lite from 2.0.1 to 3.0.0 Bump cssnano-preset-lite from 2.0.1 to 3.0.0 Oct 4, 2023
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Oct 4, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cssnano-preset-lite-3.0.0 branch from 42c0563 to 40db760 Compare October 4, 2023 08:26
@martinpitt
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cssnano-preset-lite-3.0.0 branch from 40db760 to bae365c Compare October 4, 2023 10:23
@martinpitt martinpitt temporarily deployed to npm-update October 4, 2023 10:32 — with GitHub Actions Inactive
Bumps [cssnano-preset-lite](https://github.com/cssnano/cssnano) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-lite@2.0.1...cssnano-preset-lite@3.0.0)

---
updated-dependencies:
- dependency-name: cssnano-preset-lite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/cssnano-preset-lite-3.0.0 branch from bae365c to 214d94b Compare October 4, 2023 10:34
@subhoghoshX
Copy link
Member

Sorry for intruding again :) I'm curious where this dep is used. Blame shows it was added during webpack days... We can remove it if it's not necessary, less maintenance :)

@martinpitt
Copy link
Member

Thanks @subhoghoshX ! Indeed, let's drop it instead.

@martinpitt martinpitt closed this Oct 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@martinpitt martinpitt deleted the dependabot/npm_and_yarn/cssnano-preset-lite-3.0.0 branch October 4, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants