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 minor dependencies #156

Merged
merged 1 commit into from
May 18, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2020

This PR contains the following updates:

Package Type Update Change
@rollup/plugin-commonjs devDependencies minor 11.0.2 -> 11.1.0
@types/webpack-dev-server devDependencies minor 3.9.0 -> 3.10.1
@typescript-eslint/eslint-plugin devDependencies minor 2.31.0 -> 2.33.0
@typescript-eslint/parser devDependencies minor 2.31.0 -> 2.33.0
@typescript-eslint/typescript-estree devDependencies minor 2.31.0 -> 2.33.0
babel-loader devDependencies minor 8.0.6 -> 8.1.0
eslint-plugin-react devDependencies minor 7.19.0 -> 7.20.0
react (source) devDependencies minor 16.12.0 -> 16.13.1
react-dom (source) devDependencies minor 16.12.0 -> 16.13.1
release-it devDependencies minor 13.5.8 -> 13.6.1
rollup (source) devDependencies minor 1.31.1 -> 1.32.1
rollup-plugin-sourcemaps devDependencies minor 0.5.0 -> 0.6.2
rollup-plugin-terser devDependencies minor 5.2.0 -> 5.3.0
webpack devDependencies minor 4.41.6 -> 4.43.0
webpack-dev-server devDependencies minor 3.10.3 -> 3.11.0

Release Notes

typescript-eslint/typescript-eslint

v2.33.0

Compare Source

Bug Fixes
  • experimental-utils: remove accidental dep on json-schema (#​2010) (1875fba)
Features
  • eslint-plugin: add extension rule lines-between-class-members (#​1684) (08f93e6)

v2.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] support boolean in unions (#​1979) (6987ecc)
  • eslint-plugin: [no-type-alias] handle readonly types in aliases (#​1990) (56d9870)
  • eslint-plugin: [no-unused-expressions] inherit messages from base rule (#​1992) (51ca404)
Features
babel/babel-loader

v8.1.0

Compare Source

yannickcr/eslint-plugin-react

v7.20.0

Compare Source

Added
Fixed
Docs
Changed
  • [Deps] Move "semver" to devDependencies (#​2595 @​rajivshah3)
  • [eslint] remove operator-linebreak override (#​2578 @​golopot)
  • [Tests] button-has-type: ensure no mistakenly allowed identifiers named button/submit/reset (#​2625 @​golopot)
  • [Tests] displayName: add a test case (#​2593 @​golopot)
  • [Dev Deps] update @types/eslint, @types/estree, @types/node, @typescript-eslint/parser, coveralls, eslint-config-airbnb-base, eslint-plugin-import, typescript
facebook/react

v16.13.1

Compare Source

React DOM
  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@​acdlite in #​18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@​gaearon in #​18330)

v16.13.0

Compare Source

React
React DOM
Concurrent Mode (Experimental)
release-it/release-it

v13.6.1

Compare Source

  • Update dependencies (20d4710)
  • Accept any ...registry from npm publishConfig (9ff615a)
  • Move args helper to util (cdde9d3)
  • Remove unused prop (99bfdb6)
  • Add keep-a-changelog to docs (fc24cd0)

v13.6.0

Compare Source

rollup/rollup

v1.32.1

Compare Source

2020-03-06

Bug Fixes
  • Handle default export detection for AMD and IIFE externals that do not have a prototype (#​3420)
  • Handle missing whitespace when the else branch of an if-statement is simplified (#​3421)
  • Mention the importing module when reporting errors for missing named exports (#​3401)
  • Add code to warning for missing output.name of IIFE bundles (#​3372)
Pull Requests

v1.32.0

Compare Source

2020-02-28

Features
  • Allow adding plugins on the command line via --plugin <plugin> (#​3379)
Pull Requests
maxdavidson/rollup-plugin-sourcemaps

v0.6.2

Compare Source

  • Fix issue with exports that prevented it from working in Node 13.0-13.6

v0.6.1

Compare Source

  • Fix issue with conditional exports that prevented it from working in Node 13+

v0.6.0

Compare Source

  • Drop support for Node 8
  • Update dependencies
  • Publish ES module for Node 12+ using conditional exports
TrySound/rollup-plugin-terser

v5.3.0

Compare Source

Added rollup v2 support (thanks to @​willfarrell)

webpack/webpack

v4.43.0

Compare Source

Features

  • add module.hot.invalidate() to HMR API

Dependencies

  • push versions for forced security updates

v4.42.1

Compare Source

Bugfixes

  • update webassemblyjs dependencies for instruction update
  • update mkdirp dependency for security reasons

v4.42.0

Compare Source

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports
webpack/webpack-dev-server

v3.11.0

Compare Source

Features
Bug Fixes
3.10.3 (2020-02-05)
Bug Fixes
3.10.2 (2020-01-31)
Bug Fixes
3.10.1 (2019-12-19)
Bug Fixes

Renovate configuration

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

@renovate renovate bot added the renovate label May 17, 2020
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from db0f456 to 4b6cd66 Compare May 17, 2020 16:13
@kmkzt kmkzt merged commit 04f99f0 into master May 18, 2020
@renovate renovate bot deleted the renovate/all-minor-dependencies branch May 18, 2020 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants