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 minor-and-patch group with 7 updates #59

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the minor-and-patch group with 7 updates:

Package From To
@mui/material 6.3.1 6.4.0
lucide-react 0.471.0 0.473.0
yjs 13.6.22 13.6.23
@types/node 22.10.5 22.10.7
@types/react 19.0.6 19.0.7
postcss 8.4.49 8.5.1
prettier-plugin-tailwindcss 0.6.9 0.6.10

Updates @mui/material from 6.3.1 to 6.4.0

Release notes

Sourced from @​mui/material's releases.

v6.4.0

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​good-jinu, @​headironc, @​iaziz11, @​IceOfSummer, @​Janpot, @​LukasTy, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siddhantantil39, @​siriwatknp, @​yashdev16, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

6.4.0

Jan 13, 2025

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​good-jinu, @​headironc, @​iaziz11, @​IceOfSummer, @​Janpot, @​LukasTy, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siddhantantil39, @​siriwatknp, @​yashdev16, @​ZeeshanTamboli

Commits

Updates lucide-react from 0.471.0 to 0.473.0

Release notes

Sourced from lucide-react's releases.

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

Commits

Updates yjs from 13.6.22 to 13.6.23

Release notes

Sourced from yjs's releases.

v13.6.23

  • expose getItemCleanStart/End e53c44e3

yjs/yjs@v13.6.22...v13.6.23

Commits

Updates @types/node from 22.10.5 to 22.10.7

Commits

Updates @types/react from 19.0.6 to 19.0.7

Commits

Updates postcss from 8.4.49 to 8.5.1

Release notes

Sourced from postcss's releases.

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).
Commits

Updates prettier-plugin-tailwindcss from 0.6.9 to 0.6.10

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.10

  • Add support for @zackad/prettier-plugin-twig (#327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#327)
  • Update Prettier options types (#325)
  • Don't remove whitespace inside template literals in Svelte (#332)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.10] - 2025-01-15

  • Add support for @zackad/prettier-plugin-twig (#327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#327)
  • Update Prettier options types (#325)
  • Don't remove whitespace inside template literals in Svelte (#332)
Commits
  • b08ed2f 0.6.10
  • 9481dd0 Fix erroneous template string whitespace formatting in Svelte (#332)
  • a9201df Add missing properties to PluginOptions type (#325)
  • 04184b8 Replace support for @zackad/prettier-plugin-twig-melody with `@zackad/prett...
  • 90b0253 Sort class to end of list (#334)
  • See full diff 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

Bumps the minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.3.1` | `6.4.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.471.0` | `0.473.0` |
| [yjs](https://github.com/yjs/yjs) | `13.6.22` | `13.6.23` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.6` | `19.0.7` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.9` | `0.6.10` |


Updates `@mui/material` from 6.3.1 to 6.4.0
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.4.0/packages/mui-material)

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

Updates `yjs` from 13.6.22 to 13.6.23
- [Release notes](https://github.com/yjs/yjs/releases)
- [Commits](yjs/yjs@v13.6.22...v13.6.23)

Updates `@types/node` from 22.10.5 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.0.6 to 19.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `postcss` from 8.4.49 to 8.5.1
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.49...8.5.1)

Updates `prettier-plugin-tailwindcss` from 0.6.9 to 0.6.10
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.9...v0.6.10)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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

netlify bot commented Jan 20, 2025

👷 Deploy Preview for yjs-inspector processing.

Name Link
🔨 Latest commit 3326923
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/678dc469f1fb9c00084d40ea

Copy link

netlify bot commented Jan 20, 2025

Deploy Preview for yjs-inspector ready!

Name Link
🔨 Latest commit 3326923
🔍 Latest deploy log https://app.netlify.com/sites/yjs-inspector/deploys/678dc469f1fb9c00084d40ea
😎 Deploy Preview https://deploy-preview-59--yjs-inspector.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lawvs lawvs merged commit e043643 into main Jan 20, 2025
5 checks passed
@lawvs lawvs deleted the dependabot/npm_and_yarn/minor-and-patch-d367d84741 branch January 20, 2025 06:26
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