Skip to content

chore(deps): bump the runtime group across 1 directory with 3 updates - #1065

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-79d2dac15d
Open

chore(deps): bump the runtime group across 1 directory with 3 updates#1065
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-79d2dac15d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the runtime group with 3 updates in the / directory: js-yaml, json-schema-faker and wrangler.

Updates js-yaml from 4.3.0 to 4.3.1

Changelog

Sourced from js-yaml's changelog.

4.3.1 - 2026-07-31

Security

  • [backport] Remove quadratic complexity from !!omap duplicate key detection.
Commits

Updates json-schema-faker from 0.6.2 to 0.6.3

Release notes

Sourced from json-schema-faker's releases.

v0.6.3

Features

  • Add dependentSchemas and dependentRequired keyword support
  • Add synchronous generateSync/createGeneratorSync API (#854)

Fixes

  • Skip double generation in dependencies handler when a property is in both required and properties
  • Scoped $defs resolution, quoted JSONPath keys, recursive descent fixes
  • Register nested local definitions during schema walk (#869)
  • Allow extensions to proceed into subschemas (#871)
  • Parse bracket-quoted JSONPath keys (#873)
  • Remove unused array item flag (#874)
  • Isolate autoIncrement counters by schema path (#872)
  • Apply optional property filtering to root example and default values
  • Trampoline recursive schema walks to avoid stack overflow on deep schemas
  • Prevent unhandled promise rejection at sync-mode async boundaries
  • Allow refResolver in generateSync(), throw only if it returns a Promise
Commits
  • 95b1845 chore: release 0.6.3
  • 4a993cb Merge pull request #880 from json-schema-faker/fix/875-dependent-schemas
  • 61d2af2 fix: address review feedback on dependentSchemas/dependentRequired
  • 424f894 feat: implement dependentSchemas and dependentRequired keywords
  • 9ba4cca Merge pull request #879 from json-schema-faker/feat/854-generate-sync
  • 0316496 fix: trampoline recursive schema walks to avoid stack overflow on deep schemas
  • 57d383b fix: prevent unhandled promise rejection at sync-mode async boundaries
  • 92fb595 fix: allow refResolver in generateSync(), throw only if it returns a Promise
  • fdc27f8 feat: add synchronous generateSync/createGeneratorSync API (#854)
  • ca5eb00 Merge pull request #870 from luke-perry-ck/lp/fix-root-example-exclusions
  • Additional commits viewable in compare view

Updates wrangler from 4.117.0 to 4.118.0

Release notes

Sourced from wrangler's releases.

wrangler@4.118.0

Minor Changes

  • #14057 cc63aae Thanks @​matingathani! - Add --json flag to wrangler containers info for consistent JSON output with sibling commands list and instances

  • #14944 a249591 Thanks @​nickpatt! - Enable local observability capture by default in dev

    wrangler dev and the Vite plugin now capture request traces and console logs into the Local Explorer's Observability tab out of the box — previously this was opt-in behind X_LOCAL_OBSERVABILITY=true. Set X_LOCAL_OBSERVABILITY=false to opt out (for example if the extra per-worker collector/streaming-tail services cause trouble in a multi-process dev-registry setup).

  • #14919 e0bbf55 Thanks @​avenceslau! - Add additional triggers to Workflows

    Workers can now declaratively start a locally defined Workflow. Configure event subscriptions under triggers.events; Wrangler validates each target and updates the script's event triggers during deployment.

    {
      "triggers": {
        "events": [
          {
            "type": "cf.artifacts.repo.pushed",
            "filter": {
              "namespace": "my-namespace",
              "repo_name": "my-repo"
            },
            "targets": [
              {
                "type": "workflow",
                "workflow_name": "my-workflow"
              }
            ]
          }
        ]
      }
    }

Patch Changes

  • #14936 f92d1fc Thanks @​petebacondarwin! - Fix jsx_fragment being ignored when wrangler dev runs a custom build

    If your project uses a custom build and sets both jsx_factory and jsx_fragment, wrangler dev used your jsx_factory value for JSX fragments as well, so fragments compiled incorrectly. Your jsx_fragment value is now used.

  • #14936 f92d1fc Thanks @​petebacondarwin! - Stop wrangler dev starting new work after you stop it or it reloads

    Stopping wrangler dev, or having it reload after a configuration change, could still leave it starting work for the state it had just left behind: your custom build command could run once more after dev had stopped, a change to a file in your assets directory could be reported against configuration that had already been replaced, and in some cases the process could stay alive instead of exiting.

    That work is now discarded, so stopping or reloading wrangler dev leaves nothing running behind it.

  • #14936 f92d1fc Thanks @​petebacondarwin! - Stop wrangler dev from running custom builds concurrently

    When several watched files changed at once — for example during a git pull or a "save all" — wrangler dev started a custom build for every file that changed, so multiple copies of your build command ran at the same time and fought over the same output files.

... (truncated)

Commits
  • 95d9b12 Version Packages (#14946)
  • e0bbf55 [wrangler] Fix workflows errors messages (#14919)
  • 38403cb [wrangler] Remove duplicated Workers + Assets deploy E2E (#14947)
  • cec9d88 [workers-auth] Validate account IDs before using them in API requests (#13746)
  • cc63aae [wrangler] fix(containers): add --json flag to wrangler containers info (#1...
  • f92d1fc [wrangler] Serialize custom build watcher events to avoid concurrent runs (#1...
  • 17dca96 [wrangler] Fix circular dependency build warning between api/index.ts and bin...
  • See full diff in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@github-actions github-actions Bot added cli Issue or PR related to the @common-grants/cli library website Issues related to the website sdk Issue or PR related to our SDKs typescript Issue or PR related to TypeScript tooling ts-sdk Related to TypeScript SDK labels Aug 4, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the runtime group with 3 updates chore(deps): bump the runtime group across 1 directory with 3 updates Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/runtime-79d2dac15d branch 5 times, most recently from ce43864 to 650e7fc Compare August 5, 2026 17:28
Bumps the runtime group with 3 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml), [json-schema-faker](https://github.com/json-schema-faker/json-schema-faker) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `js-yaml` from 4.3.0 to 4.3.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.3.0...4.3.1)

Updates `json-schema-faker` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/json-schema-faker/json-schema-faker/releases)
- [Commits](json-schema-faker/json-schema-faker@v0.6.2...v0.6.3)

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

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: json-schema-faker
  dependency-version: 0.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: wrangler
  dependency-version: 4.118.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/runtime-79d2dac15d branch from 650e7fc to 0580785 Compare August 6, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Issue or PR related to the @common-grants/cli library dependencies Pull requests that update a dependency file sdk Issue or PR related to our SDKs ts-sdk Related to TypeScript SDK typescript Issue or PR related to TypeScript tooling website Issues related to the website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants