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): update all dependencies #78

Merged
merged 1 commit into from
May 3, 2024
Merged

chore(deps): update all dependencies #78

merged 1 commit into from
May 3, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@emotion/styled (source) 11.11.0 -> 11.11.5 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.5.1 -> 6.5.2 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.5.1 -> 6.5.2 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.5.1 -> 6.5.2 age adoption passing confidence
@mui/material (source) 5.15.14 -> 5.15.16 age adoption passing confidence
@mui/styles (source) 5.15.14 -> 5.15.16 age adoption passing confidence
@reduxjs/toolkit (source) 2.2.1 -> 2.2.3 age adoption passing confidence
@size-limit/preset-small-lib 11.1.1 -> 11.1.2 age adoption passing confidence
@types/node (source) 20.11.30 -> 20.12.8 age adoption passing confidence
@types/react (source) 18.2.67 -> 18.3.1 age adoption passing confidence
@types/react-dom (source) 18.2.22 -> 18.3.0 age adoption passing confidence
filesize (source) 10.1.0 -> 10.1.1 age adoption passing confidence
immer 10.0.4 -> 10.1.1 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-intl (source) 6.6.2 -> 6.6.5 age adoption passing confidence
react-is (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-redux 9.1.0 -> 9.1.2 age adoption passing confidence
size-limit 11.1.1 -> 11.1.2 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3

v7.24.4

Compare Source

👓 Spec Compliance
🐛 Bug Fix

v7.24.3

Compare Source

🐛 Bug Fix
  • babel-helper-module-imports
emotion-js/emotion (@​emotion/styled)

v11.11.5

Compare Source

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

v6.5.2

Compare Source

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

v5.15.16

Compare Source

v5.15.15

Compare Source

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15
@mui/system@5.15.15
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

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

v5.15.16

Compare Source

v5.15.15

Compare Source

Apr 4, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.15
@mui/system@5.15.15
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.2.3

Compare Source

This minor release fixes the types for functions that accept a React Context instance to match the changes in React Redux v9.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.2...v2.2.3

v2.2.2

Compare Source

This patch release fixes an incorrect build setting for the legacy-esm artifacts, and fixes an issue with RTKQ query hooks didn't always remove the cache entries if arguments were changed rapidly.

Changes

legacy-esm Artifact Transpilation

The legacy-esm build artifacts are intended for use by Webpack 4. Those were supposed to be transpiled to target "es2017", but were in fact still set to target "esnext" - an oversight during the 2.0 development cycle. This release fixes that setting, so those artifacts are now correctly transpiled.

Other Fixes

RTKQ query hooks now handle additional actions around argument changes that should result in cache entries being removed.

Additionally, 2.2.1 contained a fix to an incorrectly named type: TypedUseMutationTrigger is now TypedMutationTrigger.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.0...v2.2.2

ai/size-limit (@​size-limit/preset-small-lib)

v11.1.2

Compare Source

avoidwork/filesize.js (filesize)

v10.1.1

Compare Source

  • Rework types to allow Parameters<typeof filesize> to function properly #180
  • Bump @​babel/traverse from 7.23.0 to 7.23.2 #178
  • change: rework types to allow usages like Parameters<typeof filesize> fbfc87f
  • Generating CHANGELOG.md d80c457
  • fix: types for partial now return a higher order function af4a6ef
immerjs/immer (immer)

v10.1.1

Compare Source

Bug Fixes

v10.1.0

Compare Source

Features
  • performance: Make non-strict mode faster for classes. Addresses #​1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

formatjs/formatjs (react-intl)

v6.6.5

Compare Source

Note: Version bump only for package @​formatjs/intl-displaynames

v6.6.4

Compare Source

Note: Version bump only for package react-intl

v6.6.3

Compare Source

facebook/react (react-is)

v18.3.1

Compare Source

v18.3.0

Compare Source

reduxjs/react-redux (react-redux)

v9.1.2

Compare Source

v9.1.1

Compare Source

This bugfix release fixes an issue with connect and React Native caused by changes to our bundling setup in v9. Nested connect calls should work correctly now.

What's Changed

Full Changelog: reduxjs/react-redux@v9.1.0...v9.1.1

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency @babel/core to v7.24.3 chore(deps): update all dependencies Mar 20, 2024
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 89dbf8a to 04d2a7d Compare March 27, 2024 20:09
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from c0475ec to 02951ab Compare April 4, 2024 08:20
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 835323d to ecb35d2 Compare April 9, 2024 23:18
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from f09fad1 to 1375f18 Compare April 16, 2024 02:11
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 3e796ed to 5eacce5 Compare May 1, 2024 18:54
@paralin paralin merged commit 232485b into master May 3, 2024
4 checks passed
@paralin paralin deleted the renovate/all branch May 3, 2024 08:44
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.

None yet

1 participant