brainhubeu / react-file-input

 ⚛️  A file Input, with drag'n'drop and image editor for React
https://brainhub.eu/
MIT License
77 stars 11 forks source link

[renovate] Update NPM dependencies #83

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies patch ^7.10.1 -> ^7.10.4
@babel/core (source) devDependencies patch ^7.10.2 -> ^7.10.4
@babel/core (source) peerDependencies patch ^7.10.2 -> ^7.10.4
@babel/plugin-proposal-class-properties devDependencies patch ^7.10.1 -> ^7.10.4
@babel/plugin-transform-react-constant-elements devDependencies patch ^7.10.1 -> ^7.10.4
@babel/plugin-transform-runtime devDependencies patch ^7.10.1 -> ^7.10.4
@babel/polyfill (source) devDependencies patch ^7.8.7 -> ^7.10.4
@babel/preset-env (source) devDependencies patch ^7.10.2 -> ^7.10.4
@babel/preset-react (source) devDependencies patch ^7.10.1 -> ^7.10.4
@babel/register devDependencies patch ^7.10.1 -> ^7.10.4
@brainhubeu/react-file-input dependencies patch ^0.9.3 -> ^0.9.7
autoprefixer devDependencies patch ^9.8.0 -> ^9.8.4
jest (source) devDependencies minor ^26.0.1 -> ^26.1.0

Release Notes

babel/babel ### [`v7.10.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7104-2020-06-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.3...v7.10.4) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11669](https://togithub.com/babel/babel/pull/11669) Add `delete obj?.#x.a` support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​11652](https://togithub.com/babel/babel/pull/11652) fix: implement early errors for record and tuple ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-types` - [#​11752](https://togithub.com/babel/babel/pull/11752) [regression] Don't validate file.comments in `@babel/types` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-do-expressions`, `babel-types` - [#​11724](https://togithub.com/babel/babel/pull/11724) fix: do-statementlist behavior ([@​wlawt](https://togithub.com/wlawt)) ##### :nail_care: Polish - `babel-parser` - [#​11722](https://togithub.com/babel/babel/pull/11722) Add better parser error when using jsx ([@​penguingovernor](https://togithub.com/penguingovernor)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-helper-fixtures`, `babel-standalone`, `babel-traverse` - [#​11758](https://togithub.com/babel/babel/pull/11758) Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. ([@​wojtekmaj](https://togithub.com/wojtekmaj)) - `babel-parser` - [#​11376](https://togithub.com/babel/babel/pull/11376) Add [@​babel/eslint-plugin-development-internal](https://togithub.com/babel/eslint-plugin-development-internal) ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7103-2020-06-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.1...v7.10.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11676](https://togithub.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​11662](https://togithub.com/babel/babel/pull/11662) refactor: do not rely on AST extra properties in plugins ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-logical-assignment-operators` - [#​11658](https://togithub.com/babel/babel/pull/11658) Perform NamedEvaluation of Anonymous Functions in Logical Assignment ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​11623](https://togithub.com/babel/babel/pull/11623) fix: ensure (a?.b)() has proper this ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-flow-comments` - [#​11697](https://togithub.com/babel/babel/pull/11697) Fix innercomments ([@​shaodahong](https://togithub.com/shaodahong)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11703](https://togithub.com/babel/babel/pull/11703) fix:added check for forXstatement pattern ([@​wlawt](https://togithub.com/wlawt)) - `babel-template` - [#​11695](https://togithub.com/babel/babel/pull/11695) Allow templates to parse v8intrinsics ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-types` - [#​11687](https://togithub.com/babel/babel/pull/11687) improve node type definitions to avoid any's in generated types ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-plugin-transform-react-pure-annotations` - [#​11685](https://togithub.com/babel/babel/pull/11685) Add React.createContext to [@​babel/plugin-transform-react-pure-annotat](https://togithub.com/babel/plugin-transform-react-pure-annotat)… ([@​jessethomson](https://togithub.com/jessethomson)) - `babel-parser` - [#​11676](https://togithub.com/babel/babel/pull/11676) Properly parse `export default from` when `exportDefaultFrom` is not enabled ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​11571](https://togithub.com/babel/babel/pull/11571) Add a check for privateMap's existence ([@​AjayPoshak](https://togithub.com/AjayPoshak)) ##### :nail_care: Polish - `babel-plugin-transform-typescript` - [#​11682](https://togithub.com/babel/babel/pull/11682) Fix small typo ([@​sajadtorkamani](https://togithub.com/sajadtorkamani)) ##### :house: Internal - Other - [#​11730](https://togithub.com/babel/babel/pull/11730) Revert "chore: pin windows node.js version ([#​11522](https://togithub.com/babel/babel/issues/11522))" ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11727](https://togithub.com/babel/babel/pull/11727) replace whitelist by allowlist in parser-tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11677](https://togithub.com/babel/babel/pull/11677) Bump @​babel/\* deps ([@​existentialism](https://togithub.com/existentialism)) - [#​11672](https://togithub.com/babel/babel/pull/11672) chore: output ascii only standalone minified bundle ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11647](https://togithub.com/babel/babel/pull/11647) chore: check version lazily in babel-eslint-parser ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-plugin-utils` - [#​11674](https://togithub.com/babel/babel/pull/11674) chore: add npmignore to babel-helper-plugin-utils ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env` - [#​11655](https://togithub.com/babel/babel/pull/11655) Fix some test fixtures ([@​existentialism](https://togithub.com/existentialism))
brainhubeu/react-file-input ### [`v0.9.7`](https://togithub.com/brainhubeu/react-file-input/compare/8c5529773ce2699737ed21c3b498d661d8ca0f64...9b2ab53559e6affbe0f454c5116eecec67a9e7d1) [Compare Source](https://togithub.com/brainhubeu/react-file-input/compare/8c5529773ce2699737ed21c3b498d661d8ca0f64...9b2ab53559e6affbe0f454c5116eecec67a9e7d1) ### [`v0.9.6`](https://togithub.com/brainhubeu/react-file-input/compare/d72c5cf8c51f9011650f16a329c53b7e5eb55132...8c5529773ce2699737ed21c3b498d661d8ca0f64) [Compare Source](https://togithub.com/brainhubeu/react-file-input/compare/d72c5cf8c51f9011650f16a329c53b7e5eb55132...8c5529773ce2699737ed21c3b498d661d8ca0f64)
postcss/autoprefixer ### [`v9.8.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​984) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.3...9.8.4) - Replace color output library. ### [`v9.8.3`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​983) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.2...9.8.3) - Return old non-LTS Node.js versions to avoid breaking changes. ### [`v9.8.2`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​982) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.1...9.8.2) - Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support. ### [`v9.8.1`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​981) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/9.8.0...9.8.1) - Replace `chalk` to `kleur` (by Luke Edwards). - Update docs (by [@​mbomb007](https://togithub.com/mbomb007)).
facebook/jest ### [`v26.1.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2610) [Compare Source](https://togithub.com/facebook/jest/compare/v26.0.1...v26.1.0) ##### Features - `[jest-mock]` Export `Mock`, `MockInstance`, `SpyInstance` types ([#​10138](https://togithub.com/facebook/jest/pull/10138)) - `[jest-config]` Support config files exporting (`async`) `function`s ([#​10001](https://togithub.com/facebook/jest/pull/10001)) - `[jest-cli, jest-core]` Add `--selectProjects` CLI argument to filter test suites by project name ([#​8612](https://togithub.com/facebook/jest/pull/8612)) - `[jest-cli, jest-init]` Add `coverageProvider` to `jest --init` prompts ([#​10044](https://togithub.com/facebook/jest/pull/10044)) ##### Fixes - `[jest-console]` `getConsoleOutput` to receive global stack trace config and use it to format stack trace ([#​10081](https://togithub.com/facebook/jest/pull/10081)) - `[jest-jasmine2]` Stop adding `:` after an error that has no message ([#​9990](https://togithub.com/facebook/jest/pull/9990)) - `[jest-diff]` Control no diff message color with `commonColor` in diff options ([#​9997](https://togithub.com/facebook/jest/pull/9997)) - `[jest-snapshot]` Fix TypeScript compilation ([#​10008](https://togithub.com/facebook/jest/pull/10008)) ##### Chore & Maintenance - `[docs]` Correct confusing filename in `enableAutomock` example ([#​10055](https://togithub.com/facebook/jest/pull/10055)) - `[jest-core]` 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 ([#​10000](https://togithub.com/facebook/jest/pull/10000)) - `[jest-core, jest-reporters, jest-test-result, jest-types]` Cleanup `displayName` type ([#​10049](https://togithub.com/facebook/jest/pull/10049)) - `[jest-runtime]` Jest-internal sandbox escape hatch ([#​9907](https://togithub.com/facebook/jest/pull/9907)) - `[jest-fake-timers]` Update `now` param type to support `Date` in addition to `number`. ([#​10169](https://togithub.com/facebook/jest/pull/10169)) - `[docs]` Add param to `setSystemTime` docs and remove preceding period from it and `getRealSystemTime` ([#​10169](https://togithub.com/facebook/jest/pull/10169)) - `[jest-snapshot, jest-util]` Replace `make-dir` with `fs.mkdir` ([#​10136](https://togithub.com/facebook/jest/pull/10136)) - `[docs]` Added parcel-bundler documentation inside readme.md file ##### Performance - `[jest-core, jest-transform, jest-haste-map]` Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances ([#​10131](https://togithub.com/facebook/jest/pull/10131))

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.