@davidsneighbour/postcss-config 5.2.31 → 5.2.33

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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.2.33](https://github.com/davidsneighbour/configurations/compare/v5.2.32...v5.2.33) (2023-08-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency autoprefixer to v10.4.15 ([#852](https://github.com/davidsneighbour/configurations/issues/852)) ([f66d4db](https://github.com/davidsneighbour/configurations/commit/f66d4db42a326f61b3fc05ad342fbcfe78d5fb63))
12
+ * **deps:** update dependency postcss to v8.4.28 ([#854](https://github.com/davidsneighbour/configurations/issues/854)) ([8cc768b](https://github.com/davidsneighbour/configurations/commit/8cc768b2ef80ebcb4b94f47eb1aad641cb81bdc9))
13
+
14
+
15
+
16
+
17
+
18
+ ## [5.2.32](https://github.com/davidsneighbour/configurations/compare/v5.2.31...v5.2.32) (2023-08-13)
19
+
20
+ **Note:** Version bump only for package @davidsneighbour/postcss-config
21
+
22
+
23
+
24
+
25
+
6
26
  ## [5.2.31](https://github.com/davidsneighbour/configurations/compare/v5.2.30...v5.2.31) (2023-08-12)
7
27
 
8
28
  **Note:** Version bump only for package @davidsneighbour/postcss-config
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidsneighbour/postcss-config",
3
3
  "description": "PostCSS configuration for use in @davidsneighbour projects.",
4
- "version": "5.2.31",
4
+ "version": "5.2.33",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
@@ -9,10 +9,10 @@
9
9
  "homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config",
10
10
  "dependencies": {
11
11
  "@fullhuman/postcss-purgecss": "5.0.0",
12
- "autoprefixer": "10.4.14",
12
+ "autoprefixer": "10.4.15",
13
13
  "cssnano": "6.0.1",
14
14
  "pixrem": "5.0.0",
15
- "postcss": "8.4.27",
15
+ "postcss": "8.4.28",
16
16
  "postcss-cli": "10.1.0",
17
17
  "postcss-import": "15.1.0",
18
18
  "postcss-loader": "7.3.3",
@@ -27,5 +27,5 @@
27
27
  "node": ">=18.0.0",
28
28
  "npm": ">=8.0.0"
29
29
  },
30
- "gitHead": "8daa9c541e539d0e58b127e464bb0172de0e1bee"
30
+ "gitHead": "367f36c964d27c32bd1ebdb1c0d6331d59b2a316"
31
31
  }