Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps send to 1.1.0 and updates ancestor dependencies send, @nestjs/core, @nestjs/platform-express, @nestjs/swagger, @nestjs/terminus, nestjs-otel and @nestjs/testing. These dependencies need to be updated together.

Updates send from 0.18.0 to 1.1.0

Release notes

Sourced from send's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@v1.0.0...1.1.0

0.19.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@0.18.0...0.19.0

Changelog

Sourced from send's changelog.

1.1.0 / 2024-09-10

  • Changes from 0.19.0

1.0.0 / 2024-07-25

  • Drop support for Node.js <18.0
  • statuses@^2.0.1
  • range-parser@^1.2.1
  • on-finished@^2.4.1
  • ms@^2.1.3
  • mime-types@^2.1.35
  • http-errors@^2.0.0
  • fresh@^0.5.2
  • etag@^1.8.1
  • escape-html@^1.0.3
  • encodeurl@^2.0.0
  • destroy@^1.2.0
  • debug@^4.3.5

1.0.0-beta.2 / 2024-03-04

  • Changes from 0.18.0

1.0.0-beta.1 / 2022-02-04

  • Drop support for Node.js 0.8
  • Remove hidden option -- use dotfiles option
  • Remove from alias to root -- use root directly
  • Remove send.etag() -- use etag in options
  • Remove send.index() -- use index in options
  • Remove send.maxage() -- use maxAge in options
  • Remove send.root() -- use root in options
  • Use mime-types for file to content type mapping -- removed send.mime
  • deps: [email protected]
    • Add DEBUG_HIDE_DATE environment variable
    • Change timer to per-namespace instead of global
    • Change non-TTY date format
    • Remove DEBUG_FD environment variable support
    • Support 256 namespace colors

0.19.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.


Updates @nestjs/core from 9.3.12 to 11.0.12

Release notes

Sourced from @​nestjs/core's releases.

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

... (truncated)

Commits
  • c58f49a chore(@​nestjs) publish v11.0.12 release
  • 7afc798 fix(core): fix infinite loop on broken cicular reference #14799
  • 64ec1b5 style: nit add missing whiteline
  • 57ebc1b Merge branch 'fix/request-scoped-in-lazy-load' of github.com:anizozina/nest i...
  • cb66a47 feat(core): add options to the legacy route converter
  • 64eeb9b fix(core): dependencies not resolving for request-scoped lazy providers
  • 132c1df chore(@​nestjs) publish v11.0.11 release
  • baba45e chore(@​nestjs) publish v11.0.10 release
  • 3c276c9 chore(@​nestjs) publish v11.0.9 release
  • 1414e2c fix: skip root module if undefined
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 9.3.12 to 11.0.12

Release notes

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

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

... (truncated)

Commits

Updates @nestjs/swagger from 6.1.4 to 11.0.7

Release notes

Sourced from @​nestjs/swagger's releases.

Release 11.0.7

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.0.6...11.0.7

Release 11.0.6

11.0.6 (2025-02-28)

Bug fixes

  • #3324 feat: support native private class properties in model class visitor (@​rklos))

Committers: 1

Release 11.0.5

11.0.5 (2025-02-24)

What's Changed

Full Changelog: nestjs/swagger@11.0.4...11.0.5

Release 11.0.4

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.0.3...11.0.4

Release 11.0.3

11.0.3 (2025-01-23)

Bug fixes

Committers: 1

Release 11.0.2

... (truncated)

Commits
  • d2965f9 chore(): release v11.0.7
  • d817ca8 fix: skip printing warnings for fastify #3348
  • acaf1df Merge pull request #3323 from nestjs/renovate/swagger-ui-dist-5.x
  • 8e3cb90 Merge pull request #3347 from flovouin/fix-self-required
  • db3f589 fix(swagger): have selfRequired take precedence over required
  • da70f3a test: make rawDefinition property required to match its decorator
  • c5c8ab4 chore(deps): update dependency lint-staged to v15.5.0 (#3345)
  • a29f198 chore(deps): update dependency typescript-eslint to v8.26.1 (#3344)
  • fed8c1a fix(deps): update dependency swagger-ui-dist to v5.20.1
  • a12a7e8 chore(deps): update dependency @​types/node to v22.13.10 (#3341)
  • Additional commits viewable in compare view

Updates @nestjs/terminus from 9.2.2 to 11.0.0

Release notes

Sourced from @​nestjs/terminus's releases.

Release 11.0.0

11.0.0 (2025-01-25)

Migration Guide

Features

  • simplify custom health indicator creation (9f10a9b)
  • upgrade to nestjs v11 (c2569df), closes #2570
  • update dependencies

BREAKING CHANGES

  • Drop support for Node 16 / 18

For users who have implemented a custom health indicator, an enhanced API is now available. However, the existing API will continue to function as-is without requiring any changes.

The new and improved HealthIndicatorService provides a streamlined way to indicate whether a health indicator is up or down.

Please note that the HealthIndicator and HealthCheckError classes have been marked as deprecated and are scheduled for removal in the next major release, version 12.0.0.

@Injectable()
export class DogHealthIndicator {
  constructor(
    private readonly dogService: DogService,
    private readonly healthIndicatorService: HealthIndicatorService,
  ) {}
async isHealthy(key: string) {
const indicator = this.healthIndicatorService.check(key);
const dogs = await this.dogService.getDogs();
const badboys = dogs.filter((dog) =&gt; dog.state === DogState.BAD_BOY);
const isHealthy = badboys.length === 0;
if (!isHealthy) {
return indicator.down({
badboys: badboys.length,
});
}
return indicator.up();

}
}

Release 11.0.0-beta.1

... (truncated)

Changelog

Sourced from @​nestjs/terminus's changelog.

11.0.0 (2025-01-25)

11.0.0-beta.1 (2025-01-25)

Bug Fixes

  • deps: update dependency @​grpc/proto-loader to v0.7.13 (bf08ece)
  • deps: update dependency @​nestjs/typeorm to v10.0.2 (8430d1f)
  • deps: update dependency mysql2 to v3.9.8 [security] (eae8679)
  • deps: update dependency reflect-metadata to v0.2.2 (004d971)

Features

11.0.0-beta.0 (2025-01-23)

Features

  • simplify custom health indicator creation (9f10a9b)
  • upgrade to nestjs v11 (c2569df), closes #2570

BREAKING CHANGES

  • Drop support for Node 16 / 18

10.3.0 (2025-01-23)

10.3.0-beta.0 (2024-07-16)

Features

  • typeorm: change typeorm mongodb check (2f0e97d)
  • Use nest app logger for Terminus per default (40c6ec5), closes #2547

10.2.3 (2024-02-18)

Bug Fixes

  • additional props in openapi health schema (38425de), closes #2516

10.2.2 (2024-02-07)

... (truncated)

Commits
  • eb59375 chore(): release v11.0.0
  • 077f3de chore: update pnpm-lock.yaml
  • 15ec9d0 chore: update jsdoc
  • f9252d1 chore(): release v11.0.0-beta.1
  • c7c247c Merge pull request #2567 from nestjs/renovate/amqplib-0.x
  • 9119f57 chore(deps): update dependency amqplib to v0.10.5
  • 088c406 Merge pull request #2578 from nestjs/renovate/reflect-metadata-0.x
  • 004d971 fix(deps): update dependency reflect-metadata to v0.2.2
  • c1868b9 Merge pull request #2577 from nestjs/renovate/nestjs-typeorm-10.x
  • f7908f7 Merge pull request #2544 from nestjs/renovate/npm-mysql2-vulnerability
  • Additional commits viewable in compare view

Updates nestjs-otel from 5.0.0 to 5.1.5

Release notes

Sourced from nestjs-otel's releases.

nestjs-otel v5.1.5

Bug Fixes

  • latency buckets are not matching the expected time unit in milliseconds (c269bac)

nestjs-otel v5.1.4

Bug Fixes

  • should support both 9 and 10 versions (50f2273)

nestjs-otel v5.1.3

Bug Fixes

  • #231 Remove unnecessary files from package bundle (faa521b)

nestjs-otel v5.1.2

Bug Fixes

  • invalid values for error count metrics (7b13c0b)

nestjs-otel v5.1.1

Bug Fixes

  • update packages and remove outdated examples (7150dcf)
  • update release please permissions (8db8736)

nestjs-otel v5.1.0

Features

  • update to stable packages (76b577c)
Changelog

Sourced from nestjs-otel's changelog.

5.1.5 (2023-09-04)

Bug Fixes

  • latency buckets are not matching the expected time unit in milliseconds (c269bac)

5.1.4 (2023-06-28)

Bug Fixes

  • should support both 9 and 10 versions (50f2273)

5.1.3 (2023-06-21)

Bug Fixes

  • #231 Remove unnecessary files from package bundle (faa521b)

5.1.2 (2023-05-05)

Bug Fixes

  • invalid values for error count metrics (7b13c0b)

5.1.1 (2023-04-21)

Bug Fixes

  • update packages and remove outdated examples (7150dcf)
  • update release please permissions (8db8736)

5.1.0 (2023-04-05)

Features

  • update to stable packages (76b577c)
Commits
  • 80ab0ee Merge pull request #451 from pragmaticivan/release-v5.1.5
  • b41ab59 chore: release 5.1.5
  • cfcae07 Merge pull request #450 from pragmaticivan/fix/449-fix-millisecond-time
  • c269bac fix: latency buckets are not matching the expected time unit in milliseconds
  • b599f90 chore: fix dependabot exclude-patterns
  • a5be500 chore: fix dependabot group typo
  • 397ba08 chore: support dependabot groups
  • 731457a build: update dependencies
  • c02253d Merge pull request #441 from pragmaticivan/release-v5.1.4
  • 53ed5f7 chore: release 5.1.4
  • Additional commits viewable in compare view

Updates @nestjs/testing from 9.3.10 to 11.0.12

Release notes

Sourced from @​nestjs/testing's releases.

v11.0.12 (2025-03-19)

Bug fixes

Enhancements

v11.0.11 (2025-02-28)

Enhancements

  • platform-fastify

Dependencies

Committers: 1

v11.0.10 (2025-02-17)

Bug fixes

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

v11.0.8 (2025-02-06)

Bug fixes

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…nestjs/terminus, nestjs-otel and @nestjs/testing

Bumps [send](https://github.com/pillarjs/send) to 1.1.0 and updates ancestor dependencies [send](https://github.com/pillarjs/send), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/swagger](https://github.com/nestjs/swagger), [@nestjs/terminus](https://github.com/nestjs/terminus), [nestjs-otel](https://github.com/pragmaticivan/nestjs-otel) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 1.1.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...1.1.0)

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

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

Updates `@nestjs/swagger` from 6.1.4 to 11.0.7
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@6.1.4...11.0.7)

Updates `@nestjs/terminus` from 9.2.2 to 11.0.0
- [Release notes](https://github.com/nestjs/terminus/releases)
- [Changelog](https://github.com/nestjs/terminus/blob/master/CHANGELOG.md)
- [Commits](nestjs/terminus@9.2.2...11.0.0)

Updates `nestjs-otel` from 5.0.0 to 5.1.5
- [Release notes](https://github.com/pragmaticivan/nestjs-otel/releases)
- [Changelog](https://github.com/pragmaticivan/nestjs-otel/blob/main/CHANGELOG.md)
- [Commits](pragmaticivan/nestjs-otel@v5.0.0...v5.1.5)

Updates `@nestjs/testing` from 9.3.10 to 11.0.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.12/packages/testing)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
- dependency-name: "@nestjs/terminus"
  dependency-type: direct:production
- dependency-name: nestjs-otel
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants