cssnano-preset-default 5.1.1 → 5.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/CHANGELOG.md +0 -130
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "cssnano-preset-default",
3
- "version": "5.1.1",
3
+ "version": "5.1.5",
4
4
  "main": "dist/index.js",
5
5
  "description": "Safe defaults for cssnano which require minimal configuration.",
6
6
  "scripts": {
7
- "prebuild": "del-cli dist",
7
+ "prebuild": "rimraf dist",
8
8
  "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
9
- "prepublish": "yarn build"
9
+ "prepare": "yarn build"
10
10
  },
11
11
  "files": [
12
12
  "LICENSE-MIT",
@@ -17,16 +17,16 @@
17
17
  "css-declaration-sorter": "^6.0.3",
18
18
  "cssnano-utils": "^2.0.1",
19
19
  "postcss-calc": "^8.0.0",
20
- "postcss-colormin": "^5.1.1",
21
- "postcss-convert-values": "^5.0.1",
20
+ "postcss-colormin": "^5.2.1",
21
+ "postcss-convert-values": "^5.0.2",
22
22
  "postcss-discard-comments": "^5.0.1",
23
23
  "postcss-discard-duplicates": "^5.0.1",
24
24
  "postcss-discard-empty": "^5.0.1",
25
25
  "postcss-discard-overridden": "^5.0.1",
26
26
  "postcss-merge-longhand": "^5.0.2",
27
- "postcss-merge-rules": "^5.0.1",
27
+ "postcss-merge-rules": "^5.0.2",
28
28
  "postcss-minify-font-values": "^5.0.1",
29
- "postcss-minify-gradients": "^5.0.1",
29
+ "postcss-minify-gradients": "^5.0.3",
30
30
  "postcss-minify-params": "^5.0.1",
31
31
  "postcss-minify-selectors": "^5.1.0",
32
32
  "postcss-normalize-charset": "^5.0.1",
@@ -36,12 +36,12 @@
36
36
  "postcss-normalize-string": "^5.0.1",
37
37
  "postcss-normalize-timing-functions": "^5.0.1",
38
38
  "postcss-normalize-unicode": "^5.0.1",
39
- "postcss-normalize-url": "^5.0.1",
39
+ "postcss-normalize-url": "^5.0.2",
40
40
  "postcss-normalize-whitespace": "^5.0.1",
41
- "postcss-ordered-values": "^5.0.1",
41
+ "postcss-ordered-values": "^5.0.2",
42
42
  "postcss-reduce-initial": "^5.0.1",
43
43
  "postcss-reduce-transforms": "^5.0.1",
44
- "postcss-svgo": "^5.0.1",
44
+ "postcss-svgo": "^5.0.3",
45
45
  "postcss-unique-selectors": "^5.0.1"
46
46
  },
47
47
  "author": {
@@ -63,5 +63,5 @@
63
63
  "peerDependencies": {
64
64
  "postcss": "^8.2.15"
65
65
  },
66
- "gitHead": "08ec284f116d1ce2605deb55dfe17ffe2835b38a"
66
+ "gitHead": "2d84646671c7075f8dae35de310351aac3436bc0"
67
67
  }
package/CHANGELOG.md DELETED
@@ -1,130 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [5.1.1] (2021-05-21)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **postcss-colormin:** Strict color parsing ([#1122](https://github.com/cssnano/cssnano/issues/1122)) ([32771da](https://github.com/cssnano/cssnano/commit/32771da46ee94f07a6907ec47701189f90ad2ec0))
12
- * **postcss-colormin:** fix ERR_PACKAGE_PATH_NOT_EXPORTED ([#1110](https://github.com/cssnano/cssnano/issues/1110)) ([8a31ca38796](https://github.com/cssnano/cssnano/commit/8a31ca38796e12e6fe52620cf8a545cb058fe295))
13
-
14
-
15
- # [5.1.0](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@5.0.0...cssnano-preset-default@5.1.0) (2021-05-19)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * **postcss-merge-rules:** add some missing known pseudo classes. ([#1099](https://github.com/cssnano/cssnano/issues/1099)) ([4d7fe36](https://github.com/cssnano/cssnano/commit/4d7fe367bebab86c7b5664ed4621ee7586ca7d86))
21
- * **postcss-merge-rules:** prevent breaking rule merges ([#1072](https://github.com/cssnano/cssnano/issues/1072)) ([c5e0a5e](https://github.com/cssnano/cssnano/commit/c5e0a5eac171089ae994fcba21d9c565fb462577)), closes [#999](https://github.com/cssnano/cssnano/issues/999)
22
-
23
-
24
- ### Features
25
-
26
- * **postcss-colormin:** switch to colord and solve multiple issues ([#1107](https://github.com/cssnano/cssnano/issues/1107)) ([a7f0be4](https://github.com/cssnano/cssnano/commit/a7f0be4acc640aab89cace53a720b3d59b6f7b4f)), closes [#819](https://github.com/cssnano/cssnano/issues/819) [#1042](https://github.com/cssnano/cssnano/issues/1042) [#819](https://github.com/cssnano/cssnano/issues/819) [#771](https://github.com/cssnano/cssnano/issues/771)
27
-
28
-
29
-
30
-
31
-
32
- ## [5.0.1](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@5.0.0...cssnano-preset-default@5.0.1) (2021-04-26)
33
-
34
- **Note:** Version bump only for package cssnano-preset-default
35
-
36
-
37
-
38
-
39
-
40
- # [5.0.0](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@5.0.0-rc.2...cssnano-preset-default@5.0.0) (2021-04-06)
41
-
42
- **Note:** Version bump only for package cssnano-preset-default
43
-
44
-
45
-
46
-
47
-
48
- # [5.0.0-rc.2](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@5.0.0-rc.1...cssnano-preset-default@5.0.0-rc.2) (2021-03-15)
49
-
50
- **Note:** Version bump only for package cssnano-preset-default
51
-
52
-
53
-
54
-
55
-
56
- # [5.0.0-rc.1](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@5.0.0-rc.0...cssnano-preset-default@5.0.0-rc.1) (2021-03-04)
57
-
58
- **Note:** Version bump only for package cssnano-preset-default
59
-
60
-
61
-
62
-
63
-
64
- # 5.0.0-rc.0 (2021-02-19)
65
-
66
-
67
- ### Bug Fixes
68
-
69
- * **postcss-convert-values:** prevent zero units from being dropped in line-height. ([#801](https://github.com/cssnano/cssnano/issues/801)) ([d781855](https://github.com/cssnano/cssnano/commit/d78185567ae5ebcde0469cf0e55145a7a3130d3e))
70
- * **postcss-merge-rules:** don't change specificity of prefixed properties ([#723](https://github.com/cssnano/cssnano/issues/723)) ([863cf2b](https://github.com/cssnano/cssnano/commit/863cf2b3470d3172523a3165dc368abcfa18809c))
71
- * **postcss-normalize-positions:** correct optimize math (`calc` and etc) and variable functions (`var` and `env`) ([#750](https://github.com/cssnano/cssnano/issues/750)) ([a81e8df](https://github.com/cssnano/cssnano/commit/a81e8dfc1ad26067d5a9efab8081072cd4b15c44))
72
-
73
-
74
- ### chore
75
-
76
- * minimum require version of node is 10.13 ([#871](https://github.com/cssnano/cssnano/issues/871)) ([28bda24](https://github.com/cssnano/cssnano/commit/28bda243e32ce3ba89b3c358a5f78727b3732f11))
77
-
78
-
79
- ### Features
80
-
81
- * css declaration sorter ([#855](https://github.com/cssnano/cssnano/issues/855)) ([613d562](https://github.com/cssnano/cssnano/commit/613d562ae79e7e169c80b523b7c2c9b0093bc1d8))
82
- * migarete to PostCSS 8 ([#975](https://github.com/cssnano/cssnano/issues/975)) ([40b82dc](https://github.com/cssnano/cssnano/commit/40b82dca7f53ac02cd4fe62846dec79b898ccb49))
83
- * **postcss-merge-rules:** merge at-rules ([#722](https://github.com/cssnano/cssnano/issues/722)) ([8d4610a](https://github.com/cssnano/cssnano/commit/8d4610a6391ddab29bcb08ef0522d0b7ce2d6582))
84
- * **postcss-ordered-values:** compress more vendor properties ([#746](https://github.com/cssnano/cssnano/issues/746)) ([b479440](https://github.com/cssnano/cssnano/commit/b4794404bffa54558654b215eb550e6adb98e144))
85
-
86
-
87
- ### BREAKING CHANGES
88
-
89
- * minimum supported `postcss` version is `8.2.1`
90
- * minimum require version of node is 10.13
91
-
92
-
93
-
94
- ## 4.1.9 (2019-02-12)
95
-
96
-
97
-
98
- ## 4.1.7 (2018-10-22)
99
-
100
-
101
-
102
- ## 4.1.6 (2018-10-22)
103
-
104
-
105
-
106
- ## 4.1.5 (2018-10-17)
107
-
108
-
109
-
110
- ## 4.1.4 (2018-09-27)
111
-
112
-
113
-
114
- ## 4.1.2 (2018-09-25)
115
-
116
-
117
-
118
- ## 4.1.1 (2018-09-24)
119
-
120
-
121
- ### Bug Fixes
122
-
123
- * parse error with iPhone X feature ([#614](https://github.com/cssnano/cssnano/issues/614)) ([a3704a7](https://github.com/cssnano/cssnano/commit/a3704a76a631b1cd907ab0c0a8637a622769676d))
124
- * **postcss-merge-longhand:** not mangle border output ([#555](https://github.com/cssnano/cssnano/issues/555)) ([9a70605](https://github.com/cssnano/cssnano/commit/9a706050b621e7795a9bf74eb7110b5c81804ffe)), closes [#553](https://github.com/cssnano/cssnano/issues/553) [#554](https://github.com/cssnano/cssnano/issues/554)
125
- * **postcss-merge-longhand:** Should not mangle borders ([#579](https://github.com/cssnano/cssnano/issues/579)) ([#583](https://github.com/cssnano/cssnano/issues/583)) ([4d3b3f8](https://github.com/cssnano/cssnano/commit/4d3b3f8fa5a389329989b13f85f3523e56c81435))
126
-
127
-
128
- ### Features
129
-
130
- * **postcss-ordered-values:** support ordering animation values ([#574](https://github.com/cssnano/cssnano/issues/574)) ([17ec039](https://github.com/cssnano/cssnano/commit/17ec039dfbe7f596df12f5d5889bf3e6cd32afd6))