Skip to content

Commit 187e9e9

Browse files
authored
Merge pull request #334 from chalin/chalin-m24-update-packages+2026-0107
[CI] Update packages and revert mdl-disable directives
2 parents 8f2bfe8 + 01e7c13 commit 187e9e9

3 files changed

Lines changed: 20 additions & 23 deletions

File tree

analyses/0015-knative/analysis.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ modified: 2025-07-25
66
author: Dave Welsch (@dwelsch-esi)
77
---
88

9-
<!-- markdownlint-disable-file -->
9+
<!-- markdownlint-disable no-duplicate-heading -->
1010

1111
## Introduction
1212

@@ -664,7 +664,7 @@ No recommendations.
664664

665665
## Website and infrastructure
666666

667-
**TBD**
667+
> **TBD**
668668
669669
Knative is a **graduated** project of CNCF. This means that the project should
670670
have [_very high_][criteria] standards for documentation.
@@ -712,7 +712,6 @@ only two levels for which a tech docs analysis can be requested.)
712712

713713
<!-- markdownlint-enable line-length -->
714714

715-
[git-submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules
716715
[maturity-level]:
717716
https://github.com/cncf/toc/tree/main/process#ii-stages---definitions--expectations
718717
[cncf-servicedesk]: https://servicedesk.cncf.io
@@ -843,8 +842,6 @@ The numeric rating values used in this document are as follows
843842
5. Exemplary
844843

845844
[criteria]: ../criteria.md
846-
[implementation]: ./implementation.md
847-
[issues]: ./issues.md
848845
[project-doc-website]: https://knative.dev/docs/
849846
[project-website]: https://knative.dev/docs/
850847
[Rating (1-5)]: #rating-values

analyses/0015-knative/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ modified: 2025-07-28
66
author: Dave Welsch (@dwelsch-esi)
77
---
88

9-
<!-- markdownlint-disable -->
9+
<!-- markdownlint-disable no-duplicate-heading -->
1010

1111
# Separate technical documentation from the project page
1212

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,33 @@
4242
"serve": "npm run docus:serve",
4343
"test": "npm run check",
4444
"typecheck": "tsc",
45-
"update:pkgs": "npx npm-check-updates -u"
45+
"update:packages": "npx npm-check-updates -u"
4646
},
4747
"author": "CNCF",
4848
"license": "CC-BY-4.0",
4949
"dependencies": {
50-
"@docusaurus/core": "3.8.1",
51-
"@docusaurus/preset-classic": "3.8.1",
52-
"@mdx-js/react": "^3.1.0",
50+
"@docusaurus/core": "3.9.2",
51+
"@docusaurus/preset-classic": "3.9.2",
52+
"@mdx-js/react": "^3.1.1",
5353
"clsx": "^2.1.1",
5454
"prism-react-renderer": "^2.4.1",
55-
"react-dom": "^19.1.0",
56-
"react": "^19.1.0"
55+
"react-dom": "^19.2.3",
56+
"react": "^19.2.3"
5757
},
5858
"devDependencies": {
59-
"@docusaurus/module-type-aliases": "3.8.1",
60-
"@docusaurus/tsconfig": "3.8.1",
61-
"@docusaurus/types": "3.8.1",
62-
"cspell": "^9.1.1",
63-
"markdown-link-check": "3.13.7",
64-
"markdownlint-cli": "^0.45.0",
65-
"markdownlint": "^0.38.0",
66-
"npm-check-updates": "^18.0.1",
67-
"prettier": "^3.5.3",
68-
"typescript": "~5.8.3"
59+
"@docusaurus/module-type-aliases": "3.9.2",
60+
"@docusaurus/tsconfig": "3.9.2",
61+
"@docusaurus/types": "3.9.2",
62+
"cspell": "^9.4.0",
63+
"markdown-link-check": "3.14.2",
64+
"markdownlint-cli": "^0.47.0",
65+
"markdownlint": "^0.40.0",
66+
"npm-check-updates": "^19.3.1",
67+
"prettier": "^3.7.4",
68+
"typescript": "~5.9.3"
6969
},
7070
"private": true,
71-
"spelling": "cSpell:ignore ACMR docus HTMLTEST loglevel pkgs -",
71+
"spelling": "cSpell:ignore ACMR docus HTMLTEST loglevel -",
7272
"prettier": {
7373
"proseWrap": "always",
7474
"singleQuote": true

0 commit comments

Comments
 (0)