Commit 1792ce5
authored
chore(deps-dev): Bump @nestjs/cli from 10.1.10 to 10.1.11 (#369)
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 10.1.10 to
10.1.11.
<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.1.11</h2>
<ul>
<li>Merge pull request <a
href="https://redirect.github.com/nestjs/nest-cli/issues/2206">#2206</a>
from micalevisk/fix/preservewatch (226d506b)</li>
<li>fix: support using <code>preserveWatchOutput</code> from tsconfig
file (fd2f735e)</li>
<li>feat: support <code>--preserveWatchOutput</code> for 'build' command
(b9230839)</li>
<li>style: format all files (ff52a06e)</li>
<li>chore(deps): update dependency <code>@swc/core</code> to v1.3.72
(ddcaaa1f)</li>
<li>chore(deps): update dependency eslint to v8.46.0 (de55c2cb)</li>
<li>chore(deps): update dependency eslint-config-prettier to v8.9.0
(2a444d5e)</li>
<li>chore(deps): update dependency jest to v29.6.2 (92cd16fd)</li>
<li>chore(deps): update dependency <code>@types/node</code> to v18.17.1
(b1b5404c)</li>
<li>chore(deps): update dependency <code>@swc/core</code> to v1.3.71
(baa9ff63)</li>
<li>chore(deps): update typescript-eslint monorepo to v6.2.0
(02cc3130)</li>
<li>chore(deps): update dependency <code>@types/node</code> to v18.17.0
(0dc6cd30)</li>
<li>chore(deps): update dependency <code>@types/node</code> to
v18.16.20 (a9a724a2)</li>
<li>chore(deps): update dependency release-it to v16.1.3 (534659de)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/nest-cli/commit/8970cb3e046997cf04a203b9194da8751d850393"><code>8970cb3</code></a>
chore(): release v10.1.11</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/226d506b62cda89897884a423cf889dc911d0fe3"><code>226d506</code></a>
Merge pull request <a
href="https://redirect.github.com/nestjs/nest-cli/issues/2206">#2206</a>
from micalevisk/fix/preservewatch</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/fd2f735ee6d76aff8864d38f97122d7ed2f24a65"><code>fd2f735</code></a>
fix: support using <code>preserveWatchOutput</code> from tsconfig
file</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/b9230839e624ee73484c640747be61ed365ed623"><code>b923083</code></a>
feat: support <code>--preserveWatchOutput</code> for 'build'
command</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/ff52a06ec56ccea47d466124ab996bc487eb3807"><code>ff52a06</code></a>
style: format all files</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/ddcaaa1f194a6f869b39c2f539ef43c2b82bbee2"><code>ddcaaa1</code></a>
chore(deps): update dependency <code>@swc/core</code> to v1.3.72</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/de55c2cb6128226c89abd39b975a648cd1df8866"><code>de55c2c</code></a>
chore(deps): update dependency eslint to v8.46.0</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/2a444d5ee6247038e9029091e75cd598ad2db15e"><code>2a444d5</code></a>
chore(deps): update dependency eslint-config-prettier to v8.9.0</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/92cd16fde193594fc2f154b32dca3d83db69bb69"><code>92cd16f</code></a>
chore(deps): update dependency jest to v29.6.2</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/b1b5404cf728b44691b54bfcade80b138dff6b27"><code>b1b5404</code></a>
chore(deps): update dependency <code>@types/node</code> to
v18.17.1</li>
<li>Additional commits viewable in <a
href="https://github.com/nestjs/nest-cli/compare/10.1.10...10.1.11">compare
view</a></li>
</ul>
</details>
<br />
[](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 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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1610b5d commit 1792ce5
2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments