@pplancq/postcss-config 2.1.14 → 2.1.16
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.
- package/package.json +25 -2
- package/CHANGELOG.md +0 -126
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/postcss-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "pplancq postcss config",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -9,6 +9,18 @@
|
|
|
9
9
|
"url": "git+https://github.com/pplancq/dev-tools.git",
|
|
10
10
|
"directory": "packages/postcss-config"
|
|
11
11
|
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"lint:eslint": "eslint \"**/*.{js,mjs}\"",
|
|
14
|
+
"lint:eslint:fix": "eslint \"**/*.{js,mjs}\" --fix",
|
|
15
|
+
"lint:prettier": "prettier \"**/*.!(js|mjs)\" --check --ignore-unknown",
|
|
16
|
+
"lint:prettier:fix": "prettier \"**/*.!(js|mjs)\" --write --ignore-unknown"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"bin",
|
|
20
|
+
"index.js",
|
|
21
|
+
"LICENSE",
|
|
22
|
+
"README.md"
|
|
23
|
+
],
|
|
12
24
|
"bugs": {
|
|
13
25
|
"url": "https://github.com/pplancq/dev-tools/issues"
|
|
14
26
|
},
|
|
@@ -23,12 +35,23 @@
|
|
|
23
35
|
"dependencies": {
|
|
24
36
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
25
37
|
"postcss-normalize": "^13.0.1",
|
|
26
|
-
"postcss-preset-env": "^10.
|
|
38
|
+
"postcss-preset-env": "^10.4.0"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"eslint": "^9.36.0",
|
|
42
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
43
|
+
"lint-staged": "^16.2.1",
|
|
44
|
+
"prettier": "^3.6.2"
|
|
27
45
|
},
|
|
28
46
|
"engines": {
|
|
29
47
|
"node": ">=18"
|
|
30
48
|
},
|
|
31
49
|
"volta": {
|
|
32
50
|
"extends": "../../package.json"
|
|
51
|
+
},
|
|
52
|
+
"prettier": "@pplancq/prettier-config",
|
|
53
|
+
"lint-staged": {
|
|
54
|
+
"*.(js|mjs)": "eslint --fix",
|
|
55
|
+
"*.!(js|mjs)": "prettier --write --ignore-unknown"
|
|
33
56
|
}
|
|
34
57
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
## @pplancq/postcss-config [2.1.14](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.13...@pplancq/postcss-config@2.1.14) (2025-06-30)
|
|
2
|
-
|
|
3
|
-
### Bug Fixes
|
|
4
|
-
|
|
5
|
-
* **deps:** update dependency postcss-preset-env to ^10.2.4 ([b4060a4](https://github.com/pplancq/dev-tools/commit/b4060a4b50a1169363f275088075f42c199a1564))
|
|
6
|
-
|
|
7
|
-
## @pplancq/postcss-config [2.1.13](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.12...@pplancq/postcss-config@2.1.13) (2025-06-16)
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **deps:** update dependency postcss-preset-env to ^10.2.3 ([d9f4b06](https://github.com/pplancq/dev-tools/commit/d9f4b06be9775d0c262d14d31bc60b036a546836))
|
|
12
|
-
|
|
13
|
-
## @pplancq/postcss-config [2.1.12](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.11...@pplancq/postcss-config@2.1.12) (2025-06-09)
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* **deps:** update dependency postcss-preset-env to ^10.2.1 ([605693f](https://github.com/pplancq/dev-tools/commit/605693f0543179afa6c28fbe02cf8c98f44fa709))
|
|
18
|
-
|
|
19
|
-
## @pplancq/postcss-config [2.1.11](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.10...@pplancq/postcss-config@2.1.11) (2025-06-02)
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* **deps:** update dependency postcss-preset-env to ^10.2.0 ([77fa63c](https://github.com/pplancq/dev-tools/commit/77fa63c7532ad73f2cd572efd10dabd8ac6855c2))
|
|
24
|
-
|
|
25
|
-
## @pplancq/postcss-config [2.1.10](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.9...@pplancq/postcss-config@2.1.10) (2025-05-05)
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.6 ([44b5d56](https://github.com/pplancq/dev-tools/commit/44b5d5696fc5386f643918641a472c38c5df355d))
|
|
30
|
-
|
|
31
|
-
## @pplancq/postcss-config [2.1.9](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.8...@pplancq/postcss-config@2.1.9) (2025-03-03)
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.5 ([a9b47f1](https://github.com/pplancq/dev-tools/commit/a9b47f1a692195ec1c39082c6552e4e985fabf03))
|
|
36
|
-
|
|
37
|
-
## @pplancq/postcss-config [2.1.8](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.7...@pplancq/postcss-config@2.1.8) (2025-02-17)
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.4 ([d2086c3](https://github.com/pplancq/dev-tools/commit/d2086c37d13fa4ea295ba5f33b3a82a9a5c01c8e))
|
|
42
|
-
|
|
43
|
-
## @pplancq/postcss-config [2.1.7](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.6...@pplancq/postcss-config@2.1.7) (2025-01-06)
|
|
44
|
-
|
|
45
|
-
### Bug Fixes
|
|
46
|
-
|
|
47
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.3 ([1fac94b](https://github.com/pplancq/dev-tools/commit/1fac94bbe4e5c153637d5d69555d0d6ffa080c56))
|
|
48
|
-
|
|
49
|
-
## @pplancq/postcss-config [2.1.6](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.5...@pplancq/postcss-config@2.1.6) (2024-12-16)
|
|
50
|
-
|
|
51
|
-
### Bug Fixes
|
|
52
|
-
|
|
53
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.2 ([dee9ad5](https://github.com/pplancq/dev-tools/commit/dee9ad5dc0e8c514d44ee9a16e0c3c238029fa45))
|
|
54
|
-
|
|
55
|
-
## @pplancq/postcss-config [2.1.5](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.4...@pplancq/postcss-config@2.1.5) (2024-11-26)
|
|
56
|
-
|
|
57
|
-
### Bug Fixes
|
|
58
|
-
|
|
59
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.1 ([f9368cb](https://github.com/pplancq/dev-tools/commit/f9368cb6ae0d77d2f27f75dfe3e5ca73b724b282))
|
|
60
|
-
|
|
61
|
-
## @pplancq/postcss-config [2.1.4](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.3...@pplancq/postcss-config@2.1.4) (2024-11-18)
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
* **deps:** update dependency postcss-preset-env to ^10.1.0 ([f7e6717](https://github.com/pplancq/dev-tools/commit/f7e671798c90b5972853275f09f6ca490fc57140))
|
|
66
|
-
|
|
67
|
-
## @pplancq/postcss-config [2.1.3](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.2...@pplancq/postcss-config@2.1.3) (2024-11-11)
|
|
68
|
-
|
|
69
|
-
### Bug Fixes
|
|
70
|
-
|
|
71
|
-
* **deps:** update dependency postcss-preset-env to ^10.0.9 ([b0976e3](https://github.com/pplancq/dev-tools/commit/b0976e3e644baad6215b2e9309855c356848925b))
|
|
72
|
-
|
|
73
|
-
## @pplancq/postcss-config [2.1.2](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.1...@pplancq/postcss-config@2.1.2) (2024-11-08)
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
* **deps:** update dependency postcss-preset-env to ^10.0.8 ([c1c1cc3](https://github.com/pplancq/dev-tools/commit/c1c1cc3c992bfef2819470a03f1087712aa6af02))
|
|
78
|
-
|
|
79
|
-
## @pplancq/postcss-config [2.1.1](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.1.0...@pplancq/postcss-config@2.1.1) (2024-10-15)
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
83
|
-
* **deps:** update dependency postcss-normalize to ^13.0.1 ([ceb2150](https://github.com/pplancq/dev-tools/commit/ceb21504f004bda4746b8b2697671a00f44484b6))
|
|
84
|
-
* **deps:** update dependency postcss-preset-env to ^10.0.6 ([f17002d](https://github.com/pplancq/dev-tools/commit/f17002d421167db8ea4d26208efad643dcc4ecf6))
|
|
85
|
-
* **deps:** update dependency postcss-preset-env to ^10.0.7 ([e285605](https://github.com/pplancq/dev-tools/commit/e2856056611145f0f292a6e9e64f98d381fed52f))
|
|
86
|
-
|
|
87
|
-
## @pplancq/postcss-config [2.1.0](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@2.0.0...@pplancq/postcss-config@2.1.0) (2024-09-16)
|
|
88
|
-
|
|
89
|
-
### Features
|
|
90
|
-
|
|
91
|
-
* **postcss-config:** bump postcss-normalize from 10.0.1 to 13.0.0 ([1b9a020](https://github.com/pplancq/dev-tools/commit/1b9a0204f741fc4b1f13377558785c2cfdc1a937))
|
|
92
|
-
|
|
93
|
-
## @pplancq/postcss-config [2.0.0](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@1.1.0...@pplancq/postcss-config@2.0.0) (2024-08-16)
|
|
94
|
-
|
|
95
|
-
### ⚠ BREAKING CHANGES
|
|
96
|
-
|
|
97
|
-
* **postcss-config:** Node.js versions 14 and 16 are no longer supported.
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* **postcss-config:** bump postcss-preset-env from 9.6.0 to 10.0.0 ([22eb6f8](https://github.com/pplancq/dev-tools/commit/22eb6f862bc13bd9cf01a0d6e0820efcb4586c39))
|
|
102
|
-
* **postcss-config:** update Node.js engine requirement to >=18 ([0b3fa49](https://github.com/pplancq/dev-tools/commit/0b3fa4994673fb4bcdbbb973b15e7d39e3a542df))
|
|
103
|
-
|
|
104
|
-
## @pplancq/postcss-config [1.1.0](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@1.0.2...@pplancq/postcss-config@1.1.0) (2024-05-06)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* **dev-tools:** add minimal nodejs versions for each package ([0d8447a](https://github.com/pplancq/dev-tools/commit/0d8447a6f4e26ff9cb28baac8434020156d5dac0))
|
|
110
|
-
|
|
111
|
-
## @pplancq/postcss-config [1.0.2](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@1.0.1...@pplancq/postcss-config@1.0.2) (2024-04-16)
|
|
112
|
-
|
|
113
|
-
## @pplancq/postcss-config [1.0.1](https://github.com/pplancq/dev-tools/compare/@pplancq/postcss-config@1.0.0...@pplancq/postcss-config@1.0.1) (2024-03-20)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Reverts
|
|
117
|
-
|
|
118
|
-
* **dev-tool:** add package-lock when execute npm postversion ([1e83fe7](https://github.com/pplancq/dev-tools/commit/1e83fe7ee8d2529ce3b85e1abb56968171ee01ff))
|
|
119
|
-
|
|
120
|
-
## @pplancq/postcss-config 1.0.0 (2024-02-05)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Features
|
|
124
|
-
|
|
125
|
-
* **postcss-config:** add default config for postcss ([10c8735](https://github.com/pplancq/dev-tools/commit/10c8735da8534d4f7d2738e0e9774692462b9083))
|
|
126
|
-
* **postcss-config:** add script for init postcss config ([5755752](https://github.com/pplancq/dev-tools/commit/57557527426e48c848a593ea3f12d61224c29466))
|