Skip to content

Comments

chore: Bump koa and @nx/react#396

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-e64bc5696e
Open

chore: Bump koa and @nx/react#396
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-e64bc5696e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps koa to 3.0.3 and updates ancestor dependency @nx/react. These dependencies need to be updated together.

Updates koa from 3.0.1 to 3.0.3

Release notes

Sourced from koa's releases.

v3.0.3

What's Changed

Full Changelog: koajs/koa@v3.0.2...v3.0.3

v3.0.2

What's Changed

New Contributors

Full Changelog: koajs/koa@v3.0.1...v3.0.2

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for koa since your current version.


Updates @nx/react from 21.6.8 to 22.1.0

Release notes

Sourced from @​nx/react's releases.

22.1.0 (2025-11-19)

🚀 Features

  • core: update rust (#33220)
  • core: enable tui by default on windows (#33314)
  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: collect resource usage (#32946)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • core: track system metrics and link plugins to workers when possible (#33411)
  • core: pull nx init from latest before executing (#33446)
  • core: export TypeScript schema definitions via wildcard patterns (#33454, #33336)
  • core: make console daemon check backgroundable and pulling from latest (#33491)
  • core: apply parent env to atomized target (#33013)
  • docker: support inferring additional args for targets with interpolation support (#32892)
  • docker: add skipDefaultTag option to build target (#33477, #33506)
  • gradle: add custom installation path to options (#33187)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • gradle: allow specifying project and task configuration from gradle build files (#33264)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • maven: add option to prefix all maven targets (#33420)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • nextjs: add support for next 16 (#33296, #33207)
  • nx-dev: add downloadable resources page and React book blog post (160b4cce34)
  • release: support {versionActionsVersion} in docker version scheme (#33178)
  • release: add resolveVersionPlans option to changelog CLI and API (#33435)
  • storybook: add support for storybook 10 (#33277, #33141)
  • storybook: generate ai instructions for converting from CJS to ESM after migration (#33395)
  • testing: support cypress v15 (#33393, #33304)
  • vite: add atomizer support for vitest (#33265)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)
  • vitest: split vitest into @​nx/vitest plugin (#33311)
  • vitest: split entrypoint into plugin, generators, executors (#33426)
  • vitest: support vitest 4 (#33424)

🩹 Fixes

  • core: adding output error reason (#33159)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: fix swapped arguments when resolving catalog references from the filesystem (#33237)
  • core: should find dockerfiles to suggest installing docker plugin (#33234)
  • core: stream without prefixes showing tui (#33194, #32535)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#33223)
  • core: split lockfile cache and other performance improvements (#33256)

... (truncated)

Commits
  • 50cf84f chore(repo): update nx to 22.1.0-rc.2 (#33464)
  • e581c3c feat(vitest): split entrypoint into plugin, generators, executors (#33426)
  • 685e497 feat(vitest): split vitest into @​nx/vitest plugin (#33311)
  • 22618b6 feat(testing): support cypress v15 (#33393)
  • 62d0ad7 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • 9b5768e fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • 1b7d095 fix(module-federation): update @​module-federation packages to fix Koa vulnera...
  • 4507b5a feat(storybook): add support for storybook 10 (#33277)
  • f76f1ce chore(repo): dogfood pnpm catalogs (#33232)
  • f2649cb feat(vite): add atomizer support for vitest (#33265)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 21, 2025
@dependabot dependabot bot requested a review from 124c4a as a code owner November 21, 2025 04:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 21, 2025
@github-actions github-actions bot changed the title Bump koa and @nx/react chore: Bump koa and @nx/react Nov 21, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e64bc5696e branch 3 times, most recently from 92e7260 to cd42faf Compare November 26, 2025 05:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e64bc5696e branch 4 times, most recently from 39aaaac to 815b17d Compare December 8, 2025 04:35
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

No notable changes detected

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e64bc5696e branch from 815b17d to 9f46ec5 Compare December 9, 2025 03:17
Bumps [koa](https://github.com/koajs/koa) to 3.0.3 and updates ancestor dependency [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react). These dependencies need to be updated together.


Updates `koa` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v3.0.1...v3.0.3)

Updates `@nx/react` from 21.6.8 to 22.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.1.0/packages/react)

---
updated-dependencies:
- dependency-name: koa
  dependency-version: 3.0.3
  dependency-type: indirect
- dependency-name: "@nx/react"
  dependency-version: 22.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e64bc5696e branch from 9f46ec5 to e0acca6 Compare December 15, 2025 04:41
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 semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants