chore(deps): bump vendor/meteor-wormhole from 69d83a2 to 8b2964b - #456
chore(deps): bump vendor/meteor-wormhole from 69d83a2 to 8b2964b#456dependabot[bot] wants to merge 1 commit into
69d83a2 to 8b2964b#456Conversation
🗑️ Preview Environment Cleaned UpThe preview container for this PR has been deleted. |
Bumps [vendor/meteor-wormhole](https://github.com/mieweb/meteor-wormhole) from `69d83a2` to `8b2964b`. - [Commits](mieweb/meteor-wormhole@69d83a2...8b2964b) --- updated-dependencies: - dependency-name: vendor/meteor-wormhole dependency-version: 8b2964b80f1c3da5f00310b01b03345c6a42677a dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
82fa025 to
bfffe08
Compare
|
Closing this one — it isn't a version bump, it's a silent revert of a feature the backend depends on. The pointer moves sideways, not forward
So merging this gains the plugin-host docs commits but drops the invocation-context work: Why that breaks the backend
// meteor-backend/server/auth-bridge.js:21
import { currentBearerToken } from 'meteor/wreiske:meteor-wormhole';Neither the module nor the export exists at the target commit: That takes out PAT / Worth flagging one red herring: Path forwardThe underlying problem is that we're pinned to an unmerged feature branch, so Dependabot will keep trying to "upgrade" us onto Note that this PR reported as |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps vendor/meteor-wormhole from
69d83a2to8b2964b.Commits
8b2964bMerge pull request #3 from mieweb/docs/plugin-host2aa7a1ffix(plugins): address review feedback on plugin host8c81793docs: document plugin host (Wormhole.use), context, and sanitizeToolName