cssnano-preset-advanced 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 +13 -13
  2. package/CHANGELOG.md +0 -107
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "cssnano-preset-advanced",
3
- "version": "5.0.1",
3
+ "version": "5.1.3",
4
4
  "main": "dist/index.js",
5
5
  "description": "Advanced optimisations for cssnano; may or may not break your CSS!",
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,12 +14,12 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "autoprefixer": "^10.0.2",
18
- "cssnano-preset-default": "^5.0.1",
19
- "postcss-discard-unused": "^5.0.0",
20
- "postcss-merge-idents": "^5.0.0",
21
- "postcss-reduce-idents": "^5.0.0",
22
- "postcss-zindex": "^5.0.0"
17
+ "autoprefixer": "^10.2.0",
18
+ "cssnano-preset-default": "^5.1.3",
19
+ "postcss-discard-unused": "^5.0.1",
20
+ "postcss-merge-idents": "^5.0.1",
21
+ "postcss-reduce-idents": "^5.0.1",
22
+ "postcss-zindex": "^5.0.1"
23
23
  },
24
24
  "author": {
25
25
  "name": "Ben Briggs",
@@ -35,10 +35,10 @@
35
35
  "node": "^10 || ^12 || >=14.0"
36
36
  },
37
37
  "devDependencies": {
38
- "postcss": "^8.2.1"
38
+ "postcss": "^8.2.15"
39
39
  },
40
40
  "peerDependencies": {
41
- "postcss": "^8.2.1"
41
+ "postcss": "^8.2.15"
42
42
  },
43
- "gitHead": "a2245fcbf5094c9793158d76955d83122d7aef39"
43
+ "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
44
44
  }
package/CHANGELOG.md DELETED
@@ -1,107 +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-advanced@5.0.0...cssnano-preset-advanced@5.0.1) (2021-04-26)
7
-
8
- **Note:** Version bump only for package cssnano-preset-advanced
9
-
10
-
11
-
12
-
13
-
14
- # [5.0.0](https://github.com/cssnano/cssnano/compare/cssnano-preset-advanced@5.0.0-rc.2...cssnano-preset-advanced@5.0.0) (2021-04-06)
15
-
16
- **Note:** Version bump only for package cssnano-preset-advanced
17
-
18
-
19
-
20
-
21
-
22
- # [5.0.0-rc.2](https://github.com/cssnano/cssnano/compare/cssnano-preset-advanced@5.0.0-rc.1...cssnano-preset-advanced@5.0.0-rc.2) (2021-03-15)
23
-
24
- **Note:** Version bump only for package cssnano-preset-advanced
25
-
26
-
27
-
28
-
29
-
30
- # [5.0.0-rc.1](https://github.com/cssnano/cssnano/compare/cssnano-preset-advanced@5.0.0-rc.0...cssnano-preset-advanced@5.0.0-rc.1) (2021-03-04)
31
-
32
- **Note:** Version bump only for package cssnano-preset-advanced
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
-
59
-
60
- ### BREAKING CHANGES
61
-
62
- * minimum supported `postcss` version is `8.2.1`
63
- * minimum require version of node is 10.13
64
-
65
-
66
-
67
- ## 4.1.9 (2019-02-12)
68
-
69
-
70
-
71
- ## 4.1.7 (2018-10-22)
72
-
73
-
74
-
75
- ## 4.1.6 (2018-10-22)
76
-
77
-
78
-
79
- ## 4.1.5 (2018-10-17)
80
-
81
-
82
-
83
- ## 4.1.4 (2018-09-27)
84
-
85
-
86
-
87
- ## 4.1.3 (2018-09-25)
88
-
89
-
90
-
91
- ## 4.1.2 (2018-09-25)
92
-
93
-
94
-
95
- ## 4.1.1 (2018-09-24)
96
-
97
-
98
- ### Bug Fixes
99
-
100
- * parse error with iPhone X feature ([#614](https://github.com/cssnano/cssnano/issues/614)) ([a3704a7](https://github.com/cssnano/cssnano/commit/a3704a76a631b1cd907ab0c0a8637a622769676d))
101
- * **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)
102
- * **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))
103
-
104
-
105
- ### Features
106
-
107
- * **postcss-ordered-values:** support ordering animation values ([#574](https://github.com/cssnano/cssnano/issues/574)) ([17ec039](https://github.com/cssnano/cssnano/commit/17ec039dfbe7f596df12f5d5889bf3e6cd32afd6))