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

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.13.0 -> 22.13.1 age adoption passing confidence
framer-motion 12.0.6 -> 12.4.1 age adoption passing confidence
graphql-yoga (source) 5.10.11 -> 5.11.0 age adoption passing confidence
nextra 4.2.1 -> 4.2.5 age adoption passing confidence
nextra-theme-docs 4.2.1 -> 4.2.5 age adoption passing confidence
puppeteer (source) 24.1.1 -> 24.2.0 age adoption passing confidence
swr (source) 2.3.0 -> 2.3.2 age adoption passing confidence
terser (source) 5.37.0 -> 5.38.1 age adoption passing confidence

Release Notes

motiondivision/motion (framer-motion)

v12.4.1

Compare Source

Fixed
  • Check for transition in initial when animating removed values.

v12.4.0

Compare Source

Added
  • Added initial option to useInView.

v12.3.1

Compare Source

Fixed
  • Correctly applying CSS variables at the end of a mini animate animation.

v12.3.0

Compare Source

Added
  • Added usePresenceData to get custom data passed to AnimatePresence in descendant components.

v12.2.0

Compare Source

Added
  • Added unit support to useSpring.

v12.1.0

Compare Source

Fixed
  • Bug with AnimatePresence in React 19 strict mode.
Deprecated
  • Motion 3D.

v12.0.11

Compare Source

Fixed
  • Moving updateSVGDimensions to its own file to help with tree-shaking.

v12.0.10

Compare Source

Fixed
  • Providing MotionValue to motion component from motion/react-client entrypoint.

v12.0.9

Compare Source

Fixed
  • Removing React from bundle.

v12.0.8

Compare Source

Fixed
  • Infer type of children prop for motion.create.
dotansimha/graphql-yoga (graphql-yoga)

v5.11.0

Compare Source

Minor Changes
  • #​3727
    5fd15b8
    Thanks @​EmrysMyrddin! - Allow to configure the endpoint used by
    GraphiQL to send requests.

  • #​3736
    d13b8a4
    Thanks @​ardatan! - Now it is possible to replace or wrap the logic
    how GraphQLParams handled;

    By default Yoga calls Envelop to handle the parameters, but now you can replace it with your own
    logic.

    Example: Wrap the GraphQL handling pipeline in an AsyncLocalStorage

    function myPlugin(): Plugin {
      const context = new AsyncLocalStorage();
      return {
        onParams({ paramsHandler, setParamsHandler }) {
          const store = { foo: 'bar' }
          setParamsHandler(payload => context.run(store, paramsHandler, payload))
       }
    }
shuding/nextra (nextra)

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes

v4.2.3

Compare Source

Patch Changes

v4.2.2

Compare Source

Patch Changes
puppeteer/puppeteer (puppeteer)

v24.2.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
Bug Fixes
vercel/swr (swr)

v2.3.2

Compare Source

Patches

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

v2.3.1

Compare Source

Fixes
Misc

New Contributors

Full Changelog: vercel/swr@v2.3.0...v2.3.1

terser/terser (terser)

v5.38.1

Compare Source

  • Fix inlining non-call expressions into an optional_call?.()

v5.38.0

Compare Source

  • Remove console method-of-method calls (eg console.log.apply()) when drop_console option is used (#​1585)
  • Remove more object spreads, such as { ...void !0 } (#​1142)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link

vercel bot commented Feb 3, 2025

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

Name Status Preview Comments Updated (UTC)
gqlts ❌ Failed (Inspect) Feb 9, 2025 0:31am

@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.0.8 fix(deps): update dependency framer-motion to v12.0.11 Feb 3, 2025
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from ef9a8cf to 78e03d9 Compare February 3, 2025 18:20
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v12.0.11 fix(deps): update all non-major dependencies Feb 4, 2025
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 78e03d9 to c1d8d51 Compare February 4, 2025 01:26
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from c1d8d51 to 25c756d Compare February 4, 2025 18:06
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 25c756d to bb341da Compare February 5, 2025 05:40
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from bb341da to 50dee14 Compare February 5, 2025 09:28
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 50dee14 to 68919e3 Compare February 5, 2025 13:53
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 68919e3 to e110ba6 Compare February 5, 2025 18:26
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from e110ba6 to a6c3f41 Compare February 6, 2025 18:20
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from a6c3f41 to dc1e6c7 Compare February 7, 2025 01:47
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from dc1e6c7 to 0eb2396 Compare February 7, 2025 08:43
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 0eb2396 to 30c041e Compare February 9, 2025 00:31
@meabed meabed merged commit 51584ce into develop Feb 9, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant