Skip to content

Bump the nestjs group across 1 directory with 2 updates#109

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nestjs-c009cae847
Closed

Bump the nestjs group across 1 directory with 2 updates#109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nestjs-c009cae847

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps the nestjs group with 2 updates in the / directory: @nestjs/cli and @nestjs/testing.

Updates @nestjs/cli from 11.0.16 to 11.0.21

Release notes

Sourced from @​nestjs/cli's releases.

Release 11.0.21

Release 11.0.20

  • fix: revert #3313 due to #3391 and #3390 (705bb7da)
  • chore(deps): update swc monorepo (8496c768)
  • fix(assets-manager): return promise from close watchers (2181947d)
  • fix(swc): fix inverted chokidar ignored filter in watch mode (a3890cba)
  • fix: add type annotations to caught errors (c46ddd71)

Release 11.0.19

What's Changed

Full Changelog: nestjs/nest-cli@11.0.18...11.0.19

11.0.18

What's Changed

New Contributors

Full Changelog: nestjs/nest-cli@11.0.17...11.0.18

Release 11.0.17

What's Changed

... (truncated)

Commits

Updates @nestjs/testing from 11.1.14 to 11.1.19

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.19 (2026-04-13)

Bug fixes

Committers: 2

v11.1.18 (2026-04-03)

Bug fixes

Dependencies

Committers: 6

v11.1.17 (2026-03-16)

Enhancements

Bugs

... (truncated)

Commits
  • 6730995 chore(release): publish v11.1.19 release
  • 3c1cc5f chore(release): publish v11.1.18 release
  • 5a05f52 chore: update readme
  • 447a373 chore(release): publish v11.1.17 release
  • 315e698 chore(release): publish v11.1.16 release
  • 6add3d6 chore(release): publish v11.1.15 release
  • See full diff in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 2, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title Bump the nestjs group with 2 updates Bump the nestjs group across 1 directory with 2 updates May 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nestjs-c009cae847 branch 5 times, most recently from a2dd7f2 to 65bcfaa Compare May 10, 2026 08:40
keysersoft added a commit that referenced this pull request May 10, 2026
Backend declared rxjs as ^7.8.1, but several @nestjs/cli transitive
deps (@angular-devkit/*) pin rxjs to exact 7.8.1, while the rest of
the @nestjs ecosystem resolves to 7.8.2. With certain bumps (e.g. the
@nestjs/cli 11.0.21 group in PR #109), npm decides to install a
second rxjs at packages/backend/node_modules/rxjs, breaking typecheck
with 'Observable from two different rxjs' errors because the backend
ends up with two rxjs instances at different paths.

Pinning rxjs in backend to the exact 7.8.2 used by the @nestjs/common,
@nestjs/core, etc. ecosystem forces npm to dedupe to a single root
copy. The @Angular-devkit nested 7.8.1 copies remain but are isolated
to nest-cli tooling and never reach the backend's compiled code.
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nestjs-c009cae847 branch 6 times, most recently from 7f65b55 to 3c00363 Compare May 10, 2026 09:17
keysersoft added a commit that referenced this pull request May 10, 2026
Backend declared rxjs as ^7.8.1, but several @nestjs/cli transitive
deps (@angular-devkit/*) pin rxjs to exact 7.8.1, while the rest of
the @nestjs ecosystem resolves to 7.8.2. With certain bumps (e.g. the
@nestjs/cli 11.0.21 group in PR #109), npm decides to install a
second rxjs at packages/backend/node_modules/rxjs, breaking typecheck
with 'Observable from two different rxjs' errors because the backend
ends up with two rxjs instances at different paths.

Pinning rxjs in backend to the exact 7.8.2 used by the @nestjs/common,
@nestjs/core, etc. ecosystem forces npm to dedupe to a single root
copy. The @Angular-devkit nested 7.8.1 copies remain but are isolated
to nest-cli tooling and never reach the backend's compiled code.
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/nestjs-c009cae847 branch from 3c00363 to 450926c Compare May 10, 2026 09:19
keysersoft added a commit that referenced this pull request May 10, 2026
Backend declared rxjs as ^7.8.1, but several @nestjs/cli transitive
deps (@angular-devkit/*) pin rxjs to exact 7.8.1, while the rest of
the @nestjs ecosystem resolves to 7.8.2. With certain bumps (e.g. the
@nestjs/cli 11.0.21 group in PR #109), npm decides to install a
second rxjs at packages/backend/node_modules/rxjs, breaking typecheck
with 'Observable from two different rxjs' errors because the backend
ends up with two rxjs instances at different paths.

Pinning rxjs in backend to the exact 7.8.2 used by the @nestjs/common,
@nestjs/core, etc. ecosystem forces npm to dedupe to a single root
copy. The @Angular-devkit nested 7.8.1 copies remain but are isolated
to nest-cli tooling and never reach the backend's compiled code.
Bumps the nestjs group with 2 updates in the / directory: [@nestjs/cli](https://github.com/nestjs/nest-cli) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing).


Updates `@nestjs/cli` from 11.0.16 to 11.0.21
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Commits](nestjs/nest-cli@11.0.16...11.0.21)

Updates `@nestjs/testing` from 11.1.14 to 11.1.19
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.19/packages/testing)

---
updated-dependencies:
- dependency-name: "@nestjs/cli"
  dependency-version: 11.0.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
- dependency-name: "@nestjs/testing"
  dependency-version: 11.1.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
@keysersoft keysersoft force-pushed the dependabot/npm_and_yarn/nestjs-c009cae847 branch from 450926c to 1078ce1 Compare May 10, 2026 09:20
keysersoft added a commit that referenced this pull request May 10, 2026
* Force rxjs to 7.8.1 across workspace via root override

Follow-up to the previous rxjs pin (7.8.2): with the @nestjs/cli 11.0.21
bump in PR #109, npm hoists rxjs 7.8.1 at the root because the bumped
@angular-devkit/* (transitive of nest-cli) hard-pins rxjs to 7.8.1.
Backend pinned to 7.8.2 then ends up with a nested rxjs at
packages/backend/node_modules/rxjs, reproducing the duplicate-Observable
typecheck error.

Pinning backend to 7.8.1 and adding a root override 'rxjs: 7.8.1' aligns
backend with the angular-devkit-driven root resolution. The remaining
@nestjs ecosystem also accepts 7.8.1 (their range is ^7.8.0 or wider).
After this change npm hoists a single rxjs at root; nested copies in
@angular-devkit/concurrently/@nestjs/schematics remain but are isolated
to those tools' internals and never collide with backend types.

* Regenerate lockfile after rxjs override

* Pin eslint-plugin-react-hooks to 7.0.1 alongside rxjs override

Regenerating the lockfile to apply the rxjs override also bumped
eslint-plugin-react-hooks transitively from 7.0.1 to 7.1.1 (via
eslint-config-next), which introduced a new 'use-before-define'
rule that flags two pre-existing patterns in the frontend
(connectors/store/page.tsx and settings/license/page.tsx). Pinning
the plugin to 7.0.1 keeps the lockfile aligned with main's behaviour;
the new rule can be addressed in a separate PR.
@keysersoft
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 10, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@keysersoft
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 10, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 10, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/nestjs-c009cae847 branch May 10, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant