Skip to content

fix(deps): update all dependencies #87

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.0 -> 7.27.1 age adoption passing confidence
@emotion/react (source) 11.13.3 -> 11.14.0 age adoption passing confidence
@emotion/styled (source) 11.13.0 -> 11.14.0 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.6.0 -> 6.7.2 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.6.0 -> 6.7.2 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.6.0 -> 6.7.2 age adoption passing confidence
@mui/material (source) ^6.0.0 -> ^7.0.0 age adoption passing confidence
@mui/styles (source) 6.1.6 -> 6.4.8 age adoption passing confidence
@reduxjs/toolkit (source) 2.3.0 -> 2.7.0 age adoption passing confidence
@size-limit/preset-small-lib 11.1.6 -> 11.2.0 age adoption passing confidence
@types/memoizee (source) 0.4.11 -> 0.4.12 age adoption passing confidence
@types/node (source) 22.9.0 -> 22.15.3 age adoption passing confidence
@types/react (source) ^18.2.56 -> ^19.0.0 age adoption passing confidence
@types/react (source) ^18.0.28 -> ^19.0.0 age adoption passing confidence
@types/react (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence
@types/react-dom (source) ^18.2.19 -> ^19.0.0 age adoption passing confidence
@types/react-dom (source) ^18.0.10 -> ^19.0.0 age adoption passing confidence
@types/react-dom (source) ^18.0.0 -> ^19.0.0 age adoption passing confidence
@​types/react-virtualized-auto-sizer 1.0.4 -> 1.0.8 age adoption passing confidence
babel-loader ^9.1.3 -> ^10.0.0 age adoption passing confidence
hotkeys-js (source) 3.13.7 -> 3.13.9 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
parcel 2.12.0 -> 2.14.4 age adoption passing confidence
prettier (source) 3.3.3 -> 3.5.3 age adoption passing confidence
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence
react-intl (source) ^6.6.2 -> ^7.0.0 age adoption passing confidence
react-is (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence
react-redux 9.1.2 -> 9.2.0 age adoption passing confidence
react-virtualized-auto-sizer 1.0.24 -> 1.0.26 age adoption passing confidence
react-window (source) 1.8.10 -> 1.8.11 age adoption passing confidence
shortid 2.2.16 -> 2.2.17 age adoption passing confidence
size-limit 11.1.6 -> 11.2.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.8.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
emotion-js/emotion (@​emotion/react)

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

v11.13.5

Compare Source

Patch Changes
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

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

v7.0.2

Compare Source

Apr 9, 2025

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
  • Added caching to StyledEngineProvider to improve performance for running tests with Jest (#​45846) @​siriwatknp
Core
Docs

All contributors of this release in alphabetical order: @​brijeshb42, @​DiegoAndai, @​Grohden, @​imadx, @​Janpot, @​Kartik-Murthy, @​oliviertassinari, @​renovate[bot], @​sai6855, @​siriwatknp, @​vetledv, @​ZeeshanTamboli

v7.0.1

Compare Source

Mar 28, 2025

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

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

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​eduter, @​Janpot, @​micttyoid, @​mnajdova, @​siriwatknp

v7.0.0

Compare Source

Mar 26, 2025

🎉 We're happy to announce the stable release of v7.

@mui/[email protected]
  • [Autocomplete] Fix when onHighlightChange is called (#​45438) [@​Zeesh

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 changed the title chore(deps): update dependency parcel to v2.13.0 fix(deps): update all dependencies Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 6ccde84 to 40c6e92 Compare November 20, 2024 11:53
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from d57f35a to 9ce18eb Compare November 26, 2024 13:19
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from f4bfc9b to cfbb700 Compare December 4, 2024 14:02
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c11ac16 to 7e744b9 Compare December 8, 2024 03:57
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 377f122 to 0dcd858 Compare March 30, 2025 18:53
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 5b1de89 to 6093b56 Compare April 8, 2025 10:58
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from a9f9e23 to 103de1e Compare April 14, 2025 22:53
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5b89b87 to e7a2d96 Compare April 19, 2025 05:25
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 120b201 to 3a96db4 Compare April 30, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants