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

Update all #234

Merged
merged 1 commit into from May 16, 2023
Merged

Update all #234

merged 1 commit into from May 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@emotion/react (source) 11.10.6 -> 11.11.0 age adoption passing confidence dependencies minor
@emotion/styled (source) 11.10.6 -> 11.11.0 age adoption passing confidence dependencies minor
@js-joda/core (source) 5.5.2 -> 5.5.3 age adoption passing confidence dependencies patch
@mui/icons-material (source) 5.11.11 -> 5.11.16 age adoption passing confidence dependencies patch
@mui/material (source) 5.11.11 -> 5.13.0 age adoption passing confidence dependencies minor
@mui/styles (source) 5.11.11 -> 5.12.3 age adoption passing confidence dependencies minor
@types/jest (source) 29.4.0 -> 29.5.1 age adoption passing confidence devDependencies minor
@types/node (source) 18.14.5 -> 18.16.10 age adoption passing confidence dependencies minor
@types/node (source) 18.14.5 -> 18.16.10 age adoption passing confidence devDependencies minor
@types/react (source) 18.0.28 -> 18.2.6 age adoption passing confidence dependencies minor
@types/react (source) 18.0.28 -> 18.2.6 age adoption passing confidence resolutions minor
@types/react-dom (source) 18.0.11 -> 18.2.4 age adoption passing confidence dependencies minor
@types/react-dom (source) 18.0.11 -> 18.2.4 age adoption passing confidence resolutions minor
@types/semver (source) 7.3.13 -> 7.5.0 age adoption passing confidence devDependencies minor
axios (source) 1.3.4 -> 1.4.0 age adoption passing confidence dependencies minor
codecov/codecov-action v3.1.1 -> v3.1.4 age adoption passing confidence action patch
eslint-config-prettier 8.6.0 -> 8.8.0 age adoption passing confidence devDependencies minor
fp-ts 2.13.1 -> 2.15.0 age adoption passing confidence dependencies minor
jest (source) 29.4.3 -> 29.5.0 age adoption passing confidence devDependencies minor
lerna (source) 6.5.1 -> 6.6.2 age adoption passing confidence devDependencies minor
nock 13.3.0 -> 13.3.1 age adoption passing confidence devDependencies patch
node 19.7.0-alpine -> 19.9.0-alpine age adoption passing confidence final minor
nodemon (source) 2.0.21 -> 2.0.22 age adoption passing confidence devDependencies patch
prettier (source) 2.8.4 -> 2.8.8 age adoption passing confidence devDependencies patch
prom-client 14.1.1 -> 14.2.0 age adoption passing confidence dependencies minor
react-markdown 8.0.5 -> 8.0.7 age adoption passing confidence dependencies patch
react-virtualized 9.22.3 -> 9.22.5 age adoption passing confidence dependencies patch
rimraf 4.2.0 -> 4.4.1 age adoption passing confidence devDependencies minor
semver 7.3.8 -> 7.5.1 age adoption passing confidence dependencies minor
ts-jest (source) 29.0.5 -> 29.1.0 age adoption passing confidence devDependencies minor
use-debounce 9.0.3 -> 9.0.4 age adoption passing confidence dependencies patch
webpack 5.76.0 -> 5.82.1 age adoption passing confidence devDependencies minor
webpack-cli (source) 5.0.1 -> 5.1.1 age adoption passing confidence devDependencies minor
webpack-dev-server 4.11.1 -> 4.15.0 age adoption passing confidence devDependencies minor
yargs (source) 17.7.1 -> 17.7.2 age adoption passing confidence dependencies patch

Release Notes

emotion-js/emotion

v11.11.0

Compare Source

Minor Changes
Patch Changes

v11.10.8

Compare Source

Patch Changes
js-joda/js-joda

v5.5.3

Compare Source

mui/material-ui

v5.11.16

Compare Source

Apr 4, 2023

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

  • 💅 Added tabs on API pages of Base UI to switch between component and hook references (#​35938) @​mnajdova
  • 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.16
@mui/icons-material@5.11.16
@mui/joy@5.0.0-alpha.74
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​amal-qb, @​danilo-leal, @​DevinCLane, @​gitstart, @​hbjORbj, @​HeVictor, @​LadyBluenotes, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​RBerthier, @​sai6855, @​siriwatknp, @​viclafouch, @​yushanwebdev

axios/axios

v1.4.0

Compare Source

Bug Fixes
  • formdata: add multipart/form-data content type for FormData payload on custom client environments; (#​5678) (bbb61e7)
  • package: export package internals with unsafe path prefix; (#​5677) (df38c94)
Features
Performance Improvements
  • merge-config: optimize mergeConfig performance by avoiding duplicate key visits; (#​5679) (e6f7053)
Contributors to this release

1.3.6 (2023-04-19)

Bug Fixes
  • types: added transport to RawAxiosRequestConfig (#​5445) (6f360a2)
  • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#​5661) (aa372f7)
Contributors to this release

1.3.5 (2023-04-05)

Bug Fixes
  • headers: fixed isValidHeaderName to support full list of allowed characters; (#​5584) (e7decef)
  • params: re-added the ability to set the function as paramsSerializer config; (#​5633) (a56c866)
Contributors to this release

1.3.4 (2023-02-22)

Bug Fixes
  • blob: added a check to make sure the Blob class is available in the browser's global scope; (#​5548) (3772c8f)
  • http: fixed regression bug when handling synchronous errors inside the adapter; (#​5564) (a3b246c)
Contributors to this release

1.3.3 (2023-02-13)

Bug Fixes
  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#​5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#​5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#​5542) (ea87ebf)
Contributors to this release

1.3.2 (2023-02-03)

Bug Fixes
Contributors to this release

1.3.1 (2023-02-01)

Bug Fixes
  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#​5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#​5518) (08104c0)
Contributors to this release

v1.3.6

Compare Source

Bug Fixes
  • types: added transport to RawAxiosRequestConfig (#​5445) (6f360a2)
  • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#​5661) (aa372f7)
Contributors to this release

v1.3.5

Compare Source

Bug Fixes
  • headers: fixed isValidHeaderName to support full list of allowed characters; (#​5584) (e7decef)
  • params: re-added the ability to set the function as paramsSerializer config; (#​5633) (a56c866)
Contributors to this release
codecov/codecov-action

v3.1.4: 3.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.3...v3.1.4

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "on the 1 day of the month" (UTC), 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.

@codecov-commenter
Copy link

codecov-commenter commented Apr 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1f84d25) 62.20% compared to head (28ed4bd) 62.20%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   62.20%   62.20%           
=======================================
  Files          42       42           
  Lines        1360     1360           
  Branches      203      203           
=======================================
  Hits          846      846           
  Misses        495      495           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 49d2817 to 04a0abb Compare April 9, 2023 15:01
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 57d68f6 to a1b7d5e Compare April 15, 2023 20:10
@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from 1b3aa81 to 04929c9 Compare April 24, 2023 16:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6bf140b to b0ce0e5 Compare April 25, 2023 22:12
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 6a6d8cf to 2ea040f Compare May 3, 2023 17:53
@UweBenary UweBenary merged commit e79ef11 into master May 16, 2023
2 checks passed
@UweBenary UweBenary deleted the renovate/all branch May 16, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants