Skip to content

chore(deps): bump the production group across 1 directory with 7 updates - #112

Merged
vineethkrishnan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-d126424ccd
Aug 19, 2026
Merged

chore(deps): bump the production group across 1 directory with 7 updates#112
vineethkrishnan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-d126424ccd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the production group with 7 updates in the / directory:

Package From To
@nestjs/common 11.1.19 11.1.29
@nestjs/core 11.1.19 11.1.29
@nestjs/platform-express 11.1.19 11.1.29
@nestjs/typeorm 11.0.1 11.0.3
helmet 8.1.0 8.3.0
nodemailer 9.0.3 9.0.5
pg 8.20.0 8.23.0

Updates @nestjs/common from 11.1.19 to 11.1.29

Release notes

Sourced from @​nestjs/common's releases.

v11.1.29

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.28...v11.1.29

v11.1.28 (2026-07-08)

Bug fixes

  • core
    • #17239 fix(core): trigger teardown of SSE producer Observable on client disconnect with interceptor (@​jyx-07)
  • common
    • #17257 fix(common): Add missing exception classes to HttpErrorByCode (@​Se3do)
  • websockets
    • #17188 fix(websockets): correct type guard to check value not key (@​Se3do)

Enhancements

  • core
    • #17241 feat(core): include auto-converted route in legacy route path warning (@​ronielli)

Dependencies

Committers: 4

... (truncated)

Commits
  • 03587a1 chore(release): publish v11.1.29 release
  • 1e11696 fix(common): added test for #17398
  • 34e4dc1 fix(common): exclude pipe options from validator options
  • 41d9f37 Merge pull request #17327 from kyu4583/feat/sse-comment-fields
  • 3f03234 Merge pull request #17333 from Ativ3k/feat/override-mimetype
  • 15f30d3 fix(common): Add @​publicApi to ParseDatePipe, rename ParseArrayOptions
  • 54f6db2 fix(common): Correct JSDoc in two http exceptions
  • 6e5b5a7 test(common): add override mimetype validation coverage
  • a8a3b55 feat(common): add override mimetype option to file type validator
  • 9612c86 feat(core): support sse comments
  • Additional commits viewable in compare view

Updates @nestjs/core from 11.1.19 to 11.1.29

Release notes

Sourced from @​nestjs/core's releases.

v11.1.29

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.28...v11.1.29

v11.1.28 (2026-07-08)

Bug fixes

  • core
    • #17239 fix(core): trigger teardown of SSE producer Observable on client disconnect with interceptor (@​jyx-07)
  • common
    • #17257 fix(common): Add missing exception classes to HttpErrorByCode (@​Se3do)
  • websockets
    • #17188 fix(websockets): correct type guard to check value not key (@​Se3do)

Enhancements

  • core
    • #17241 feat(core): include auto-converted route in legacy route path warning (@​ronielli)

Dependencies

Committers: 4

... (truncated)

Commits
  • 03587a1 chore(release): publish v11.1.29 release
  • b147e64 chore: narrow type down to a random tuple
  • d047fbd Merge remote-tracking branch 'refs/remotes/origin/master'
  • 5adcd7a chore: apply function decorator to middleware functions
  • 2edb01d Merge pull request #17360 from kyu4583/fix/sse-retry-zero
  • 51cef82 Merge pull request #17400 from Se3do/fix/async-executor-anti-pattern
  • 58dc559 test(core): add unit tests for module-ref
  • 8539f87 refactor(core): remove async promise executor anti-patterns
  • 363aacb fix(core): resolve barrier immediately when target count is zero
  • 803fc2c fix(core): serialize SSE retry field when value is zero
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 11.1.19 to 11.1.29

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.1.29

What's Changed

New Contributors

Full Changelog: nestjs/nest@v11.1.28...v11.1.29

v11.1.28 (2026-07-08)

Bug fixes

  • core
    • #17239 fix(core): trigger teardown of SSE producer Observable on client disconnect with interceptor (@​jyx-07)
  • common
    • #17257 fix(common): Add missing exception classes to HttpErrorByCode (@​Se3do)
  • websockets
    • #17188 fix(websockets): correct type guard to check value not key (@​Se3do)

Enhancements

  • core
    • #17241 feat(core): include auto-converted route in legacy route path warning (@​ronielli)

Dependencies

Committers: 4

... (truncated)

Commits
  • 03587a1 chore(release): publish v11.1.29 release
  • 4e4f8f0 Merge pull request #17421 from Se3do/fix/express-multer-limit-field-nesting
  • 2a532e7 chore: fix misspelled spec filenames
  • 4a40978 fix(express): map missing multer field nesting error
  • 7285778 chore: update multerExceptions constant
  • 92bc05d chore: update readme
  • dfaa376 chore(release): publish v11.1.28 release
  • 541977a fix(deps): update dependency multer to v2.2.0 [security]
  • 660a124 chore(release): publish v11.1.27 release
  • aa5c4f1 chore: update readme and package.json
  • Additional commits viewable in compare view

Updates @nestjs/typeorm from 11.0.1 to 11.0.3

Release notes

Sourced from @​nestjs/typeorm's releases.

Release 11.0.3

  • chore: warn instead of throwing error, partially revert #2584 (4fbe9a7)

Release 11.0.2

  • Merge pull request #2616 from nestjs/renovate/cimg-node-24.x (b227891)
  • Merge pull request #2605 from nestjs/renovate/postgres-18.x (60575ba)
  • Merge pull request #2631 from nestjs/renovate/oxlint-monorepo (60c6218)
  • Merge pull request #2632 from nestjs/renovate/actions-setup-node-6.x (5156904)
  • chore(deps): update actions/setup-node action to v6 (5eb47ad)
  • chore(deps): update oxlint monorepo to v1.70.0 (bfcfc7d)
  • chore(deps): update nest monorepo to v11.1.27 (#2630) (55cdb77)
  • chore(deps): update vitest monorepo to v4.1.9 (#2628) (2073532)
  • chore(deps): update postgres docker tag to v18.4 (efdd83f)
  • chore(deps): update node.js to v24.16.0 (66b9fb2)
  • Merge pull request #2627 from naorpeled/feat/support-v1-of-typeorm (4c80d7c)
  • ci: bump typeorm dev dependency to v1 and test both majors (959211b)
  • chore(deps): update dependency @​types/node to v24.13.2 (#2626) (75f1b11)
  • chore(deps): update oxlint monorepo to v1.69.0 (#2617) (5535652)
  • chore(deps): update dependency prettier to v3.8.4 (#2625) (4cff37a)
  • chore(deps): update dependency release-it to v20.2.0 (#2619) (27286ba)
  • chore(deps): update dependency @​types/node to v24.13.1 (#2622) (2f36f10)
  • chore(deps): update vitest monorepo to v4.1.8 (#2621) (704c51b)
  • chore(deps): update dependency lint-staged to v17.0.7 (#2620) (7a754c9)
  • chore(deps): update commitlint monorepo to v21.0.2 (#2618) (fbbd6c4)
  • chore(deps): update nest monorepo to v11.1.26 (#2615) (c97a755)
  • Merge pull request #2624 from AdrianoCLeao/fix/issue-2623 (051a201)
  • ci: use preinstalled docker compose in CircleCI (c1160d2)
  • chore(deps): update dependency vitest to v4.1.7 (#2614) (017a7cf)
  • chore(deps): update dependency oxlint to v1.66.0 (#2611) (130d4af)
  • chore(deps): update dependency typeorm to v0.3.30 (#2610) (94ec5c1)
  • chore(deps): update dependency pg to v8.21.0 (#2609) (840651f)
  • chore(deps): update dependency lint-staged to v17.0.5 (#2607) (55e6c51)
  • chore(deps): update dependency oxlint to v1.65.0 (#2606) (cb42970)
  • chore(deps): update nest monorepo to v11.1.21 (#2604) (297a950)
  • chore(deps): update nest monorepo to v11.1.20 (#2603) (0a6eb6f)
  • chore(deps): update commitlint monorepo to v21.0.1 (#2602) (0a44cbf)
  • chore(deps): update dependency @​types/node to v24.12.4 (#2601) (550a144)
  • chore(deps): update dependency oxlint to v1.64.0 (#2600) (db34f2d)
  • chore(deps): update dependency vitest to v4.1.6 (#2599) (924848a)
  • chore(deps): update dependency lint-staged to v17.0.4 (#2598) (a659bac)
  • chore(deps): update dependency typeorm to v0.3.29 (#2597) (c71e849)
  • chore(deps): update dependency lint-staged to v17.0.3 (#2596) (c451279)
  • chore(deps): update commitlint monorepo to v21 (#2595) (b249ebd)
  • chore(deps): update dependency @​types/node to v24.12.3 (#2594) (15094b3)
  • chore(deps): update dependency lint-staged to v17 (#2593) (e788568)
  • chore(deps): update dependency oxlint to v1.63.0 (#2592) (6155c6e)
  • chore(deps): update commitlint monorepo to v20.5.3 (#2590) (0bcbba1)
  • chore(deps): update dependency oxlint to v1.62.0 (#2589) (c5e870f)
  • Merge pull request #2585 from yogeshwaran-c/fix/typeorm-v1-optional-imports (4fe2cf2)
  • chore(deps): update dependency @​commitlint/cli to v20.5.2 (#2588) (dcb1ffe)

... (truncated)

Commits
  • 3ac5f9a chore(): release v11.0.3
  • 6bff459 chore: revert warning
  • 8d7f535 chore: ci dont remove package-lock
  • d667e3f chore: temp check ci fail
  • 450ba73 test: comment data sources out
  • 02339ca test: comment data sources out
  • 4fbe9a7 chore: warn instead of throwing error, partially revert #2584
  • ee4bd78 chore(deps): update oxlint monorepo (#2638)
  • 26a5209 chore(deps): update dependency lint-staged to v17.0.8 (#2635)
  • 345d5b0 chore(deps): update dependency pg to v8.22.0 (#2634)
  • Additional commits viewable in compare view

Updates helmet from 8.1.0 to 8.3.0

Changelog

Sourced from helmet's changelog.

8.3.0 - 2026-07-11

Changed

  • Content-Security-Policy: improved performance by ~7% when there are no dynamic directives
  • Content-Security-Policy: improved error handling for invalid directive names

Fixed

  • Content-Security-Policy: useDefaults: false with no directives is no longer valid, both at runtime and the type level
  • Content-Security-Policy: dynamically-computed directive values would throw, not call next, when invalid
  • Content-Security-Policy: dynamically-computed directive value entries would throw, not call next, when function threw

8.2.0 - 2026-05-21

  • Cross-Origin-Opener-Policy: support noopener-allow-popups. See #522
  • Improve error message when passing duplicate options
Commits
  • 75f1a98 8.3.0
  • f03f70d Update changelog for 8.3.0 release
  • a307fce Fix capitalization in CSP package changelog
  • 5347b43 Format default CSP in README for readability
  • 9afc570 CSP: fix middleware-specific README missing link
  • 266c95c Minor speedups to project setups test
  • 7a4196c CSP: update package-specific changelog
  • 02716b4 CSP: improve performance when there are no dynamic directives
  • 3f511ed CSP: move utility functions to separate file
  • 80338af CSP: disabling defaults with no directives is now an error
  • Additional commits viewable in compare view

Updates nodemailer from 9.0.3 to 9.0.5

Release notes

Sourced from nodemailer's releases.

v9.0.5

9.0.5 (2026-08-07)

Bug Fixes

  • ci: retrigger the workflows dropped during the Actions outage (85d16c1)
  • mailer: escape specials in List-* header comments (#1842) (75913bb)
  • mime-funcs: star the continuation key of a restarted parameter line (36bcf1a)
  • mime-node: keep control chars out of header values and msg-id headers (15cf6d1)
  • mime: encode DEL in header parameters and List-* comments (cf69430)
  • mime: keep control chars out of the remaining header positions (5ed9d26)
  • mime: normalize an address parsed out of a string as well (63685f7)
  • mime: normalize an address so header and envelope agree (a9343b4)
  • mime: stop a header key callback and the dkim tags from injecting (b7d772e)

v9.0.4

9.0.4 (2026-08-04)

Bug Fixes

  • mime-funcs: do not let an unpaired surrogate consume the next character (9797f7f)
  • mime-funcs: keep any surrogate pair intact when chunking base64 mime words (#1838) (5bd3a65)
  • mime-funcs: percent encode unpaired surrogates in header parameter values (78f4aa2)
  • mime-node: escape backslash and quote in the Content-Type name parameter (#1837) (adcfc4f)
  • mime: encode HT/CR/LF in header parameter values instead of quoting them (#1840) (5bc9cab)
Changelog

Sourced from nodemailer's changelog.

9.0.5 (2026-08-07)

Bug Fixes

  • ci: retrigger the workflows dropped during the Actions outage (85d16c1)
  • mailer: escape specials in List-* header comments (#1842) (75913bb)
  • mime-funcs: star the continuation key of a restarted parameter line (36bcf1a)
  • mime-node: keep control chars out of header values and msg-id headers (15cf6d1)
  • mime: encode DEL in header parameters and List-* comments (cf69430)
  • mime: keep control chars out of the remaining header positions (5ed9d26)
  • mime: normalize an address parsed out of a string as well (63685f7)
  • mime: normalize an address so header and envelope agree (a9343b4)
  • mime: stop a header key callback and the dkim tags from injecting (b7d772e)

9.0.4 (2026-08-04)

Bug Fixes

  • mime-funcs: do not let an unpaired surrogate consume the next character (9797f7f)
  • mime-funcs: keep any surrogate pair intact when chunking base64 mime words (#1838) (5bd3a65)
  • mime-funcs: percent encode unpaired surrogates in header parameter values (78f4aa2)
  • mime-node: escape backslash and quote in the Content-Type name parameter (#1837) (adcfc4f)
  • mime: encode HT/CR/LF in header parameter values instead of quoting them (#1840) (5bc9cab)
Commits
  • 742cff9 chore(master): release 9.0.5 (#1843)
  • 524f0af chore: apply prettier to the punycode decode loop
  • 63685f7 fix(mime): normalize an address parsed out of a string as well
  • d899213 test: cover the custom envelope path of every transport
  • c4daee0 chore(ci): trigger the workflows now that the Actions outage is over
  • 85d16c1 fix(ci): retrigger the workflows dropped during the Actions outage
  • 76d0d92 chore(deps): update devDependencies
  • a9343b4 fix(mime): normalize an address so header and envelope agree
  • b7d772e fix(mime): stop a header key callback and the dkim tags from injecting
  • 5ed9d26 fix(mime): keep control chars out of the remaining header positions
  • Additional commits viewable in compare view

Updates pg from 8.20.0 to 8.23.0

Changelog

Sourced from pg's changelog.

pg@8.23.0

pg@8.22.0

pg@8.21.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.19` | `11.1.29` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.19` | `11.1.29` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.19` | `11.1.29` |
| [@nestjs/typeorm](https://github.com/nestjs/typeorm) | `11.0.1` | `11.0.3` |
| [helmet](https://github.com/helmetjs/helmet) | `8.1.0` | `8.3.0` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `9.0.3` | `9.0.5` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.20.0` | `8.23.0` |



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

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

Updates `@nestjs/platform-express` from 11.1.19 to 11.1.29
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.29/packages/platform-express)

Updates `@nestjs/typeorm` from 11.0.1 to 11.0.3
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Commits](nestjs/typeorm@11.0.1...11.0.3)

Updates `helmet` from 8.1.0 to 8.3.0
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v8.1.0...v8.3.0)

Updates `nodemailer` from 9.0.3 to 9.0.5
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v9.0.3...v9.0.5)

Updates `pg` from 8.20.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@nestjs/platform-express"
  dependency-version: 11.1.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@nestjs/typeorm"
  dependency-version: 11.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: helmet
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: nodemailer
  dependency-version: 9.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

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 requested a review from vineethkrishnan as a code owner August 16, 2026 16:00

@vineethkrishnan vineethkrishnan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Safe to merge: production group, every bump stays in-major (nestjs 11.1.19 -> 11.1.29 patch, helmet 8.1 -> 8.3 minor, nodemailer 9.0.3 -> 9.0.5 patch, pg 8.20 -> 8.23 minor). CI fully green.

CI note: no auto-merge is configured on this repo, so this approval does not merge anything.

@vineethkrishnan
vineethkrishnan merged commit 1e8911a into main Aug 19, 2026
14 checks passed
@vineethkrishnan
vineethkrishnan deleted the dependabot/npm_and_yarn/production-d126424ccd branch August 19, 2026 11:11
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