deps(deps-dev): bump typedoc-plugin-markdown from 4.0.3 to 4.11.0#734
deps(deps-dev): bump typedoc-plugin-markdown from 4.0.3 to 4.11.0#734dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.3 to 4.11.0. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.11.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-version: 4.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1f7a4ce11b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "docusaurus-plugin-typedoc": "~1.0.1", | ||
| "typedoc": "~0.25.13", | ||
| "typedoc-plugin-markdown": "~4.0.1", | ||
| "typedoc-plugin-markdown": "~4.11.0", |
There was a problem hiding this comment.
Keep TypeDoc version compatible with upgraded markdown plugin
typedoc-plugin-markdown was bumped to ~4.11.0, but this lockfile now records that version as requiring typedoc: 0.28.x while the docs package is still pinned to typedoc ~0.25.13. In the docs build path (pnpm turbo run build --filter=gridplus-sdk-docs), this leaves the plugin running against an unsupported TypeDoc major and can cause generation failures or incorrect output; upgrade typedoc (and any dependent tooling) together with this bump, or keep the plugin on a 0.25-compatible release.
Useful? React with 👍 / 👎.
Bumps typedoc-plugin-markdown from 4.0.3 to 4.11.0.
Release notes
Sourced from typedoc-plugin-markdown's releases.
... (truncated)
Changelog
Sourced from typedoc-plugin-markdown's changelog.
... (truncated)
Commits
0450f29Version Packages7e3775ffix(core): added locale translations for grouped "@example" headingsd6f0ce4chore(core): lint fixes07af892chore(core): updated fixtures tsconfig to strict:trued3394b8feat(core): update function type headings and optional props0d361e4feat(core): improved ui of union types used in parameter declarations and oth...050ed8bfeat(core): improved rendering of union types when documented type details ar...9e7bb1bchore(core): refactor tweaksfe732a5chore(docs): updated docsf9c8b93Version PackagesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)