Bump path-to-regexp, @squareboat/nest-console, @squareboat/nest-events and @nestjs/core
Bumps path-to-regexp to 8.2.0 and updates ancestor dependencies path-to-regexp, @squareboat/nest-console, @squareboat/nest-events and @nestjs/core. These dependencies need to be updated together.
Updates path-to-regexp from 3.2.0 to 8.2.0
Release notes
Sourced from path-to-regexp's releases.
8.2.0
Fixed
- Allowing
path-to-regexpto run on older browsers by targeting ES2015
- Target ES2015 5969033
- Also saved 0.22kb (10%!) by removing the private class field down level
- Remove
sflag from regexp 51dbd45https://github.com/pillarjs/path-to-regexp/compare/v8.1.0...v8.2.0
v8.1.0
Added
- Adds
pathToRegexpmethod back for generating a regex- Adds
stringifymethod for convertingTokenDatainto a path stringhttps://github.com/pillarjs/path-to-regexp/compare/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
*namesyntax, aligns with:behavior but using an asterisk insteadChanged
- 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
loosemode- Removes regular expression overrides of parameters
https://github.com/pillarjs/path-to-regexp/compare/v7.1.0...v8.0.0
Support array inputs (again)
Added
- Support array inputs for
matchandpathToRegexp3fdd88fhttps://github.com/pillarjs/path-to-regexp/compare/v7.1.0...v7.2.0
... (truncated)
Commits
776c8988.2.0678756aDumb down code for negatee85fe27Upgrade deps5969033Target ES201551dbd45Remove s flag from regexpdf39d6cAppend backtrack, ignore bench in coveraged6c3658Update express 4 compatibility guidec3026448.1.07b4598cDocument stringify methodd6150f5Add pathToRegexp method back- Additional commits viewable in compare view
Updates @squareboat/nest-console from 1.1.3 to 1.1.4
Commits
- See full diff in compare view
Updates @squareboat/nest-events from 0.1.0 to 0.1.1
Commits
- See full diff in compare view
Updates @nestjs/core from 9.3.9 to 11.0.12
Release notes
Sourced from @nestjs/core's releases.
v11.0.12 (2025-03-19)
Bug fixes
core
- #14803 fix(core): infinite loop on broken circular reference (
@kamilmysliwiec)- nestjs/nest#14792 dependencies not resolving for request-scoped lazy providers (
@anizozina)Enhancements
core
- #14802 feat(core): add options to the legacy route converter (
@kamilmysliwiec)v11.0.11 (2025-02-28)
Enhancements
platform-fastify
- #14677 perf: Switch deprecated parser querystring for fast-querystring (
@smith558)Dependencies
platform-fastify
- #14711 fix(deps): update dependency
@fastify/corsto v11 (@renovate[bot])platform-ws
- #14689 chore(deps): bump ws from 8.18.0 to 8.18.1 (
@dependabot[bot])Committers: 1
- Stanislav (Stanley) Modrak (
@smith558)v11.0.10 (2025-02-17)
Bug fixes
microservicesplatform-express
- nestjs/nest#14640 fix(platform-express) respect custom parser middlewares in Express 5 (
@luddwichr)v11.0.9 (2025-02-10)
Bug fixes
core
- #14597 perf(core): use topology tree for calculating distance (depth) (
@kamilmysliwiec)common
- #14579 fix(common): revert to original value (swc builders regression) (
@kamilmysliwiec)Committers: 2
- Kamil Mysliwiec (
@kamilmysliwiec)v11.0.8 (2025-02-06)
Bug fixes
common
- #14546 fix(common): addLeadingSlash optional group support (
@dcharbonnier)
... (truncated)
Commits
c58f49achore(@nestjs) publish v11.0.12 release7afc798fix(core): fix infinite loop on broken cicular reference #1479964ec1b5style: nit add missing whiteline57ebc1bMerge branch 'fix/request-scoped-in-lazy-load' of github.com:anizozina/nest i...cb66a47feat(core): add options to the legacy route converter64eeb9bfix(core): dependencies not resolving for request-scoped lazy providers132c1dfchore(@nestjs) publish v11.0.11 releasebaba45echore(@nestjs) publish v11.0.10 release3c276c9chore(@nestjs) publish v11.0.9 release1414e2cfix: skip root module if undefined- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.