Skip to content

Bump path-to-regexp, @nestjs/core, @nestjs/platform-express, @nestjs/swagger, @nestjs/terminus, nestjs-otel and @nestjs/testing in /source/checkout #114

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

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

Updates path-to-regexp from 0.1.7 to 8.2.0

Release notes

Sourced from path-to-regexp's releases.

8.2.0

Fixed

  • Allowing path-to-regexp to run on older browsers by targeting ES2015
    • Target ES2015 5969033
      • Also saved 0.22kb (10%!) by removing the private class field down level
    • Remove s flag from regexp 51dbd45

pillarjs/path-to-regexp@v8.1.0...v8.2.0

v8.1.0

Added

  • Adds pathToRegexp method back for generating a regex
  • Adds stringify method for converting TokenData into a path string

pillarjs/path-to-regexp@v8.0.0...v8.1.0

Simpler API

Heads up! This is a fairly large change (again) and I need to apologize in advance. If I foresaw what this version would have ended up being I would not have released version 7. A longer blog post and explanation will be incoming this week, but the pivot has been due to work on Express.js v5 and this will the finalized syntax used in Express moving forward.

Edit: The post is out - https://blakeembrey.com/posts/2024-09-web-redos/

Added

  • Adds key names to wildcards using *name syntax, aligns with : behavior but using an asterisk instead

Changed

  • Removes group suffixes of ?, +, and * - only optional exists moving forward (use wildcards for +, {*foo} for *)
  • Parameter names follow JS identifier rules and allow unicode characters

Added

  • Parameter names can now be quoted, e.g. :"foo-bar"
  • Match accepts an array of values, so the signature is now string | TokenData | Array<string | TokenData>

Removed

  • Removes loose mode
  • Removes regular expression overrides of parameters

pillarjs/path-to-regexp@v7.1.0...v8.0.0

Support array inputs (again)

Added

  • Support array inputs for match and pathToRegexp 3fdd88f

pillarjs/path-to-regexp@v7.1.0...v7.2.0

... (truncated)

Changelog

Sourced from path-to-regexp's changelog.

Moved to GitHub Releases

3.0.0 / 2019-01-13

  • Always use prefix character as delimiter token, allowing any character to be a delimiter (e.g. /:att1-:att2-:att3-:att4-:att5)
  • Remove partial support, prefer escaping the prefix delimiter explicitly (e.g. \\/(apple-)?icon-:res(\\d+).png)

2.4.0 / 2018-08-26

  • Support start option to disable anchoring from beginning of the string

2.3.0 / 2018-08-20

  • Use delimiter when processing repeated matching groups (e.g. foo/bar has no prefix, but has a delimiter)

2.2.1 / 2018-04-24

  • Allow empty string with end: false to match both relative and absolute paths

2.2.0 / 2018-03-06

  • Pass token as second argument to encode option (e.g. encode(value, token))

2.1.0 / 2017-10-20

  • Handle non-ending paths where the final character is a delimiter
    • E.g. /foo/ before required either /foo/ or /foo// to match in non-ending mode

2.0.0 / 2017-08-23

  • New option! Ability to set endsWith to match paths like /test?query=string up to the query string
  • New option! Set delimiters for specific characters to be treated as parameter prefixes (e.g. /:test)
  • Remove isarray dependency
  • Explicitly handle trailing delimiters instead of trimming them (e.g. /test/ is now treated as /test/ instead of /test when matching)
  • Remove overloaded keys argument that accepted options
  • Remove keys list attached to the RegExp output
  • Remove asterisk functionality (it's a real pain to properly encode)
  • Change tokensToFunction (e.g. compile) to accept an encode function for pretty encoding (e.g. pass your own implementation)

1.7.0 / 2016-11-08

  • Allow a delimiter option to be passed in with tokensToRegExp which will be used for "non-ending" token match situations

1.6.0 / 2016-10-03

  • Populate RegExp.keys when using the tokensToRegExp method (making it consistent with the main export)
  • Allow a delimiter option to be passed in with parse
  • Updated TypeScript definition with Keys and Options updated

1.5.3 / 2016-06-15

... (truncated)

Commits

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

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.

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

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 8.2.0 and updates ancestor dependencies [path-to-regexp](https://github.com/pillarjs/path-to-regexp), [@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 `path-to-regexp` from 0.1.7 to 8.2.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v8.2.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: path-to-regexp
  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