Skip to content

chore(deps-dev): bump wrangler from 4.122.0 to 4.123.0 in the cloudflare group across 1 directory - #281

Merged
kellenmurphy merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cloudflare-9af8a2a62a
Aug 18, 2026
Merged

chore(deps-dev): bump wrangler from 4.122.0 to 4.123.0 in the cloudflare group across 1 directory#281
kellenmurphy merged 1 commit into
mainfrom
dependabot/npm_and_yarn/cloudflare-9af8a2a62a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

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

Updates wrangler from 4.122.0 to 4.123.0

Release notes

Sourced from wrangler's releases.

wrangler@4.123.0

Minor Changes

  • #15113 b8fd112 Thanks @​BSFishy! - Add local dev simulation for Cloudflare Access ctx.access.getIdentity()

    You can now configure a mock Cloudflare Access identity in wrangler.json so that ctx.access.getIdentity() returns it during local development.

    // wrangler.json
    {
      "access": {
        "dev": {
          "aud": "my-app-aud-tag",
          "identity": {
            "email": "user@example.com",
            "name": "Test User"
          }
        }
      }
    }
  • #15152 f0f2054 Thanks @​GregBrimble! - [private beta]: Updates the --ignore-defaults flag to --ignore-base-config on wrangler preview commands.

    --ignore-base-config now only takes effect on Preview creation, rather than on each deployment, since Preview base configuration is now copy-on-create rather than inherit-on-deploy.

  • #14872 339509d Thanks @​dario-piotrowicz! - Add automatic update prompts for out-of-date Cloudflare agent skills

    When Cloudflare skills were previously installed by Wrangler and the upstream cloudflare/skills repository has newer content, Wrangler now offers to update them after eligible commands complete.

    To reduce prompt fatigue, the update check only runs once a month (30 days since the last install or update). Declining suppresses the prompt until the next upstream change.

    When declining an update, Wrangler offers the option to permanently disable future update prompts. This preference is stored globally in ~/.wrangler/agents-skills-install.jsonc. The WRANGLER_NO_SKILLS_UPDATE_PROMPTS=true environment variable can also be used to suppress prompts. The --install-skills flag remains available regardless of these settings.

Patch Changes

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
@dependabot
dependabot Bot requested a review from kellenmurphy as a code owner August 18, 2026 23:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
@kellenmurphy
kellenmurphy enabled auto-merge (squash) August 18, 2026 23:24
@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot dependabot Bot changed the title chore(deps-dev): bump wrangler from 4.122.0 to 4.123.0 in the cloudflare group chore(deps-dev): bump wrangler from 4.122.0 to 4.123.0 in the cloudflare group across 1 directory Aug 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-9af8a2a62a branch from f2e7c84 to 1a8a6ae Compare August 18, 2026 23:27
Bumps the cloudflare group with 1 update in the / directory: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


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

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.123.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-9af8a2a62a branch from 1a8a6ae to 334e1ac Compare August 18, 2026 23:29
@kellenmurphy
kellenmurphy merged commit 0282b87 into main Aug 18, 2026
11 checks passed
@kellenmurphy
kellenmurphy deleted the dependabot/npm_and_yarn/cloudflare-9af8a2a62a branch August 18, 2026 23:30
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.

1 participant