Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump @nestjs/schematics from 10.2.2 to 10.2.3 #578

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

Bumps @nestjs/schematics from 10.2.2 to 10.2.3.

Release notes

Sourced from @​nestjs/schematics's releases.

Release 10.2.3

  • Merge pull request #1919 from micalevisk/patch-1 (590ad1f)
  • Merge pull request #1915 from nestjs/renovate/angular-cli-monorepo (c2a0085)
  • Merge pull request #1918 from micalevisk/refactor-remove-deprecated-node-apis (2546cdb)
  • fix: downgrade eslint to v8 on application files (c716ed9)
  • refactor: drop deprecate nodejs utility api (e323a5a)
  • chore(deps): update babel monorepo to v7.26.0 (5eddd5a)
  • chore(deps): update dependency @​types/node to v20.17.1 (66013b1)
  • fix(deps): update angular-cli monorepo to v17.3.11 (5d47e13)
  • chore(deps): update dependency @​types/node to v20.17.0 (f614f17)
  • chore(deps): update dependency @​types/jest to v29.5.14 (ea8edec)
  • chore(deps): update babel monorepo to v7.25.9 (f50afcb)
  • chore(deps): update dependency @​types/node to v20.16.14 (39a550e)
  • chore(deps): update typescript-eslint monorepo to v8.11.0 (9271009)
  • Merge pull request #1904 from nestjs/renovate/release-it-17.x (fb410a8)
  • chore(deps): update dependency @​types/node to v20.16.13 (353afd8)
  • chore(deps): update dependency eslint to v9.13.0 (ba3b0d5)
  • chore(deps): update typescript-eslint monorepo to v8.10.0 (9d90c4d)
  • chore(deps): update dependency release-it to v17.10.0 (a880ab3)
Commits
  • 88e10f3 chore(): release v10.2.3
  • 590ad1f Merge pull request #1919 from micalevisk/patch-1
  • c2a0085 Merge pull request #1915 from nestjs/renovate/angular-cli-monorepo
  • 2546cdb Merge pull request #1918 from micalevisk/refactor-remove-deprecated-node-apis
  • c716ed9 fix: downgrade eslint to v8 on application files
  • e323a5a refactor: drop deprecate nodejs utility api
  • 5eddd5a chore(deps): update babel monorepo to v7.26.0
  • 66013b1 chore(deps): update dependency @​types/node to v20.17.1
  • 5d47e13 fix(deps): update angular-cli monorepo to v17.3.11
  • f614f17 chore(deps): update dependency @​types/node to v20.17.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Summary by Sourcery

Build:

  • Bump @nestjs/schematics from version 10.2.2 to 10.2.3 in the pnpm-lock.yaml file.

Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 10.2.2 to 10.2.3.
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@10.2.2...10.2.3)

---
updated-dependencies:
- dependency-name: "@nestjs/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2024
@auto-assign auto-assign bot requested a review from philipbrembeck October 29, 2024 03:37
Copy link

stackblitz bot commented Oct 29, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

sourcery-ai bot commented Oct 29, 2024

Reviewer's Guide by Sourcery

This is a minor version bump of @nestjs/schematics from 10.2.2 to 10.2.3. The update includes dependency updates, refactoring to remove deprecated Node.js APIs, and ESLint downgrade fixes. The changes are primarily maintenance-focused with no breaking changes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated @nestjs/schematics dependency version
  • Bumped version from 10.2.2 to 10.2.3
  • Updated @angular-devkit/core dependency from 17.3.10 to 17.3.11
  • Updated @angular-devkit/schematics dependency from 17.3.10 to 17.3.11
pnpm-lock.yaml
Internal dependency updates and maintenance changes
  • Removed deprecated Node.js utility APIs
  • Downgraded ESLint to v8 on application files
  • Updated various development dependencies including Babel monorepo and TypeScript-ESLint
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@kodiakhq kodiakhq bot merged commit 642240c into staging Oct 29, 2024
3 checks passed
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestjs/schematics-10.2.3 branch October 29, 2024 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants