react-chartjs-2
react-chartjs-2 copied to clipboard
fix(deps): update dependency react-scripts to v5.0.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| react-scripts | 5.0.0 -> 5.0.1 |
Release Notes
facebook/create-react-app
v5.0.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
:bug: Bug Fix
react-scripts- #12245 fix: webpack noise printed only if error or warning (@Andrew47)
create-react-appreact-dev-utils- #11640 Ensure posix compliant joins for urls in middleware (@psiservices-justin-sullard)
:nail_care: Enhancement
cra-template-typescript,cra-template,react-scripts- #12220 Update templates to use React 18
createRoot(@kyletsang)
- #12220 Update templates to use React 18
cra-template-typescript,cra-template- #12223 chore: upgrade rtl version to support react 18 (@MatanBobi)
eslint-config-react-app- #11622 updated deprecated rules (@wisammechano)
:memo: Documentation
- #11594 Fix a typo in deployment.md (@fishmandev)
- #11805 docs: Changelog 5.0.0 (@jafin)
- #11757 prevent both npm and yarn commands from being copied (@mubarakn)
:house: Internal
Committers: 11
- Andrew Burnie (@Andrew47)
- Clément Vannicatte (@shortcuts)
- Dmitriy Fishman (@fishmandev)
- Dmitry Vinnik (@dmitryvinn)
- Ian Sutherland (@iansu)
- Jason Finch (@jafin)
- Kyle Tsang (@kyletsang)
- Matan Borenkraout (@MatanBobi)
- Wisam Naji (@wisammechano)
- @mubarakn
- @psiservices-justin-sullard
5.0.0 (2021-12-14)
Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
size-limit report 📦
| Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
|---|---|---|---|---|
| dist/index.cjs | 853 B (0%) | 17 ms (0%) | 129 ms (-17.89% 🔽) | 146 ms |
| dist/index.js | 754 B (0%) | 15 ms (0%) | 103 ms (+21.73% 🔺) | 118 ms |
Codecov Report
Merging #1049 (2495859) into master (96d2714) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #1049 +/- ##
=======================================
Coverage 86.48% 86.48%
=======================================
Files 4 4
Lines 74 74
Branches 16 16
=======================================
Hits 64 64
Misses 9 9
Partials 1 1
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more