-
Notifications
You must be signed in to change notification settings - Fork 31
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 across 1 directory with 18 updates #4013
Closed
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 with 18 updates in the /nest directory: | Package | From | To | | --- | --- | --- | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.3.7` | `10.4.15` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.3.7` | `10.4.15` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.3.7` | `10.4.15` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.3.2` | `10.4.9` | | [@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.15` | | [@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.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `8.19.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.19.1` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.18.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.2` | | [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` | | [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.1` | `9.5.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.3` | `5.7.3` | Updates `@nestjs/common` from 10.3.7 to 10.4.15 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/common) Updates `@nestjs/core` from 10.3.7 to 10.4.15 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/core) Updates `@nestjs/platform-express` from 10.3.7 to 10.4.15 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/platform-express) Updates `@nestjs/cli` from 10.3.2 to 10.4.9 - [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.9) 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.15 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.15/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.5 - [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.19.1 - [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.19.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 8.19.1 - [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.19.1/packages/parser) Updates `eslint` from 8.57.0 to 9.18.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.18.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.2 - [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.2) 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 `ts-loader` from 9.5.1 to 9.5.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](TypeStrong/ts-loader@v9.5.1...v9.5.2) Updates `typescript` from 5.4.3 to 5.7.3 - [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.3) --- 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: ts-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jan 13, 2025
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/nest/deps-29a3656804
branch
January 14, 2025 05:53
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
0 participants
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 with 18 updates in the /nest directory:
10.3.7
10.4.15
10.3.7
10.4.15
10.3.7
10.4.15
10.3.2
10.4.9
10.1.1
10.2.3
10.3.7
10.4.15
4.17.21
5.0.0
29.5.12
29.5.14
20.12.3
22.10.5
6.21.0
8.19.1
6.21.0
8.19.1
8.57.0
9.18.0
5.1.3
5.2.1
3.2.5
3.4.2
6.3.4
7.0.0
29.1.2
29.2.5
9.5.1
9.5.2
5.4.3
5.7.3
Updates
@nestjs/common
from 10.3.7 to 10.4.15Release notes
Sourced from
@nestjs/common
's releases.... (truncated)
Commits
d0fb875
chore(@nestjs
) publish v10.4.15 release1d457fe
chore(@nestjs
) publish v10.4.14 release1eba012
chore(@nestjs
) publish v10.4.13 release59bf615
refactor(common): Add type declaration for RawBody decorator with pipes439231e
chore(common): Add type declaration for RawBody decorator with pipescf8d27c
chore(@nestjs
) publish v10.4.12 release74c4376
fix(common): enforce strin value if not undefined6563c18
fix(common): return undefined if string type value is undefineda071a73
fix(common): enforce string type in validationpipe7db85ad
fix(deps): update dependency tslib to v2.8.1Updates
@nestjs/core
from 10.3.7 to 10.4.15Release notes
Sourced from
@nestjs/core
's releases.... (truncated)
Commits
d0fb875
chore(@nestjs
) publish v10.4.15 release1d457fe
chore(@nestjs
) publish v10.4.14 release1eba012
chore(@nestjs
) publish v10.4.13 releasecf8d27c
chore(@nestjs
) publish v10.4.12 release7db85ad
fix(deps): update dependency tslib to v2.8.1bedf1fa
chore(@nestjs
) publish v10.4.11 release5ebe4b9
chore(@nestjs
) publish v10.4.10 release416830c
chore(@nestjs
) publish v10.4.9 release81597f7
Merge branch 'master' into fix-tenant-context-payload25ad5b4
refactor(core): tiny improvementsUpdates
@nestjs/platform-express
from 10.3.7 to 10.4.15Release notes
Sourced from
@nestjs/platform-express
's releases.... (truncated)
Commits
d0fb875
chore(@nestjs
) publish v10.4.15 release1d457fe
chore(@nestjs
) publish v10.4.14 releasef4b242a
fix(deps): update dependency express to v4.21.21eba012
chore(@nestjs
) publish v10.4.13 releasecf8d27c
chore(@nestjs
) publish v10.4.12 release7db85ad
fix(deps): update dependency tslib to v2.8.1bedf1fa
chore(@nestjs
) publish v10.4.11 release5ebe4b9
chore(@nestjs
) publish v10.4.10 release416830c
chore(@nestjs
) publish v10.4.9 released35006a
chore: update readmesUpdates
@nestjs/cli
from 10.3.2 to 10.4.9Release notes
Sourced from
@nestjs/cli
's releases.... (truncated)
Commits
81e15c3
chore(): release v10.4.93d0fe0b
Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-importsa1cc6cf
fix: add missing class-transformer/storage in lazy import list4af113e
Merge pull request #2815 from nestjs/renovate/typescript-5.x2e929c3
fix(deps): update dependency typescript to v5.7.267503d3
Merge pull request #2830 from nestjs/renovate/webpack-5.x6110b8e
chore(deps): update dependency@swc/core
to v1.10.1 (#2837)ce66172
fix(deps): update dependency webpack to v5.97.1bec6134
chore(deps): update dependency@swc/core
to v1.10.0 (#2832)b10c00e
chore(deps): update dependency prettier to v3.4.2 (#2831)Updates
@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.15Release notes
Sourced from
@nestjs/testing
's releases.... (truncated)
Commits
d0fb875
chore(@nestjs
) publish v10.4.15 release1d457fe
chore(@nestjs
) publish v10.4.14 release1eba012
chore(@nestjs
) publish v10.4.13 releasecf8d27c
chore(@nestjs
) publish v10.4.12 release7db85ad
fix(deps): update dependency tslib to v2.8.1bedf1fa
chore(@nestjs
) publish v10.4.11 release5ebe4b9
chore(@nestjs
) publish v10.4.10 release416830c
chore(@nestjs
) publish v10.4.9 released35006a
chore: update readmes3c5180d
chore(@nestjs
) publish v10.4.8 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.5Commits
Updates
@typescript-eslint/eslint-plugin
from 6.21.0 to 8.19.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
328b7df
chore(release): publish 8.19.15dedb1c
docs: fix incorrect variable name in a comment in code example (#10613)6e05e56
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle liter...82716b8
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10...c7154bf
chore(eslint-plugin): usegetConstraintInfo
in no-unnecessary-template-expr...63b2d3e
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in a...4dbf48b
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) au...3bacfa7
chore: upgrade to ts-api-utils 2.0 (#10567)4f50f64
docs: [return-await] make the rule no longer an extension of ESLint no-return...4e7f5f8
docs: [prefer-nullish-coalescing] fix admonition (#10574)Updates
@typescript-eslint/parser
from 6.21.0 to 8.19.1Release notes
Sourced from
@typescript-eslint/parser
's releases.