Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(example): bump the dependencies group across 1 directory with 7 …
…updates (#2161) Bumps the dependencies group with 7 updates in the /examples/nestjs-graphql directory: | Package | From | To | | --- | --- | --- | | [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `4.11.0` | `4.11.2` | | [@nestjs/apollo](https://github.com/nestjs/graphql) | `12.2.0` | `12.2.1` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.4.5` | `10.4.7` | | [@nestjs/graphql](https://github.com/nestjs/graphql) | `12.2.0` | `12.2.1` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.4.5` | `10.4.7` | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.4.5` | `10.4.7` | | [@nestjs/schematics](https://github.com/nestjs/schematics) | `10.2.2` | `10.2.3` | Updates `@apollo/server` from 4.11.0 to 4.11.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-server/releases"><code>@apollo/server</code>'s releases</a>.</em></p> <blockquote> <h2><code>@apollo/server-integration-testsuite</code><a href="https://github.com/4"><code>@4</code></a>.11.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-server/pull/7879">#7879</a> <a href="https://github.com/apollographql/apollo-server/commit/b0fb33b1e22b18923d2e88fb6b30e23de3b664a1"><code>b0fb33b</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@renovate</code></a>! - Update graphql-http dependency</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-server/pull/7968">#7968</a> <a href="https://github.com/apollographql/apollo-server/commit/68977e2b7fdf87197cd5c5cd7035c3b74298150a"><code>68977e2</code></a> Thanks <a href="https://github.com/glasser"><code>@glasser</code></a>! - Upgrade supertest and superagent dependencies</p> </li> <li> <p>Updated dependencies []:</p> <ul> <li><code>@apollo/server</code><a href="https://github.com/4"><code>@4</code></a>.11.2</li> </ul> </li> </ul> <h2><code>@apollo/server</code><a href="https://github.com/4"><code>@4</code></a>.11.2</h2> <p>(No change; there is a change to the <code>@apollo/server-integration-testsuite</code> used to test integrations, and the two packages always have matching versions.)</p> <h2><code>@apollo/server-integration-testsuite</code><a href="https://github.com/4"><code>@4</code></a>.11.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-server/pull/7952">#7952</a> <a href="https://github.com/apollographql/apollo-server/commit/bb81b2c6b794dcd98fea9d01e4e38c6450287f53"><code>bb81b2c</code></a> Thanks <a href="https://github.com/glasser"><code>@glasser</code></a>! - Upgrade dependencies so that automated scans don't detect a vulnerability.</p> <p><code>@apollo/server</code> depends on <code>express</code> which depends on <code>cookie</code>. Versions of <code>express</code> older than v4.21.1 depend on a version of <code>cookie</code> vulnerable to CVE-2024-47764. Users of older <code>express</code> versions who call <code>res.cookie()</code> or <code>res.clearCookie()</code> may be vulnerable to this issue.</p> <p>However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.</p> <p>The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call <code>startStandaloneServer</code> with a context function that calls Express-specific methods such as <code>res.cookie()</code> or <code>res.clearCookies()</code> on the response object, which is a violation of the TypeScript types provided by <code>startStandaloneServer</code> (which only promise that the response object is a core Node.js <code>http.ServerResponse</code> rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafe <code>as</code> typecasts in TypeScript.</p> <p>However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own <code>express</code> dependency to v4.21.1 or newer.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/apollographql/apollo-server/commit/bb81b2c6b794dcd98fea9d01e4e38c6450287f53"><code>bb81b2c</code></a>]:</p> <ul> <li><code>@apollo/server</code><a href="https://github.com/4"><code>@4</code></a>.11.1</li> </ul> </li> </ul> <h2><code>@apollo/server</code><a href="https://github.com/4"><code>@4</code></a>.11.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-server/pull/7952">#7952</a> <a href="https://github.com/apollographql/apollo-server/commit/bb81b2c6b794dcd98fea9d01e4e38c6450287f53"><code>bb81b2c</code></a> Thanks <a href="https://github.com/glasser"><code>@glasser</code></a>! - Upgrade dependencies so that automated scans don't detect a vulnerability.</p> <p><code>@apollo/server</code> depends on <code>express</code> which depends on <code>cookie</code>. Versions of <code>express</code> older than v4.21.1 depend on a version of <code>cookie</code> vulnerable to CVE-2024-47764. Users of older <code>express</code> versions who call <code>res.cookie()</code> or <code>res.clearCookie()</code> may be vulnerable to this issue.</p> <p>However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.</p> <p>The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call <code>startStandaloneServer</code> with a context function that calls Express-specific methods such as <code>res.cookie()</code> or <code>res.clearCookies()</code> on the response object, which is a violation of the TypeScript types provided by <code>startStandaloneServer</code> (which only promise that the response object is a core Node.js <code>http.ServerResponse</code> rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafe <code>as</code> typecasts in TypeScript.</p> <p>However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own <code>express</code> dependency to v4.21.1 or newer.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md"><code>@apollo/server</code>'s changelog</a>.</em></p> <blockquote> <h2>4.11.2</h2> <p>(No change; there is a change to the <code>@apollo/server-integration-testsuite</code> used to test integrations, and the two packages always have matching versions.)</p> <h2>4.11.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-server/pull/7952">#7952</a> <a href="https://github.com/apollographql/apollo-server/commit/bb81b2c6b794dcd98fea9d01e4e38c6450287f53"><code>bb81b2c</code></a> Thanks <a href="https://github.com/glasser"><code>@glasser</code></a>! - Upgrade dependencies so that automated scans don't detect a vulnerability.</p> <p><code>@apollo/server</code> depends on <code>express</code> which depends on <code>cookie</code>. Versions of <code>express</code> older than v4.21.1 depend on a version of <code>cookie</code> vulnerable to CVE-2024-47764. Users of older <code>express</code> versions who call <code>res.cookie()</code> or <code>res.clearCookie()</code> may be vulnerable to this issue.</p> <p>However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.</p> <p>The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call <code>startStandaloneServer</code> with a context function that calls Express-specific methods such as <code>res.cookie()</code> or <code>res.clearCookies()</code> on the response object, which is a violation of the TypeScript types provided by <code>startStandaloneServer</code> (which only promise that the response object is a core Node.js <code>http.ServerResponse</code> rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafe <code>as</code> typecasts in TypeScript.</p> <p>However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own <code>express</code> dependency to v4.21.1 or newer.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-server/commit/1475d824ba3690e66f3efdf99cb415622ac67d21"><code>1475d82</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/server/issues/7969">#7969</a>)</li> <li><a href="https://github.com/apollographql/apollo-server/commit/2a26f232ba2c1bd8354bd63255dc491ebc4c8d20"><code>2a26f23</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/server/issues/7951">#7951</a>)</li> <li><a href="https://github.com/apollographql/apollo-server/commit/b7e7cd163fac34e139ceaaf47be025e0185327fd"><code>b7e7cd1</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/server/issues/7953">#7953</a>)</li> <li><a href="https://github.com/apollographql/apollo-server/commit/bb81b2c6b794dcd98fea9d01e4e38c6450287f53"><code>bb81b2c</code></a> deps: upgrade express to v4.21.1 to quiet automated scans (<a href="https://github.com/apollographql/apollo-server/tree/HEAD/packages/server/issues/7952">#7952</a>)</li> <li>See full diff in <a href="https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/apollo` from 12.2.0 to 12.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/graphql/releases"><code>@nestjs/apollo</code>'s releases</a>.</em></p> <blockquote> <h2>v12.2.1</h2> <h2>12.2.1 (2024-10-23)</h2> <h4>Bug fixes</h4> <ul> <li><code>graphql</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3270">#3270</a> fix(graphql): avoid partial field declarations from inherited metadata with cli plugin (<a href="https://github.com/CarsonF"><code>@CarsonF</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3154">#3154</a> fix(graphql): fix case of generated method return and parameter types (<a href="https://github.com/domusofsail"><code>@domusofsail</code></a>)</li> </ul> </li> </ul> <h4>Enhancements</h4> <ul> <li><code>apollo</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3330">#3330</a> feat(apollo): map unprocessable entity code to bad user input (<a href="https://github.com/kishieel"><code>@kishieel</code></a>)</li> </ul> </li> <li><code>graphql</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3276">#3276</a> feat(<code>@nestjs/graphql</code>): add support for skipNullProperties in PartialType (<a href="https://github.com/bloom-alex"><code>@bloom-alex</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3236">#3236</a> chore(deps): update dependency release-it to v17.10.0 - autoclosed (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3342">#3342</a> chore(deps): update dependency <code>@types/jest</code> to v29.5.14 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3343">#3343</a> chore(deps): update dependency <code>@types/node</code> to v20.16.15 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3333">#3333</a> chore(deps): update dependency eslint to v9.13.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3304">#3304</a> chore(deps): bump micromatch from 4.0.5 to 4.0.8 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3334">#3334</a> chore(deps): update typescript-eslint monorepo to v8.10.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3331">#3331</a> chore(deps): update dependency <code>@types/node</code> to v20.16.13 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3332">#3332</a> chore(deps): update dependency typescript to v5.6.3 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3266">#3266</a> chore(deps): bump tar from 6.1.15 to 6.2.1 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3297">#3297</a> chore(deps): bump axios from 1.6.7 to 1.7.4 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3312">#3312</a> chore(deps): bump dset from 3.1.2 to 3.1.4 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3230">#3230</a> chore(deps): update commitlint monorepo to v19.3.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3231">#3231</a> chore(deps): update dependency <code>@types/node</code> to v20.14.9 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> </ul> </li> <li><code>graphql</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3338">#3338</a> chore(deps): update dependency ts-morph to v24 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3243">#3243</a> fix(deps): update dependency uuid to v10 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3246">#3246</a> fix(deps): update graphql-tools monorepo (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3233">#3233</a> chore(deps): update dependency graphql to v16.9.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> </ul> </li> <li><code>apollo</code>, <code>graphql</code>, <code>mercurius</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3306">#3306</a> fix(deps): update dependency tslib to v2.8.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Carson Full (<a href="https://github.com/CarsonF"><code>@CarsonF</code></a>)</li> <li>Tomasz Kisiel (<a href="https://github.com/kishieel"><code>@kishieel</code></a>)</li> <li><a href="https://github.com/bloom-alex"><code>@bloom-alex</code></a></li> <li><a href="https://github.com/domusofsail"><code>@domusofsail</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/graphql/commit/2549a5cbe798d74485e48832109c0e1108d2e44c"><code>2549a5c</code></a> v12.2.1</li> <li><a href="https://github.com/nestjs/graphql/commit/66b0e0e2c5beae89af82b20d0b6542f2a8abfde6"><code>66b0e0e</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3236">#3236</a> from nestjs/renovate/release-it-17.x</li> <li><a href="https://github.com/nestjs/graphql/commit/2a6ff7c1f7ff42d74f64af7ae83e3a5c6ffc45c9"><code>2a6ff7c</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3342">#3342</a> from nestjs/renovate/jest-monorepo</li> <li><a href="https://github.com/nestjs/graphql/commit/2bf8f8b1ae42c422fe008438c9271f74ca27c115"><code>2bf8f8b</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3270">#3270</a> from CarsonF/bugfix/inherited-metadata</li> <li><a href="https://github.com/nestjs/graphql/commit/b8db3fba7b28c01ae922511b7dff437f76722b26"><code>b8db3fb</code></a> chore(deps): update dependency release-it to v17.10.0</li> <li><a href="https://github.com/nestjs/graphql/commit/c6f657366374306c6c5de8184d41800e19b43994"><code>c6f6573</code></a> chore(deps): update dependency <code>@types/jest</code> to v29.5.14</li> <li><a href="https://github.com/nestjs/graphql/commit/5b5269c6a9a4602430e817d6a69156c71e879e27"><code>5b5269c</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3338">#3338</a> from nestjs/renovate/ts-morph-24.x</li> <li><a href="https://github.com/nestjs/graphql/commit/f85ce6ea3a5b55e1623d7698b060ce83af03c3a6"><code>f85ce6e</code></a> chore(deps): update dependency ts-morph to v24</li> <li><a href="https://github.com/nestjs/graphql/commit/507a8382470aada80364133f5649788ef0a18dd4"><code>507a838</code></a> ci: use node v22 for pipelines</li> <li><a href="https://github.com/nestjs/graphql/commit/708fbc61d44442edc20233cb5e868a088a561c6e"><code>708fbc6</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3330">#3330</a> from kishieel/master</li> <li>Additional commits viewable in <a href="https://github.com/nestjs/graphql/compare/v12.2.0...v12.2.1">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/core` from 10.4.5 to 10.4.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/a544552f7272b8b3bc75f8528b3a893257381640"><code>a544552</code></a> chore(<a href="https://github.com/nestjs"><code>@nestjs</code></a>) publish v10.4.7 release</li> <li><a href="https://github.com/nestjs/nest/commit/7843db3984af97e98b5486ad142fd5bcf438a3f2"><code>7843db3</code></a> chore(<a href="https://github.com/nestjs"><code>@nestjs</code></a>) publish v10.4.6 release</li> <li><a href="https://github.com/nestjs/nest/commit/d9c8df7d404ace22ac6e5712cc867780c426f563"><code>d9c8df7</code></a> fix(core): initialize internal core module on preview</li> <li><a href="https://github.com/nestjs/nest/commit/94a1ca14a94b21d72f97d181d2c1671524739dc2"><code>94a1ca1</code></a> chore: update readme and package.json</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v10.4.7/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/graphql` from 12.2.0 to 12.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/graphql/releases"><code>@nestjs/graphql</code>'s releases</a>.</em></p> <blockquote> <h2>v12.2.1</h2> <h2>12.2.1 (2024-10-23)</h2> <h4>Bug fixes</h4> <ul> <li><code>graphql</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3270">#3270</a> fix(graphql): avoid partial field declarations from inherited metadata with cli plugin (<a href="https://github.com/CarsonF"><code>@CarsonF</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3154">#3154</a> fix(graphql): fix case of generated method return and parameter types (<a href="https://github.com/domusofsail"><code>@domusofsail</code></a>)</li> </ul> </li> </ul> <h4>Enhancements</h4> <ul> <li><code>apollo</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3330">#3330</a> feat(apollo): map unprocessable entity code to bad user input (<a href="https://github.com/kishieel"><code>@kishieel</code></a>)</li> </ul> </li> <li><code>graphql</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3276">#3276</a> feat(<code>@nestjs/graphql</code>): add support for skipNullProperties in PartialType (<a href="https://github.com/bloom-alex"><code>@bloom-alex</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li>Other <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3236">#3236</a> chore(deps): update dependency release-it to v17.10.0 - autoclosed (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3342">#3342</a> chore(deps): update dependency <code>@types/jest</code> to v29.5.14 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3343">#3343</a> chore(deps): update dependency <code>@types/node</code> to v20.16.15 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3333">#3333</a> chore(deps): update dependency eslint to v9.13.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3304">#3304</a> chore(deps): bump micromatch from 4.0.5 to 4.0.8 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3334">#3334</a> chore(deps): update typescript-eslint monorepo to v8.10.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3331">#3331</a> chore(deps): update dependency <code>@types/node</code> to v20.16.13 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3332">#3332</a> chore(deps): update dependency typescript to v5.6.3 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3266">#3266</a> chore(deps): bump tar from 6.1.15 to 6.2.1 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3297">#3297</a> chore(deps): bump axios from 1.6.7 to 1.7.4 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3312">#3312</a> chore(deps): bump dset from 3.1.2 to 3.1.4 (<a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3230">#3230</a> chore(deps): update commitlint monorepo to v19.3.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3231">#3231</a> chore(deps): update dependency <code>@types/node</code> to v20.14.9 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> </ul> </li> <li><code>graphql</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3338">#3338</a> chore(deps): update dependency ts-morph to v24 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3243">#3243</a> fix(deps): update dependency uuid to v10 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3246">#3246</a> fix(deps): update graphql-tools monorepo (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3233">#3233</a> chore(deps): update dependency graphql to v16.9.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> </ul> </li> <li><code>apollo</code>, <code>graphql</code>, <code>mercurius</code> <ul> <li><a href="https://redirect.github.com/nestjs/graphql/pull/3306">#3306</a> fix(deps): update dependency tslib to v2.8.0 (<a href="https://github.com/apps/renovate"><code>@renovate[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Carson Full (<a href="https://github.com/CarsonF"><code>@CarsonF</code></a>)</li> <li>Tomasz Kisiel (<a href="https://github.com/kishieel"><code>@kishieel</code></a>)</li> <li><a href="https://github.com/bloom-alex"><code>@bloom-alex</code></a></li> <li><a href="https://github.com/domusofsail"><code>@domusofsail</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/graphql/commit/2549a5cbe798d74485e48832109c0e1108d2e44c"><code>2549a5c</code></a> v12.2.1</li> <li><a href="https://github.com/nestjs/graphql/commit/66b0e0e2c5beae89af82b20d0b6542f2a8abfde6"><code>66b0e0e</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3236">#3236</a> from nestjs/renovate/release-it-17.x</li> <li><a href="https://github.com/nestjs/graphql/commit/2a6ff7c1f7ff42d74f64af7ae83e3a5c6ffc45c9"><code>2a6ff7c</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3342">#3342</a> from nestjs/renovate/jest-monorepo</li> <li><a href="https://github.com/nestjs/graphql/commit/2bf8f8b1ae42c422fe008438c9271f74ca27c115"><code>2bf8f8b</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3270">#3270</a> from CarsonF/bugfix/inherited-metadata</li> <li><a href="https://github.com/nestjs/graphql/commit/b8db3fba7b28c01ae922511b7dff437f76722b26"><code>b8db3fb</code></a> chore(deps): update dependency release-it to v17.10.0</li> <li><a href="https://github.com/nestjs/graphql/commit/c6f657366374306c6c5de8184d41800e19b43994"><code>c6f6573</code></a> chore(deps): update dependency <code>@types/jest</code> to v29.5.14</li> <li><a href="https://github.com/nestjs/graphql/commit/5b5269c6a9a4602430e817d6a69156c71e879e27"><code>5b5269c</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3338">#3338</a> from nestjs/renovate/ts-morph-24.x</li> <li><a href="https://github.com/nestjs/graphql/commit/f85ce6ea3a5b55e1623d7698b060ce83af03c3a6"><code>f85ce6e</code></a> chore(deps): update dependency ts-morph to v24</li> <li><a href="https://github.com/nestjs/graphql/commit/507a8382470aada80364133f5649788ef0a18dd4"><code>507a838</code></a> ci: use node v22 for pipelines</li> <li><a href="https://github.com/nestjs/graphql/commit/708fbc61d44442edc20233cb5e868a088a561c6e"><code>708fbc6</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/graphql/issues/3330">#3330</a> from kishieel/master</li> <li>Additional commits viewable in <a href="https://github.com/nestjs/graphql/compare/v12.2.0...v12.2.1">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/platform-express` from 10.4.5 to 10.4.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/a544552f7272b8b3bc75f8528b3a893257381640"><code>a544552</code></a> chore(<a href="https://github.com/nestjs"><code>@nestjs</code></a>) publish v10.4.7 release</li> <li><a href="https://github.com/nestjs/nest/commit/7843db3984af97e98b5486ad142fd5bcf438a3f2"><code>7843db3</code></a> chore(<a href="https://github.com/nestjs"><code>@nestjs</code></a>) publish v10.4.6 release</li> <li><a href="https://github.com/nestjs/nest/commit/94a1ca14a94b21d72f97d181d2c1671524739dc2"><code>94a1ca1</code></a> chore: update readme and package.json</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v10.4.7/packages/platform-express">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/cli` from 10.4.5 to 10.4.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest-cli/releases"><code>@nestjs/cli</code>'s releases</a>.</em></p> <blockquote> <h2>Release 10.4.7</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2786">#2786</a> from nestjs/revert-2642-renovate/glob-11.x (0ff0a01d)</li> <li>Revert "fix(deps): update dependency glob to v11" (7af719ea)</li> </ul> <h2>Release 10.4.6</h2> <ul> <li>build: allow js, clean artificats in ci (7bc0b3ff)</li> <li>chore(deps): update dependency ts-jest to v29.2.5 (41ce50bf)</li> <li>fix(deps): update dependency typescript to v5.6.3 (067a1190)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2784">#2784</a> from nestjs/renovate/node-22.x (f3bd8b00)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2778">#2778</a> from nestjs/renovate/swc-monorepo (008ab68e)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2780">#2780</a> from nestjs/renovate/webpack-5.x (d708ea95)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2764">#2764</a> from nestjs/renovate/angular-cli-monorepo (d8ae02b5)</li> <li>fix: add missing type argument (df91c495)</li> <li>Merge branch 'addun-fix-issue-2653' (041a184b)</li> <li>chore: resolve conflicts (486ac60e)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2415">#2415</a> from yigitkurtcu/feat/generate-options-base-url (537dfa7e)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2716">#2716</a> from nestjs/renovate/angular-cli-monorepo (ef0ff51d)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2642">#2642</a> from nestjs/renovate/glob-11.x (c7e2e01d)</li> <li>fix(deps): update angular-cli monorepo to v17.3.10 (960e65f8)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2743">#2743</a> from nestjs/renovate/webpack-5.x (b750eadf)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2754">#2754</a> from nestjs/renovate/nest-monorepo (603721e7)</li> <li>fix(deps): update dependency <code>@nestjs/schematics</code> to v10.2.2 (f062e99a)</li> <li>fix: unification copy behavior between watched and not watched assets (3664ed06)</li> <li>fix(deps): update dependency glob to v11 (fc6e7a16)</li> <li>feat: basedir option added to configuration for generate command (877b6bd8)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest-cli/commit/a15c92bc63bc31785e236e91d59108bf9e479c9f"><code>a15c92b</code></a> chore(): release v10.4.7</li> <li><a href="https://github.com/nestjs/nest-cli/commit/0ff0a01d18fc8fe6fb76e0a5a34a47458f78af79"><code>0ff0a01</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2786">#2786</a> from nestjs/revert-2642-renovate/glob-11.x</li> <li><a href="https://github.com/nestjs/nest-cli/commit/7af719ea35c8b0d71a22be9ad8cb2940bdba795c"><code>7af719e</code></a> Revert "fix(deps): update dependency glob to v11"</li> <li><a href="https://github.com/nestjs/nest-cli/commit/01e831f191bac733df26db788d3429da941b0c2c"><code>01e831f</code></a> chore(): release v10.4.6</li> <li><a href="https://github.com/nestjs/nest-cli/commit/8946b449f608f521d7368b7d82af852e344b090a"><code>8946b44</code></a> chore: enable web-based releases</li> <li><a href="https://github.com/nestjs/nest-cli/commit/b975f870d959d98dcc83a1dc85a221c8e3502492"><code>b975f87</code></a> ci: run tests in band with no cache</li> <li><a href="https://github.com/nestjs/nest-cli/commit/7bc0b3ff19393687de760ddbbeafba4253c5cd06"><code>7bc0b3f</code></a> build: allow js, clean artificats in ci</li> <li><a href="https://github.com/nestjs/nest-cli/commit/4f16fae7816b2adeaab5876cb3311ed68305a9d3"><code>4f16fae</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2676">#2676</a> from nestjs/renovate/ts-jest-29.x</li> <li><a href="https://github.com/nestjs/nest-cli/commit/1e6672ffe029edf351e4517af38968bb20a7cafc"><code>1e6672f</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/nest-cli/issues/2625">#2625</a> from nestjs/renovate/typescript-5.x</li> <li><a href="https://github.com/nestjs/nest-cli/commit/41ce50bf4be2c83f47e37e7d8009b5340d743677"><code>41ce50b</code></a> chore(deps): update dependency ts-jest to v29.2.5</li> <li>Additional commits viewable in <a href="https://github.com/nestjs/nest-cli/compare/10.4.5...10.4.7">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/schematics` from 10.2.2 to 10.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/schematics/releases"><code>@nestjs/schematics</code>'s releases</a>.</em></p> <blockquote> <h2>Release 10.2.3</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1919">#1919</a> from micalevisk/patch-1 (590ad1f)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1915">#1915</a> from nestjs/renovate/angular-cli-monorepo (c2a0085)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1918">#1918</a> from micalevisk/refactor-remove-deprecated-node-apis (2546cdb)</li> <li>fix: downgrade eslint to v8 on application files (c716ed9)</li> <li>refactor: drop deprecate nodejs utility api (e323a5a)</li> <li>chore(deps): update babel monorepo to v7.26.0 (5eddd5a)</li> <li>chore(deps): update dependency <code>@types/node</code> to v20.17.1 (66013b1)</li> <li>fix(deps): update angular-cli monorepo to v17.3.11 (5d47e13)</li> <li>chore(deps): update dependency <code>@types/node</code> to v20.17.0 (f614f17)</li> <li>chore(deps): update dependency <code>@types/jest</code> to v29.5.14 (ea8edec)</li> <li>chore(deps): update babel monorepo to v7.25.9 (f50afcb)</li> <li>chore(deps): update dependency <code>@types/node</code> to v20.16.14 (39a550e)</li> <li>chore(deps): update typescript-eslint monorepo to v8.11.0 (9271009)</li> <li>Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1904">#1904</a> from nestjs/renovate/release-it-17.x (fb410a8)</li> <li>chore(deps): update dependency <code>@types/node</code> to v20.16.13 (353afd8)</li> <li>chore(deps): update dependency eslint to v9.13.0 (ba3b0d5)</li> <li>chore(deps): update typescript-eslint monorepo to v8.10.0 (9d90c4d)</li> <li>chore(deps): update dependency release-it to v17.10.0 (a880ab3)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/schematics/commit/88e10f30c350eb39af72c71afa0b698bcc9893dd"><code>88e10f3</code></a> chore(): release v10.2.3</li> <li><a href="https://github.com/nestjs/schematics/commit/590ad1f8ef90055dee2e694dbeade612884e6d99"><code>590ad1f</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1919">#1919</a> from micalevisk/patch-1</li> <li><a href="https://github.com/nestjs/schematics/commit/c2a0085b51e73569338a7d763d13b83dece86137"><code>c2a0085</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1915">#1915</a> from nestjs/renovate/angular-cli-monorepo</li> <li><a href="https://github.com/nestjs/schematics/commit/2546cdba005fbfe2222869d20153910e3c302cee"><code>2546cdb</code></a> Merge pull request <a href="https://redirect.github.com/nestjs/schematics/issues/1918">#1918</a> from micalevisk/refactor-remove-deprecated-node-apis</li> <li><a href="https://github.com/nestjs/schematics/commit/c716ed931e876897e9c725146f784b5efa8de193"><code>c716ed9</code></a> fix: downgrade eslint to v8 on application files</li> <li><a href="https://github.com/nestjs/schematics/commit/e323a5abbbc22fe6ec4cf344d6c40a31522f865f"><code>e323a5a</code></a> refactor: drop deprecate nodejs utility api</li> <li><a href="https://github.com/nestjs/schematics/commit/5eddd5acbb9234449e017d208412decf50c7f7f7"><code>5eddd5a</code></a> chore(deps): update babel monorepo to v7.26.0</li> <li><a href="https://github.com/nestjs/schematics/commit/66013b1364f0240561cddea8fac84c4224df413c"><code>66013b1</code></a> chore(deps): update dependency <code>@types/node</code> to v20.17.1</li> <li><a href="https://github.com/nestjs/schematics/commit/5d47e13c75beec16b3dc21fced4cf11af7eb8777"><code>5d47e13</code></a> fix(deps): update angular-cli monorepo to v17.3.11</li> <li><a href="https://github.com/nestjs/schematics/commit/f614f17dc2516a406a38df59bc9a3851bb21bc23"><code>f614f17</code></a> chore(deps): update dependency <code>@types/node</code> to v20.17.0</li> <li>Additional commits viewable in <a href="https://github.com/nestjs/schematics/compare/10.2.2...10.2.3">compare view</a></li> </ul> </details> <br /> 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 <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 </details>
- Loading branch information