Skip to content

Commit 217ac8d

Browse files
authoredApr 15, 2025
build(deps): Bump @nestjs/common from 10.4.6 to 11.0.16 in /dev-packages/node-integration-tests (#16059)
Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 10.4.6 to 11.0.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/common</code>'s releases</a>.</em></p> <blockquote> <h2>v11.0.16 (2025-04-11)</h2> <ul> <li>fix(common): use <code>file-type</code> to validate file mimetypes by <a href="https://github.com/Chathula"><code>@​Chathula</code></a> in <a href="https://redirect.github.com/nestjs/nest/pull/14881">nestjs/nest#14881</a></li> </ul> <h2>v11.0.15 (2025-04-10)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14935">#14935</a> fix(fastify): methods comparison (<a href="https://github.com/johaven"><code>@​johaven</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Johan Legrand (<a href="https://github.com/johaven"><code>@​johaven</code></a>)</li> </ul> <h2>v11.0.14 (2025-04-09)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14511">#14511</a> fix(fastify): adds the non-standard http methods to the instance (<a href="https://github.com/johaven"><code>@​johaven</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Johan Legrand (<a href="https://github.com/johaven"><code>@​johaven</code></a>)</li> </ul> <h2>v11.0.13 (2025-04-03)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14895">#14895</a> fix(fastify-adapter): global prefix exclusion path handling w/middleware (<a href="https://github.com/KyleLilly"><code>@​KyleLilly</code></a>)</li> </ul> </li> <li><code>microservices</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14869">#14869</a> fix(microservices): do not re-create client connection once get client by service name (<a href="https://github.com/mingo023"><code>@​mingo023</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li><code>platform-express</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14883">#14883</a> fix(deps): update dependency express to v5.1.0 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/14817">#14817</a> fix(deps): update dependency multer to v1.4.5-lts.2 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> </ul> </li> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14861">#14861</a> fix(deps): update dependency fastify to v5.2.2 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/14864">#14864</a> chore(deps): bump <code>@​fastify/cors</code> from 11.0.0 to 11.0.1 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 2</h4> <ul> <li>Kyle Lilly (<a href="https://github.com/KyleLilly"><code>@​KyleLilly</code></a>)</li> <li>Minh Ngo (<a href="https://github.com/mingo023"><code>@​mingo023</code></a>)</li> </ul> <h2>v11.0.12 (2025-03-19)</h2> <h4>Bug fixes</h4> <ul> <li><code>core</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/14803">#14803</a> fix(core): infinite loop on broken circular reference (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/14792">nestjs/nest#14792</a> dependencies not resolving for request-scoped lazy providers (<a href="https://github.com/anizozina"><code>@​anizozina</code></a>)</li> </ul> </li> </ul> <h4>Enhancements</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/b6edf9ada7c6436cc978978a6e1892e44b815b98"><code>b6edf9a</code></a> chore(<a href="https://github.com/nestjs"><code>@​nestjs</code></a>) publish v11.0.16 release</li> <li><a href="https://github.com/nestjs/nest/commit/ab79c566fd71e1a33ab47f79288a5f302e0124ef"><code>ab79c56</code></a> chore: minor tweaks</li> <li><a href="https://github.com/nestjs/nest/commit/dcc177a133c51f0a23a98667f7e23209a8327531"><code>dcc177a</code></a> Update packages/common/pipes/file/file-type.validator.ts</li> <li><a href="https://github.com/nestjs/nest/commit/e019da86a19b209cc3ec8740a53ea08fde42669a"><code>e019da8</code></a> refactor(common): move back file type validator options type</li> <li><a href="https://github.com/nestjs/nest/commit/4718a648eb2069674ab592202ff682fc271b4057"><code>4718a64</code></a> chore(<a href="https://github.com/nestjs"><code>@​nestjs</code></a>) publish v11.0.15 release</li> <li><a href="https://github.com/nestjs/nest/commit/b6078fd923ac5eaf4e88c1a85a5d8ba497d2b70e"><code>b6078fd</code></a> refactor(common): move file-type package to peer dependencies</li> <li><a href="https://github.com/nestjs/nest/commit/f34ef9a79361c25093556d3fa6d9774cb59dc88b"><code>f34ef9a</code></a> refactor(common): refactor code to use simple eval</li> <li><a href="https://github.com/nestjs/nest/commit/3ff90244c72887377ad1dbe4e6b36cd00625a83c"><code>3ff9024</code></a> fix(common): used eval import</li> <li><a href="https://github.com/nestjs/nest/commit/63d28bf1bcf9c72a5dd36d2795edef08f6675695"><code>63d28bf</code></a> refactor(common): removed async keyword</li> <li><a href="https://github.com/nestjs/nest/commit/5243fca1dc4583f5572cdf5a61e75c0b2354982c"><code>5243fca</code></a> fix(common): update file mime package and add param skip magic numbers</li> <li>Additional commits viewable in <a href="https://github.com/nestjs/nest/commits/v11.0.16/packages/common">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/common&package-manager=npm_and_yarn&previous-version=10.4.6&new-version=11.0.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/getsentry/sentry-javascript/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cff47df commit 217ac8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎dev-packages/node-integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@aws-sdk/client-s3": "^3.552.0",
2929
"@hapi/hapi": "^21.3.10",
30-
"@nestjs/common": "10.4.6",
30+
"@nestjs/common": "11.0.16",
3131
"@nestjs/core": "10.4.6",
3232
"@nestjs/platform-express": "10.4.6",
3333
"@sentry/aws-serverless": "9.12.0",

0 commit comments

Comments
 (0)