Skip to content

Commit

Permalink
chore(deps-dev): Bump @nestjs/cli from 10.1.9 to 10.1.10 (#335)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 10.1.9 to
10.1.10.
<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.10</h2>
<ul>
<li>Merge pull request <a
href="https://redirect.github.com/nestjs/nest-cli/issues/2188">#2188</a>
from JohanManders/swc-reload (99d32e7f)</li>
<li>chore(deps): update commitlint monorepo to v17.6.7 (e8b82b92)</li>
<li>fix(swc): SWC doesn't reload the application on Windows
(ad30bcbe)</li>
<li>chore(deps): update dependency <code>@​swc/core</code> to v1.3.70
(cb547fad)</li>
<li>chore(deps): update typescript-eslint monorepo to v6.1.0
(e8d82e54)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/nest-cli/commit/be0f240b0520f8d995868ccc97b0b8504efd5668"><code>be0f240</code></a>
chore(): release v10.1.10</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/99d32e7f8d3570e237dbbdf20a7ea8d0b67a6f45"><code>99d32e7</code></a>
Merge pull request <a
href="https://redirect.github.com/nestjs/nest-cli/issues/2188">#2188</a>
from JohanManders/swc-reload</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/e8b82b921bd196d3964b76b821a0edc800a7ee5c"><code>e8b82b9</code></a>
chore(deps): update commitlint monorepo to v17.6.7</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/ad30bcbec347043d0755be334025c943d05e3604"><code>ad30bcb</code></a>
fix(swc): SWC doesn't reload the application on Windows</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/cb547fada94bf0054393cedcebf2fdc36cd44dd3"><code>cb547fa</code></a>
chore(deps): update dependency <code>@​swc/core</code> to v1.3.70</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/e8d82e54d364cf963d8b50d8b1b0ce22fa62b776"><code>e8d82e5</code></a>
chore(deps): update typescript-eslint monorepo to v6.1.0</li>
<li>See full diff in <a
href="https://github.com/nestjs/nest-cli/compare/10.1.9...10.1.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/cli&package-manager=npm_and_yarn&previous-version=10.1.9&new-version=10.1.10)](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>
  • Loading branch information
dependabot[bot] committed Jul 20, 2023
1 parent 0e038b8 commit 1956af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nestjs/cli": "^10.1.9",
"@nestjs/cli": "^10.1.10",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.1.0",
"@tsconfig/node20": "^20.1.0",
Expand Down

0 comments on commit 1956af3

Please sign in to comment.