fix(deps): update all non-major dependencies #581
Merged
+31
−29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.15
->0.5.16
11.15.0
->11.17.0
0.16.19
->0.16.20
^0.469.0
->^0.471.0
5.7.2
->5.7.3
Release Notes
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.16
Compare Source
Fixed
motiondivision/motion (framer-motion)
v11.17.0
Compare Source
Added
propagate
toAnimatePresence
. This prop allows parent exit animations to be propagated to children.Removed
exitBeforeEnter
fromAnimatePresence
.v11.16.7
Compare Source
Fixed
v11.16.6
Compare Source
Changed
height
andtop
are now blocked by reduced motion.v11.16.4
Compare Source
Fixed
attachTimeline
whenskipLibCheck
is disabled.v11.16.3
Compare Source
Fixed
press
,hover
, andinView
callbacks before calling.v11.16.2
Compare Source
Fixed
v11.16.1
Compare Source
Fixed
displayName
tomotion
components.press
doesn't overridetabindex
when explicitly set.v11.16.0
Compare Source
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.0Compare 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.
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.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 🎨
triangle-dashed
(#2652) by @Yohhv0.470.0
: New icons 0.470.0Compare Source
New icons 🎨
house-wifi
(#2723) by @akshaymemaneModified Icons 🔨
rat
(#2692) by @jguddasmicrosoft/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.
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, andtypescript
to 5.7.3.