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 #581

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@tailwindcss/typography devDependencies patch 0.5.15 -> 0.5.16 OpenSSF Scorecard
framer-motion dependencies minor 11.15.0 -> 11.17.0 OpenSSF Scorecard
katex (source) dependencies patch 0.16.19 -> 0.16.20 OpenSSF Scorecard
lucide-react (source) dependencies minor ^0.469.0 -> ^0.471.0 OpenSSF Scorecard
typescript (source) devDependencies patch 5.7.2 -> 5.7.3 OpenSSF Scorecard

Release Notes

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
motiondivision/motion (framer-motion)

v11.17.0

Compare Source

Added
  • Added propagate to AnimatePresence. This prop allows parent exit animations to be propagated to children.
Removed
  • Removed exitBeforeEnter from AnimatePresence.

v11.16.7

Compare Source

Fixed
  • Fixing timelines where a string label is used as the first segment.

v11.16.6

Compare Source

Changed
  • More movement values like height and top are now blocked by reduced motion.

v11.16.4

Compare Source

Fixed
  • Fix type of attachTimeline when skipLibCheck is disabled.

v11.16.3

Compare Source

Fixed
  • Checking return of press, hover, and inView callbacks before calling.

v11.16.2

Compare Source

Fixed
  • Restoring missing type exports.

v11.16.1

Compare Source

Fixed
  • Adding displayName to motion components.
  • Ensure press doesn't override tabindex when explicitly set.

v11.16.0

Compare Source

Added
  • Added view() alpha to early access.
KaTeX/KaTeX (katex)

v0.16.20

Compare Source

Bug Fixes
lucide-icons/lucide (lucide-react)

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨
Modified Icons 🔨
microsoft/TypeScript (typescript)

v5.7.3

Compare Source


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

Update dependencies: @tailwindcss/typography to 0.5.16, framer-motion to 11.17.0, katex to 0.16.20, lucide-react to 0.471.0, and typescript to 5.7.3.

@renovate renovate bot enabled auto-merge (squash) January 13, 2025 03:14
Copy link

vercel bot commented Jan 13, 2025

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

Name Status Preview Comments Updated (UTC)
blog 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 3:14am
cv 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 3:14am
insights 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 3:14am

Copy link
Contributor

sourcery-ai bot commented Jan 13, 2025

Reviewer's Guide by Sourcery

This PR updates several non-major dependencies, including @tailwindcss/typography, framer-motion, katex, lucide-react, and typescript.

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

File-Level Changes

Change Details Files
Updates @tailwindcss/typography from 0.5.15 to 0.5.16
  • Fixes support for installing with beta versions of Tailwind CSS v4
apps/blog/package.json
Updates framer-motion from 11.15.0 to 11.17.0
  • Adds propagate to AnimatePresence to allow parent exit animations to be propagated to children
  • Removes exitBeforeEnter from AnimatePresence
  • Blocks more movement values by reduced motion
  • Fixes timelines where a string label is used as the first segment
  • Fixes type of attachTimeline when skipLibCheck is disabled
  • Checks return of press, hover, and inView callbacks before calling
  • Restores missing type exports
  • Adds displayName to motion components
  • Ensures press doesn't override tabindex when explicitly set
  • Adds view() alpha to early access
apps/blog/package.json
Updates katex from 0.16.19 to 0.16.20
  • Fixes providecommand not overwriting existing macro
apps/blog/package.json
Updates lucide-react from 0.469.0 to 0.471.0
  • Adds a new Dynamic Icon component for dynamic rendering
  • Switches to the "exports" property in package.json
  • Adds triangle-dashed icon
  • Adds house-wifi icon
  • Modifies rat icon
apps/blog/package.json
apps/cv/package.json
packages/components/package.json
Updates typescript from 5.7.2 to 5.7.3 apps/blog/package.json

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

@renovate renovate bot merged commit f5065e5 into master Jan 13, 2025
2 of 5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 13, 2025 03:14
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