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

build(deps-dev): bump cssnano-preset-lite from 2.1.3 to 3.0.0 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps cssnano-preset-lite from 2.1.3 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cssnano-preset-lite](https://github.com/cssnano/cssnano) from 2.1.3 to 3.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants