Skip to content

chore(deps): bump wrangler from 4.118.0 to 4.123.0 - #1857

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

chore(deps): bump wrangler from 4.118.0 to 4.123.0#1857
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wrangler-4.123.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps wrangler from 4.118.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

wrangler@4.122.0

Minor Changes

  • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

    As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

    To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

    @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

... (truncated)

Commits

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 4.118.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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codspeed-hq

codspeed-hq Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing dependabot/npm_and_yarn/wrangler-4.123.0 (1fe5d86) with main (1f64efc)

Open in CodSpeed

simple-agent-manager Bot pushed a commit that referenced this pull request Aug 24, 2026
…batch

Extends this batch from four PRs to nine so the whole stale Dependabot
backlog lands as one CI run and one staging verification, per the project
policy on consolidating staging sweeps onto a single pinned candidate.

Taken as-is (their commits are merged above, SHAs preserved):
- #1791 modernc.org/sqlite 1.55.0 -> 1.56.0 (packages/vm-agent)
- #1853 anthropics/claude-code-action 1.0.189 -> 1.0.193
  SHA 9d7150bc verified to be the commit v1.0.193 dereferences to.

Applied by hand, because each needed a second half Dependabot cannot see:

- #1855 cloudflare/sandbox 0.12.1 -> 0.12.7. This supersedes the 0.12.5
  already on this branch (from the now-closed #1792). Dependabot only
  rewrites the FROM digest, so the npm client and the reviewed-source-tag
  comment were moved with it. Digest re-verified against the Docker Hub
  manifest rather than trusted from the PR body. The governance test added
  by this batch is what forces these three to move together.

- #1856 react 19.2.7 -> 19.2.8, @types/react 19.2.17 -> 19.2.18. Dependabot
  groups react with @types/react but NOT react-dom, which ships from the same
  repo and must match react exactly. Left alone it would have landed react
  19.2.8 against react-dom 19.2.7. Bumped react-dom to 19.2.8 as well and
  recorded the reason in pnpm-workspace.yaml, mirroring the existing
  typescript-eslint lockstep comment directly above it.

- #1854 @commitlint/config-conventional 21.2.0 -> 21.2.2. Same shape:
  @commitlint/cli is released in lockstep and 21.2.2 exists, so both moved.

- #1857 wrangler 4.118.0 -> 4.123.0 (catalog).

All npm versions confirmed present on the registry before pinning.
`pnpm quality:dependency-governance` passes 6/6, including the image<->SDK
exact-pin invariant now asserting 0.12.7 on both sides.
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1915.

@dependabot dependabot Bot closed this Aug 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/wrangler-4.123.0 branch August 25, 2026 21:23
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.

0 participants