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

Bump the libs group across 1 directory with 14 updates #36

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2024

Bumps the libs group with 14 updates in the / directory:

Package From To
@headlessui/react 2.1.8 2.1.9
@mui/material 6.1.1 6.1.3
@mui/material-nextjs 6.1.1 6.1.3
@mui/x-date-pickers 7.18.0 7.19.0
@prisma/client 5.19.1 5.20.0
jks-js 1.1.3 1.1.4
next 14.2.13 14.2.15
node-device-detector 2.1.4 2.1.5
@types/node 20.16.5 22.7.5
@types/react 18.3.8 18.3.11
eslint 8.57.1 9.12.0
eslint-config-next 14.2.5 14.2.15
prisma 5.19.1 5.20.0
typescript 5.6.2 5.6.3

Updates @headlessui/react from 2.1.8 to 2.1.9

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.9

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)
Changelog

Sourced from @​headlessui/react's changelog.

[2.1.9] - 2024-10-03

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)
Commits
  • 2422250 2.1.9 - @​headlessui/react
  • 02b43d0 Cleanup process in Combobox component when using virtualization (#3495)
  • 63daa86 Fix crash when using instanceof HTMLElement in some environments (#3494)
  • f2c80c4 Ensure Element is available before polyfilling (#3493)
  • 5ca68a9 Update react types to avoid unbound method lint errors (#3480)
  • See full diff in compare view

Updates @mui/material from 6.1.1 to 6.1.3

Release notes

Sourced from @​mui/material's releases.

v6.1.2

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

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.1.3

Oct 9, 2024

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

  • 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @​romgrk

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Commits

Updates @mui/material-nextjs from 6.1.1 to 6.1.3

Release notes

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

v6.1.2

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

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

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

v6.1.3

Oct 9, 2024

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

  • 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @​romgrk

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

... (truncated)

Commits

Updates @mui/x-date-pickers from 7.18.0 to 7.19.0

Release notes

Sourced from @​mui/x-date-pickers's releases.

v7.19.0

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

  • 🔁 Automatic parents and children selection for Data Grid "tree data" and "row grouping" features
  • 💫 Support minHeight and maxHeight on flex parent container for the Data Grid component
  • 🎁 Export publicAPI from the useTreeItem2Utils hook for the Tree View
  • 🌍 Improve Bulgarian (bg-BG), Croatian (hr-HR), French (fr-FR), German (de-DE), Japanese (ja-JP) and Vietnamese (vi-VN) locales and add Portuguese (pt-PT) locale on the Data Grid component
  • 🌏 Improve Czech (cs-CZ) and Portuguese (pt-BR) locales and add Bulgarian (bg-BG), Croatian (hr-HR) and Portuguese (pt-PT) locales on the Pickers components
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to our community contributors who have helped make this release possible: @​AWAIS97, @​chucamphong, @​GMchris, @​JakubSveda, @​k-rajat19, @​k725, @​lhilgert9, @​ruiaraujo012, @​Sanderand, @​thomasmoon, @​vallereaugabriel. Following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​arthurbalduini, @​cherniavskii, @​flaviendelangle, @​Janpot, @​JCQuintas, @​KenanYusuf, @​MBilalShafi, @​michelengelen, @​noraleonte, @​oliviertassinari, @​romgrk, @​sai6855, @​samuelsycamore.

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:

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

7.19.0

Oct 4, 2024

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

  • 🔁 Automatic parents and children selection for Data Grid "tree data" and "row grouping" features
  • 💫 Support minHeight and maxHeight on flex parent container for the Data Grid component
  • 🎁 Export publicAPI from the useTreeItem2Utils hook for the Tree View
  • 🌍 Improve Bulgarian (bg-BG), Croatian (hr-HR), French (fr-FR), German (de-DE), Japanese (ja-JP) and Vietnamese (vi-VN) locales and add Portuguese (pt-PT) locale on the Data Grid component
  • 🌏 Improve Czech (cs-CZ) and Portuguese (pt-BR) locales and add Bulgarian (bg-BG), Croatian (hr-HR) and Portuguese (pt-PT) locales on the Pickers components
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks goes out to our community contributors who have helped make this release possible: @​AWAIS97, @​chucamphong, @​GMchris, @​JakubSveda, @​k-rajat19, @​k725, @​lhilgert9, @​ruiaraujo012, @​Sanderand, @​thomasmoon, @​vallereaugabriel. Following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​arthurbalduini, @​cherniavskii, @​flaviendelangle, @​Janpot, @​JCQuintas, @​KenanYusuf, @​MBilalShafi, @​michelengelen, @​noraleonte, @​oliviertassinari, @​romgrk, @​sai6855, @​samuelsycamore.

Data Grid

@mui/[email protected]

@mui/[email protected] pro

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

  • [DataGridPro] Fix dragging styles removal in column reorder (Description has been truncated

Bumps the libs group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.8` | `2.1.9` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.1` | `6.1.3` |
| [@mui/material-nextjs](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material-nextjs) | `6.1.1` | `6.1.3` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `7.18.0` | `7.19.0` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.19.1` | `5.20.0` |
| [jks-js](https://github.com/lenchv/jks-js) | `1.1.3` | `1.1.4` |
| [next](https://github.com/vercel/next.js) | `14.2.13` | `14.2.15` |
| [node-device-detector](https://github.com/sanchezzzhak/node-device-detector) | `2.1.4` | `2.1.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.5` | `22.7.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.8` | `18.3.11` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.12.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `14.2.15` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.19.1` | `5.20.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |



Updates `@headlessui/react` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `@mui/material` from 6.1.1 to 6.1.3
- [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.1.3/packages/mui-material)

Updates `@mui/material-nextjs` from 6.1.1 to 6.1.3
- [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.1.3/packages/mui-material-nextjs)

Updates `@mui/x-date-pickers` from 7.18.0 to 7.19.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.19.0/packages/x-date-pickers)

Updates `@prisma/client` from 5.19.1 to 5.20.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.20.0/packages/client)

Updates `jks-js` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/lenchv/jks-js/releases)
- [Changelog](https://github.com/lenchv/jks-js/blob/master/CHANGELOG.md)
- [Commits](lenchv/jks-js@v1.1.3...v1.1.4)

Updates `next` from 14.2.13 to 14.2.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.13...v14.2.15)

Updates `node-device-detector` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/sanchezzzhak/node-device-detector/releases)
- [Commits](sanchezzzhak/node-device-detector@2.1.4...2.1.5)

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

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

Updates `eslint` from 8.57.1 to 9.12.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.12.0)

Updates `eslint-config-next` from 14.2.5 to 14.2.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.15/packages/eslint-config-next)

Updates `prisma` from 5.19.1 to 5.20.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.20.0/packages/cli)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: "@mui/material-nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: jks-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: node-device-detector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libs
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 9, 2024
Copy link

sonarqubecloud bot commented Oct 9, 2024

Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2024

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

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/libs-ee9af0ecf7 branch October 14, 2024 21:06
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants