astroturfcss / astroturf

Better Styling through Compiling: CSS-in-JS for those that want it all.
https://astroturfcss.github.io/astroturf/
MIT License
2.28k stars 59 forks source link

chore(deps): update all non-major dependencies #594

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@4c/cli devDependencies patch ^2.1.7 -> ^2.1.8
@babel/core (source) dependencies patch 7.9.0 -> 7.9.6
@babel/core (source) devDependencies patch ^7.9.0 -> ^7.9.6
@babel/generator (source) dependencies patch 7.9.5 -> 7.9.6
@babel/traverse (source) dependencies patch 7.9.5 -> 7.9.6
@babel/types (source) dependencies patch 7.9.5 -> 7.9.6
@types/react-dom devDependencies patch ^16.9.6 -> ^16.9.7
babel-jest devDependencies minor ^25.4.0 -> ^25.5.1
dtslint devDependencies minor ^3.4.2 -> ^3.5.1
jest (source) devDependencies minor ^25.4.0 -> ^25.5.4
lint-staged devDependencies minor ^10.1.7 -> ^10.2.2

Release Notes

4Catalyzer/cli ### [`v2.1.8`](https://togithub.com/4Catalyzer/cli/compare/@4c/cli@2.1.7...@4c/cli@2.1.8) [Compare Source](https://togithub.com/4Catalyzer/cli/compare/@4c/cli@2.1.7...@4c/cli@2.1.8)
babel/babel ### [`v7.9.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v796-2020-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.0...v7.9.6) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-object-rest-spread` - [#​11471](https://togithub.com/babel/babel/pull/11471) Fix evaluation order with object spread, 2 ([@​jridgewell](https://togithub.com/jridgewell)) - [#​11412](https://togithub.com/babel/babel/pull/11412) Fix evaluation order with object spread ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​11480](https://togithub.com/babel/babel/pull/11480) Super property eval order ([@​jridgewell](https://togithub.com/jridgewell)) ##### :rocket: New Feature - `babel-traverse`, `babel-types` - [#​11448](https://togithub.com/babel/babel/pull/11448) Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change ([@​Beraliv](https://togithub.com/Beraliv)) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​11495](https://togithub.com/babel/babel/pull/11495) Fix helpers.unsupportedIterableToArray for Map and Set ([@​ChintanAcharya](https://togithub.com/ChintanAcharya)) - `babel-traverse` - [#​11482](https://togithub.com/babel/babel/pull/11482) handle objectMethod in scope.isPure ([@​Zzzen](https://togithub.com/Zzzen)) - `babel-plugin-transform-typescript` - [#​11410](https://togithub.com/babel/babel/pull/11410) Throw error for TypeScript `declare const enum` ([@​dosentmatter](https://togithub.com/dosentmatter)) - `babel-compat-data` - [#​11462](https://togithub.com/babel/babel/pull/11462) chore: add node.js 14 support data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11449](https://togithub.com/babel/babel/pull/11449) Set exprAllowed to false for star token ([@​existentialism](https://togithub.com/existentialism)) - [#​11355](https://togithub.com/babel/babel/pull/11355) fix: disallow expression after binding identifier `of` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11388](https://togithub.com/babel/babel/pull/11388) fix: do not push new token context when function is following dot/questionDot ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​11424](https://togithub.com/babel/babel/pull/11424) Fix redeclaring private in nested class's superClass ([@​jridgewell](https://togithub.com/jridgewell)) - [#​11405](https://togithub.com/babel/babel/pull/11405) Fix nested classes reference private fields ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-traverse`, `babel-types` - [#​11378](https://togithub.com/babel/babel/pull/11378) transform-spread: create TS types (not Flow) when using TS ([@​Beraliv](https://togithub.com/Beraliv)) - `babel-standalone` - [#​11395](https://togithub.com/babel/babel/pull/11395) chore: update stage preset in babel-standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#​11366](https://togithub.com/babel/babel/pull/11366) fix: replace backslashes with forward slashes from resolved path for … ([@​johannes-z](https://togithub.com/johannes-z)) - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-to-generator` - [#​11382](https://togithub.com/babel/babel/pull/11382) Unify parens printing for postfix-like expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-parser` - [#​11478](https://togithub.com/babel/babel/pull/11478) Add some parser missing plugins errors ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11421](https://togithub.com/babel/babel/pull/11421) polish: recommend preset for js extensions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11397](https://togithub.com/babel/babel/pull/11397) fix: add classPrivateProperties and classPrivateMethods to missing plugin helper ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-parser` - [#​11492](https://togithub.com/babel/babel/pull/11492) docs: update AST spec ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11493](https://togithub.com/babel/babel/pull/11493) Add note about experimental nature of [@​babel/eslint-](https://togithub.com/babel/eslint-)\* packages ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​11403](https://togithub.com/babel/babel/pull/11403) contributing.md updates [skip ci]([@​hzoo](https://togithub.com/hzoo)) ##### :house: Internal - `babel-compat-data`, `babel-preset-env` - [#​11496](https://togithub.com/babel/babel/pull/11496) Update compat table script ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11450](https://togithub.com/babel/babel/pull/11450) Update compat data ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11479](https://togithub.com/babel/babel/pull/11479) Canary build of packages using CodeSandbox CI + mini repl ([@​hzoo](https://togithub.com/hzoo)) - [#​11467](https://togithub.com/babel/babel/pull/11467) chore: test against node.js 14 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11456](https://togithub.com/babel/babel/pull/11456) remove `< x.y.z` engines specification ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11433](https://togithub.com/babel/babel/pull/11433) chore: remove included proposal plugins ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11422](https://togithub.com/babel/babel/pull/11422) chore: upgrade @​babel/\* deps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​11440](https://togithub.com/babel/babel/pull/11440) refactor(babel-node): Refactor babel-node tests configuration ([@​arku](https://togithub.com/arku)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11401](https://togithub.com/babel/babel/pull/11401) Speed up the createSuper helper ([@​jridgewell](https://togithub.com/jridgewell))
facebook/jest ### [`v25.5.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2551) [Compare Source](https://togithub.com/facebook/jest/compare/v25.5.0...v25.5.1) ##### Fixes - `[jest-haste-map]` Add missing `@types/graceful-fs` dependency ([#​9913](https://togithub.com/facebook/jest/pull/9913)) - `[jest-runner]` Correctly serialize `Set` passed to worker ([#​9915](https://togithub.com/facebook/jest/pull/9915)) - `[jest-runtime]` Vary ESM cache by query ([#​9914](https://togithub.com/facebook/jest/pull/9914)) ### [`v25.5.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2550) [Compare Source](https://togithub.com/facebook/jest/compare/v25.4.0...v25.5.0) ##### Features - `[@jest/globals]` New package so Jest's globals can be explicitly imported ([#​9801](https://togithub.com/facebook/jest/pull/9801)) - `[jest-core]` Show coverage of sources related to tests in changed files ([#​9769](https://togithub.com/facebook/jest/pull/9769)) - `[jest-runtime]` Populate `require.cache` ([#​9841](https://togithub.com/facebook/jest/pull/9841)) ##### Fixes - `[*]` Use `graceful-fs` directly in every package instead of relying on `fs` being monkey patched ([#​9443](https://togithub.com/facebook/jest/pull/9443)) - `[expect]` Prints the Symbol name into the error message with a custom asymmetric matcher ([#​9888](https://togithub.com/facebook/jest/pull/9888)) - `[jest-circus, jest-jasmine2]` Support older version of `jest-runtime` ([#​9903](https://togithub.com/facebook/jest/pull/9903) & [#​9842](https://togithub.com/facebook/jest/pull/9842)) - `[@jest/environment]` Make sure not to reference Jest types ([#​9875](https://togithub.com/facebook/jest/pull/9875)) - `[jest-message-util]` Code frame printing should respect `--noStackTrace` flag ([#​9866](https://togithub.com/facebook/jest/pull/9866)) - `[jest-runtime]` Support importing CJS from ESM using `import` statements ([#​9850](https://togithub.com/facebook/jest/pull/9850)) - `[jest-runtime]` Support importing parallel dynamic `import`s ([#​9858](https://togithub.com/facebook/jest/pull/9858)) - `[jest-transform]` Improve source map handling when instrumenting transformed code ([#​9811](https://togithub.com/facebook/jest/pull/9811)) ##### Chore & Maintenance - `[docs]` Add an example for mocking non-default export class ##### Performance - `[jest-resolve]` Update `resolve` to a version using native `realpath`, which is faster than the default JS implementation ([#​9872](https://togithub.com/facebook/jest/pull/9872)) - `[jest-resolve]` Pass custom cached `realpath` function to `resolve` ([#​9873](https://togithub.com/facebook/jest/pull/9873)) - `[jest-runtime]` Add `teardown` method to clear any caches when tests complete ([#​9906](https://togithub.com/facebook/jest/pull/9906)) - `[jest-runtime]` Do not pass files required internally through transformation when loading them ([#​9900](https://togithub.com/facebook/jest/pull/9900)) - `[jest-runtime]` Use `Map`s instead of object literals as cache holders ([#​9901](https://togithub.com/facebook/jest/pull/9901))
Microsoft/dtslint ### [`v3.5.1`](https://togithub.com/Microsoft/dtslint/compare/d5a73ab631a10a265c8c74dc9f3b5cb697a751e6...d5a73ab631a10a265c8c74dc9f3b5cb697a751e6) [Compare Source](https://togithub.com/Microsoft/dtslint/compare/d5a73ab631a10a265c8c74dc9f3b5cb697a751e6...d5a73ab631a10a265c8c74dc9f3b5cb697a751e6) ### [`v3.5.0`](https://togithub.com/Microsoft/dtslint/compare/c5ba5d3bedca719f933983b8820ccd4451c3ebaf...d5a73ab631a10a265c8c74dc9f3b5cb697a751e6) [Compare Source](https://togithub.com/Microsoft/dtslint/compare/c5ba5d3bedca719f933983b8820ccd4451c3ebaf...d5a73ab631a10a265c8c74dc9f3b5cb697a751e6)
okonet/lint-staged ### [`v10.2.2`](https://togithub.com/okonet/lint-staged/releases/v10.2.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.1...v10.2.2) ##### Bug Fixes - chunkFiles chunks normalized files even when maxArgLength is set ([#​858](https://togithub.com/okonet/lint-staged/issues/858)) ([fc72170](https://togithub.com/okonet/lint-staged/commit/fc721704f223a8b649f949af38311c4d567268a6)) ### [`v10.2.1`](https://togithub.com/okonet/lint-staged/releases/v10.2.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.0...v10.2.1) ##### Bug Fixes - normalize chunked paths even when maxArgLength is not set ([ba67f48](https://togithub.com/okonet/lint-staged/commit/ba67f48f5a8314723cbf1d9de08b6a794d4c112b)) - resolve matched files to cwd instead of gitDir before adding ([defe045](https://togithub.com/okonet/lint-staged/commit/defe0452e3080b8a13913cde11da43d30ff0e2d0)) ### [`v10.2.0`](https://togithub.com/okonet/lint-staged/releases/v10.2.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.7...v10.2.0) ##### Bug Fixes - all lint-staged output respects the `quiet` option ([aba3421](https://togithub.com/okonet/lint-staged/commit/aba3421b0ec7335e49bc3f06a71441037bb2ae8a)) - do not show incorrect error when verbose and no output ([b8df31a](https://togithub.com/okonet/lint-staged/commit/b8df31af839a3125fa11fefae25359f1cfd271fd)) - log task output after running listr to keep everything ([d69c65b](https://togithub.com/okonet/lint-staged/commit/d69c65b8b5f7fa00dfecf52633fa6edd6bad6e29)) - use test renderer during tests and when TERM=dumb ([16848d8](https://togithub.com/okonet/lint-staged/commit/16848d83f3ec2cf67406755ec0aaa931ffb6787e)) ##### Features - add `--verbose` to show output even when tasks succeed ([85de3a3](https://togithub.com/okonet/lint-staged/commit/85de3a3aff34061211622e5a250a172fcbd6fb5b)) - allow specifying `cwd` using the Node.js API ([a3bd9d7](https://togithub.com/okonet/lint-staged/commit/a3bd9d7fa0b85983eb25f8483b407a14b15c1f11)) - replace listr with listr2 and print errors inline ([8f32a3e](https://togithub.com/okonet/lint-staged/commit/8f32a3eb38926fe931c36f788947a62a0b26405c))

Renovate configuration

:date: Schedule: "before 3am on Monday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

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