Update npm dependencies - #324
Merged
Merged
Conversation
@abaplint/cli ^2.120.39 -> ^2.120.52 and esbuild ^0.21.5 -> ^0.28.2 (the site build is the only consumer of the latter: `scripts/build-site.mjs` bundles site.js and minifies site.css with it, and both come out of 0.28 unchanged). vitepress stays at 1.6.4 - its `next` tag is 2.0.0-alpha.20, and the vite 5 chain it pulls is where the three open advisories sit. They are dev-server findings against a static-site build, and the only fix is a prerelease major, which is a change to what the site DOES rather than an update. Verified: test, check:version, docs:build, build (against the built ../playground checkout), check:cross-site, check:design, check:images, check:examples, check:conventions, check:playground, check:api-names, check:samples. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LBUr3Wpj1U4HV3Hn8TzEPF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@abaplint/cli^2.120.39 → ^2.120.52 andesbuild^0.21.5 → ^0.28.2. The sitebuild is the only consumer of esbuild —
scripts/build-site.mjsbundlessite.jsand minifiessite.csswith it — and both come out of 0.28 unchanged.vitepressstays at 1.6.4. Itsnexttag is 2.0.0-alpha.20, and the vite 5chain it pulls is where the three open advisories sit: dev-server findings
against a static-site build, whose only fix is a prerelease major — a change to
what the site does rather than an update.
Verified:
test,check:version,docs:build,build(against a built../playgroundcheckout, so the real frame is used rather than the publishedone),
check:cross-site,check:design,check:images,check:examples,check:conventions,check:playground,check:api-names,check:samples.check:api-referencefails, and fails the same way onmainwithout thischange: the committed
docs/public/api/client-api.jsonhas drifted fromz2ui5_if_clienton abap2UI5 main. It is unrelated to the dependency move andleft for its own change.
🤖 Generated with Claude Code
https://claude.ai/code/session_01LBUr3Wpj1U4HV3Hn8TzEPF
Generated by Claude Code