Bump the production-dependencies group with 2 updates - #54
Merged
sametbasbug merged 1 commit intoAug 17, 2026
Merged
Conversation
Bumps the production-dependencies group with 2 updates: [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/cloudflare` from 14.2.0 to 14.2.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@14.2.1/packages/integrations/cloudflare) Updates `astro` from 7.2.0 to 7.2.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.2/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 14.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: astro dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
sametbasbug
added a commit
that referenced
this pull request
Aug 17, 2026
The reservation exists because bind(0) hands out a port that stays free until wrangler actually binds it. Two test files spawning wrangler dev in the same concurrency window could get the same port, and one would die at workerd level with "Address already in use". This harness still picked its own ports the old way, so the two files that use it — orbit-d1-tests and orbit-public-repository-tests — raced against every file that had been fixed. Dependabot's #54 lost that race last night. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
sametbasbug
deleted the
dependabot/npm_and_yarn/production-dependencies-a37d3955c9
branch
August 17, 2026 17:17
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.
Bumps the production-dependencies group with 2 updates: @astrojs/cloudflare and astro.
Updates
@astrojs/cloudflarefrom 14.2.0 to 14.2.1Release notes
Sourced from @astrojs/cloudflare's releases.
Changelog
Sourced from @astrojs/cloudflare's changelog.
Commits
d081033[ci] release (#17608)7c4bf1bAdd Cloudflare Actions build regression coverage (#17137)ba6a9f6fix(cloudflare): bump astro peer dependency to ^7.2.0 (#17627)4328c73Fix /_image 500 when catch-all prerendered route is combined with prerenderEn...Updates
astrofrom 7.2.0 to 7.2.2Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
14f8f87[ci] release (#17673)93beeccFix page directory boundary detection (#17690)2378221fix(content): apply prerenderConflictBehavior to content collection duplicate...fd1d9eefix(build): Optimize incremental builds with shared content graph hashing (#1...8df416atest: skip type check tests in ecosystem-ci (#17587)09f0dc7Detect stale dev server lock files after PID reuse (#17671)2267eeefix: preserve restored image transforms when merging adapter-collected images...4cdf128fix(assets): prevent EMFILE errors on large image builds with concurrency lim...90c6ea4fix(fonts): strip volatile server address from incremental build hash (#17659)9bc3207fix(dev): apply the dev CSS plugin to the fallback Astro environment (#17611)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions