Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
f47a0689 fix(nest): support NestJS v10 and enforce supported-version floor
- Restructure versions.ts with per-major versionMap covering NestJS v10
and v11 for the full @nestjs/* family plus rxjs and reflect-metadata;
fresh installs default to v11 (with reflect-metadata bumped to
^0.2.0 to match NestJS v11's requirement).
- Add assertSupportedNestJsVersion wrapper around the shared
assertSupportedPackageVersion helper; call it as the first statement
of init, application, and library generators.
- ensure-dependencies and the init add-dependencies helper route
through versions(tree) and pass keepExistingVersions: true; flip
init schema default to true.
- Declare optional peerDependencies for @nestjs/core, @nestjs/common,
reflect-metadata, rxjs. Add semver to dependencies (now imported)
and extend @nx/dependency-checks' ignoredDependencies list.
- migrations.json: rewrite 21.2.0-beta.2 with real package keys
(@nestjs/common, @nestjs/core, @nestjs/platform-express,
@nestjs/testing, @nestjs/schematics, reflect-metadata) — the
previous bare "nest" key was not a real npm package and was a
silent no-op — and gate the v10 -> v11 bump on
requires: { "@nestjs/core": ">=10.0.0 <11.0.0" }.
- Update lockfile and supported-versions docs page. 04cd813c fix(nest): support NestJS v10 and enforce supported-version floor
- Restructure versions.ts with per-major versionMap covering NestJS v10
and v11 for the full @nestjs/* family plus rxjs and reflect-metadata;
fresh installs default to v11 (with reflect-metadata bumped to
^0.2.0 to match NestJS v11's requirement).
- Add assertSupportedNestJsVersion wrapper around the shared
assertSupportedPackageVersion helper; call it as the first statement
of init, application, and library generators.
- ensure-dependencies and the init add-dependencies helper route
through versions(tree) and pass keepExistingVersions: true; flip
init schema default to true.
- Declare optional peerDependencies for @nestjs/core, @nestjs/common,
reflect-metadata, rxjs. Add semver to dependencies (now imported)
and extend @nx/dependency-checks' ignoredDependencies list.
- migrations.json: rewrite 21.2.0-beta.2 with real package keys
(@nestjs/common, @nestjs/core, @nestjs/platform-express,
@nestjs/testing, @nestjs/schematics, reflect-metadata) — the
previous bare "nest" key was not a real npm package and was a
silent no-op — and gate the v10 -> v11 bump on
requires: { "@nestjs/core": ">=10.0.0 <11.0.0" }.
- Update lockfile and supported-versions docs page. 04cd813c fix(nest): support NestJS v10 and enforce supported-version floor
- Restructure versions.ts with per-major versionMap covering NestJS v10
and v11 for the full @nestjs/* family plus rxjs and reflect-metadata;
fresh installs default to v11 (with reflect-metadata bumped to
^0.2.0 to match NestJS v11's requirement).
- Add assertSupportedNestJsVersion wrapper around the shared
assertSupportedPackageVersion helper; call it as the first statement
of init, application, and library generators.
- ensure-dependencies and the init add-dependencies helper route
through versions(tree) and pass keepExistingVersions: true; flip
init schema default to true.
- Declare optional peerDependencies for @nestjs/core, @nestjs/common,
reflect-metadata, rxjs. Add semver to dependencies (now imported)
and extend @nx/dependency-checks' ignoredDependencies list.
- migrations.json: rewrite 21.2.0-beta.2 with real package keys
(@nestjs/common, @nestjs/core, @nestjs/platform-express,
@nestjs/testing, @nestjs/schematics, reflect-metadata) — the
previous bare "nest" key was not a real npm package and was a
silent no-op — and gate the v10 -> v11 bump on
requires: { "@nestjs/core": ">=10.0.0 <11.0.0" }.
- Update lockfile and supported-versions docs page.