Bump Edge Workers SDK to 0.5.0 - #3048
Merged
Merged
Conversation
Contributor
Dependency ReviewThe following issues were found:
License Issuesinternal/edgeworkers/templates/package.json
OpenSSF Scorecard
Scanned Files
|
|
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.



Description
Bump the exact
@automattic/vip-edge-workers-sdkversion emitted by both the Node.js and Go Edge Workers project scaffolds from0.4.0to0.5.0.This keeps the two runtimes aligned by updating the Node.js toolchain constant, both embedded Go templates, their scaffold contract tests, and the shared Edge Workers documentation. The SDK is generated-project metadata rather than a root VIP-CLI dependency, so neither the root
package-lock.jsonnorgo.modchanges.The
0.5.0package was independently confirmed as available from npm. Existing Edge Workers projects are not modified automatically; the new pin applies when scaffolding projects after this change.SDK: https://github.com/Automattic/vip-edge-workers-sdk
Pull request checklist
Steps to Test
npm run build.npm run jest -- --runTestsByPath __tests__/lib/edge-workers/toolchains.js --runInBand.npm run check-types.npx --no-install eslint src/lib/edge-workers/toolchains/assemblyscript/constants.ts __tests__/lib/edge-workers/toolchains.js.make test.make require-node-vip-binand confirm Node-vs-Go differential coverage is on.make test-parity-unit.All commands above passed locally. The aggregate
npm testcommand is currently blocked ontrunkduring linting by JSON comments in the unrelated tracked.vscode/launch.json; the changed Node.js files pass targeted ESLint, Jest, type-checking, and build checks.