Skip to content

Commit 442be1e

Browse files
Merge branch 'main' into update-doc-core-1.15.4
2 parents 9bd5791 + 49ab888 commit 442be1e

323 files changed

Lines changed: 5646 additions & 5137 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dist
3434
.history
3535

3636
size-plugin.json
37+
lerna-debug.log
3738
**/generated/**/*.js
3839

3940
# Yarn

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"useWorkspaces": true,
43
"publishConfig": {
54
"access": "public",
65
"registry": "https://registry.npmjs.org/"

package.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"@octokit/rest": "^19.0.7",
42-
"@patternfly/patternfly": "^6.5.0-prerelease.33",
43-
"@patternfly/react-code-editor": "^6.5.0-prerelease.26",
44-
"@patternfly/react-core": "^6.5.0-prerelease.24",
45-
"@patternfly/react-table": "^6.5.0-prerelease.24",
41+
"@octokit/rest": "^19.0.13",
42+
"@patternfly/patternfly": "^6.5.0-prerelease.64",
43+
"@patternfly/react-code-editor": "^6.5.0-prerelease.52",
44+
"@patternfly/react-core": "^6.5.0-prerelease.49",
45+
"@patternfly/react-table": "^6.5.0-prerelease.50",
4646
"glob": "^8.1.0",
47-
"lerna": "^6.4.1",
47+
"lerna": "^9.0.5",
4848
"monaco-editor": "0.54.0",
4949
"react": "^18",
5050
"react-dom": "^18",
51-
"surge": "^0.23.1"
51+
"surge": "^0.27.3"
5252
},
5353
"resolutions": {
5454
"node-sass": ">=6.0.1",
@@ -66,9 +66,17 @@
6666
"ip": ">=2.0.0",
6767
"http-cache-semantics": ">=4.1.1",
6868
"nanoid": "3.3.8",
69-
"@patternfly/react-code-editor": "^6.5.0-prerelease.26",
70-
"@patternfly/react-core": "^6.5.0-prerelease.24",
71-
"@patternfly/react-table": "^6.5.0-prerelease.24",
69+
"basic-ftp": ">=5.2.0",
70+
"semver": ">=7.5.2",
71+
"tar": ">=6.2.1",
72+
"rollup": ">=4.59.0",
73+
"devalue": ">=5.6.3",
74+
"ajv": ">=6.14.0",
75+
"qs": ">=6.15.0",
76+
"@isaacs/brace-expansion": ">=5.0.1",
77+
"@patternfly/react-code-editor": "^6.5.0-prerelease.52",
78+
"@patternfly/react-core": "^6.5.0-prerelease.49",
79+
"@patternfly/react-table": "^6.5.0-prerelease.50",
7280
"monaco-editor": "0.54.0"
7381
}
7482
}

packages/ast-helpers/CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,71 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.4.0-alpha.351 (2026-04-06)
7+
8+
9+
### Features
10+
11+
* bump preleases and update screenshots ([#4986](https://github.com/patternfly/patternfly-org/issues/4986)) ([96b5a86](https://github.com/patternfly/patternfly-org/commit/96b5a86cf62be502b202e5c736a161439d2c5710))
12+
13+
14+
15+
16+
17+
# 1.4.0-alpha.350 (2026-03-25)
18+
19+
**Note:** Version bump only for package @patternfly/ast-helpers
20+
21+
22+
23+
24+
25+
# 1.4.0-alpha.349 (2026-03-18)
26+
27+
**Note:** Version bump only for package @patternfly/ast-helpers
28+
29+
30+
31+
32+
33+
# 1.4.0-alpha.348 (2026-03-16)
34+
35+
**Note:** Version bump only for package @patternfly/ast-helpers
36+
37+
38+
39+
40+
41+
# 1.4.0-alpha.347 (2026-03-11)
42+
43+
44+
### Bug Fixes
45+
46+
* Changes for docs-gen v6 ESM compatibility ([#4956](https://github.com/patternfly/patternfly-org/issues/4956)) ([ce09638](https://github.com/patternfly/patternfly-org/commit/ce0963869e626e790ff36f59d745a625c7b36bdf))
47+
48+
49+
50+
51+
52+
# 1.4.0-alpha.346 (2026-03-05)
53+
54+
**Note:** Version bump only for package @patternfly/ast-helpers
55+
56+
57+
58+
59+
60+
# 1.4.0-alpha.345 (2026-03-04)
61+
62+
63+
### Bug Fixes
64+
65+
* **deps:** bump various dependencies, update screenshots, clean up build logging ([#4947](https://github.com/patternfly/patternfly-org/issues/4947)) ([2d5fec3](https://github.com/patternfly/patternfly-org/commit/2d5fec39ddb8aa32ce78c9a63cdfc1653692b193))
66+
67+
68+
69+
70+
671
# 1.4.0-alpha.344 (2026-02-19)
772

873
**Note:** Version bump only for package @patternfly/ast-helpers

packages/ast-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@patternfly/ast-helpers",
33
"description": "Acorn AST helpers for working with live code",
4-
"version": "1.4.0-alpha.344",
4+
"version": "1.4.0-alpha.351",
55
"author": "Red Hat",
66
"license": "MIT",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"main": "index.js",
1111
"dependencies": {
12-
"acorn": "^8.4.1",
12+
"acorn": "^8.16.0",
1313
"acorn-class-fields": "^1.0.0",
1414
"acorn-jsx": "^5.3.2",
1515
"acorn-static-class-features": "^1.0.0",
16-
"astring": "^1.7.5"
16+
"astring": "^1.9.0"
1717
}
1818
}

packages/documentation-framework/CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,71 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 6.37.0 (2026-04-06)
7+
8+
9+
### Features
10+
11+
* bump preleases and update screenshots ([#4986](https://github.com/patternfly/patternfly-org/issues/4986)) ([96b5a86](https://github.com/patternfly/patternfly-org/commit/96b5a86cf62be502b202e5c736a161439d2c5710))
12+
13+
14+
15+
16+
17+
## 6.36.8 (2026-03-25)
18+
19+
**Note:** Version bump only for package @patternfly/documentation-framework
20+
21+
22+
23+
24+
25+
## 6.36.7 (2026-03-18)
26+
27+
**Note:** Version bump only for package @patternfly/documentation-framework
28+
29+
30+
31+
32+
33+
## 6.36.6 (2026-03-16)
34+
35+
**Note:** Version bump only for package @patternfly/documentation-framework
36+
37+
38+
39+
40+
41+
## 6.36.5 (2026-03-11)
42+
43+
44+
### Bug Fixes
45+
46+
* Changes for docs-gen v6 ESM compatibility ([#4956](https://github.com/patternfly/patternfly-org/issues/4956)) ([ce09638](https://github.com/patternfly/patternfly-org/commit/ce0963869e626e790ff36f59d745a625c7b36bdf))
47+
48+
49+
50+
51+
52+
## 6.36.4 (2026-03-05)
53+
54+
**Note:** Version bump only for package @patternfly/documentation-framework
55+
56+
57+
58+
59+
60+
## 6.36.3 (2026-03-04)
61+
62+
63+
### Bug Fixes
64+
65+
* **deps:** bump various dependencies, update screenshots, clean up build logging ([#4947](https://github.com/patternfly/patternfly-org/issues/4947)) ([2d5fec3](https://github.com/patternfly/patternfly-org/commit/2d5fec39ddb8aa32ce78c9a63cdfc1653692b193))
66+
67+
68+
69+
70+
671
## 6.36.2 (2026-02-19)
772

873
**Note:** Version bump only for package @patternfly/documentation-framework

packages/documentation-framework/layouts/sideNavLayout/sideNavLayout.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,11 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
265265

266266
const SideBar = (
267267
<PageSidebar>
268-
<PageSidebarBody>
269-
<SideNav navItems={sideNavItems} groupedRoutes={groupedRoutes} />
270-
</PageSidebarBody>
268+
<div className="pf-v6-c-page__sidebar-main"> {/** TODO: fix with updated React components after https://redhat.atlassian.net/browse/PF-3728 merges */}
269+
<PageSidebarBody>
270+
<SideNav navItems={sideNavItems} groupedRoutes={groupedRoutes} />
271+
</PageSidebarBody>
272+
</div>
271273
</PageSidebar>
272274
);
273275

packages/documentation-framework/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
22
"name": "@patternfly/documentation-framework",
33
"description": "A framework to build documentation for PatternFly.",
4-
"version": "6.36.2",
4+
"version": "6.37.0",
55
"author": "Red Hat",
66
"license": "MIT",
77
"bin": {
88
"pf-docs-framework": "scripts/cli/cli.js"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.28.3",
12-
"@babel/preset-env": "7.27.1",
13-
"@babel/preset-react": "^7.24.1",
14-
"@mdx-js/util": "1.6.16",
15-
"@patternfly/ast-helpers": "^1.4.0-alpha.344",
11+
"@babel/core": "^7.29.0",
12+
"@babel/preset-env": "7.29.0",
13+
"@babel/preset-react": "^7.28.5",
14+
"@mdx-js/util": "1.6.22",
15+
"@patternfly/ast-helpers": "^1.26.2",
1616
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
17-
"@rspack/core": "^1.5.6",
18-
"@rspack/dev-server": "^1.1.4",
19-
"autoprefixer": "10.4.19",
20-
"babel-loader": "^9.1.3",
17+
"@rspack/core": "^1.7.7",
18+
"@rspack/dev-server": "^1.2.1",
19+
"autoprefixer": "10.4.27",
20+
"babel-loader": "^10.0.0",
2121
"camelcase-css": "2.0.1",
22-
"chokidar": "4.0.0",
22+
"chokidar": "4.0.3",
2323
"codesandbox": "2.2.3",
2424
"commander": "4.1.1",
25-
"css-loader": "6.7.3",
26-
"detab": "2.0.3",
27-
"express": "4.22.0",
25+
"css-loader": "6.11.0",
26+
"detab": "2.0.4",
27+
"express": "4.22.1",
2828
"file-loader": "6.2.0",
2929
"file-saver": "1.3.8",
30-
"fs-extra": "9.0.1",
31-
"glob": "11.1.0",
32-
"handlebars": "4.7.7",
33-
"hast-to-hyperscript": "9.0.0",
34-
"hast-util-to-text": "2.0.0",
30+
"fs-extra": "9.1.0",
31+
"glob": "12.0.0",
32+
"handlebars": "4.7.8",
33+
"hast-to-hyperscript": "9.0.1",
34+
"hast-util-to-text": "2.0.1",
3535
"html-formatter": "0.1.9",
36-
"html-webpack-plugin": "5.5.0",
36+
"html-webpack-plugin": "5.6.6",
3737
"js-yaml": "4.1.1",
38-
"mdast-util-to-hast": "9.1.1",
38+
"mdast-util-to-hast": "9.1.2",
3939
"mdurl": "1.0.1",
4040
"null-loader": "4.0.1",
4141
"parse-entities": "2.0.0",
4242
"path-browserify": "1.0.1",
43-
"postcss": "^8.4.31",
44-
"postcss-loader": "7.1.0",
43+
"postcss": "^8.5.8",
44+
"postcss-loader": "7.3.4",
4545
"process": "^0.11.10",
46-
"puppeteer": "^24.2.0",
47-
"puppeteer-cluster": "^0.24.0",
48-
"react-docgen": "5.3.1",
49-
"react-ssr-prepass": "1.5.0",
46+
"puppeteer": "^24.37.5",
47+
"puppeteer-cluster": "^0.25.0",
48+
"react-docgen": "6.0.4",
49+
"react-ssr-prepass": "1.6.0",
5050
"remark-footnotes": "1.0.0",
5151
"remark-frontmatter": "2.0.0",
5252
"remark-mdx": "2.0.0-next.8",
5353
"remark-mdxjs": "2.0.0-next.8",
5454
"remark-parse": "8.0.3",
5555
"remark-squeeze-paragraphs": "4.0.0",
56-
"sharp": "0.33.0",
57-
"style-to-object": "0.3.0",
56+
"sharp": "0.34.5",
57+
"style-to-object": "0.4.4",
5858
"to-vfile": "6.1.0",
59-
"typedoc": "0.23.0",
60-
"typescript": "4.7.4",
61-
"unified": "9.1.0",
62-
"unist-util-remove": "2.0.0",
59+
"typedoc": "0.23.28",
60+
"typescript": "4.9.5",
61+
"unified": "9.2.2",
62+
"unist-util-remove": "2.1.0",
6363
"unist-util-visit": "2.0.3",
64-
"url-loader": "4.1.0",
65-
"vfile-reporter": "6.0.1",
64+
"url-loader": "4.1.1",
65+
"vfile-reporter": "6.0.2",
6666
"webpack-bundle-analyzer": "5.2.0",
67-
"webpack-dev-server": "5.2.2",
68-
"webpack-merge": "5.8.0"
67+
"webpack-dev-server": "5.2.3",
68+
"webpack-merge": "5.10.0"
6969
},
7070
"peerDependencies": {
71-
"@patternfly/patternfly": "^6.5.0-prerelease.33",
72-
"@patternfly/react-code-editor": "^6.5.0-prerelease.26",
73-
"@patternfly/react-core": "^6.5.0-prerelease.24",
74-
"@patternfly/react-icons": "^6.5.0-prerelease.11",
75-
"@patternfly/react-table": "^6.5.0-prerelease.24",
71+
"@patternfly/patternfly": "^6.5.0-prerelease.64",
72+
"@patternfly/react-code-editor": "^6.5.0-prerelease.52",
73+
"@patternfly/react-core": "^6.5.0-prerelease.49",
74+
"@patternfly/react-icons": "^6.5.0-prerelease.20",
75+
"@patternfly/react-table": "^6.5.0-prerelease.50",
7676
"react": "^17.0.0 || ^18.0.0",
7777
"react-dom": "^17.0.0 || ^18.0.0"
7878
},

packages/documentation-framework/scripts/cli/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function buildWebpack(webpackConfig) {
3535
}
3636

3737
if (stats.hasWarnings()) {
38-
console.warn(info.warnings.join('\n'));
38+
console.warn(info.warnings.map(w => w.message || w).join('\n'));
3939
}
4040

4141
res();
@@ -76,7 +76,7 @@ async function execFile(file, args) {
7676
}
7777

7878
async function build(cmd, options) {
79-
generate(options);
79+
await generate(options);
8080
const toBuild = cmd === 'all'
8181
? ['server', 'client']
8282
: cmd;

0 commit comments

Comments
 (0)