Skip to content

ci: bump wrangler from 4.78.0 to 4.79.0 in /.github in the all group across 1 directory#955

Merged
Aureliolo merged 1 commit intomainfrom
dependabot/npm_and_yarn/dot-github/all-f468725e70
Apr 1, 2026
Merged

ci: bump wrangler from 4.78.0 to 4.79.0 in /.github in the all group across 1 directory#955
Aureliolo merged 1 commit intomainfrom
dependabot/npm_and_yarn/dot-github/all-f468725e70

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the all group with 1 update in the /.github directory: wrangler.

Updates wrangler from 4.78.0 to 4.79.0

Release notes

Sourced from wrangler's releases.

wrangler@4.79.0

Minor Changes

  • #12868 ffbc268 Thanks @​danielgek! - Add wrangler ai-search command namespace for managing Cloudflare AI Search instances

    Introduces a CLI surface for the Cloudflare AI Search API (open beta), including:

    • Instance management: ai-search list, create, get, update, delete
    • Semantic search: ai-search search with repeatable --filter key=value flags
    • Instance stats: ai-search stats

    The create command uses an interactive wizard to guide configuration. All commands require authentication via wrangler login.

  • #13097 cd0e971 Thanks @​pombosilva! - Add --local flag to Workflows commands for interacting with local dev

    All Workflows CLI commands now support a --local flag that targets a running wrangler dev session instead of the Cloudflare production API. This uses the /cdn-cgi/explorer/api/workflows endpoints served by the local dev server.

    wrangler workflows list --local
    wrangler workflows trigger my-workflow '{"key":"value"}' --local
    wrangler workflows instances describe my-workflow latest --local
    wrangler workflows instances pause my-workflow <id> --local --port 9000
    

    By default, commands continue to hit remote (production). Pass --local to opt in, and optionally --port to specify a custom dev server port (defaults to 8787).

Patch Changes

  • #13050 ed20a9b Thanks @​dario-piotrowicz! - Add minimum and maximum version checks for frameworks during auto-configuration

    When Wrangler automatically configures a project, it now validates the installed version of the detected framework before proceeding:

    • If the version is below the minimum known-good version, the command exits with an error asking the user to upgrade the framework.
    • If the version is above the maximum known major version, a warning is emitted to let the user know the framework version has not been officially tested with this feature, and the command continues.
  • #13111 f214760 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260317.1 1.20260329.1
  • #13079 746858a Thanks @​penalosa! - Fix getPlatformProxy and unstable_getMiniflareWorkerOptions crashing when assets is configured without a directory

    getPlatformProxy and unstable_getMiniflareWorkerOptions now skip asset setup when the config has an assets block but no directory — instead of throwing "missing required directory property". This happens when an external tool like @cloudflare/vite-plugin handles asset serving independently.

  • #13112 9aad27f Thanks @​dario-piotrowicz! - Fix autoconfig failing on waku projects that use hono

    Waku has a tight integration with Hono, causing both to be detected simultaneously and triggering a "multiple frameworks found" error. Hono is now filtered out when Waku is also detected.

  • #13113 1fc5518 Thanks @​dario-piotrowicz! - Skip lock file warning for static projects during autoconfig

... (truncated)

Commits
  • d927ee3 Version Packages (#13096)
  • 958afe7 Remove some of the no-restricted-imports eslint disabling comments (#13140)
  • f214760 Bump the workerd-and-workers-types group with 2 updates (#13111)
  • ed20a9b Add minimum and maximum version checks for frameworks during auto-configurati...
  • b539dc7 [wrangler] skip fetching all deployable versions when user already specified ...
  • a532eea refactor(miniflare): use CorePaths for local explorer routes (#13090)
  • 2565b1d Improve error message when the assets directory path points to a file instead...
  • e200179 Deduplicate codemod logic in C3 and autoconfig by moving it to its own `@clou...
  • cd0e971 [wrangler] Add Workflows local commands (#13097)
  • ffbc268 [wrangler] Add ai search commands (#12868)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file type:infra CI/CD, tooling, project setup labels Apr 1, 2026
@dependabot dependabot bot requested a review from Aureliolo as a code owner April 1, 2026 06:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA e4dd154.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@cloudflare/workerd-darwin-64 1.20260329.1 UnknownUnknown
npm/@cloudflare/workerd-darwin-arm64 1.20260329.1 UnknownUnknown
npm/@cloudflare/workerd-linux-64 1.20260329.1 UnknownUnknown
npm/@cloudflare/workerd-linux-arm64 1.20260329.1 UnknownUnknown
npm/@cloudflare/workerd-windows-64 1.20260329.1 UnknownUnknown
npm/miniflare 4.20260329.0 UnknownUnknown
npm/workerd 1.20260329.1 UnknownUnknown
npm/wrangler 4.79.0 UnknownUnknown

Scanned Files

  • .github/package-lock.json

@Aureliolo
Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the all group in /.github with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `wrangler` from 4.78.0 to 4.79.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.79.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.79.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title ci: bump wrangler from 4.78.0 to 4.79.0 in /.github in the all group ci: bump wrangler from 4.78.0 to 4.79.0 in /.github in the all group across 1 directory Apr 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dot-github/all-f468725e70 branch from c9108c9 to e4dd154 Compare April 1, 2026 07:16
@Aureliolo Aureliolo merged commit 18b4cb1 into main Apr 1, 2026
19 checks passed
@Aureliolo Aureliolo deleted the dependabot/npm_and_yarn/dot-github/all-f468725e70 branch April 1, 2026 07:19
Aureliolo added a commit that referenced this pull request Apr 1, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.5.5](v0.5.4...v0.5.5)
(2026-04-01)


### Features

* add workflow configs to builtin templates
([#963](#963))
([b7fe6e3](b7fe6e3))
* implement Kanban board and Agile sprints workflow types
([#960](#960))
([f511e1d](f511e1d))
* personality preset support in template YAML schema
([#959](#959))
([97ca81e](97ca81e))


### Documentation

* LMEB embedding evaluation + CSP accepted risk
([#695](#695),
[#925](#925))
([#962](#962))
([43dfab3](43dfab3))


### CI/CD

* bump wrangler from 4.78.0 to 4.79.0 in /.github in the all group
across 1 directory
([#955](#955))
([18b4cb1](18b4cb1))


### Maintenance

* bump mypy from 1.19.1 to 1.20.0 in the all group across 1 directory
([#956](#956))
([29cc419](29cc419))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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 type:infra CI/CD, tooling, project setup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant