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

fix(deps): update all non-major dependencies #595

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@radix-ui/react-slot (source) dependencies patch 1.1.1 -> 1.1.2 OpenSSF Scorecard
@types/node (source) devDependencies patch 22.13.1 -> 22.13.4 OpenSSF Scorecard
@vercel/analytics (source) dependencies minor 1.4.1 -> 1.5.0 OpenSSF Scorecard
eslint-config-turbo (source) devDependencies patch 2.4.0 -> 2.4.2 OpenSSF Scorecard
nanoid dependencies minor 5.0.9 -> 5.1.0 OpenSSF Scorecard
postcss (source) devDependencies patch 8.5.1 -> 8.5.2 OpenSSF Scorecard
prettier (source) devDependencies patch 3.5.0 -> 3.5.1 OpenSSF Scorecard
remark-gfm dependencies patch 4.0.0 -> 4.0.1 OpenSSF Scorecard
turbo (source) devDependencies patch 2.4.0 -> 2.4.2 OpenSSF Scorecard

Release Notes

radix-ui/primitives (@​radix-ui/react-slot)

v1.1.2

Compare Source

vercel/analytics (@​vercel/analytics)

v1.5.0

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.4.1...1.5.0

vercel/turborepo (eslint-config-turbo)

v2.4.2: Turborepo v2.4.2

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.4.1...v2.4.2

v2.4.1: Turborepo v2.4.1

Compare Source

Full Changelog: vercel/turborepo@v2.4.0...v2.4.1

What's Changed

New Contributors

Full Changelog: vercel/turborepo@v2.4.0...v2.4.1

ai/nanoid (nanoid)

v5.1.0

Compare Source

postcss/postcss (postcss)

v8.5.2

Compare Source

prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

remarkjs/remark-gfm (remark-gfm)

v4.0.1

Compare Source

Types
  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports
Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "* 0-3 * * 1" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by Sourcery

Chores:

  • Update non-major dependencies to their latest versions, including @radix-ui/react-slot, @types/node, @vercel/analytics, eslint-config-turbo, nanoid, postcss, prettier, remark-gfm, and turbo

Copy link

vercel bot commented Feb 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 17, 2025 1:17am
cv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 17, 2025 1:17am
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 17, 2025 1:17am

@renovate renovate bot enabled auto-merge (squash) February 17, 2025 01:07
@renovate renovate bot merged commit 132fe83 into master Feb 17, 2025
1 of 4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 17, 2025 01:07
Copy link
Contributor

sourcery-ai bot commented Feb 17, 2025

Reviewer's Guide by Sourcery

This pull request updates multiple non-major dependencies to their latest versions, including patch and minor updates for packages like @radix-ui/react-slot, @types/node, @vercel/analytics, eslint-config-turbo, nanoid, postcss, prettier, remark-gfm, and turbo. The updates are reflected in the yarn.lock file.

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

File-Level Changes

Change Details Files
Updated multiple dependencies to their latest non-major versions.
  • Updated @radix-ui/react-slot from 1.1.1 to 1.1.2.
  • Updated @types/node from 22.13.1 to 22.13.4.
  • Updated @vercel/analytics from 1.4.1 to 1.5.0.
  • Updated eslint-config-turbo from 2.4.0 to 2.4.2.
  • Updated nanoid from 5.0.9 to 5.1.0.
  • Updated postcss from 8.5.1 to 8.5.2.
  • Updated prettier from 3.5.0 to 3.5.1.
  • Updated remark-gfm from 4.0.0 to 4.0.1.
  • Updated turbo from 2.4.0 to 2.4.2.
yarn.lock

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. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the 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 exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

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

Copy link
Contributor

@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, renovate[bot]!). We assume it knows what it's doing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants