Skip to content

chore(deps)(deps-dev): Bump wrangler from 3.114.17 to 4.93.0#44

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wrangler-4.93.0
Closed

chore(deps)(deps-dev): Bump wrangler from 3.114.17 to 4.93.0#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wrangler-4.93.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps wrangler from 3.114.17 to 4.93.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.93.0

Minor Changes

  • #13901 aac7ca0 Thanks @​bghira! - Add wrangler ai models schema command for fetching model schemas

    You can now run wrangler ai models schema <model> to fetch the input and output schema for a Workers AI model from the public model catalog schema endpoint.

  • #12656 ae047ee Thanks @​mikenomitch! - Add --containers-rollout=none

    This allows you to skip deploying a container. This is useful if you know that your container is not going to be updated or you don't have Docker locally, but still want to make changes to your Worker.

  • #13901 aac7ca0 Thanks @​bghira! - Add wrangler ai models list command for querying the Workers AI model catalog

    wrangler ai models list accepts --search, --task, --author, --source, and --hide-experimental, matching the public model catalog search endpoint.

Patch Changes

  • #13948 b25dc0d Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260515.1 1.20260518.1
  • #13882 a4f22bc Thanks @​matingathani! - Throw a clear error when a D1 migration is cancelled instead of silently returning

  • #13950 f78d435 Thanks @​dario-piotrowicz! - Improve the Docker CLI error message to be more actionable.

    Include a link to Docker installation docs, platform-specific instructions for starting the daemon, and guidance for alternative Docker-compatible CLIs.

  • #11896 c5c9e20 Thanks @​staticpayload! - Surface remote proxy session errors

    When remote bindings fail to start, include the controller reason and root cause in the error message to make failures like missing cloudflared clearer.

  • #13932 ebf4b24 Thanks @​zebp! - Fix local Workflow startup when compatibility flags include experimental

    Miniflare now deduplicates compatibility flags for the internal Workflow engine service. This prevents wrangler dev from failing with Compatibility flag specified multiple times: experimental when the user's Worker already enables that flag.

  • #13929 895baf5 Thanks @​Caio-Nogueira! - Prompt to provision a workers.dev subdomain before deploying Workflows

    Wrangler now checks for the account-level workers.dev subdomain when deploying Workflows, even if the Worker is not being published to workers.dev. If the subdomain has not been registered yet, Wrangler prompts to create one before calling the Workflows deploy API so users avoid an opaque server-side deployment failure.

  • #13930 7bcdf45 Thanks @​shiminshen! - Sweep stale .wrangler/tmp/* dirs left behind by abnormal exits

    A wrangler dev session creates .wrangler/tmp/bundle-* and .wrangler/tmp/dev-* directories at startup and removes them via a signal-exit hook on graceful shutdown. When the process exited abnormally (SIGKILL, OOM, host crash) those directories were left behind and accumulated across sessions, slowing down dependency-walking tools that follow the bundle-emitted absolute-path imports.

    wrangler now sweeps entries in .wrangler/tmp/ older than 24 hours when a new temporary directory is requested, bounding the leak regardless of how prior sessions exited.

  • Updated dependencies [b25dc0d, ebf4b24, b27eb18]:

... (truncated)

Commits
  • ee8857f Version Packages (#13931)
  • a4f22bc [wrangler] fix: throw clear error when D1 migration execution returns null (#...
  • f78d435 Improve the Docker CLI error message to be more actionable (#13950)
  • b25dc0d Bump the workerd-and-workers-types group with 2 updates (#13948)
  • ae047ee Adds option to skip container rollout on deploy (#12656)
  • 1d8924f [wrangler] fix: update remote proxy session error test snapshots (#13935)
  • c5c9e20 [wrangler] Surface remote proxy session errors (#11896)
  • 895baf5 WOR-1251: provision workers.dev subdomain when a script has a workflo… (#13929)
  • aac7ca0 add missing model catalogue search parameters (search, task, author, source) ...
  • 7bcdf45 [wrangler] sweep stale .wrangler/tmp/* dirs at startup (#13930)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.114.17 to 4.93.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.93.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.93.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@travisbreaks
Copy link
Copy Markdown
Owner

Closing as part of the 2026-05-20 GitHub audit pass. Tracked alongside the other three major-version dep bumps at #45 so the open-PR list stays clean for visitors. Dependabot will re-open this on its next scheduled run (Mondays 09:00 CT); the migration work belongs on a dedicated branch with its own validation pass.

@travisbreaks travisbreaks deleted the dependabot/npm_and_yarn/wrangler-4.93.0 branch May 20, 2026 19:04
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

travisbreaks added a commit that referenced this pull request May 20, 2026
* docs: replace broken install snippets in README + docs

Caught during a final pre-send audit. The CDN snippet pointed at
`https://eats.travisfixes.com/v1.js`, which returns 401 (the worker
only serves API routes). The npm snippet pointed at
`@travisbreaks/travisEATSbugs`, which is not on the public npm
registry (the README's own Status line correctly states "Public npm
publish lands at v1.0.0", so the snippet contradicted itself).

This PR replaces both with paths that actually work today, mirroring
the fix that just landed on the marketing site:

- **README.md** Install section: script tag pointing at the
  travismakes.org bundle that the live demo uses, plus a vendor-from-
  repo path. Includes the canonical wiring snippet
  (`LocalStorageAdapter` + `AnnotationPageMode` + `init({ onToggle })`).
- **docs/install.md** fully rewritten. Four options (script tag,
  vendor bundle, pnpm pack, self-hosted worker) with a picking-guide
  table at the bottom. Honest note about `eats.travisfixes.com` being
  a not-public-signup destination today; public hosted tier lands in
  the `teb-cloud` repo per the strategic plan.
- **docs/architecture.md** Widget Delivery section: same swap; the
  `eats.travisfixes.com/v1.js` route is correctly framed as a v1.0
  deliverable, not a present-tense claim.

`client-facing-tenancy.md` line 239 still mentions `eats.travisfixes.com/v1.js`
but that file is a design doc for the multi-tenant Phase 2 work and
correctly describes future state. No change needed there.

No code or schema change. Tests + lint untouched. Em-dash gate green.

Co-Authored-By: Tadao <tadao@travisfixes.com>

* chore(memory): record colleague-send polish sprint in thread-state

Captures today's late-day work (post-Phase-1 sprint EOD wrap):

- PR #37 / #38 / #39 / #46 merged on TEB repo
- v0.0.10-alpha.0 release tagged + GitHub Release published
- 10 shipped roadmap issues closed with version pointers
- Dependabot merge train (#27-#30) merged; #31-#32 auto-closed by
  dependabot when ungrouping landed; #40-#44 closed with tracking
  issue #45 opened for major dep migrations
- CODE-side PR #231 merged + deployed (TEB marketing refresh +
  travisfixes.com em-dash sweep)
- GitHub profile README slimmed (Featured Projects + Stats + Stack
  cut; bio + 4 destination badges kept)
- Colleague-send (Adam Masonbrink + Rikard Arkebaeck at timeglass.ai)
  shipped after a final pre-send audit caught broken install
  snippets in the README and docs that would have looked bad to a
  CEO-level reader.

Memory note for future-self: pre-send audits must sweep README +
docs alongside marketing surfaces. The same broken install URL was
in four places and fixing one is not fixing the rest.

Co-Authored-By: Tadao <tadao@travisfixes.com>

---------

Co-authored-by: Tadao <tadao@travisfixes.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant