@plaudit/webpack-extensions 2.90.0 → 2.90.1

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 +4 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -60,6 +60,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
60
  - Legacy PostCSS features that have been integrated into modern CSS
61
61
  - `@extends` support
62
62
 
63
+ ## [2.90.1] - 2026-05-08
64
+ ### Fixed
65
+ - `postcss-loader` being a dev dependency
66
+
63
67
  ## [2.90.0] - 2026-05-04
64
68
  ### Added
65
69
  - PNPM 11 compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/webpack-extensions",
3
- "version": "2.90.0",
3
+ "version": "2.90.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "files": [
6
6
  "/dist",
@@ -30,12 +30,10 @@
30
30
  "devDependencies": {
31
31
  "@plaudit/gutenberg-api-extensions": "^2.97.0",
32
32
  "@types/browser-sync-webpack-plugin": "^2.2.5",
33
- "@types/node": "^25.6.0",
33
+ "@types/node": "^25.6.2",
34
34
  "@types/postcss-functions": "^4.0.4",
35
35
  "@types/tapable": "^2.3.0",
36
36
  "@types/webpack-sources": "^3.2.3",
37
- "postcss-load-config": "^4.0.2",
38
- "postcss-loader": "^7.3.4",
39
37
  "typescript": "^6.0.3",
40
38
  "webpack-bundle-analyzer": "^4.10.2"
41
39
  },
@@ -55,11 +53,13 @@
55
53
  "fork-ts-checker-webpack-plugin": "^9.1.0",
56
54
  "http-proxy-middleware": "^3.0.5",
57
55
  "json2php": "^0.0.12",
58
- "postcss": "^8.5.13",
56
+ "postcss": "^8.5.14",
59
57
  "postcss-calc": "^9.0.1",
60
58
  "postcss-discard-comments": "^6.0.2",
61
59
  "postcss-functions": "^4.0.2",
62
60
  "postcss-import": "^16.1.1",
61
+ "postcss-load-config": "^4.0.2",
62
+ "postcss-loader": "^7.3.4",
63
63
  "postcss-media-minmax": "^5.0.0",
64
64
  "postcss-mixins": "6.2.3",
65
65
  "postcss-nested": "^6.2.0",
@@ -75,7 +75,6 @@
75
75
  "node": ">=20"
76
76
  },
77
77
  "scripts": {
78
- "pnpm:devPreinstall": "pnpm add --config '@plaudit/pnpm-plugin-plaudit-config'",
79
78
  "build": "tsc",
80
79
  "clean": "rm -rf dist",
81
80
  "build:clean": "pnpm run clean && pnpm run build",