cssnano-preset-default 5.0.1 → 5.1.3

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 +35 -35
  2. package/CHANGELOG.md +0 -104
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "cssnano-preset-default",
3
- "version": "5.0.1",
3
+ "version": "5.1.3",
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",
8
- "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
9
- "prepublish": "yarn build"
7
+ "prebuild": "rimraf dist",
8
+ "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
9
+ "prepare": "yarn build"
10
10
  },
11
11
  "files": [
12
12
  "LICENSE-MIT",
@@ -14,35 +14,35 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "css-declaration-sorter": "6.0.0",
18
- "cssnano-utils": "^2.0.0",
17
+ "css-declaration-sorter": "^6.0.3",
18
+ "cssnano-utils": "^2.0.1",
19
19
  "postcss-calc": "^8.0.0",
20
- "postcss-colormin": "^5.0.0",
21
- "postcss-convert-values": "^5.0.0",
22
- "postcss-discard-comments": "^5.0.0",
23
- "postcss-discard-duplicates": "^5.0.0",
24
- "postcss-discard-empty": "^5.0.0",
25
- "postcss-discard-overridden": "^5.0.0",
26
- "postcss-merge-longhand": "^5.0.1",
27
- "postcss-merge-rules": "^5.0.0",
28
- "postcss-minify-font-values": "^5.0.0",
29
- "postcss-minify-gradients": "^5.0.0",
30
- "postcss-minify-params": "^5.0.0",
31
- "postcss-minify-selectors": "^5.0.0",
32
- "postcss-normalize-charset": "^5.0.0",
33
- "postcss-normalize-display-values": "^5.0.0",
34
- "postcss-normalize-positions": "^5.0.0",
35
- "postcss-normalize-repeat-style": "^5.0.0",
36
- "postcss-normalize-string": "^5.0.0",
37
- "postcss-normalize-timing-functions": "^5.0.0",
38
- "postcss-normalize-unicode": "^5.0.0",
39
- "postcss-normalize-url": "^5.0.0",
40
- "postcss-normalize-whitespace": "^5.0.0",
41
- "postcss-ordered-values": "^5.0.0",
42
- "postcss-reduce-initial": "^5.0.0",
43
- "postcss-reduce-transforms": "^5.0.0",
44
- "postcss-svgo": "^5.0.0",
45
- "postcss-unique-selectors": "^5.0.0"
20
+ "postcss-colormin": "^5.2.0",
21
+ "postcss-convert-values": "^5.0.1",
22
+ "postcss-discard-comments": "^5.0.1",
23
+ "postcss-discard-duplicates": "^5.0.1",
24
+ "postcss-discard-empty": "^5.0.1",
25
+ "postcss-discard-overridden": "^5.0.1",
26
+ "postcss-merge-longhand": "^5.0.2",
27
+ "postcss-merge-rules": "^5.0.2",
28
+ "postcss-minify-font-values": "^5.0.1",
29
+ "postcss-minify-gradients": "^5.0.1",
30
+ "postcss-minify-params": "^5.0.1",
31
+ "postcss-minify-selectors": "^5.1.0",
32
+ "postcss-normalize-charset": "^5.0.1",
33
+ "postcss-normalize-display-values": "^5.0.1",
34
+ "postcss-normalize-positions": "^5.0.1",
35
+ "postcss-normalize-repeat-style": "^5.0.1",
36
+ "postcss-normalize-string": "^5.0.1",
37
+ "postcss-normalize-timing-functions": "^5.0.1",
38
+ "postcss-normalize-unicode": "^5.0.1",
39
+ "postcss-normalize-url": "^5.0.2",
40
+ "postcss-normalize-whitespace": "^5.0.1",
41
+ "postcss-ordered-values": "^5.0.2",
42
+ "postcss-reduce-initial": "^5.0.1",
43
+ "postcss-reduce-transforms": "^5.0.1",
44
+ "postcss-svgo": "^5.0.2",
45
+ "postcss-unique-selectors": "^5.0.1"
46
46
  },
47
47
  "author": {
48
48
  "name": "Ben Briggs",
@@ -58,10 +58,10 @@
58
58
  "node": "^10 || ^12 || >=14.0"
59
59
  },
60
60
  "devDependencies": {
61
- "postcss": "^8.2.1"
61
+ "postcss": "^8.2.15"
62
62
  },
63
63
  "peerDependencies": {
64
- "postcss": "^8.2.1"
64
+ "postcss": "^8.2.15"
65
65
  },
66
- "gitHead": "a2245fcbf5094c9793158d76955d83122d7aef39"
66
+ "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
67
67
  }
package/CHANGELOG.md DELETED
@@ -1,104 +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.0.1](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@5.0.0...cssnano-preset-default@5.0.1) (2021-04-26)
7
-
8
- **Note:** Version bump only for package cssnano-preset-default
9
-
10
-
11
-
12
-
13
-
14
- # [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)
15
-
16
- **Note:** Version bump only for package cssnano-preset-default
17
-
18
-
19
-
20
-
21
-
22
- # [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)
23
-
24
- **Note:** Version bump only for package cssnano-preset-default
25
-
26
-
27
-
28
-
29
-
30
- # [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)
31
-
32
- **Note:** Version bump only for package cssnano-preset-default
33
-
34
-
35
-
36
-
37
-
38
- # 5.0.0-rc.0 (2021-02-19)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * **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))
44
- * **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))
45
- * **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))
46
-
47
-
48
- ### chore
49
-
50
- * minimum require version of node is 10.13 ([#871](https://github.com/cssnano/cssnano/issues/871)) ([28bda24](https://github.com/cssnano/cssnano/commit/28bda243e32ce3ba89b3c358a5f78727b3732f11))
51
-
52
-
53
- ### Features
54
-
55
- * css declaration sorter ([#855](https://github.com/cssnano/cssnano/issues/855)) ([613d562](https://github.com/cssnano/cssnano/commit/613d562ae79e7e169c80b523b7c2c9b0093bc1d8))
56
- * migarete to PostCSS 8 ([#975](https://github.com/cssnano/cssnano/issues/975)) ([40b82dc](https://github.com/cssnano/cssnano/commit/40b82dca7f53ac02cd4fe62846dec79b898ccb49))
57
- * **postcss-merge-rules:** merge at-rules ([#722](https://github.com/cssnano/cssnano/issues/722)) ([8d4610a](https://github.com/cssnano/cssnano/commit/8d4610a6391ddab29bcb08ef0522d0b7ce2d6582))
58
- * **postcss-ordered-values:** compress more vendor properties ([#746](https://github.com/cssnano/cssnano/issues/746)) ([b479440](https://github.com/cssnano/cssnano/commit/b4794404bffa54558654b215eb550e6adb98e144))
59
-
60
-
61
- ### BREAKING CHANGES
62
-
63
- * minimum supported `postcss` version is `8.2.1`
64
- * minimum require version of node is 10.13
65
-
66
-
67
-
68
- ## 4.1.9 (2019-02-12)
69
-
70
-
71
-
72
- ## 4.1.7 (2018-10-22)
73
-
74
-
75
-
76
- ## 4.1.6 (2018-10-22)
77
-
78
-
79
-
80
- ## 4.1.5 (2018-10-17)
81
-
82
-
83
-
84
- ## 4.1.4 (2018-09-27)
85
-
86
-
87
-
88
- ## 4.1.2 (2018-09-25)
89
-
90
-
91
-
92
- ## 4.1.1 (2018-09-24)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * parse error with iPhone X feature ([#614](https://github.com/cssnano/cssnano/issues/614)) ([a3704a7](https://github.com/cssnano/cssnano/commit/a3704a76a631b1cd907ab0c0a8637a622769676d))
98
- * **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)
99
- * **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))
100
-
101
-
102
- ### Features
103
-
104
- * **postcss-ordered-values:** support ordering animation values ([#574](https://github.com/cssnano/cssnano/issues/574)) ([17ec039](https://github.com/cssnano/cssnano/commit/17ec039dfbe7f596df12f5d5889bf3e6cd32afd6))