Skip to content

Commit

Permalink
chore(deps-dev): Bump @nestjs/cli from 10.1.1 to 10.1.3 (#287)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/cli](https://github.com/nestjs/nest-cli) from 10.1.1 to
10.1.3.
<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.3</h2>
<ul>
<li>fix: swc default factory should be usable for swc loader
(b00c3e1c)</li>
</ul>
<h2>Release 10.1.2</h2>
<ul>
<li>Merge branch 'master' of <a
href="https://github.com/nestjs/nest-cli">https://github.com/nestjs/nest-cli</a>
(c662ef77)</li>
<li>fix(swc): fix file watching (out dir path resolution)
(2d0c6fd3)</li>
<li>chore(deps): update typescript-eslint monorepo to v5.61.0
(b63fa4c1)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/nest-cli/commit/379b0504b6a86972a9f1cdc166fc8c5adc19d9a4"><code>379b050</code></a>
chore(): release v10.1.3</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/b00c3e1cc115ecc0032af8311a1ef394756ef6ab"><code>b00c3e1</code></a>
fix: swc default factory should be usable for swc loader</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/91e586725d032eb0872108b6c2802f7f460a3694"><code>91e5867</code></a>
chore(): release v10.1.2</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/c662ef77305963605dfeb64c8454fdf8bb3da3fd"><code>c662ef7</code></a>
Merge branch 'master' of <a
href="https://github.com/nestjs/nest-cli">https://github.com/nestjs/nest-cli</a></li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/2d0c6fd3938d7c865eb2137ecd53634b71845fa3"><code>2d0c6fd</code></a>
fix(swc): fix file watching (out dir path resolution)</li>
<li><a
href="https://github.com/nestjs/nest-cli/commit/b63fa4c19747dd56d2779e496d12f3fdbdb1f396"><code>b63fa4c</code></a>
chore(deps): update typescript-eslint monorepo to v5.61.0</li>
<li>See full diff in <a
href="https://github.com/nestjs/nest-cli/compare/10.1.1...10.1.3">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.1&new-version=10.1.3)](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] authored Jul 4, 2023
1 parent 0782f8a commit fb54e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@nestjs/cli": "^10.0.3",
"@nestjs/cli": "^10.1.3",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@tsconfig/node20": "^1.0.2",
Expand Down

0 comments on commit fb54e6c

Please sign in to comment.