Skip to content

chore(deps): bump the docs-dependencies group across 1 directory with 2 updates - #1260

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/docs-dependencies-3dd3481c8d
Open

chore(deps): bump the docs-dependencies group across 1 directory with 2 updates#1260
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/docs-dependencies-3dd3481c8d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the docs-dependencies group with 2 updates in the /docs directory: waku and wrangler.

Updates waku from 1.0.0-alpha.6 to 1.0.0-beta.9

Release notes

Sourced from waku's releases.

v1.0.0-beta.9

Fixes some issues and refactors mostly internally. It has some breaking changes in unstable api.

What's Changed

New Contributors

Full Changelog: wakujs/waku@v1.0.0-beta.8...v1.0.0-beta.9

v1.0.0-beta.8

This release includes some fixes and a bunch of refactors.

What's Changed

... (truncated)

Commits
  • 74e0b9d v1.0.0-beta.9
  • 42d86e9 refactor(router): fetch routes before merging (#2261)
  • 67b3218 refactor(router): clarify client naming and drop thin wrappers (#2265)
  • 943dafd test(e2e): cover disableSSR on a dynamic route (#2264)
  • d3be392 feat(router): Add _actions to IGNORED_PATH_PARTS (#2262)
  • 8b76925 refactor(router): fold elements-meta into router-state; document public APIs ...
  • d6d7764 feat(router): external redirects (#2255)
  • bcb1605 refactor(router): remove unstable route events (#2257)
  • 4e5193d test(router): remove duplicate router-client tests (#2258)
  • 27bd75b refactor(router): rename learnStaticPath; trim version-skew comments (#2256)
  • Additional commits viewable in compare view

Updates wrangler from 4.114.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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/docs-dependencies-3dd3481c8d branch 2 times, most recently from 8c0674c to 12f51a2 Compare August 10, 2026 15:09
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/docs-dependencies-3dd3481c8d branch 2 times, most recently from d854834 to cdf8353 Compare August 19, 2026 22:00
… 2 updates

Bumps the docs-dependencies group with 2 updates in the /docs directory: [waku](https://github.com/wakujs/waku/tree/HEAD/packages/waku) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `waku` from 1.0.0-alpha.6 to 1.0.0-beta.9
- [Release notes](https://github.com/wakujs/waku/releases)
- [Changelog](https://github.com/wakujs/waku/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wakujs/waku/commits/v1.0.0-beta.9/packages/waku)

Updates `wrangler` from 4.114.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: waku
  dependency-version: 1.0.0-beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-dependencies
- dependency-name: wrangler
  dependency-version: 4.118.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: docs-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/docs-dependencies-3dd3481c8d branch from cdf8353 to 231647b Compare August 20, 2026 05:31
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