Skip to content

Commit

Permalink
Publish cssnano 5.0.16 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Jan 23, 2022
1 parent dfbf8a7 commit e0d6f5c
Show file tree
Hide file tree
Showing 59 changed files with 324 additions and 100 deletions.
8 changes: 8 additions & 0 deletions packages/css-size/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.0.6

### Patch Changes

- refactor: remove implicit boolean conversion
- Updated dependencies
- cssnano@5.0.16

## 5.0.5 (2022-01-13)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/css-size/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-size",
"version": "5.0.5",
"version": "5.0.6",
"description": "Compare the compressed and uncompressed sizes of a CSS file before and after processing.",
"main": "dist/index.js",
"types": "css-size.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"cssnano": "^5.0.3",
"cssnano": "^5.0.16",
"minimist": "^1.2.0"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.1.11

### Patch Changes

- refactor: replace natural sort with built-in array sort
- Updated dependencies
- postcss-discard-unused@5.0.2
- postcss-reduce-idents@5.0.2
- cssnano-preset-default@5.1.11

## 5.1.10 (2022-01-07)

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cssnano-preset-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-advanced",
"version": "5.1.10",
"version": "5.1.11",
"main": "dist/index.js",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-default": "^5.1.10",
"postcss-discard-unused": "^5.0.1",
"cssnano-preset-default": "^5.1.11",
"postcss-discard-unused": "^5.0.2",
"postcss-merge-idents": "^5.0.2",
"postcss-reduce-idents": "^5.0.1",
"postcss-reduce-idents": "^5.0.2",
"postcss-zindex": "^5.0.1"
},
"author": {
Expand Down
29 changes: 29 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 5.1.11

### Patch Changes

- refactor: replace natural sort with built-in array sort
- Updated dependencies
- cssnano-utils@3.0.1
- postcss-minify-font-values@5.0.3
- postcss-minify-params@5.0.4
- postcss-normalize-charset@5.0.2
- postcss-discard-duplicates@5.0.2
- postcss-colormin@5.2.4
- postcss-convert-values@5.0.3
- postcss-discard-empty@5.0.2
- postcss-discard-overridden@5.0.3
- postcss-merge-longhand@5.0.5
- postcss-merge-rules@5.0.5
- postcss-minify-selectors@5.1.2
- postcss-normalize-positions@5.0.3
- postcss-normalize-unicode@5.0.3
- postcss-normalize-whitespace@5.0.3
- postcss-ordered-values@5.0.4
- postcss-normalize-string@5.0.3
- postcss-reduce-transforms@5.0.3
- postcss-minify-gradients@5.0.5
- postcss-normalize-repeat-style@5.0.3
- postcss-unique-selectors@5.0.3
- postcss-discard-comments@5.0.2

## 5.1.10 (2022-01-07)

### Patch Changes
Expand Down
46 changes: 23 additions & 23 deletions packages/cssnano-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-default",
"version": "5.1.10",
"version": "5.1.11",
"main": "dist/index.js",
"description": "Safe defaults for cssnano which require minimal configuration.",
"scripts": {
Expand All @@ -15,34 +15,34 @@
"license": "MIT",
"dependencies": {
"css-declaration-sorter": "^6.0.3",
"cssnano-utils": "^3.0.0",
"cssnano-utils": "^3.0.1",
"postcss-calc": "^8.2.0",
"postcss-colormin": "^5.2.3",
"postcss-convert-values": "^5.0.2",
"postcss-discard-comments": "^5.0.1",
"postcss-discard-duplicates": "^5.0.1",
"postcss-discard-empty": "^5.0.1",
"postcss-discard-overridden": "^5.0.2",
"postcss-merge-longhand": "^5.0.4",
"postcss-merge-rules": "^5.0.4",
"postcss-minify-font-values": "^5.0.2",
"postcss-minify-gradients": "^5.0.4",
"postcss-minify-params": "^5.0.3",
"postcss-minify-selectors": "^5.1.1",
"postcss-normalize-charset": "^5.0.1",
"postcss-colormin": "^5.2.4",
"postcss-convert-values": "^5.0.3",
"postcss-discard-comments": "^5.0.2",
"postcss-discard-duplicates": "^5.0.2",
"postcss-discard-empty": "^5.0.2",
"postcss-discard-overridden": "^5.0.3",
"postcss-merge-longhand": "^5.0.5",
"postcss-merge-rules": "^5.0.5",
"postcss-minify-font-values": "^5.0.3",
"postcss-minify-gradients": "^5.0.5",
"postcss-minify-params": "^5.0.4",
"postcss-minify-selectors": "^5.1.2",
"postcss-normalize-charset": "^5.0.2",
"postcss-normalize-display-values": "^5.0.2",
"postcss-normalize-positions": "^5.0.2",
"postcss-normalize-repeat-style": "^5.0.2",
"postcss-normalize-string": "^5.0.2",
"postcss-normalize-positions": "^5.0.3",
"postcss-normalize-repeat-style": "^5.0.3",
"postcss-normalize-string": "^5.0.3",
"postcss-normalize-timing-functions": "^5.0.2",
"postcss-normalize-unicode": "^5.0.2",
"postcss-normalize-unicode": "^5.0.3",
"postcss-normalize-url": "^5.0.4",
"postcss-normalize-whitespace": "^5.0.2",
"postcss-ordered-values": "^5.0.3",
"postcss-normalize-whitespace": "^5.0.3",
"postcss-ordered-values": "^5.0.4",
"postcss-reduce-initial": "^5.0.2",
"postcss-reduce-transforms": "^5.0.2",
"postcss-reduce-transforms": "^5.0.3",
"postcss-svgo": "^5.0.3",
"postcss-unique-selectors": "^5.0.2"
"postcss-unique-selectors": "^5.0.3"
},
"author": {
"name": "Ben Briggs",
Expand Down
6 changes: 6 additions & 0 deletions packages/cssnano-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.1

### Patch Changes

- docs: add missing license files

## 3.0.0 (2022-01-07)

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-utils",
"version": "3.0.0",
"version": "3.0.1",
"repository": "cssnano/cssnano",
"main": "dist/index.js",
"description": "Utility methods and plugin for cssnano projects",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.0.16

### Patch Changes

- refactor: replace natural sort with built-in array sort
- Updated dependencies
- cssnano-preset-default@5.1.11

## 5.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "5.0.15",
"version": "5.0.16",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
],
"license": "MIT",
"dependencies": {
"cssnano-preset-default": "^5.1.10",
"cssnano-preset-default": "^5.1.11",
"lilconfig": "^2.0.3",
"yaml": "^1.10.2"
},
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-advanced": "^5.1.10",
"cssnano-preset-advanced": "^5.1.11",
"cssnano-preset-lite": "^2.0.2",
"postcss": "^8.2.15"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-colormin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.2.4

### Patch Changes

- refactor: remove implicit boolean conversion
- refactor: replace array with set

## 5.2.3 (2022-01-07)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-colormin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-colormin",
"version": "5.2.3",
"version": "5.2.4",
"description": "Minify colors in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-convert-values/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.3

### Patch Changes

- refactor: remove implicit boolean conversion

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-convert-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-convert-values",
"version": "5.0.2",
"version": "5.0.3",
"description": "Convert values with PostCSS (e.g. ms -> s)",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 5 additions & 2 deletions packages/postcss-discard-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 5.0.2

### Patch Changes

- refactor: replace object with map

## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@5.0.0...postcss-discard-comments@5.0.1) (2021-05-19)

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-comments",
"version": "5.0.1",
"version": "5.0.2",
"description": "Discard comments in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-discard-duplicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.0.2

### Patch Changes

- refactor: reduce indirection
- refactor: remove implicit boolean conversion

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-duplicates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-duplicates",
"version": "5.0.1",
"version": "5.0.2",
"description": "Discard duplicate rules in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-discard-empty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.2

### Patch Changes

- refactor: remove implicit boolean conversion

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-empty",
"version": "5.0.1",
"version": "5.0.2",
"description": "Discard empty rules and values with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-discard-overridden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.3

### Patch Changes

- refactor: remove implicit boolean conversion

## 5.0.2 (2022-01-07)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-overridden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-overridden",
"version": "5.0.2",
"version": "5.0.3",
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-discard-unused/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.0.2

### Patch Changes

- refactor: remove implicit boolean conversion
- refactor: remove uniqs function

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-unused/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-unused",
"version": "5.0.1",
"version": "5.0.2",
"description": "Discard unused counter styles, keyframes and fonts.",
"main": "dist/index.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/postcss-merge-longhand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.5

### Patch Changes

- refactor: remove implicit boolean conversion
- refactor: replace array with set
- Updated dependencies
- stylehacks@5.0.2

# 5.0.4

### Chore
Expand Down

0 comments on commit e0d6f5c

Please sign in to comment.