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 dependencies (non-major) #903

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/core (source) 5.5.0 -> 5.5.1 age adoption passing confidence
@capacitor/ios (source) 5.5.0 -> 5.5.1 age adoption passing confidence
@dnd-kit/core 6.0.8 -> 6.1.0 age adoption passing confidence
@dnd-kit/utilities 3.2.1 -> 3.2.2 age adoption passing confidence
@fontsource/inter (source) 5.0.13 -> 5.0.15 age adoption passing confidence
@formkit/auto-animate 0.8.0 -> 0.8.1 age adoption passing confidence
@mui/icons-material (source) 5.14.14 -> 5.14.16 age adoption passing confidence
@mui/joy (source) 5.0.0-beta.11 -> 5.0.0-beta.14 age adoption passing confidence
@mui/material (source) 5.14.14 -> 5.14.17 age adoption passing confidence
@mui/system (source) 5.14.14 -> 5.14.17 age adoption passing confidence
@mui/x-date-pickers (source) 6.16.2 -> 6.18.0 age adoption passing confidence
@types/pulltorefreshjs (source) 0.1.6 -> 0.1.7 age adoption passing confidence
i18next-http-backend 2.2.2 -> 2.3.1 age adoption passing confidence
lexical-beautiful-mentions 0.1.17 -> 0.1.19 age adoption passing confidence
react-router-dom 6.17.0 -> 6.18.0 age adoption passing confidence
sonner (source) 1.0.3 -> 1.2.0 age adoption passing confidence
zustand 4.4.3 -> 4.4.6 age adoption passing confidence

Release Notes

ionic-team/capacitor (@​capacitor/core)

v5.5.1

Compare Source

Bug Fixes
clauderic/dnd-kit (@​dnd-kit/core)

v6.1.0

Compare Source

Minor Changes
  • #​1271 bc588c7 Thanks @​clauderic! - Introduce bypassActivationConstraint() option for PointerSensor, MouseSensor and TouchSensor. This optional argument can be used to conditionally bypass activation constraints. An example use-case would be to bypass activation constraints when the activator event target is the activatorNode of a draggable source.

    useSensor(PointerSensor, {
      activationConstraint: {
        delay: 250,
        tolerance: 5,
      },
      bypassActivationConstraint({event, activeNode}) {
        return activeNode.activatorNode.current?.contains(event.target);
      },
    });
  • #​1269 b417f0f Thanks @​clauderic! - Allow delay and distance activation constraints to be used concurrently for MouseSensor, TouchSensor and PointerSensor.

Patch Changes
clauderic/dnd-kit (@​dnd-kit/utilities)

v3.2.2

Compare Source

Patch Changes
fontsource/font-files (@​fontsource/inter)

v5.0.15

Compare Source

v5.0.14

Compare Source

formkit/auto-animate (@​formkit/auto-animate)

v0.8.1

Compare Source

🐛 Bug fixes
  • Memoizes options in React to prevent recursive updates (fix for #​166).
mui/material-ui (@​mui/icons-material)

v5.14.16

Compare Source

Oct 31, 2023

A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]
  • ​Fix ownerstate being propagated to DOM node when using styled-components v6 (#​39586) @​mnajdova
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Best-Sardar, @​DanailH, @​danilo-leal, @​DiegoAndai, @​emamoah, @​gitstart, @​Janpot, @​jcoyle37, @​mj12albert, @​mnajdova, @​Nkzn, @​oliviertassinari, @​Popppins, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.14.15

Compare Source

Oct 24, 2023

A big thanks to the 17 contributors who made this release possible.

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Best-Sardar, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​Evan151, @​gitstart, @​hjalti-lifekeys, @​mj12albert, @​mnajdova, @​mwskwong, @​oliviertassinari, @​romgrk, @​Semigradsky, @​siriwatknp, @​VadimZvf, @​zanivan

mui/mui-x (@​mui/x-date-pickers)

v6.18.0

Compare Source

Nov 3, 2023

We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 The Charts package is now officially stable!
  • 🥧 Pie charts are now animated.
  • 📈 Line charts now support partial data, and can interpolate missing data.
line charts with partial data
  • ✨ Allow to ignore diacritics when filtering
  • 📚 Documentation improvements
Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts / @mui/[email protected]
Docs
Core

v6.17.0

Compare Source

Oct 27, 2023

We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 The Tree View package is now officially stable!

tree-view-example

  • ✨ Improve the handling of non-numeric values by Data Grid aggregation
  • 🚀 Support lines with different domains on the line charts
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts / @mui/[email protected]
Tree View / @mui/[email protected]

No change

Docs

v6.16.3

Compare Source

Oct 20, 2023

We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Add a Data Grid recipe for saving & restoring state
  • 💫 Support animations on the bar chart
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/[email protected]
  • [DataGrid] Allow passing readonly arrays to columns and sortingOrder props (#​10686) @​pcorpet
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Charts / @mui/[email protected]
Docs
Core
i18next/i18next-http-backend (i18next-http-backend)

v2.3.1

Compare Source

  • fix for browser usage

v2.3.0

Compare Source

  • update deps
sodenn/lexical-beautiful-mentions (lexical-beautiful-mentions)

v0.1.19

Compare Source

Patch Changes
  • 215e1ed: feat(Menu): add callback fired when the user selects a menu item
  • 7391fb0: fix(Menu): remove typeahead element from DOM after menu is closed

v0.1.18

Compare Source

Patch Changes
  • 50d0ae0: feat(BeautifulMentionComponentProps): data prop with generic type
  • 7e14758: feat(): drop check for slash
remix-run/react-router (react-router-dom)

v6.18.0

Compare Source

Minor Changes
  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#​10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#​10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere
Patch Changes
  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#​10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#​10962)
  • Updated dependencies:
emilkowalski/sonner (sonner)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v1.1.0...v1.2.0

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v1.0.0...v1.1.0

pmndrs/zustand (zustand)

v4.4.6

Compare Source

v4.4.5 has an issue with some TypeScript configs about module resolution. It should be fixed now. Thanks for the patience.

What's Changed

Ne


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 19, 2023

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

Name Status Preview Comments Updated (UTC)
2do-txt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 8:58pm

@renovate renovate bot changed the title fix(deps): update dependency @fontsource/inter to v5.0.14 fix(deps): update dependencies (non-major) Oct 20, 2023
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 257c5ae to feaba32 Compare October 20, 2023 21:37
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from feaba32 to 77378f7 Compare October 21, 2023 15:05
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 77378f7 to e899f97 Compare October 22, 2023 01:12
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from e899f97 to 93569c7 Compare October 22, 2023 15:28
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 93569c7 to f052848 Compare October 24, 2023 17:48
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from f052848 to c55ee44 Compare October 25, 2023 16:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c55ee44 to ff08f65 Compare October 27, 2023 13:00
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from ff08f65 to a931d2e Compare October 28, 2023 16:21
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from a931d2e to a8563ff Compare October 31, 2023 04:09
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from a8563ff to 37c77a2 Compare October 31, 2023 12:15
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 37c77a2 to 492ca49 Compare October 31, 2023 16:26
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 492ca49 to 835fb2f Compare November 3, 2023 01:24
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 835fb2f to d94bd1d Compare November 3, 2023 14:29
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from d94bd1d to 8683019 Compare November 4, 2023 16:39
@sodenn sodenn merged commit 11d3548 into main Nov 7, 2023
10 checks passed
@sodenn sodenn deleted the renovate/dependencies-(non-major) branch November 7, 2023 21:03
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.

1 participant