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): bump the dependencies group across 1 directory with 10 updates #67

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps the dependencies group with 10 updates in the / directory:

Package From To
@mui/icons-material 6.3.0 6.4.3
@radix-ui/react-dialog 1.1.4 1.1.5
@radix-ui/react-dropdown-menu 2.1.4 2.1.5
@radix-ui/react-select 2.1.4 2.1.5
@radix-ui/react-tooltip 1.1.6 1.1.7
i18next 24.2.0 24.2.2
lucide-react 0.469.0 0.474.0
next 15.1.3 15.1.6
notistack 3.0.1 3.0.2
tailwind-merge 2.6.0 3.0.1

Updates @mui/icons-material from 6.3.0 to 6.4.3

Release notes

Sourced from @​mui/icons-material's releases.

v6.4.3

Feb 4, 2025

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

@mui/[email protected]

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​ZeeshanTamboli

v6.4.2

Jan 29, 2025

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

@mui/[email protected]

  • [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @​ZeeshanTamboli
  • [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @​joshkel
  • [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @​mj12albert

Core

Docs

All contributors of this release in alphabetical order: @​DiegoAndai, @​Janpot, @​joshkel, @​mj12albert, @​ZeeshanTamboli

v6.4.1

Jan 21, 2025

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

@mui/[email protected]

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

6.4.3

Feb 4, 2025

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

@mui/[email protected]

Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​ZeeshanTamboli

6.4.2

Jan 29, 2025

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

@mui/[email protected]

  • [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @​ZeeshanTamboli
  • [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @​joshkel
  • [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @​mj12albert

Core

Docs

All contributors of this release in alphabetical order: @​DiegoAndai, @​Janpot, @​joshkel, @​mj12albert, @​ZeeshanTamboli

6.4.1

... (truncated)

Commits

Updates @radix-ui/react-dialog from 1.1.4 to 1.1.5

Commits

Updates @radix-ui/react-dropdown-menu from 2.1.4 to 2.1.5

Commits

Updates @radix-ui/react-select from 2.1.4 to 2.1.5

Commits

Updates @radix-ui/react-tooltip from 1.1.6 to 1.1.7

Commits

Updates i18next from 24.2.0 to 24.2.2

Release notes

Sourced from i18next's releases.

v24.2.2

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829

v24.2.1

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278
Changelog

Sourced from i18next's changelog.

24.2.2

  • fix: Interpolation fails with arrays (TypeError) and doesn't work with objects in defaultValue 1829

24.2.1

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278
Commits

Updates lucide-react from 0.469.0 to 0.474.0

Release notes

Sourced from lucide-react's releases.

New icons 0.474.0

Modified Icons 🔨

New icons 0.473.0

Modified Icons 🔨

New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

Hotfix Lucide React exports

What's Changed

Dynamic Icon component Lucide React and new icons 0.471.0

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} />
);
</tr></table> 

... (truncated)

Commits

Updates next from 15.1.3 to 15.1.6

Release notes

Sourced from next's releases.

v15.1.6

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

Core Changes

  • fix: don't memory-leak promises passed to waitUntil (#75041)
  • backport: fix prerender issue with intercepting routes + generateStaticParams (#75170)

Credits

Huge thanks to @​lubieowoce and @​ztanner for helping!

v15.1.5

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

Core Changes

  • Fix missing revalidate with notFound() (#75009)
  • fix: when metadatabase is set we should not warn (#74840)
  • Fix @​vercel/og license SPDX expression (#74745)
  • fix: ts language server rule metadata should allow null (#74704)
  • fix: eslint rule of using img in metadata routes (#74864)
  • Fix presentation when onerror receives an event without error (#74643)
  • fix fetch lock not being consistently released #74623 (#75028)

Credits

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

v15.1.4

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

Core Changes

  • backport: force module format for virtual client-proxy (#74608)
  • Fix prerender tags when notFound is called (#74607)
  • Use provided waitUntil for pending revalidates (#74604)
  • Feature: next/image: add support for images.qualities in next.config (#74588)
  • Chore: docs: add missing search: '' on remotePatterns (#74587)
  • Chore: docs: update version history of next/image (#73923) (#74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#74569)

Credits

Huge thanks to @ and @ for helping!

Commits

Updates notistack from 3.0.1 to 3.0.2

Changelog

Sourced from notistack's changelog.

Thanks to all contributers who improved notistack by opening an issue/PR.

Commits

Updates tailwind-merge from 2.6.0 to 3.0.1

Release notes

Sourced from tailwind-merge's releases.

v3.0.1

Bug Fixes

  • Update info about supported Tailwind CSS version in README by @​dcastil in b9c136d
  • Update incorrect link in v3 changelog by @​dcastil in e22885e

Full Changelog: dcastil/tailwind-merge@v3.0.0...v3.0.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.0

Tailwind CSS v4 is here and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.

This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.

Check out the migration guide and if you have any questions, feel free to create an issue.

Breaking Changes

New Features

Bug Fixes

Documentation

Full Changelog: dcastil/tailwind-merge@v2.6.0...v3.0.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

Commits
  • 493fa8c v3.0.1
  • b9c136d update info about supported Tailwind CSS version in README
  • e22885e fix link in v3 changelog
  • 7378c16 v3.0.0
  • a00a8e6 change label added to new issues to context-v3
  • 7c8c994 Merge pull request #518 from dcastil/breaking-feature/513/tailwind-css-v4-sup...
  • 7f043a6 small tweaks
  • 1950ab6 add migration doc for tailwind-merge v3
  • ef00078 add removed custom separator support to breaking changes in v3 changelog
  • 752b103 remove separator from docs
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `6.3.0` | `6.4.3` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.5` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.4` | `2.1.5` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.1.4` | `2.1.5` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.7` |
| [i18next](https://github.com/i18next/i18next) | `24.2.0` | `24.2.2` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.469.0` | `0.474.0` |
| [next](https://github.com/vercel/next.js) | `15.1.3` | `15.1.6` |
| [notistack](https://github.com/iamhosseindhv/notistack) | `3.0.1` | `3.0.2` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.0.1` |



Updates `@mui/icons-material` from 6.3.0 to 6.4.3
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v6.4.3/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.4.3/packages/mui-icons-material)

Updates `@radix-ui/react-dialog` from 1.1.4 to 1.1.5
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-dropdown-menu` from 2.1.4 to 2.1.5
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-select` from 2.1.4 to 2.1.5
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-tooltip` from 1.1.6 to 1.1.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `i18next` from 24.2.0 to 24.2.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.2.0...v24.2.2)

Updates `lucide-react` from 0.469.0 to 0.474.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.474.0/packages/lucide-react)

Updates `next` from 15.1.3 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.3...v15.1.6)

Updates `notistack` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/iamhosseindhv/notistack/blob/master/CHANGELOG.md)
- [Commits](iamhosseindhv/notistack@v3.0.1...v3.0.2)

Updates `tailwind-merge` from 2.6.0 to 3.0.1
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@radix-ui/react-tooltip"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: notistack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2025
Copy link

vercel bot commented Feb 5, 2025

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

Name Status Preview Comments Updated (UTC)
pmfy ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 4:13am

Copy link

github-actions bot commented Feb 5, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 7.46% 217 / 2907
🔵 Statements 7.46% 217 / 2907
🔵 Functions 25% 26 / 104
🔵 Branches 45.08% 55 / 122
File CoverageNo changed files found.
Generated in workflow #64 for commit 187a9af by the Vitest Coverage Report Action

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-b6145c9633 branch February 6, 2025 03:39
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.

0 participants