@patternfly/documentation-framework 6.18.4 → 6.18.6
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 +22 -0
- package/package.json +11 -11
- package/scripts/md/typecheck.js +0 -3
- package/scripts/webpack/webpack.client.config.js +1 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.6 (2025-08-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **charts:** update chart types for latest directory structure ([#4468](https://github.com/patternfly/patternfly-org/issues/4468)) ([0739ba1](https://github.com/patternfly/patternfly-org/commit/0739ba15bc3a35fa09a9f38d847bcaf7ef5ccee9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 6.18.5 (2025-08-18)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* more dependency bumps ([#4741](https://github.com/patternfly/patternfly-org/issues/4741)) ([264f5dc](https://github.com/patternfly/patternfly-org/commit/264f5dc6c7c24775a448660dbefeaa6378f1be4c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 6.18.4 (2025-08-13)
|
|
7
29
|
|
|
8
30
|
**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.
|
|
4
|
+
"version": "6.18.6",
|
|
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": "
|
|
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.
|
|
15
|
+
"@patternfly/ast-helpers": "^1.4.0-alpha.264",
|
|
16
16
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
17
|
-
"autoprefixer": "
|
|
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": "
|
|
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": "
|
|
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.
|
|
44
|
+
"postcss": "8.5.0",
|
|
45
45
|
"postcss-loader": "7.1.0",
|
|
46
46
|
"process": "^0.11.10",
|
|
47
|
-
"puppeteer": "^
|
|
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.
|
|
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.
|
|
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": "
|
|
90
|
+
"gitHead": "2fe03438eec513470e839a9473ce0484f3a2f3ee"
|
|
91
91
|
}
|
package/scripts/md/typecheck.js
CHANGED
|
@@ -38,9 +38,6 @@ const defaultImports = [
|
|
|
38
38
|
'react',
|
|
39
39
|
'@reach/router',
|
|
40
40
|
'@patternfly/react-charts/echarts',
|
|
41
|
-
'@patternfly/react-charts/next',
|
|
42
|
-
'@patternfly/react-charts/next/echarts',
|
|
43
|
-
'@patternfly/react-charts/next/victory',
|
|
44
41
|
'@patternfly/react-charts/victory',
|
|
45
42
|
'@patternfly/react-core/next',
|
|
46
43
|
'@patternfly/react-core/deprecated',
|
|
@@ -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
|
}
|