Skip to content

chore(docs): sync @conduction/docusaurus-preset lockfile to 1.5.1#42

Merged
rubenvdlinde merged 1 commit into
developmentfrom
feature/docusaurus-preset-1.5.1-lockfile
May 12, 2026
Merged

chore(docs): sync @conduction/docusaurus-preset lockfile to 1.5.1#42
rubenvdlinde merged 1 commit into
developmentfrom
feature/docusaurus-preset-1.5.1-lockfile

Conversation

@rubenvdlinde
Copy link
Copy Markdown
Contributor

What

docs/package.json declares @conduction/docusaurus-preset: ^1.5.1 but docs/package-lock.json still resolved 1.4.3, so npm ci fails in the docs build. This regenerates the lockfile entry via npm install --package-lock-only --legacy-peer-deps, which resolves the ^1.5.1 range to the current latest 1.7.0.

Changes

  • docs/package-lock.json: @conduction/docusaurus-preset 1.4.3 → 1.7.0 (matches ^1.5.1 in package.json)
  • docs/package.json: unchanged (already ^1.5.1)
  • .github/workflows/documentation.yml: unchanged (cname: already openbuilt.conduction.nl, not stale)

Verification

  • npm ci --legacy-peer-deps — succeeds (was failing before)
  • npm run buildfails, but for a pre-existing, unrelated reason: the journeydoc-scaffolded tutorial pages under docs/tutorials/** still contain literal {{TODO: ...}} placeholders, which Docusaurus 3 / MDX tries to parse as JSX expressions and rejects. Not caused by this change; tracked separately as journeydoc scaffold content that still needs writing.

🤖 Generated with Claude Code

@github-actions
Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/openbuilt @ 5673a0a

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm ✅ 432/432
PHPUnit
Newman
Playwright ⏭️

Coverage: 0% (0/19 statements)


Quality workflow — 2026-05-12 21:59 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit 6a593d0 into development May 12, 2026
48 of 50 checks passed
@rubenvdlinde rubenvdlinde deleted the feature/docusaurus-preset-1.5.1-lockfile branch May 12, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant