chore(fleet): stop ignoring wrangler 4.111.0+ for npm consumers - #122
Merged
Conversation
@cloudflare/vite-plugin 1.45.1 and later no longer emit legacy_env in the Wrangler configuration the Astro Cloudflare adapter generates, so the suppression added in #85 has no remaining cause. Signed-off-by: Patrick Linnane <patrick@linnane.io>
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.
Removes the temporary fleet-level Dependabot suppression for Wrangler across the four npm consumers.
@cloudflare/vite-plugin1.45.1 and later no longer emitlegacy_envin the Wrangler configuration the Astro Cloudflare adapter generates (withastro/astro#17412), so the ignore added in #85 has no remaining cause. The unrelated TypeScript ignore instarhaven.iois untouched.Generated consumer files are intentionally unchanged and converge through the normal fleet release and sync process.
Consumer lockfiles still resolve
@cloudflare/vite-pluginat 1.42.1, below the fixed release, and@astrojs/cloudflarekeeps a^1.39.0range in both 14.1.7 and 14.2.0, so the first Wrangler bump in each repo needsnpm update @cloudflare/vite-pluginalongside it. All four consumers rundeploy:dryin CI, so a stale plugin surfaces as a failing Dependabot PR rather than a broken deploy.AI/LLM disclosure: Claude Code (Opus 5) reviewed this change and drafted the pull request description. The edits were authored by hand. The review's claims about upstream package versions and consumer lockfile state were verified against the npm registry and the affected repositories.