-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the deps group in /nest with 17 updates #3434
Open
dependabot
wants to merge
3
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/nest/deps-9b9cc2146d
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the deps group in /nest with 17 updates: | Package | From | To | | --- | --- | --- | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.3.7` | `10.4.9` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.3.7` | `10.4.9` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.3.7` | `10.4.9` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.3.2` | `10.4.8` | | [@nestjs/schematics](https://github.com/nestjs/schematics) | `10.1.1` | `10.2.3` | | [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `10.3.7` | `10.4.9` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.3` | `22.10.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.16.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.16.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.15.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.4.1` | | [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.0.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.2.5` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.3` | `5.7.2` | Updates `@nestjs/common` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/common) Updates `@nestjs/core` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/core) Updates `@nestjs/platform-express` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/platform-express) Updates `@nestjs/cli` from 10.3.2 to 10.4.8 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json) - [Commits](nestjs/nest-cli@10.3.2...10.4.8) Updates `@nestjs/schematics` from 10.1.1 to 10.2.3 - [Release notes](https://github.com/nestjs/schematics/releases) - [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json) - [Commits](nestjs/schematics@10.1.1...10.2.3) Updates `@nestjs/testing` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/testing) Updates `@types/express` from 4.17.21 to 5.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 20.12.3 to 22.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 8.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/parser) Updates `eslint` from 8.57.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.15.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `prettier` from 3.2.5 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.4.1) Updates `supertest` from 6.3.4 to 7.0.0 - [Release notes](https://github.com/ladjs/supertest/releases) - [Commits](ladjs/supertest@v6.3.4...v7.0.0) Updates `ts-jest` from 29.1.2 to 29.2.5 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.2...v29.2.5) Updates `typescript` from 5.4.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.3...v5.7.2) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/platform-express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/schematics" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/testing" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Nov 26, 2024
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
This is a helpful bot that generates a list of changed templates! Updated Examples
|
Bumps the deps group in /nest with 17 updates: | Package | From | To | | --- | --- | --- | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.3.7` | `10.4.9` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.3.7` | `10.4.9` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.3.7` | `10.4.9` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.3.2` | `10.4.8` | | [@nestjs/schematics](https://github.com/nestjs/schematics) | `10.1.1` | `10.2.3` | | [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `10.3.7` | `10.4.9` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.3` | `22.10.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.16.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.16.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.15.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.4.1` | | [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.0.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.2.5` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.3` | `5.7.2` | Updates `@nestjs/common` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/common) Updates `@nestjs/core` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/core) Updates `@nestjs/platform-express` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/platform-express) Updates `@nestjs/cli` from 10.3.2 to 10.4.8 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json) - [Commits](nestjs/nest-cli@10.3.2...10.4.8) Updates `@nestjs/schematics` from 10.1.1 to 10.2.3 - [Release notes](https://github.com/nestjs/schematics/releases) - [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json) - [Commits](nestjs/schematics@10.1.1...10.2.3) Updates `@nestjs/testing` from 10.3.7 to 10.4.9 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.9/packages/testing) Updates `@types/express` from 4.17.21 to 5.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 20.12.3 to 22.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 8.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 8.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/parser) Updates `eslint` from 8.57.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.15.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `prettier` from 3.2.5 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.4.1) Updates `supertest` from 6.3.4 to 7.0.0 - [Release notes](https://github.com/ladjs/supertest/releases) - [Commits](ladjs/supertest@v6.3.4...v7.0.0) Updates `ts-jest` from 29.1.2 to 29.2.5 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.2...v29.2.5) Updates `typescript` from 5.4.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.3...v5.7.2) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/platform-express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/schematics" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@nestjs/testing" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/nest/deps-9b9cc2146d
branch
from
November 27, 2024 05:34
c117a11
to
7d1a293
Compare
…//github.com/codesandbox/sandbox-templates into dependabot/npm_and_yarn/nest/deps-9b9cc2146d
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the deps group in /nest with 17 updates:
10.3.7
10.4.9
10.3.7
10.4.9
10.3.7
10.4.9
10.3.2
10.4.8
10.1.1
10.2.3
10.3.7
10.4.9
4.17.21
5.0.0
29.5.12
29.5.14
20.12.3
22.10.0
6.21.0
8.16.0
6.21.0
8.16.0
8.57.0
9.15.0
5.1.3
5.2.1
3.2.5
3.4.1
6.3.4
7.0.0
29.1.2
29.2.5
5.4.3
5.7.2
Updates
@nestjs/common
from 10.3.7 to 10.4.9Release notes
Sourced from
@nestjs/common
's releases.... (truncated)
Commits
416830c
chore(@nestjs
) publish v10.4.9 releasef7248e2
Merge pull request #14181 from nestjs/fix/validation-pipe-swc-enum-bugf76a693
Update packages/common/pipes/validation.pipe.tsa3aceff
fix(common): fallback to empty string for enums when validating (swc)aabde1a
fix(common,core): align the logic of optional providerde6f7ca
test(common): improve test suite forgetInjectionProviders
d35006a
chore: update readmes3c5180d
chore(@nestjs
) publish v10.4.8 releasea544552
chore(@nestjs
) publish v10.4.7 release7843db3
chore(@nestjs
) publish v10.4.6 releaseUpdates
@nestjs/core
from 10.3.7 to 10.4.9Release notes
Sourced from
@nestjs/core
's releases.... (truncated)
Commits
416830c
chore(@nestjs
) publish v10.4.9 release81597f7
Merge branch 'master' into fix-tenant-context-payload25ad5b4
refactor(core): tiny improvements3324703
Merge pull request #13804 from patrickacioli/fix-lazy-transient-provideraabde1a
fix(common,core): align the logic of optional providerd35006a
chore: update readmes3c5180d
chore(@nestjs
) publish v10.4.8 releasea7b73e3
Merge pull request #14143 from nestjs/feat/expose-listening-streame64ab18
refactor(core): replace internal init with an inline promisedade6d5
Merge pull request #14139 from mksony/chore/ensure-application-init-before-ac...Updates
@nestjs/platform-express
from 10.3.7 to 10.4.9Release notes
Sourced from
@nestjs/platform-express
's releases.... (truncated)
Commits
416830c
chore(@nestjs
) publish v10.4.9 released35006a
chore: update readmes3c5180d
chore(@nestjs
) publish v10.4.8 releasea544552
chore(@nestjs
) publish v10.4.7 release7843db3
chore(@nestjs
) publish v10.4.6 release94a1ca1
chore: update readme and package.jsoned644e9
chore(@nestjs
) publish v10.4.5 release160c3b3
build(express): upgrade to express 4.2.15ae7e0f
chore(@nestjs
) publish v10.4.4 release3c24de6
chore: update readmesUpdates
@nestjs/cli
from 10.3.2 to 10.4.8Release notes
Sourced from
@nestjs/cli
's releases.... (truncated)
Commits
4a6c523
chore(): release v10.4.85be20eb
Merge pull request #2792 from nestjs/fix/type-check-error-27916d77fd3
Merge pull request #2797 from nestjs/renovate/tsconfig-paths-webpack-plugin-4.x9ec2d5e
Merge pull request #2800 from caucik/webpack-fix-branch7f1619b
chore(deps): update dependency@types/node
to v22.9.1 (#2805)ef09155
chore(deps): update commitlint monorepo to v19.6.0 (#2804)b243061
chore(deps): update dependency@swc/cli
to v0.5.1 (#2803)fad08ba
chore(deps): update typescript-eslint monorepo to v8.15.0 (#2802)5dbe91a
chore(deps): update dependency husky to v9.1.7 (#2801)83c5cfc
fix: webpack default config - IgnorePluginUpdates
@nestjs/schematics
from 10.1.1 to 10.2.3Release notes
Sourced from
@nestjs/schematics
's releases.... (truncated)
Commits
88e10f3
chore(): release v10.2.3590ad1f
Merge pull request #1919 from micalevisk/patch-1c2a0085
Merge pull request #1915 from nestjs/renovate/angular-cli-monorepo2546cdb
Merge pull request #1918 from micalevisk/refactor-remove-deprecated-node-apisc716ed9
fix: downgrade eslint to v8 on application filese323a5a
refactor: drop deprecate nodejs utility api5eddd5a
chore(deps): update babel monorepo to v7.26.066013b1
chore(deps): update dependency@types/node
to v20.17.15d47e13
fix(deps): update angular-cli monorepo to v17.3.11f614f17
chore(deps): update dependency@types/node
to v20.17.0Updates
@nestjs/testing
from 10.3.7 to 10.4.9Release notes
Sourced from
@nestjs/testing
's releases.... (truncated)
Commits
416830c
chore(@nestjs
) publish v10.4.9 released35006a
chore: update readmes3c5180d
chore(@nestjs
) publish v10.4.8 releasea544552
chore(@nestjs
) publish v10.4.7 release7843db3
chore(@nestjs
) publish v10.4.6 release94a1ca1
chore: update readme and package.jsoned644e9
chore(@nestjs
) publish v10.4.5 release5ae7e0f
chore(@nestjs
) publish v10.4.4 release3c24de6
chore: update readmes2fb629e
chore(@nestjs
) publish v10.4.3 releaseUpdates
@types/express
from 4.17.21 to 5.0.0Commits
Updates
@types/jest
from 29.5.12 to 29.5.14Commits
Updates
@types/node
from 20.12.3 to 22.10.0Commits
Updates
@typescript-eslint/eslint-plugin
from 6.21.0 to 8.16.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.