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

⬆️(dependencies) update js dependencies #987

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/cache (source) 11.13.5 -> 11.14.0 age adoption passing confidence
@emotion/react (source) 11.13.5 -> 11.14.0 age adoption passing confidence
@emotion/styled (source) 11.13.5 -> 11.14.0 age adoption passing confidence
@faker-js/faker (source) 9.2.0 -> 9.3.0 age adoption passing confidence
@formatjs/cli 6.3.11 -> 6.3.14 age adoption passing confidence
@mui/icons-material (source) 6.1.9 -> 6.3.0 age adoption passing confidence
@mui/lab (source) 6.0.0-beta.17 -> 6.0.0-beta.21 age adoption passing confidence
@mui/material (source) 6.1.9 -> 6.3.0 age adoption passing confidence
@mui/x-data-grid (source) 7.23.0 -> 7.23.5 age adoption passing confidence
@mui/x-date-pickers (source) 7.23.0 -> 7.23.3 age adoption passing confidence
@playwright/experimental-ct-react (source) 1.49.0 -> 1.49.1 age adoption passing confidence
@playwright/test (source) 1.49.0 -> 1.49.1 age adoption passing confidence
@tanstack/react-query (source) 5.62.2 -> 5.62.11 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.62.2 -> 5.62.11 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.2 age adoption passing confidence
@types/react (source) 18.3.12 -> 19.0.2 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 19.0.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.17.0 -> 8.18.2 age adoption passing confidence
@typescript-eslint/parser (source) 8.17.0 -> 8.18.2 age adoption passing confidence
@uiw/react-md-editor (source) 4.0.4 -> 4.0.5 age adoption passing confidence
dotenv 16.4.6 -> 16.4.7 age adoption passing confidence
eslint-config-next (source) 15.0.3 -> 15.1.3 age adoption passing confidence
eslint-import-resolver-webpack (source) 0.13.9 -> 0.13.10 age adoption passing confidence
eslint-plugin-compat 6.0.1 -> 6.0.2 age adoption passing confidence
eslint-plugin-formatjs 5.2.5 -> 5.2.8 age adoption passing confidence
eslint-plugin-jest 28.9.0 -> 28.10.0 age adoption passing confidence
eslint-plugin-react 7.37.2 -> 7.37.3 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.0.0 -> 5.1.0 age adoption passing confidence
msw (source) 2.6.6 -> 2.7.0 age adoption passing confidence
next (source) 15.0.3 -> 15.1.3 age adoption passing confidence
prettier (source) 3.4.1 -> 3.4.2 age adoption passing confidence
react (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react-dom (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react-hook-form (source) 7.53.2 -> 7.54.2 age adoption passing confidence
react-intl (source) 7.0.1 -> 7.0.4 age adoption passing confidence
sass 1.81.1 -> 1.83.0 age adoption passing confidence
yup 1.4.0 -> 1.6.1 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/cache)

v11.14.0

Compare Source

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
faker-js/faker (@​faker-js/faker)

v9.3.0

Compare Source

Features
Changed Locales
Bug Fixes
  • internet: ensure domainWord always returns a valid value in all locales (#​3253) (525fedc)
  • locale: add Isadora to female names in pt_BR for consistency (#​3282) (b390432)
  • locale: fix incorrect accents in it first_name (#​3281) (e0fb23e)
formatjs/formatjs (@​formatjs/cli)

v6.3.14

Compare Source

Note: Version bump only for package @​formatjs/cli

v6.3.13

Compare Source

Note: Version bump only for package @​formatjs/cli

v6.3.12

Note: Version bump only for package @​formatjs/cli

mui/material-ui (@​mui/icons-material)

v6.3.0

Compare Source

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.
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​ZeeshanTamboli

v6.2.1

Compare Source

Dec 17, 2024

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

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

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

v6.2.0

Compare Source

Dec 10, 2024

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

  • Material UI is now compatible with React 19 (#​44672) @​DiegoAndai
  • Fixed incorrect aria-orientation for vertical sliders. ArrowRight now increases the value and ArrowLeft decreases the value in vertical sliders; they were reversed in prior versions. (#​44537) @​mj12albert
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​bharatkashyap, @​DiegoAndai, @​Janpot, @​mj12albert, @​mnajdova, @​sai6855, @​SuperMaxine, @​vladmoroz, @​ZeeshanTamboli

v6.1.10

Compare Source

Dec 3, 2024

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

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

All contributors of this release in alphabetical order: @​albarv340, @​arishoham, @​DiegoAndai, @​joserodolfofreitas, @​MBilalShafi, @​mnajdova, @​oliviertassinari, @​renovate[bot], @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

mui/mui-x (@​mui/x-data-grid)

v7.23.5

Compare Source

Here are some highlights ✨:

  • 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos
Data Grid
@mui/[email protected]

No changes since @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].

v7.23.4

Compare Source

v7.23.3

Compare Source

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

  • 🌍 Improve Korean (ko-KR) locale on the Data Grid
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@​k-rajat19, @​good-jinu.
Following are all team members who have contributed to this release:
@​KenanYusuf, @​MBilalShafi, @​arminmeh, @​flaviendelangle.

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 and Time Pickers
@mui/[email protected]
  • [pickers] Add verification to disable skipped hours in spring forward DST

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency-related tasks. label Dec 9, 2024
@renovate renovate bot force-pushed the renovate/js-dependencies branch 18 times, most recently from 57ecdc9 to 8e96e13 Compare December 16, 2024 03:44
@renovate renovate bot force-pushed the renovate/js-dependencies branch 11 times, most recently from c257a15 to fc138e1 Compare December 18, 2024 20:02
@renovate renovate bot force-pushed the renovate/js-dependencies branch 7 times, most recently from 02ba1da to 7c37902 Compare December 24, 2024 13:22
@renovate renovate bot force-pushed the renovate/js-dependencies branch 2 times, most recently from 11519d0 to f368a3d Compare December 27, 2024 14:19
@renovate renovate bot force-pushed the renovate/js-dependencies branch from f368a3d to 8bba2e8 Compare December 27, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants