Skip to content

Commit

Permalink
chore(deps-dev): Bump @nestjs/schematics from 10.0.1 to 10.0.2 (#386)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from
10.0.1 to 10.0.2.
<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.0.2</h2>
<ul>
<li>Merge pull request <a
href="https://redirect.github.com/nestjs/schematics/issues/1502">#1502</a>
from nestjs/renovate/angular-cli-monorepo (aeb872c)</li>
<li>Merge pull request <a
href="https://redirect.github.com/nestjs/schematics/issues/1508">#1508</a>
from micalevisk/fix/issue-generate-config-for-non-monorepo
(d8cdf37)</li>
<li>Update src/lib/configuration/configuration.factory.test.ts
(0edaf5b)</li>
<li>chore(deps): update dependency eslint-config-prettier to v9
(fbe2727)</li>
<li>feat(lib): support undefined project for 'configuration' schematic
(2614d70)</li>
<li>chore(deps): update dependency <code>@​types/node</code> to v18.17.3
(9f4e41d)</li>
<li>fix(deps): update angular-cli monorepo to v16.1.8 (b18fd3c)</li>
<li>chore(deps): update dependency <code>@​types/node</code> to v18.17.2
(4b7469f)</li>
<li>chore(deps): update dependency eslint-config-prettier to v8.10.0
(c666a21)</li>
<li>chore(deps): update dependency prettier to v3.0.1 (033659f)</li>
<li>chore(deps): update typescript-eslint monorepo to v6.2.1
(102ad01)</li>
<li>Merge pull request <a
href="https://redirect.github.com/nestjs/schematics/issues/1462">#1462</a>
from nestjs/renovate/angular-cli-monorepo (c4c49e8)</li>
<li>Merge pull request <a
href="https://redirect.github.com/nestjs/schematics/issues/1493">#1493</a>
from micalevisk/patch-1 (9a7bcfe)</li>
<li>refactor: avoid calling delete src multiple times on moving dir
(93cb879)</li>
<li>chore(deps): update dependency eslint to v8.46.0 (07be8d0)</li>
<li>chore(deps): update dependency eslint-plugin-import to v2.28.0
(4fbd026)</li>
<li>chore(deps): update dependency eslint-config-prettier to v8.9.0
(1c6adc4)</li>
<li>chore(deps): update dependency jest to v29.6.2 (8cc57ea)</li>
<li>fix(deps): update angular-cli monorepo to v16.1.6 (f50efbe)</li>
<li>chore(deps): update dependency <code>@​types/node</code> to v18.17.1
(55356b2)</li>
<li>chore(deps): update typescript-eslint monorepo to v6.2.0
(68a0fab)</li>
<li>fix: when generating app with no 'test' directory to move
(1d04647)</li>
<li>chore(deps): update dependency <code>@​types/node</code> to v18.17.0
(4bb41ac)</li>
<li>chore(deps): update dependency <code>@​types/node</code> to
v18.16.20 (0aae475)</li>
<li>chore(deps): update dependency release-it to v16.1.3 (f9fc771)</li>
<li>chore(deps): update commitlint monorepo to v17.6.7 (aaedfb2)</li>
<li>chore(deps): update typescript-eslint monorepo to v6.1.0
(c02539c)</li>
<li>chore(deps): update dependency release-it to v16.1.2 (f27c53c)</li>
<li>chore(deps): update dependency eslint to v8.45.0 (365d32c)</li>
<li>chore(deps): update babel monorepo to v7.22.9 (bb42db4)</li>
<li>chore(deps): update dependency eslint-plugin-prettier to v5
(196e5e4)</li>
<li>chore(deps): update typescript-eslint monorepo to v6 (579cefd)</li>
<li>chore(deps): update typescript-eslint monorepo to v5.62.0
(ec3eca9)</li>
<li>chore(deps): update dependency <code>@​types/jest</code> to v29.5.3
(ee3ebda)</li>
<li>chore(deps): update dependency nodemon to v3.0.1 (33c8b30)</li>
<li>chore(deps): update dependency release-it to v16.1.0 (eb28c00)</li>
<li>chore(deps): update dependency nodemon to v3 (a52b12e)</li>
<li>chore(deps): update dependency jest to v29.6.1 (351f744)</li>
<li>chore(deps): update babel monorepo (cc6dacd)</li>
<li>chore(deps): update dependency release-it to v16 (22fe13f)</li>
<li>chore(deps): update dependency prettier to v3 (7758d1f)</li>
<li>chore(deps): update dependency jest to v29.6.0 (21a813f)</li>
<li>chore(deps): update babel monorepo to v7.22.6 (c0693fd)</li>
<li>chore(deps): update typescript-eslint monorepo to v5.61.0
(2782f58)</li>
<li>chore(deps): update dependency eslint to v8.44.0 (b4460f2)</li>
<li>chore(deps): update dependency <code>@​types/node</code> to
v18.16.19 (19f2c05)</li>
<li>chore(deps): update dependency ts-jest to v29.1.1 (dc07e7e)</li>
<li>chore(deps): update dependency typescript to v5.1.6 (aacdf9f)</li>
<li>chore(deps): update dependency typescript to v5.1.5 (3f5aad6)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nestjs/schematics/commit/03e31cd714908f537c1f5b1a2b4463716447a940"><code>03e31cd</code></a>
chore(): release v10.0.2</li>
<li><a
href="https://github.com/nestjs/schematics/commit/aeb872c15d69e92feb09500b000aaff23409968d"><code>aeb872c</code></a>
Merge pull request <a
href="https://redirect.github.com/nestjs/schematics/issues/1502">#1502</a>
from nestjs/renovate/angular-cli-monorepo</li>
<li><a
href="https://github.com/nestjs/schematics/commit/d8cdf37f0ee7377c45787d22060bb69202bf9377"><code>d8cdf37</code></a>
Merge pull request <a
href="https://redirect.github.com/nestjs/schematics/issues/1508">#1508</a>
from micalevisk/fix/issue-generate-config-for-non-mo...</li>
<li><a
href="https://github.com/nestjs/schematics/commit/0edaf5be4c940d20b7c4178ae01294eb682aa9c1"><code>0edaf5b</code></a>
Update src/lib/configuration/configuration.factory.test.ts</li>
<li><a
href="https://github.com/nestjs/schematics/commit/fbe2727a1d33aa913b68dd0b485a5e67a5b03222"><code>fbe2727</code></a>
chore(deps): update dependency eslint-config-prettier to v9</li>
<li><a
href="https://github.com/nestjs/schematics/commit/2614d70434330f00493f24ba1b6a3c0a27c528a0"><code>2614d70</code></a>
feat(lib): support undefined project for 'configuration' schematic</li>
<li><a
href="https://github.com/nestjs/schematics/commit/9f4e41dd45915b521591cf1b1806c19f558b7ab6"><code>9f4e41d</code></a>
chore(deps): update dependency <code>@​types/node</code> to
v18.17.3</li>
<li><a
href="https://github.com/nestjs/schematics/commit/b18fd3cccb66e173d86b27b8210a48b6bbc9aeb9"><code>b18fd3c</code></a>
fix(deps): update angular-cli monorepo to v16.1.8</li>
<li><a
href="https://github.com/nestjs/schematics/commit/4b7469ff9ae8f053c7f8f7a44aa4333eb24d205e"><code>4b7469f</code></a>
chore(deps): update dependency <code>@​types/node</code> to
v18.17.2</li>
<li><a
href="https://github.com/nestjs/schematics/commit/c666a212e090c6e47717fff3f6f2ea572444d240"><code>c666a21</code></a>
chore(deps): update dependency eslint-config-prettier to v8.10.0</li>
<li>Additional commits viewable in <a
href="https://github.com/nestjs/schematics/compare/10.0.1...10.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/schematics&package-manager=npm_and_yarn&previous-version=10.0.1&new-version=10.0.2)](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 Aug 8, 2023
1 parent cc47ab3 commit 63b1159
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -55,7 +55,7 @@
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@nestjs/cli": "^10.1.11",
"@nestjs/schematics": "^10.0.1",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.1.3",
"@tsconfig/node20": "^20.1.0",
"@types/chance": "^1.1.3",
Expand Down

0 comments on commit 63b1159

Please sign in to comment.