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 most non-major dependencies #3317

Merged
merged 3 commits into from
Nov 25, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.12.3 -> 7.12.9 age adoption passing confidence
@babel/plugin-proposal-numeric-separator 7.12.5 -> 7.12.7 age adoption passing confidence
@babel/plugin-proposal-optional-chaining 7.12.1 -> 7.12.7 age adoption passing confidence
@babel/preset-react (source) 7.12.5 -> 7.12.7 age adoption passing confidence
@storybook/addon-essentials 6.0.28 -> 6.1.6 age adoption passing confidence
@storybook/addon-links 6.0.28 -> 6.1.6 age adoption passing confidence
@storybook/react 6.0.28 -> 6.1.6 age adoption passing confidence
@testing-library/react 11.1.2 -> 11.2.2 age adoption passing confidence
@wdio/browserstack-service 6.8.0 -> 6.10.0 age adoption passing confidence
@wdio/cli 6.8.1 -> 6.10.0 age adoption passing confidence
@wdio/local-runner 6.8.1 -> 6.10.0 age adoption passing confidence
@wdio/sync 6.8.0 -> 6.10.0 age adoption passing confidence
com.networknt:json-schema-validator 1.0.44 -> 1.0.45 age adoption passing confidence
copy-webpack-plugin 6.3.1 -> 6.3.2 age adoption passing confidence
eslint (source) 7.13.0 -> 7.14.0 age adoption passing confidence
file-saver 2.0.2 -> 2.0.5 age adoption passing confidence
html-react-parser 0.14.1 -> 0.14.2 age adoption passing confidence
postcss (source) 8.1.7 -> 8.1.10 age adoption passing confidence
postcss-loader 4.0.4 -> 4.1.0 age adoption passing confidence
prettier (source) 2.1.2 -> 2.2.0 age adoption passing confidence
react-tooltip 4.2.10 -> 4.2.11 age adoption passing confidence
webdriverio (source) 6.8.1 -> 6.10.0 age adoption passing confidence
yup 0.29.3 -> 0.31.0 age adoption passing confidence

Release Notes

babel/babel

v7.12.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript, babel-traverse

v7.12.8

Compare Source

🐛 Bug Fix
🏠 Internal

v7.12.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-parser
  • babel-helper-optimise-call-expression, babel-plugin-proposal-class-properties
  • babel-compat-data, babel-preset-env
  • babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-preset-env, babel-traverse
  • babel-plugin-proposal-numeric-separator
💅 Polish
  • babel-preset-react, babel-preset-typescript
  • babel-types
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-optional-chaining
storybookjs/storybook

v6.1.6

Compare Source

Bug Fixes
  • Addon-controls: Fix ensureDocsBeforeControls support for paths (#​13204)
  • CLI: Add core-js to Preact generator (#​13138)
  • Core: Improve handling of --static-dir option (#​13245)
  • Core: Fix webpack5 compatibility check for ProgressPlugin (#​13239)

v6.1.5

Compare Source

Bug Fixes
  • Core: Resolve react and react-dom from core (#​13195)

v6.1.4

Compare Source

Bug Fixes
  • Core: Clear manager cache on runtime error (#​13230)

v6.1.3

Compare Source

Bug Fixes
  • Core: Replace 'trash' with 'fs.remove' (#​13211)
  • UI: Fix overflow scrolling on layout:centered (#​13217)
  • CLI: Don't install babel-loader for CRA (#​13220)
  • Addon-docs: Fix lineheight in typeset component (#​13205)

v6.1.2

Compare Source

Bug Fixes
  • Storyshots: Fix beforeScreenshot and afterScreenshot return types (#​13198)
  • UI: Target only IE10/IE11 for our CSS vertical centering hack (#​13192)

v6.1.1

Compare Source

Bug Fixes
  • Addon-backgrounds: Fix grid disable (#​13175)

v6.1.0

Compare Source

6.1 is the first in a series of performance-oriented Storybook releases. It includes:

testing-library/react-testing-library

v11.2.2

Compare Source

Bug Fixes

v11.2.1

Compare Source

Bug Fixes
  • types: Allow all HTML and SVG elements in render. (#​833) (1dc33b2)

v11.2.0

Compare Source

Features
webdriverio/webdriverio

v6.10.0

Compare Source

🚀 New Feature
💅 Polish
  • devtools, wdio-applitools-service, wdio-browserstack-service, wdio-cli, wdio-config, wdio-crossbrowsertesting-service, wdio-devtools-service, wdio-runner, wdio-sauce-service, wdio-shared-store-service, wdio-sync, wdio-testingbot-service, wdio-webdriver-mock-service, webdriverio
📝 Documentation
🏠 Internal
Committers: 4
networknt/json-schema-validator

v1.0.45

Compare Source

Added
Changed
webpack-contrib/copy-webpack-plugin

v6.3.2

Compare Source

eslint/eslint

v7.14.0

Compare Source

eligrey/FileSaver.js

v2.0.5

Compare Source

v2.0.4

Compare Source

changes how it detect safari

remarkablemark/html-react-parser

v0.14.2

Compare Source

0.14.2 (2020-11-23)

postcss/postcss

v8.1.10

Compare Source

  • Fixed LazyResult type export (by Evan You).
  • Fixed LazyResult type compatibility with Promise (by Anton Kastritskiy).

v8.1.9

Compare Source

  • Reduced dependencies number (by Bogdan Chadkin).

v8.1.8

Compare Source

  • Fixed LazyResult type compatibility with Promise (by Ludovico Fischer).
  • Fixed HTTPS links in documentation.
webpack-contrib/postcss-loader

v4.1.0

Compare Source

Features
  • partial compatibility with postcss-cli, added api.env (alias for api.mode) and api.options (contains options from the postcssOptions options), please look at the example for more details (#​498) (84a9c46)
4.0.4 (2020-10-09)
Chore
  • update schema-utils
prettier/prettier

v2.2.0

Compare Source

diff

🔗 Release Notes

wwayne/react-tooltip

v4.2.11

Compare Source

Bug Fixes
jquense/yup

v0.31.0

Compare Source

Bug Fixes
Features
  • add array.length() and treat empty arrays as valid for required() (fbc158d)
  • add object.pick and object.omit (425705a)
  • deprecate the getter overload of default() (#​1119) (5dae837)
  • more strictly coerce strings, exclude arrays and plain objects (963d2e8)
BREAKING CHANGES
  • array().required() will no longer consider an empty array missing and required checks will pass.

To maintain the old behavior change to:

array().required().min(1)
  • plain objects and arrays are no long cast to strings automatically

to recreate the old behavior:

string().transform((_, input) => input != null && input.toString ? input.toString() : value);

v0.30.0

Compare Source

Bug Fixes
Features
  • exposes context on mixed.test function and add originalValue to context (#​1021) (6096064)
Performance Improvements
BREAKING CHANGES
  • defined() now doesn't automatically allow null, this was a bug. to mimic the old behavior add nullable() to schema with defined()

0.29.3 (2020-08-04)

0.29.2 (2020-07-27)

Bug Fixes
Features

0.29.1 (2020-05-27)

Bug Fixes
Features
  • allow access to parent schema (and unlimited ancestors!) in test context (#​556) (db35920)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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.

@gjvoosten gjvoosten merged commit 958f681 into candidate Nov 25, 2020
@gjvoosten gjvoosten deleted the renovate/most-minor-patch branch November 25, 2020 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants