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 dev-dependencies group across 1 directory with 18 updates #1136

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 17 updates in the / directory:

Package From To
@emotion/styled 11.13.5 11.14.0
@mui/material 6.1.8 6.3.1
@mui/x-charts 7.22.3 7.23.2
@slack/web-api 7.7.0 7.8.0
@vercel/blob 0.26.0 0.27.0
@vercel/functions 1.5.0 1.5.2
next 14.2.18 14.2.22
next-auth 4.24.10 4.24.11
react-hot-toast 2.4.1 2.5.1
react-select 5.8.3 5.9.0
@playwright/test 1.49.0 1.49.1
@types/node 22.9.3 22.10.5
@typescript-eslint/eslint-plugin 8.15.0 8.19.0
@typescript-eslint/parser 8.15.0 8.19.0
eslint-config-next 15.0.3 15.1.3
prettier 3.3.3 3.4.2
tailwindcss 3.4.15 3.4.17

Updates @emotion/styled from 11.13.5 to 11.14.0

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.14.0

Minor Changes

  • #3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.

Patch Changes

  • Updated dependencies [e1bf17e]:
    • @​emotion/use-insertion-effect-with-fallbacks@​1.2.0
Commits

Updates @mui/material from 6.1.8 to 6.3.1

Release notes

Sourced from @​mui/material's releases.

v6.3.1

Jan 3, 2025

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

v6.3.0

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

  • Fix invalid HTML structure in the Accordion component (#44408) @​ZeeshanTamboli The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles.

@mui/[email protected]

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

6.3.1

Jan 3, 2025

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

6.3.0

Dec 23, 2024

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

  • Fix invalid HTML structure in the Accordion component (#44408) @​ZeeshanTamboli The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles.

... (truncated)

Commits

Updates @mui/system from 6.1.8 to 6.3.1

Release notes

Sourced from @​mui/system's releases.

v6.3.1

Jan 3, 2025

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

v6.3.0

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

  • Fix invalid HTML structure in the Accordion component (#44408) @​ZeeshanTamboli The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles.

@mui/[email protected]

... (truncated)

Changelog

Sourced from @​mui/system's changelog.

6.3.1

Jan 3, 2025

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

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

6.3.0

Dec 23, 2024

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

  • Fix invalid HTML structure in the Accordion component (#44408) @​ZeeshanTamboli The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div). This will only impact you if you used the HTML element as selectors in your styles.

... (truncated)

Commits

Updates @mui/x-charts from 7.22.3 to 7.23.2

Release notes

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

v7.23.2

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

  • 🌍 Improve Romanian and Turkish locales on the Data Grid
  • 🌍 Improve Romanian locale on the Pickers
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible: @​ihsanberkozcan, @​k-rajat19, @​lhilgert9, @​nusr, @​rares985.

Following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​flaviendelangle, @​JCQuintas, @​KenanYusuf, @​LukasTy.

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:

  • [DataGridPremium] Fix group column ignoring valueOptions for singleSelect column type (#15754) @​arminmeh

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

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

Charts

@mui/[email protected]

... (truncated)

Changelog

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

7.23.2

Dec 12, 2024

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

  • 🌍 Improve Romanian and Turkish locales on the Data Grid
  • 🌍 Improve Romanian locale on the Pickers
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible: @​ihsanberkozcan, @​k-rajat19, @​lhilgert9, @​nusr, @​rares985.

Following are all team members who have contributed to this release: @​alexfauquette, @​arminmeh, @​flaviendelangle, @​JCQuintas, @​KenanYusuf, @​LukasTy.

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:

  • [DataGridPremium] Fix group column ignoring valueOptions for singleSelect column type (#15754) @​arminmeh

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

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

... (truncated)

Commits

Updates @slack/web-api from 7.7.0 to 7.8.0

Release notes

Sourced from @​slack/web-api's releases.

@​slack/web-api@​7.8.0

What's Changed

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@​slack/cli-hooks@​1.1.2...@​slack/web-api@​7.8.0

Commits
  • 1f8e880 Release: @​slack/webhook@​7.0.4, @​slack/web-api@​7.8.0 (#2118)
  • 96d846a ci: check for changes to lints separate from writing changes (#2117)
  • 4cbe2cf chore(deps): bump minimum axios version for web-api and webhook to avoid secu...
  • 6750da0 chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/socket-mode in...
  • 83fbba4 chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/oauth in the d...
  • 07103cf chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/cli-test in th...
  • 15380a0 chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/logger in the ...
  • c97250d chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/web-api in the...
  • 06e8067 chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /packages/cli-hooks in t...
  • a96d6d9 chore(deps-dev): bump typedoc-plugin-markdown in /docs
  • Additional commits viewable in compare view

Updates @vercel/blob from 0.26.0 to 0.27.0

Release notes

Sourced from @​vercel/blob's releases.

@​vercel/blob@​0.27.0

Minor Changes

  • 7872e61: contentType default is now 'application/octet-stream' instead of undefined
Changelog

Sourced from @​vercel/blob's changelog.

0.27.0

Minor Changes

  • 7872e61: contentType default is now 'application/octet-stream' instead of undefined
Commits

Updates @vercel/functions from 1.5.0 to 1.5.2

Release notes

Sourced from @​vercel/functions's releases.

@​vercel/functions@​1.5.2

Patch Changes

  • [vercel/functions] add geolocation.postalCode (#12753)

@​vercel/functions@​1.5.1

Patch Changes

  • [@​vercel/functions] update headers doc (#12649)
Changelog

Sourced from @​vercel/functions's changelog.

1.5.2

Patch Changes

  • [vercel/functions] add geolocation.postalCode (#12753)

1.5.1

Patch Changes

  • [@​vercel/functions] update headers doc (#12649)
Commits

Updates next from 14.2.18 to 14.2.22

Release notes

Sourced from next's releases.

v14.2.22

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

Core Changes

  • Retry manifest file loading only in dev mode: #73900
  • Ensure workers are cleaned up: #71564
  • Use shared worker for lint & typecheck steps: #74154

Credits

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

v14.2.21

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

Core Changes

Misc Changes

Credits

Huge thanks to @​unstubbable, @​ztanner, and @​styfle for helping!

v14.2.20

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

Core Changes

Credits

Huge thanks to @​wyattjoh for helping!

v14.2.19

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

Core Changes

  • ensure worker exits bubble to parent process (#73433)
  • Increase max cache tags to 128 (#73125)

Misc Changes

  • Update max tag items limit in docs (#73445)

... (truncated)

Commits

Updates next-auth from 4.24.10 to 4.24.11

Commits

Updates react-hot-toast from 2.4.1 to 2.5.1

Commits

Bumps the dev-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.5` | `11.14.0` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.8` | `6.3.1` |
| [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) | `7.22.3` | `7.23.2` |
| [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `7.7.0` | `7.8.0` |
| [@vercel/blob](https://github.com/vercel/storage/tree/HEAD/packages/blob) | `0.26.0` | `0.27.0` |
| [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `1.5.0` | `1.5.2` |
| [next](https://github.com/vercel/next.js) | `14.2.18` | `14.2.22` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.10` | `4.24.11` |
| [react-hot-toast](https://github.com/timolins/react-hot-toast) | `2.4.1` | `2.5.1` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.3` | `5.9.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.49.0` | `1.49.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.15.0` | `8.19.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.15.0` | `8.19.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.0.3` | `15.1.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.17` |



Updates `@emotion/styled` from 11.13.5 to 11.14.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@mui/material` from 6.1.8 to 6.3.1
- [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.3.1/packages/mui-material)

Updates `@mui/system` from 6.1.8 to 6.3.1
- [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.3.1/packages/mui-system)

Updates `@mui/x-charts` from 7.22.3 to 7.23.2
- [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.23.2/packages/x-charts)

Updates `@slack/web-api` from 7.7.0 to 7.8.0
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected])

Updates `@vercel/blob` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/vercel/storage/releases)
- [Changelog](https://github.com/vercel/storage/blob/main/packages/blob/CHANGELOG.md)
- [Commits](https://github.com/vercel/storage/commits/@vercel/[email protected]/packages/blob)

Updates `@vercel/functions` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/[email protected]/packages/functions)

Updates `next` from 14.2.18 to 14.2.22
- [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.18...v14.2.22)

Updates `next-auth` from 4.24.10 to 4.24.11
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.11)

Updates `react-hot-toast` from 2.4.1 to 2.5.1
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](timolins/react-hot-toast@v2.4.1...v2.5.1)

Updates `react-select` from 5.8.3 to 5.9.0
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.9.0)

Updates `@playwright/test` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

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

Updates `@typescript-eslint/eslint-plugin` from 8.15.0 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.15.0 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/parser)

Updates `eslint-config-next` from 15.0.3 to 15.1.3
- [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/v15.1.3/packages/eslint-config-next)

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

Updates `tailwindcss` from 3.4.15 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.17)

---
updated-dependencies:
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@mui/system"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@mui/x-charts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@slack/web-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vercel/blob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vercel/functions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: react-hot-toast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Aktualizace závislostí label Jan 6, 2025
@zoul
Copy link
Member

zoul commented Jan 9, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2025

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

@dependabot dependabot bot closed this Jan 9, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-6a55a4f2ba branch January 9, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Aktualizace závislostí
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant