chore(spine-plugin): bump Spine runtimes to ^4.2.114, release 2.2.1#1443
Merged
Conversation
Bumps the bundled Spine runtimes — `@esotericsoftware/spine-canvas`, `spine-core`, `spine-webgl` — from `^4.2.109` to `^4.2.114` (latest on the 4.2 line, published 2026-04-30). Across 4.2.109 → 4.2.114 the only upstream change that touches code this plugin exercises is the `AssetManagerBase` empty-atlas hang fix from 4.2.113 — `loadTextureAtlas` no longer waits forever on an atlas with zero pages. We delegate `loadTextureAtlas` straight to the upstream Asset Manager, so the fix lands transparently. No new public APIs, no breaking changes, no plugin code changes. Other changes in this window are Phaser-binding fixes (4.2.110-112, 4.2.114) and a WebGL `SceneRenderer.resize()` DPR clamp (4.2.113); none apply to us — we wrap `SkeletonRenderer` directly and have our own batcher. Bumps the plugin's own version to 2.2.1 (patch) and stamps the CHANGELOG entry with today's date — published right after this PR merges. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Spine runtime dependencies used by @melonjs/spine-plugin from ^4.2.109 to ^4.2.114 and releases the plugin as 2.2.1.
Changes:
- Update
@esotericsoftware/spine-canvas,@esotericsoftware/spine-core, and@esotericsoftware/spine-webgldependency ranges to^4.2.114. - Regenerate
pnpm-lock.yamlto lock the Spine packages to4.2.114. - Add a
2.2.1changelog entry documenting the dependency bump.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pnpm-lock.yaml | Locks the Spine runtime packages to 4.2.114. |
| packages/spine-plugin/package.json | Bumps plugin version to 2.2.1 and updates Spine dependency ranges to ^4.2.114. |
| packages/spine-plugin/CHANGELOG.md | Adds a 2.2.1 release entry describing the runtime bump. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Bumps the bundled Spine runtimes —
@esotericsoftware/spine-canvas,spine-core,spine-webgl— from^4.2.109to^4.2.114(latest on the 4.2 line, published 2026-04-30). Releases the plugin as2.2.1.What's actually different upstream (4.2.109 → 4.2.114)
AssetManagerBase— fix infinite loop on atlases with zero pagesloadTextureAtlasSceneRenderer.resize()— clamp DPRSkeletonRendererdirectly, notSceneRendererNo new public APIs, no breaking changes, no performance changes that touch our usage. The only behavior change that reaches our users is the empty-atlas hang fix —
loadTextureAtlasno longer waits forever if it's handed a malformed atlas with zero pages.Plugin code changes
None. Pure dependency bump.
Test plan
pnpm install— lockfile resolves all three Spine packages to4.2.114.pnpm --filter @melonjs/spine-plugin build— clean.pnpm lint— 0 errors.To be published as
@melonjs/spine-plugin@2.2.1immediately after merge.🤖 Generated with Claude Code