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 60 forks source link

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.12.1 -> ^7.12.7 age adoption passing confidence
@babel/core (source) ^7.12.3 -> ^7.12.7 age adoption passing confidence
@babel/plugin-transform-react-jsx ^7.12.5 -> ^7.12.7 age adoption passing confidence
@types/react ^16.9.56 -> ^16.14.2 age adoption passing confidence
@types/react-dom ^16.9.9 -> ^16.9.10 age adoption passing confidence
dtslint ^4.0.5 -> ^4.0.6 age adoption passing confidence
prettier (source) ^2.1.2 -> ^2.2.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.12.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7127-2020-11-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.1...v7.12.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12346](https://togithub.com/babel/babel/pull/12346) refactor: reorder checkLVal parameters ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12327](https://togithub.com/babel/babel/pull/12327) fix: disallow all parenthesized pattern except parsing LHS ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​12356](https://togithub.com/babel/babel/pull/12356) [ts]Fix syntax error for modifier name class methods with type parameters ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12352](https://togithub.com/babel/babel/pull/12352) [ts]Set `false` to default value of TsTypePredicate.asserts ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12333](https://togithub.com/babel/babel/pull/12333) Fix syntax error for getter and setter with typescript and estree plugin ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-optimise-call-expression`, `babel-plugin-proposal-class-properties` - [#​12350](https://togithub.com/babel/babel/pull/12350) Fix: correctly transform `this.#m?.(...arguments)` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​12340](https://togithub.com/babel/babel/pull/12340) Fix support for polyfilling Array.prototype.values in core-js@2 ([@​existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-preset-env`, `babel-traverse` - [#​12331](https://togithub.com/babel/babel/pull/12331) Use the correct `context` when re-using a cached `NodePath` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-numeric-separator` - [#​12311](https://togithub.com/babel/babel/pull/12311) Adding includes fix for plugin-proposal-numeric-separator ([@​fraywing](https://togithub.com/fraywing)) ##### :nail_care: Polish - `babel-preset-react`, `babel-preset-typescript` - [#​12347](https://togithub.com/babel/babel/pull/12347) refactor: use option-validator in preset-typescript ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​12341](https://togithub.com/babel/babel/pull/12341) improve asserts in generated typescript definitions ([@​zxbodya](https://togithub.com/zxbodya)) ##### :house: Internal - `babel-helper-regex` - [#​12377](https://togithub.com/babel/babel/pull/12377) Archive `@babel/helper-regex` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-sticky-regex` - [#​12349](https://togithub.com/babel/babel/pull/12349) refactor: inline `@babel/helper-regex` usage ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​12288](https://togithub.com/babel/babel/pull/12288) Don't compile `import()` in development ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11734](https://togithub.com/babel/babel/pull/11734) Account for ConfigItem being generated by another copy of Babel ([@​developit](https://togithub.com/developit)) - `babel-preset-env` - [#​12368](https://togithub.com/babel/babel/pull/12368) Bump caniuse-lite resolutions ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​12362](https://togithub.com/babel/babel/pull/12362) chore: fix grammar in bug template ([@​snitin315](https://togithub.com/snitin315)) - [#​12357](https://togithub.com/babel/babel/pull/12357) chore: prompt maintainer to quit make watch before publish ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12328](https://togithub.com/babel/babel/pull/12328) chore: remove Node.js 13 from CI ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11883](https://togithub.com/babel/babel/pull/11883) feat(babel‑types): Add type definitions for Node assertion methods ([@​ExE-Boss](https://togithub.com/ExE-Boss)) - `babel-cli` - [#​12322](https://togithub.com/babel/babel/pull/12322) Use `chokidar@2` without `fsevents@1` in `@babel/cli` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​12326](https://togithub.com/babel/babel/pull/12326) Add typings for `recordAndTuple` parser plugin ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​12309](https://togithub.com/babel/babel/pull/12309) test: add tests about behaviour of replaceWithMultiple ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-traverse` - [#​12302](https://togithub.com/babel/babel/pull/12302) Reduce linear search on list traversing ([@​JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-optional-chaining` - [#​12291](https://togithub.com/babel/babel/pull/12291) optimize optional chain when expression will be cast to boolean ([@​JLHwung](https://togithub.com/JLHwung))
Microsoft/dtslint ### [`v4.0.6`](https://togithub.com/Microsoft/dtslint/compare/a6b1ca971505136eeeea1f75658c4d0e391b9cd4...7ce1f968da054387958b9d16d2ac0446795703c7) [Compare Source](https://togithub.com/Microsoft/dtslint/compare/a6b1ca971505136eeeea1f75658c4d0e391b9cd4...7ce1f968da054387958b9d16d2ac0446795703c7)
prettier/prettier ### [`v2.2.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​220) [Compare Source](https://togithub.com/prettier/prettier/compare/2.1.2...2.2.0) [diff](https://togithub.com/prettier/prettier/compare/2.1.2...2.2.0) 🔗 [Release Notes](https://prettier.io/blog/2020/11/20/2.2.0.html)

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.