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

Merged
merged 1 commit into from
Jul 31, 2021
Merged

chore(deps): update all dependencies #992

merged 1 commit into from
Jul 31, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@date-io/date-fns ^2.10.11 -> ^2.11.0 age adoption passing confidence
@material-ui/core (source) ^4.11.4 -> ^4.12.3 age adoption passing confidence
@material-ui/lab ^4.0.0-alpha.58 -> ^4.0.0-alpha.60 age adoption passing confidence
@testing-library/dom ^8.0.0 -> ^8.1.0 age adoption passing confidence
@turf/turf ^6.4.0 -> ^6.5.0 age adoption passing confidence
@types/arcgis-js-api ^4.19.0 -> ^4.20.1 age adoption passing confidence
@types/chai ^4.2.19 -> ^4.2.21 age adoption passing confidence
@types/compression ^1.7.0 -> ^1.7.1 age adoption passing confidence
@types/cors ^2.8.10 -> ^2.8.12 age adoption passing confidence
@types/debug ^4.1.5 -> ^4.1.7 age adoption passing confidence
@types/history ^4.7.8 -> ^4.7.9 age adoption passing confidence
@types/jest ^26.0.23 -> ^26.0.24 age adoption passing confidence
@types/mocha ^8.2.2 -> ^9.0.0 age adoption passing confidence
@types/multer ^1.4.6 -> ^1.4.7 age adoption passing confidence
@types/node ^15.12.5 -> ^16.4.8 age adoption passing confidence
@types/node-schedule ^1.3.1 -> ^1.3.2 age adoption passing confidence
@types/prop-types ^15.7.3 -> ^15.7.4 age adoption passing confidence
@types/quill ^2.0.8 -> ^2.0.9 age adoption passing confidence
@types/react ^17.0.11 -> ^17.0.15 age adoption passing confidence
@types/react-color ^3.0.4 -> ^3.0.5 age adoption passing confidence
@types/react-dom ^17.0.8 -> ^17.0.9 age adoption passing confidence
@types/react-highlight-words ^0.16.2 -> ^0.16.3 age adoption passing confidence
@types/react-router-dom ^5.1.7 -> ^5.1.8 age adoption passing confidence
@types/react-select ^4.0.16 -> ^4.0.17 age adoption passing confidence
@types/yup ^0.29.11 -> ^0.29.13 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.28.1 -> ^4.28.5 age adoption passing confidence
@typescript-eslint/parser ^4.28.1 -> ^4.28.5 age adoption passing confidence
ajv (source) ^8.6.0 -> ^8.6.2 age adoption passing confidence
date-fns ^2.22.1 -> ^2.23.0 age adoption passing confidence
debug ^4.3.1 -> ^4.3.2 age adoption passing confidence
eslint (source) ^7.29.0 -> ^7.32.0 age adoption passing confidence
eslint-plugin-jest ^24.3.6 -> ^24.4.0 age adoption passing confidence
eslint-plugin-sonarjs ^0.7.0 -> ^0.9.1 age adoption passing confidence
esri-loader ^3.1.0 -> ^3.2.0 age adoption passing confidence
feathers-sync ^2.3.0 -> ^2.4.0 age adoption passing confidence
husky (source) ^6.0.0 -> ^7.0.1 age adoption passing confidence
lint-staged ^11.0.0 -> ^11.1.1 age adoption passing confidence
mocha (source) ^9.0.1 -> ^9.0.3 age adoption passing confidence
mongoose (source) ^5.13.0 -> ^5.13.5 age adoption passing confidence
multer ^2.0.0-rc.2 -> ^2.0.0-rc.3 age adoption passing confidence
node 14.17.1 -> 14.17.4 age adoption passing confidence
nodemon (source) ^2.0.9 -> ^2.0.12 age adoption passing confidence
notistack (source) ^1.0.9 -> ^1.0.10 age adoption passing confidence
npm (source) >= 7.19.0 -> >= 7.20.3 age adoption passing confidence
primeflex ^2.0.0 -> ^3.0.1 age adoption passing confidence
react-responsive-carousel (source) ^3.2.18 -> ^3.2.20 age adoption passing confidence
react-virtuoso (source) ^1.9.3 -> ^1.10.2 age adoption passing confidence
sinon (source) ^11.1.1 -> ^11.1.2 age adoption passing confidence
socket.io-client ^4.1.2 -> ^4.1.3 age adoption passing confidence
ts-node (source) ^10.0.0 -> ^10.1.0 age adoption passing confidence
ts-node-dev ^1.1.7 -> ^1.1.8 age adoption passing confidence
typescript (source) ^4.3.4 -> ^4.3.5 age adoption passing confidence

Release Notes

dmtrKovalenko/date-io

v2.11.0

Compare Source

Features

  • parseISO – will parse date using library method to avoid inconsistencies between browsers
  • toISO – will format date to iso string using library

Fixes/Enhancements

  • Better "AM/PM" localisation with dayjs
mui-org/material-ui

v4.12.3

Compare Source

@material-ui/core@4.12.3

  • [AccordionSummary] Fix false-positive propType warning with `disableGeneration` (#​27385) @​eps1lon
  • [ImageList] Fix deprecation warnings (#​27502) @​mnajdova
  • [TablePagination] Re-introduce deprecated `onChangePage` to `ActionsComponent` (#​27407) @​eps1lon
  • [TextareaAutosize] Updated deprecation warning to suggest minRows instead of rowsMin (#​27398) @​HumbertoL

Docs

  • [docs] Fix 404 link to ImageList @​oliviertassinari
  • [docs] Fix DataTable.tsx demo in v4 (#​27196) @​Siv-tspab

Core

  • [core] Add release scripts (#​27399) @​eps1lon

All contributors of this release in alphabetical order: @​eps1lon, @​mnajdova, @​HumbertoL, @​oliviertassinari, @​Siv-tspab

v4.12.2

Compare Source

@material-ui/core@4.12.2
  • [Accordion, Collapse] Fix failed proptype error (#​27307) @​serenalin121
  • [Accordion] Ensure AccordionSummary backwards compatible deprecation of classes.focused (#​27351) @​eps1lon
  • [TextField] Add support for `minRows` (#​27293) @​eps1lon
Docs
  • [blog] Danilo Leal joins Material-UI (#​27231) @​oliviertassinari
  • [blog] Jun did join in Q1 @​oliviertassinari
  • [blog] Fix typo @​oliviertassinari
  • [blog] Q2 2021 Update (#​27089) @​oliviertassinari
  • [docs] Add constant for the banner height (#​27309) @​mnajdova
  • [docs] Fix various layout issues with the v5 banner (#​27237) @​mnajdova
  • [docs] Fix https protocol (#​27262) @​m4theushw
  • [docs] Remove Ethical Ads (#​27173) @​mbrookes
  • [website] Open 4 new roles (#​27123) @​oliviertassinari

All contributors of this release in alphabetical order: @​eps1lon, @​m4theushw, @​mbrookes, @​mnajdova, @​oliviertassinari, @​serenalin121

v4.12.1

Compare Source

July 7, 2021

This release is released to fix the package.json generation in the previous release.

Core

v4.12.0

Compare Source

July 6, 2021

Big thanks to the 12 contributors who made this release possible. It includes deprecations that should help developers to have an easier adoption of v5.

@​material-ui/core@​4.12.0
@​material-ui/system@​4.12.0
Docs
Core
testing-library/dom-testing-library

v8.1.0

Compare Source

Features
Turfjs/turf

v6.5.0

Compare Source

🏅 New Features/Enhancements

🐛 Bug Fixes

📖 Documentation

🔔 Misc

typescript-eslint/typescript-eslint

v4.28.5

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.28.4

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.28.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.28.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

ajv-validator/ajv

v8.6.2

Compare Source

Fix JTD serialiser (#​1691)

v8.6.1

Compare Source

Fix "not" keyword preventing validation of "allOf" and some other keywords (#​1668)

date-fns/date-fns

v2.23.0

Compare Source

Thanks to Liam Tait, fturmel, Takuya Uehara, Branislav Lazic, Seyyed Morteza Moosavi, Felipe Armoni, Sasha Koss, Michael Mok, Tan75 and Maxim Topciu for working on the release.

Changed
Added
visionmedia/debug

v4.3.2

Compare Source

Patch release 4.3.2

  • Caches enabled statuses on a per-logger basis to speed up .enabled checks (#​799)

Thank you @​omg!

eslint/eslint

v7.32.0

Compare Source


Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Asia/Singapore.

🚦 Automerge: Enabled.

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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit 3efddfe into master Jul 31, 2021
@renovate renovate bot deleted the renovate/all branch July 31, 2021 16:53
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

1 participant