@davidsneighbour/postcss-config 5.2.17 → 5.2.24

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 (3) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +17 -17
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.24](https://github.com/davidsneighbour/configurations/compare/v5.2.23...v5.2.24) (2023-07-16)
7
+
8
+ **Note:** Version bump only for package @davidsneighbour/postcss-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.2.23](https://github.com/davidsneighbour/configurations/compare/v5.2.22...v5.2.23) (2023-07-16)
15
+
16
+ **Note:** Version bump only for package @davidsneighbour/postcss-config
17
+
18
+
19
+
20
+
21
+
22
+ ## [5.2.18](https://github.com/davidsneighbour/configurations/compare/v5.2.17...v5.2.18) (2023-07-14)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency postcss to v8.4.26 ([#785](https://github.com/davidsneighbour/configurations/issues/785)) ([8dc0c22](https://github.com/davidsneighbour/configurations/commit/8dc0c223defb8a0f4a8c94ca479e7453b65b188d))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [5.2.17](https://github.com/davidsneighbour/configurations/compare/v5.2.16...v5.2.17) (2023-07-12)
7
34
 
8
35
  **Note:** Version bump only for package @davidsneighbour/postcss-config
package/README.md CHANGED
@@ -20,20 +20,20 @@ npm install --save-dev postcss-cli
20
20
 
21
21
  A global `postcss-cli` installation won't work if the plugins in this package are not installed globally as well.
22
22
 
23
- # All configurations
24
-
25
- - [Babel](/packages/babel-config)
26
- - [Bootstrap](/packages/bootstrap-config)
27
- - [Browserslist](/packages/browserslist-config)
28
- - [Commitlint](/packages/commitlint-config)
29
- - [CssNano](/packages/cssnano-config)
30
- - [Cypress](/packages/cypress-config)
31
- - [ESLint](/packages/eslint-config)
32
- - [Markdownlint](/packages/markdownlint-config)
33
- - [PostCSS](/packages/postcss-config)
34
- - [Prettier](/packages/prettier-config)
35
- - [Remark Lint](/packages/remark-config)
36
- - [Standard Version](/packages/standard-version-config)
37
- - [Stylelint](/packages/stylelint-config)
38
- - [Tools](/packages/tools)
39
- - [Webpack](/packages/webpack-config)
23
+ ## All configurations
24
+
25
+ * [Babel](/packages/babel-config)
26
+ * [Bootstrap](/packages/bootstrap-config)
27
+ * [Browserslist](/packages/browserslist-config)
28
+ * [Commitlint](/packages/commitlint-config)
29
+ * [CssNano](/packages/cssnano-config)
30
+ * [Cypress](/packages/cypress-config)
31
+ * [ESLint](/packages/eslint-config)
32
+ * [Markdownlint](/packages/markdownlint-config)
33
+ * [PostCSS](/packages/postcss-config)
34
+ * [Prettier](/packages/prettier-config)
35
+ * [Remark Lint](/packages/remark-config)
36
+ * [Standard Version](/packages/standard-version-config)
37
+ * [Stylelint](/packages/stylelint-config)
38
+ * [Tools](/packages/tools)
39
+ * [Webpack](/packages/webpack-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.17",
4
+ "version": "5.2.24",
5
5
  "license": "MIT",
6
6
  "repository": "davidsneighbour/configurations",
7
7
  "author": {
@@ -16,7 +16,7 @@
16
16
  "autoprefixer": "10.4.14",
17
17
  "cssnano": "6.0.1",
18
18
  "pixrem": "5.0.0",
19
- "postcss": "8.4.25",
19
+ "postcss": "8.4.26",
20
20
  "postcss-cli": "10.1.0",
21
21
  "postcss-import": "15.1.0",
22
22
  "postcss-loader": "7.3.3",
@@ -27,5 +27,5 @@
27
27
  "fixpack": "fixpack"
28
28
  },
29
29
  "main": "index.js",
30
- "gitHead": "de5f7ea1b48b9fb8a0c6af94f3446b7f4d0a31fa"
30
+ "gitHead": "cb58944e5779799b5518fa72ac3ea312e5853967"
31
31
  }