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

chore(deps): update all non-major dependencies #563

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@types/node (source) devDependencies minor 22.9.3 -> 22.10.1 OpenSSF Scorecard
class-variance-authority dependencies patch 0.7.0 -> 0.7.1 OpenSSF Scorecard
eslint-config-turbo (source) devDependencies patch 2.3.1 -> 2.3.3 OpenSSF Scorecard
framer-motion dependencies minor 11.11.17 -> 11.12.0 OpenSSF Scorecard
lucide-react (source) dependencies minor ^0.460.0 -> ^0.462.0 OpenSSF Scorecard
nanoid dependencies patch 5.0.8 -> 5.0.9 OpenSSF Scorecard
next-axiom dependencies minor 1.5.1 -> 1.6.0 OpenSSF Scorecard
prettier (source) devDependencies minor 3.3.3 -> 3.4.1 OpenSSF Scorecard
turbo (source) devDependencies patch 2.3.1 -> 2.3.3 OpenSSF Scorecard

Release Notes

joe-bell/cva (class-variance-authority)

v0.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

vercel/turborepo (eslint-config-turbo)

v2.3.3: Turborepo v2.3.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.3.2...v2.3.3

v2.3.2: Turborepo v2.3.2

Compare Source

What's Changed

Docs
eslint
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.1...v2.3.2

framer/motion (framer-motion)

v11.12.0

Compare Source

Added
  • New visualDuration option for spring animations.
  • New spring(visualDuration, bounce) syntax.
lucide-icons/lucide (lucide-react)

v0.462.0: New icons 0.462.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.461.0: New icons 0.461.0

Compare Source

New icons 🎨

Modified Icons 🔨

ai/nanoid (nanoid)

v5.0.9

Compare Source

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
axiomhq/next-axiom (next-axiom)

v1.6.0

Compare Source

What's Changed

Full Changelog: axiomhq/next-axiom@v1.5.1...v1.6.0

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "before 4am on Monday" (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 all non-major dependencies across various packages.

@renovate renovate bot enabled auto-merge (squash) December 2, 2024 01:53
Copy link

vercel bot commented Dec 2, 2024

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 Dec 2, 2024 2:02am
cv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 2:02am
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 2:02am

@renovate renovate bot merged commit 276a3ce into master Dec 2, 2024
1 of 4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 2, 2024 01:53
Copy link
Contributor

sourcery-ai bot commented Dec 2, 2024

Reviewer's Guide by Sourcery

This PR updates several non-major dependencies across the project. The changes are primarily version bumps for development and production dependencies, including TypeScript types, UI libraries, and development tools. Most updates are minor or patch versions that include bug fixes and small improvements.

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

File-Level Changes

Change Details Files
Update Lucide React icons package across multiple applications
  • Upgrade from version 0.460.0 to 0.462.0
  • Add new 'image-upscale' icon
  • Modify existing icons including grid-2x2, ship, shuffle, and venetian-mask
apps/blog/package.json
apps/cv/package.json
packages/components/package.json
yarn.lock
Update development tooling dependencies
  • Upgrade Prettier from 3.3.3 to 3.4.1 with improvements to Vue template formatting
  • Update ESLint configuration with Turbo from 2.3.1 to 2.3.3
  • Upgrade TypeScript Node types from 22.9.3 to 22.10.1
package.json
yarn.lock
Update UI and utility libraries
  • Upgrade Framer Motion to 11.12.0 with new spring animation options
  • Update class-variance-authority to 0.7.1 with dependency improvements
  • Upgrade nanoid to 5.0.9 with security fix for non-integer size inputs
  • Update next-axiom to 1.6.0 with new logRequestDetails option
package.json
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.
  • 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

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