ALCS-000: Bump the npm-minor-and-patch group across 1 directory with 22 updates#2899
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Open
Conversation
37c0a67 to
e7354ca
Compare
…22 updates Bumps the npm-minor-and-patch group with 22 updates in the /services directory: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.998.0` | `3.1028.0` | | [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.998.0` | `3.1028.0` | | [@fastify/static](https://github.com/fastify/fastify-static) | `9.0.0` | `9.1.0` | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.14` | `11.1.18` | | [@nestjs/config](https://github.com/nestjs/config) | `4.0.3` | `4.0.4` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.14` | `11.1.18` | | [@nestjs/microservices](https://github.com/nestjs/nest/tree/HEAD/packages/microservices) | `11.1.14` | `11.1.18` | | [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.14` | `11.1.18` | | [@nestjs/swagger](https://github.com/nestjs/swagger) | `11.2.6` | `11.2.7` | | [@nestjs/typeorm](https://github.com/nestjs/typeorm) | `11.0.0` | `11.0.1` | | [class-validator](https://github.com/typestack/class-validator) | `0.14.4` | `0.15.1` | | [dayjs](https://github.com/iamkun/dayjs) | `1.11.19` | `1.11.20` | | [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.8` | `4.7.9` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.19.0` | `8.20.0` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.16` | `11.0.19` | | [@nestjs/schematics](https://github.com/nestjs/schematics) | `11.0.9` | `11.0.10` | | [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.14` | `11.1.18` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.34` | `20.19.39` | | [memfs](https://github.com/streamich/memfs) | `4.56.10` | `4.57.1` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9` | | [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.4` | `9.5.7` | Updates `@aws-sdk/client-s3` from 3.998.0 to 3.1028.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1028.0/clients/client-s3) Updates `@aws-sdk/s3-request-presigner` from 3.998.0 to 3.1028.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1028.0/packages/s3-request-presigner) Updates `@fastify/static` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](fastify/fastify-static@v9.0.0...v9.1.0) Updates `@nestjs/common` from 11.1.14 to 11.1.18 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/common) Updates `@nestjs/config` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/nestjs/config/releases) - [Commits](nestjs/config@4.0.3...4.0.4) Updates `@nestjs/core` from 11.1.14 to 11.1.18 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/core) Updates `@nestjs/microservices` from 11.1.14 to 11.1.18 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/microservices) Updates `@nestjs/platform-fastify` from 11.1.14 to 11.1.18 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/platform-fastify) Updates `@nestjs/swagger` from 11.2.6 to 11.2.7 - [Release notes](https://github.com/nestjs/swagger/releases) - [Commits](nestjs/swagger@11.2.6...11.2.7) Updates `@nestjs/typeorm` from 11.0.0 to 11.0.1 - [Release notes](https://github.com/nestjs/typeorm/releases) - [Commits](nestjs/typeorm@11.0.0...11.0.1) Updates `class-validator` from 0.14.4 to 0.15.1 - [Release notes](https://github.com/typestack/class-validator/releases) - [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md) - [Commits](typestack/class-validator@v0.14.4...v0.15.1) Updates `dayjs` from 1.11.19 to 1.11.20 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.19...v1.11.20) Updates `handlebars` from 4.7.8 to 4.7.9 - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9) Updates `pg` from 8.19.0 to 8.20.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg) Updates `@nestjs/cli` from 11.0.16 to 11.0.19 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Commits](nestjs/nest-cli@11.0.16...11.0.19) Updates `@nestjs/schematics` from 11.0.9 to 11.0.10 - [Release notes](https://github.com/nestjs/schematics/releases) - [Commits](nestjs/schematics@11.0.9...11.0.10) Updates `@nestjs/testing` from 11.1.14 to 11.1.18 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/testing) Updates `@types/node` from 20.19.34 to 20.19.39 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `memfs` from 4.56.10 to 4.57.1 - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.56.10...v4.57.1) Updates `prettier` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.2) Updates `ts-jest` from 29.4.6 to 29.4.9 - [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.4.6...v29.4.9) Updates `ts-loader` from 9.5.4 to 9.5.7 - [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.4...v9.5.7) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1028.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: "@aws-sdk/s3-request-presigner" dependency-version: 3.1028.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: "@fastify/static" dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/common" dependency-version: 11.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/config" dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/core" dependency-version: 11.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/microservices" dependency-version: 11.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/platform-fastify" dependency-version: 11.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/swagger" dependency-version: 11.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/typeorm" dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: class-validator dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: dayjs dependency-version: 1.11.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: pg dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/cli" dependency-version: 11.0.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/schematics" dependency-version: 11.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@nestjs/testing" dependency-version: 11.1.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: "@types/node" dependency-version: 20.19.39 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: memfs dependency-version: 4.57.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: ts-jest dependency-version: 29.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch - dependency-name: ts-loader dependency-version: 9.5.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
e7354ca to
48b3c05
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 npm-minor-and-patch group with 22 updates in the /services directory:
3.998.03.1028.03.998.03.1028.09.0.09.1.011.1.1411.1.184.0.34.0.411.1.1411.1.1811.1.1411.1.1811.1.1411.1.1811.2.611.2.711.0.011.0.10.14.40.15.11.11.191.11.204.7.84.7.98.19.08.20.011.0.1611.0.1911.0.911.0.1011.1.1411.1.1820.19.3420.19.394.56.104.57.13.8.13.8.229.4.629.4.99.5.49.5.7Updates
@aws-sdk/client-s3from 3.998.0 to 3.1028.0Release notes
Sourced from
@aws-sdk/client-s3's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-s3's changelog.... (truncated)
Commits
edca62dPublish v3.1028.0690d8d4Publish v3.1027.067ea2f7Publish v3.1026.0229167dfeat(client-s3): Updated list of the valid AWS Region values for the Location...b19357achore(codegen): update for sparse types and retry 2.1 updates (#7916)8cfa946Publish v3.1025.099bf9fcPublish v3.1024.034e7b07Publish v3.1023.0e7e636aPublish v3.1022.086db170Publish v3.1021.0Updates
@aws-sdk/s3-request-presignerfrom 3.998.0 to 3.1028.0Release notes
Sourced from
@aws-sdk/s3-request-presigner's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/s3-request-presigner's changelog.... (truncated)
Commits
edca62dPublish v3.1028.0690d8d4Publish v3.1027.067ea2f7Publish v3.1026.0b19357achore(codegen): update for sparse types and retry 2.1 updates (#7916)8cfa946Publish v3.1025.099bf9fcPublish v3.1024.034e7b07Publish v3.1023.0e7e636aPublish v3.1022.086db170Publish v3.1021.015cfc71Publish v3.1020.0Updates
@fastify/staticfrom 9.0.0 to 9.1.0Release notes
Sourced from
@fastify/static's releases.Commits
a3a8cd6Bumped v9.1.08423c80build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#566)475dce1chore: upgrade c8 to v11.0.0 and improvements test (#564)3ff0f39fix: sendFile ignoring option overrides in some cases (#559)663baa7chore(license): standardise license notice (#560)51bb66echore: update syntax typescript (#558)74c6c02chore: bump pino and borp dependencies, delete stale.yml and update static.te...61eb9e2build(deps-dev): bump borp from 0.20.2 to 0.21.0 (#543)a19a73atest: move ignoreTrailingSlash under routerOptions (#553)7cd57f4build(deps-dev): bump@types/nodefrom 24.10.4 to 25.0.3 (#552)Updates
@nestjs/commonfrom 11.1.14 to 11.1.18Release notes
Sourced from
@nestjs/common's releases.... (truncated)
Commits
3c1cc5fchore(release): publish v11.1.18 releasea39e345refactor(common): change console logger helpers to protected34f0f28chore(deps): bump file-type from 21.3.3 to 21.3.40e96b0achore(deps): bump file-type from 21.3.2 to 21.3.35a05f52chore: update readme447a373chore(release): publish v11.1.17 release99ed6e6fix(deps): update dependency file-type to v21.3.2268a283fix(deps): update dependency file-type to v21.3.1315e698chore(release): publish v11.1.16 release6add3d6chore(release): publish v11.1.15 releaseUpdates
@nestjs/configfrom 4.0.3 to 4.0.4Release notes
Sourced from
@nestjs/config's releases.Commits
3b5d592chore(): release v4.0.44fbcb03Merge pull request #2263 from nestjs/renovate/dotenv-17.x33dae89Merge pull request #2269 from nestjs/renovate/cimg-node-24.x0a727c3Merge pull request #2313 from nestjs/renovate/npm-lodash-vulnerability6bc5737fix(deps): update dependency dotenv to v17.4.1f31ee98fix(deps): update dependency lodash to v4.18.1 [security]059314cchore(deps): update dependency typescript-eslint to v8.58.1 (#2315)0f81e2dchore(deps): update dependency eslint to v10.2.0 (#2314)e673ab2chore(deps): update dependency@types/nodeto v24.12.2 (#2311)b1ede30chore(deps): update nest monorepo to v11.1.18 (#2312)Updates
@nestjs/corefrom 11.1.14 to 11.1.18Release notes
Sourced from
@nestjs/core's releases.... (truncated)
Commits
3c1cc5fchore(release): publish v11.1.18 release0f962c7fix(core): sanitize sse message94aa424Merge pull request #16679 from nestjs/renovate/path-to-regexp-8.x368691cfix(core): prevent injector hang when design:paramtypes is missing25d4fdefix(deps): update dependency path-to-regexp to v8.4.25c0b11efix(deps): update dependency path-to-regexp to v8.4.1f7d4460Merge pull request #16637 from JakobStaudinger/moduleref-create-transient-sco...d0a9dc9fix(deps): update dependency path-to-regexp to v8.4.04677434feat(core): exportIEntryNestModuletype7493b94fix(core): dependency injection edge case with moduleref.createUpdates
@nestjs/microservicesfrom 11.1.14 to 11.1.18Release notes
Sourced from
@nestjs/microservices's releases.... (truncated)
Commits
3c1cc5fchore(release): publish v11.1.18 release848a6fbfix(microservices): escape msvc pattern keys9e6774bfix(microservices): preserve packet headers in nats serializer5a05f52chore: update readme447a373chore(release): publish v11.1.17 release4141992Merge pull request #16218 from vchomakov/feat-redis-driver-identification20924e9chore(microservices): remove unused redis client info util testb80791efeat(microservices): make redis client info tag opt-in only315e698chore(release): publish v11.1.16 release86abc72fix(microservices): fix double callback when isdisposed or err is truthyUpdates
@nestjs/platform-fastifyfrom 11.1.14 to 11.1.18Release notes
Sourced from
@nestjs/platform-fastify's releases.... (truncated)
Commits
3c1cc5fchore(release): publish v11.1.18 release25d4fdefix(deps): update dependency path-to-regexp to v8.4.25c0b11efix(deps): update dependency path-to-regexp to v8.4.1d0a9dc9fix(deps): update dependency path-to-regexp to v8.4.0d2e85c4fix(deps): update dependency fastify to v5.8.45a05f52chore: update readme447a373chore(release): publish v11.1.17 release8490ac5fix(deps): update dependency fastify to v5.8.2b8e52abfix(deps): update dependency fastify to v5.8.1 [security]315e698chore(release): publish v11.1.16 releaseUpdates
@nestjs/swaggerfrom 11.2.6 to 11.2.7Release notes
Sourced from
@nestjs/swagger's releases.Commits
7924747chore(): release v11.2.76c3416fMerge pull request #3738 from nestjs/renovate/swagger-ui-dist-5.xb225174Merge pull request #3753 from nestjs/renovate/class-validator-0.x69ca9efMerge pull request #3737 from nestjs/renovate/cimg-node-24.x456b98dchore(deps): update dependency class-validator to v0.15.1454731dMerge pull request #3783 from maruthang/fix/operationid-version-all-types-3268f927e93Merge pull request #3786 from maruthang/fix/non-ascii-path-plugin-369596f3d1aMerge pull request #3788 from robbtraister/bugfix/api-query-with-getter849cdafMerge pull request #3799 from maruthang/fix/issue-2182-enum-schema-multi-doc7c421abfix(deps): update dependency swagger-ui-dist to v5.32.2Updates
@nestjs/typeormfrom 11.0.0 to 11.0.1Release notes
Sourced from
@nestjs/typeorm's releases.Commits
57bcd24chore(): release v11.0.1d08fc02Merge pull request #2528 from nestjs/renovate/postgres-18.x3d42a8eMerge pull request #2566 from nestjs/renovate/cimg-node-24.x180b9c9Merge pull request #2562 from naorpeled/feat/support-v1-of-typeorm429caa3chore(deps): update dependency ts-jest to v29.4.9 (#2569)4473f7bchore(deps): update dependency typescript-eslint to v8.58.0 (#2568)ed9f679fix: resolve lock sync issues574b654fix: Use ^1.0.0-dev for typeorm peer dependency rangef8a656achore(deps): update node.js to v24.14.170e63edchore: Remove unnecessary unit testsUpdates
class-validatorfrom 0.14.4 to 0.15.1Release notes
...Description has been truncated