Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps the prod-dependencies group with 2 updates: svelte and wrangler.

Updates svelte from 5.45.4 to 5.45.5

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: correctly reconcile each blocks after outroing branches are resumed (#17258)

  • fix: destroy each items after siblings are resumed (#17258)

Changelog

Sourced from svelte's changelog.

5.45.5

Patch Changes

  • fix: correctly reconcile each blocks after outroing branches are resumed (#17258)

  • fix: destroy each items after siblings are resumed (#17258)

Commits

Updates wrangler from 4.51.0 to 4.52.1

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

[email protected]

Minor Changes

  • #11416 abe49d8 Thanks @​dario-piotrowicz! - Remove the wrangler deploy's --x-remote-diff-check experimental flag

    The remote diffing feature has been enabled by default for a while and its functionality is stable, as a result the experimental flag (only available for option-out of the feature right now) has been removed.

  • #11408 f29e699 Thanks @​ascorbic! - Export unstable helpers useful for generating wrangler config

  • #11389 2342d2f Thanks @​dario-piotrowicz! - Improve the wrangler deploy flow to also check for potential overrides of secrets.

    Now when you run wrangler deploy Wrangler will check the remote secrets for your workers for conflicts with the names of the bindings you're about to deploy. If there are conflicts, Wrangler will warn you and ask you for your permission before proceeding.

  • #11375 9a1de61 Thanks @​penalosa! - Support TanStack Start in autoconfig

  • #11360 6b38532 Thanks @​emily-shen! - Containers: Allow users to directly authenticate external image registries in local dev

    Previously, we always queried the API for stored registry credentials and used those to pull images. This means that if you are using an external registry (ECR, dockerhub) then you have to configure registry credentials remotely before running local dev.

    Now you can directly authenticate with your external registry provider (using docker login etc.), and Wrangler or Vite will be able to pull the image specified in the containers.image field in your config file.

    The Cloudflare-managed registry (registry.cloudflare.com) currently still does not work with the Vite plugin.

  • #11009 e4ddbc2 Thanks @​dario-piotrowicz! - Allow users to provide an account_id as part of the WorkerConfigObject they pass to maybeStartOrUpdateRemoteProxySession

  • #11478 2aec2b4 Thanks @​dario-piotrowicz! - Support SolidStart in autoconfig

  • #11330 5a873bb Thanks @​dario-piotrowicz! - Support Angular projects in autoconfig

  • #11449 e7b690b Thanks @​penalosa! - Delegate generation of HTTPS certificates to Miniflare

  • #11448 2b4813b Thanks @​edmundhung! - Bumps esbuild version to 0.27.0

  • #11335 c47ad11 Thanks @​dario-piotrowicz! - Support internal-only undocumented cross_account_grant service binding property

  • #11346 a977701 Thanks @​penalosa! - We're soon going to make backend changes that mean that wrangler dev --remote sessions will no longer have an associated inspector connection. In advance of these backend changes, we've enabled a new wrangler tail-based logging strategy for wrangler dev --remote. For now, you can revert to the previous logging strategy with wrangler dev --remote --no-x-tail-logs, but in future it will not be possible to revert.

    The impact of this will be that logs that were previously available via devtools will now be provided directly to the Wrangler console and it will no longer be possible to interact with the remote Worker via the devtools console.

Patch Changes

... (truncated)

Commits
  • 0c71b87 Version Packages (#11503)
  • 7e80340 Fix wrangler deploy failing for new workers containing environment variable...
  • 59534ba chore(deps): bump the workerd-and-workers-types group with 2 updates (#11495)
  • 1b3e10d Version Packages (#11427)
  • c8e22c3 Allow Vite plugin users to customize worker config (#11445)
  • 8962ccf Avoid test flakes by disabling perMessageDeflate in WebSocket connections...
  • 1cfae2d fix(wrangler): close FileHandle in to support Node 25 (#11484)
  • 6b38532 try pulling an image even if docker login fails (#11360)
  • 2aec2b4 Support SolidStart in autoconfig (#11478)
  • 76083d1 Remove vitest globals from all tests (#11462)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 4, 2025
@getarcaneappbot
Copy link
Contributor

Preview deployed successfully!

Built from commit 3b1a8bd

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-f1aa8fed6c branch from 3872be9 to a787b7d Compare December 4, 2025 15:25
Bumps the prod-dependencies group with 2 updates: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `svelte` from 5.45.4 to 5.45.5
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `wrangler` from 4.51.0 to 4.52.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.45.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: wrangler
  dependency-version: 4.52.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-f1aa8fed6c branch from a787b7d to db62e30 Compare December 4, 2025 15:27
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prod-dependencies-f1aa8fed6c branch December 4, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants