@pplancq/postcss-config 1.1.0 → 2.1.0

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/CHANGELOG.md +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @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)
2
+
3
+ ### Features
4
+
5
+ * **postcss-config:** bump postcss-normalize from 10.0.1 to 13.0.0 ([1b9a020](https://github.com/pplancq/dev-tools/commit/1b9a0204f741fc4b1f13377558785c2cfdc1a937))
6
+
7
+ ## @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)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * **postcss-config:** Node.js versions 14 and 16 are no longer supported.
12
+
13
+ ### Features
14
+
15
+ * **postcss-config:** bump postcss-preset-env from 9.6.0 to 10.0.0 ([22eb6f8](https://github.com/pplancq/dev-tools/commit/22eb6f862bc13bd9cf01a0d6e0820efcb4586c39))
16
+ * **postcss-config:** update Node.js engine requirement to >=18 ([0b3fa49](https://github.com/pplancq/dev-tools/commit/0b3fa4994673fb4bcdbbb973b15e7d39e3a542df))
17
+
1
18
  ## @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)
2
19
 
3
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/postcss-config",
3
- "version": "1.1.0",
3
+ "version": "2.1.0",
4
4
  "license": "MIT",
5
5
  "description": "pplancq postcss config",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -22,11 +22,11 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "postcss-flexbugs-fixes": "^5.0.2",
25
- "postcss-normalize": "^10.0.1",
26
- "postcss-preset-env": "^9.5.11"
25
+ "postcss-normalize": "^13.0.0",
26
+ "postcss-preset-env": "^10.0.3"
27
27
  },
28
28
  "engines": {
29
- "node": "^14 || ^16 || >=18"
29
+ "node": ">=18"
30
30
  },
31
31
  "volta": {
32
32
  "extends": "../../package.json"