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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.9.1 -> 9.10.0 age adoption passing confidence
@types/node (source) 22.5.1 -> 22.5.5 age adoption passing confidence
@types/react (source) 18.3.5 -> 18.3.8 age adoption passing confidence
embla-carousel-autoplay (source) 8.2.0 -> 8.3.0 age adoption passing confidence
embla-carousel-react (source) 8.2.0 -> 8.3.0 age adoption passing confidence
eslint (source) 9.9.1 -> 9.10.0 age adoption passing confidence
eslint-config-next (source) 14.2.7 -> 14.2.13 age adoption passing confidence
eslint-plugin-react 7.35.2 -> 7.36.1 age adoption passing confidence
fast-xml-parser 4.4.1 -> 4.5.0 age adoption passing confidence
framer-motion 11.3.31 -> 11.5.5 age adoption passing confidence
lucide-react (source) ^0.437.0 -> ^0.441.0 age adoption passing confidence
next (source) 14.2.7 -> 14.2.13 age adoption passing confidence
postcss (source) 8.4.42 -> 8.4.47 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.12 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
typescript-eslint (source) 8.4.0 -> 8.6.0 age adoption passing confidence
vaul (source) 0.9.1 -> 0.9.4 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.10.0

Compare Source

davidjerleke/embla-carousel (embla-carousel-autoplay)

v8.3.0

Compare Source

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

Full Changelog: davidjerleke/embla-carousel@v8.2.1...v8.3.0

v8.2.1

Compare Source

Sponsor

Embla Carousel is an open source MIT licensed project. If you are interested in supporting this project you can sponsor it here:

What's Changed

New Contributors

Full Changelog: davidjerleke/embla-carousel@v8.2.0...v8.2.1

eslint/eslint (eslint)

v9.10.0

Compare Source

vercel/next.js (eslint-config-next)

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed
NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v4.5.0

Compare Source

framer/motion (framer-motion)

v11.5.5

Compare Source

Fixed
  • Changed values of child variants now animate even when the parent variant name hasn't changed.

v11.5.4

Compare Source

Fixed
  • Improving tree-shakability.

v11.5.3

Compare Source

Fixed
  • Reorder components now import motion proxy.

v11.5.2

Compare Source

Added
  • Changing motion() deprecation warning to warnOnce.

v11.5.1

Compare Source

Added
  • Exporting findSpring for internal use.

v11.5.0

Compare Source

Added
  • motion.create() and m.create().
Deprecrated
  • motion() and m().

v11.4.0

Compare Source

Added
  • Support for React Server Components, including new entrypoints for motion and m components.
lucide-icons/lucide (lucide-react)

v0.441.0: New icons 0.441.0

Compare Source

New icons 🎨

v0.440.0: New icons 0.440.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.439.0: New icons 0.439.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.438.0: New icons 0.438.0

Compare Source

New icons 🎨

Modified Icons 🔨

vercel/next.js (next)

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.12

Compare Source

v3.4.11

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.6.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.5.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

emilkowalski/vaul (vaul)

v0.9.4

Compare Source

v0.9.3

Compare Source

What's Changed

Most importantly the scroll top issue should now be gone, issues with controlled state/defaultOpen prop should also be fixed.

If you are scaling background, please ensure to change [vaul-drawer-wrapper] to [data-vaul-drawer-wrapper]. I'll make it backwards compatible in v0.9.4.

New Contributors

Full Changelog: emilkowalski/vaul@v0.9.2...v0.9.3

v0.9.2

Compare Source

Expect much more updates in the very near future :)

What's Changed

New Contributors

Full Changelog: emilkowalski/vaul@v0.9.1...v0.9.2


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

vercel bot commented Jul 14, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
www ⬜️ Ignored (Inspect) Visit Preview Sep 20, 2024 5:55am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1a5185f to 673c98d Compare July 21, 2024 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 673c98d to 3d5cac1 Compare July 24, 2024 02:19
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f44d693 to eb4db34 Compare July 30, 2024 08:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d4c954b to a6dc481 Compare August 8, 2024 05:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 805cb41 to 0b36ba1 Compare August 17, 2024 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 396284a to d0a874b Compare August 25, 2024 20:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b8890cf to d18dd03 Compare September 2, 2024 11:53
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0ac6809 to 8af9b45 Compare September 10, 2024 06:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 9f3a0cc to 3202592 Compare September 19, 2024 08:44
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