[CHORE](deps)(deps): Bump docusaurus-plugin-llms from 0.5.1 to 0.6.0 - #509
John McCall (lowlydba) merged 6 commits into
Conversation
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
🗺️ Overture Docs preview is live!
Note ♻️ This preview updates automatically with each push to this PR. |
Bumps [docusaurus-plugin-llms](https://github.com/rachfop/docusaurus-plugin-llms) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/rachfop/docusaurus-plugin-llms/releases) - [Changelog](https://github.com/rachfop/docusaurus-plugin-llms/blob/main/CHANGELOG.md) - [Commits](rachfop/docusaurus-plugin-llms@v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: docusaurus-plugin-llms dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: John McCall <[email protected]>
f41d0cb to
1beea4f
Compare
Signed-off-by: John McCall <[email protected]>
BlockedUntil OvertureMaps/workflows#99 merges |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…reMaps/workflows#99) Signed-off-by: John McCall <[email protected]>
8ea4ce7 to
7da82e5
Compare
…rect deps Staging Deploy's Build job runs pm ci --omit=dev, which failed with Cannot find module '@csstools/css-tokenizer' loading postcss-preset-env. The docusaurus-plugin-llms bump shifted npm's hoisting so the only ambient copy of @csstools/css-tokenizer (and, one layer deeper, @csstools/css-parser-algorithms) landed at v4.0.0, flagged dev, pulled in by @asamuzakjp/css-color (a jsdom transitive dep). ~29 production postcss-preset-env packages need v3.x as a regular dependency and get their own nested copies fine, but @csstools/cascade-layer-name-parser only declares v3.x as a peerDependency, so it relies on Node's directory walk-up to the ambient copy. --omit=dev strips that copy entirely. overrides alone didn't fix this reliably: npm's hoisting choice for a peer-only need varied between otherwise-identical installs, sometimes nesting v3 everywhere with no ambient slot at all, which cascade-layer-name-parser can't reach via directory walk-up. Adding both packages as direct dependencies at ^3.x forces a deterministic top-level placement instead. Verified with pm ci --omit=dev && npm run build (module error gone, only unrelated /schema/ broken-link failures from schema docs not being generated in this checkout) and pm ci && npm test (118/118 pass, @asamuzakjp/css-color still gets its own nested v4 copy for jsdom tests). Fixes the Build job failure in #509. Signed-off-by: John McCall <[email protected]>
Bumps docusaurus-plugin-llms from 0.5.1 to 0.6.0.
Release notes
Sourced from docusaurus-plugin-llms's releases.
... (truncated)
Changelog
Sourced from docusaurus-plugin-llms's changelog.
... (truncated)
Commits
fa38f9bClean up docs and add README badgese387927Fix duplicated content and flattened headings in generated outputfdef2c8Deploy docs site on plugin source changes48488b2Mask code fences during partial-import resolution4d8910bApply documentation style guide across README and docse9fca71Add dogfooded docs site on GitHub Pages0631b10fix: TabItem attribute edge case, multi-line descriptions, and a friendlier p...c50648cfix: CVE-2026-9277 security vulnerability (#70)4edcf06fix: harden URL resolution, CRLF handling, and partial splicing (deep-dive au...bc14c92fix: preserve prop content in JSX stripping and inline imported MDX page bodi...Dependabot 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)