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 #81

Merged
merged 1 commit into from
Jun 12, 2024
Merged

chore(deps): update all dependencies #81

merged 1 commit into from
Jun 12, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.5 -> 7.24.7 age adoption passing confidence
@fortawesome/react-fontawesome 0.2.0 -> 0.2.2 age adoption passing confidence
@mui/material (source) 5.15.16 -> 5.15.20 age adoption passing confidence
@mui/styles (source) 5.15.16 -> 5.15.20 age adoption passing confidence
@reduxjs/toolkit (source) 2.2.3 -> 2.2.5 age adoption passing confidence
@size-limit/preset-small-lib 11.1.2 -> 11.1.4 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.14.2 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence
dts-cli 2.0.4 -> 2.0.5 age adoption passing confidence
filesize (source) 10.1.1 -> 10.1.2 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
react-intl (source) 6.6.5 -> 6.6.8 age adoption passing confidence
size-limit 11.1.2 -> 11.1.4 age adoption passing confidence
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
FortAwesome/react-fontawesome (@​fortawesome/react-fontawesome)

v0.2.2

Compare Source

Fixed
  • Props with nullable/undefined values no longer throw an error #​562 #​560

v0.2.1

Compare Source

Changed
  • Remove defaultProps to be compatible with React 19
mui/material-ui (@​mui/material)

v5.15.20

Compare Source

Jun 12, 2024

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

@mui/material@5.15.20
@mui/utils@5.15.15
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​anle9650, @​DanailH, @​danilo-leal, @​erezstmn-doit, @​iammminzzy, @​oliviertassinari, @​sai6855, @​ZeeshanTamboli

v5.15.19

Compare Source

v5.15.18

Compare Source

May 14, 2024

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

@mui/material@5.15.18
Docs
Core

All contributors of this release in alphabetical order: @​arthurbalduini, @​oliviertassinari, @​samuelsycamore, @​TahaRhidouani, @​tarunrajput

v5.15.17

Compare Source

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

v5.15.20

Compare Source

v5.15.19

Compare Source

v5.15.18

Compare Source

May 14, 2024

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

@mui/material@5.15.18
Docs
Core

All contributors of this release in alphabetical order: @​arthurbalduini, @​oliviertassinari, @​samuelsycamore, @​TahaRhidouani, @​tarunrajput

v5.15.17

Compare Source

May 8, 2024

A big thanks to the 4 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.17
Docs
Core

All contributors of this release in alphabetical order: @​github-actions[bot], @​joserodolfofreitas, @​oliviertassinari, @​siriwatknp

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

v2.2.5

Compare Source

This bugfix release fixes an issue in the recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error when trying to read a plain JS value instead of a proxy-wrapped value.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.4...v2.2.5

v2.2.4

Compare Source

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

v11.1.4

Compare Source

v11.1.3

Compare Source

  • Updated esbuild.
  • Updated CSS loaders for webpack.
weiran-zsd/dts-cli (dts-cli)

v2.0.5

Compare Source

avoidwork/filesize.js (filesize)

v10.1.2

Compare Source

  • fix: input type should accept string #181
  • Updating the year in LICENSE & README.md c9840ae
prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

formatjs/formatjs (react-intl)

v6.6.8

Compare Source

Note: Version bump only for package react-intl

v6.6.7

Compare Source

Note: Version bump only for package react-intl

v6.6.6

Compare Source

Microsoft/tslib (tslib)

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3


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 fix(deps): update dependency react-intl to v6.6.6 chore(deps): update all dependencies May 6, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6d65bcc to 1f87765 Compare May 8, 2024 14:24
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies May 8, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 05cb262 to 9f33173 Compare May 14, 2024 08:34
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 06d710f to 39b1317 Compare May 22, 2024 22:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fd3b4b8 to ea18003 Compare May 24, 2024 14:04
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies May 24, 2024
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 3479dcb to 3c5dba8 Compare June 5, 2024 09:51
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0d69439 to acb0e66 Compare June 11, 2024 06:50
@paralin paralin merged commit 8b878b7 into master Jun 12, 2024
4 checks passed
@paralin paralin deleted the renovate/all branch June 12, 2024 18:06
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