@patternfly/documentation-framework 6.18.3 → 6.18.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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
+ ## 6.18.5 (2025-08-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * more dependency bumps ([#4741](https://github.com/patternfly/patternfly-org/issues/4741)) ([264f5dc](https://github.com/patternfly/patternfly-org/commit/264f5dc6c7c24775a448660dbefeaa6378f1be4c))
12
+
13
+
14
+
15
+
16
+
17
+ ## 6.18.4 (2025-08-13)
18
+
19
+ **Note:** Version bump only for package @patternfly/documentation-framework
20
+
21
+
22
+
23
+
24
+
6
25
  ## 6.18.3 (2025-08-13)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/documentation-framework
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "6.18.3",
4
+ "version": "6.18.5",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "bin": {
@@ -9,26 +9,26 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@babel/core": "^7.24.3",
12
- "@babel/preset-env": "^7.24.3",
12
+ "@babel/preset-env": "7.27.1",
13
13
  "@babel/preset-react": "^7.24.1",
14
14
  "@mdx-js/util": "1.6.16",
15
- "@patternfly/ast-helpers": "^1.4.0-alpha.261",
15
+ "@patternfly/ast-helpers": "^1.4.0-alpha.263",
16
16
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
17
- "autoprefixer": "9.8.6",
17
+ "autoprefixer": "10.4.19",
18
18
  "babel-loader": "^9.1.3",
19
19
  "camelcase-css": "2.0.1",
20
20
  "chokidar": "4.0.0",
21
21
  "clean-webpack-plugin": "4.0.0",
22
22
  "codesandbox": "2.2.0",
23
23
  "commander": "4.1.1",
24
- "copy-webpack-plugin": "11.0.0",
24
+ "copy-webpack-plugin": "13.0.0",
25
25
  "css-loader": "6.7.3",
26
26
  "detab": "2.0.3",
27
27
  "express": "4.21.2",
28
28
  "file-loader": "6.2.0",
29
29
  "file-saver": "1.3.8",
30
30
  "fs-extra": "9.0.1",
31
- "glob": "9.0.0",
31
+ "glob": "11.0.3",
32
32
  "handlebars": "4.7.7",
33
33
  "hast-to-hyperscript": "9.0.0",
34
34
  "hast-util-to-text": "2.0.0",
@@ -41,10 +41,10 @@
41
41
  "null-loader": "4.0.1",
42
42
  "parse-entities": "2.0.0",
43
43
  "path-browserify": "1.0.1",
44
- "postcss": "8.4.32",
44
+ "postcss": "8.5.0",
45
45
  "postcss-loader": "7.1.0",
46
46
  "process": "^0.11.10",
47
- "puppeteer": "^23.10.0",
47
+ "puppeteer": "^24.2.0",
48
48
  "puppeteer-cluster": "^0.24.0",
49
49
  "react-docgen": "5.3.1",
50
50
  "react-ssr-prepass": "1.5.0",
@@ -55,7 +55,7 @@
55
55
  "remark-parse": "8.0.3",
56
56
  "remark-squeeze-paragraphs": "4.0.0",
57
57
  "responsive-loader": "3.1.2",
58
- "sharp": "0.32.6",
58
+ "sharp": "0.33.0",
59
59
  "style-to-object": "0.3.0",
60
60
  "to-vfile": "6.1.0",
61
61
  "typedoc": "0.23.0",
@@ -68,7 +68,7 @@
68
68
  "webpack": "5.94.0",
69
69
  "webpack-bundle-analyzer": "4.8.0",
70
70
  "webpack-cli": "5.0.1",
71
- "webpack-dev-server": "5.2.1",
71
+ "webpack-dev-server": "5.2.2",
72
72
  "webpack-merge": "5.8.0"
73
73
  },
74
74
  "peerDependencies": {
@@ -87,5 +87,5 @@
87
87
  "braces": ">=3.0.3",
88
88
  "ssri": ">=8.0.1"
89
89
  },
90
- "gitHead": "89693665f8f46b38ee88cc375d5d1b32d116fe1a"
90
+ "gitHead": "1122db07217fa404ecfb5982f2dd00f440e5a7c0"
91
91
  }
@@ -95,11 +95,7 @@ const clientConfig = async (env, argv) => {
95
95
  options: {
96
96
  postcssOptions: {
97
97
  plugins: [
98
- require('autoprefixer')({
99
- env: '>0.25%, not ie 11, not op_mini all',
100
- flexbox: false,
101
- grid: false
102
- })
98
+ require('autoprefixer')()
103
99
  ]
104
100
  }
105
101
  }