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 #668

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.8 -> ^7.12.10 age adoption passing confidence
@babel/core (source) ^7.12.9 -> ^7.12.10 age adoption passing confidence
@babel/plugin-transform-react-jsx ^7.12.7 -> ^7.12.10 age adoption passing confidence
eslint-config-4catalyzer-react ^1.0.12 -> ^1.0.13 age adoption passing confidence
eslint-plugin-prettier ^3.2.0 -> ^3.3.0 age adoption passing confidence
husky ^4.3.5 -> ^4.3.6 age adoption passing confidence

Release Notes

babel/babel ### [`v7.12.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71210-2020-12-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.8...v7.12.10) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​12443](https://togithub.com/babel/babel/pull/12443) Make sure estree test should not throw if babel parser does not throw ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12375](https://togithub.com/babel/babel/pull/12375) Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​12424](https://togithub.com/babel/babel/pull/12424) Fix printing BigIntLiterals/DecimalLiterals with compact option ([@​existentialism](https://togithub.com/existentialism)) - `babel-types` - [#​12418](https://togithub.com/babel/babel/pull/12418) babel-types update OptionalCallExpression to support ArgumentPlaceholder ([@​zxbodya](https://togithub.com/zxbodya)) - [#​12395](https://togithub.com/babel/babel/pull/12395) Fix `t.isReferenced()` for named re-exports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​12394](https://togithub.com/babel/babel/pull/12394) Set correct `path.context` un `push/unshiftContainer` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-preset-env` - [#​12402](https://togithub.com/babel/babel/pull/12402) Clarify warning source about underspecified corejs option in preset-env. ([@​AndrewSouthpaw](https://togithub.com/AndrewSouthpaw)) ##### :memo: Documentation - `babel-parser` - [#​12449](https://togithub.com/babel/babel/pull/12449) Add StaticBlock to Table of Contents in AST spec ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - Other - [#​12450](https://togithub.com/babel/babel/pull/12450) Use new CircleCI images ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​12453](https://togithub.com/babel/babel/pull/12453) Use Yarn 2.4.0 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​12430](https://togithub.com/babel/babel/pull/12430) chore: remove travis-ci badge ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12397](https://togithub.com/babel/babel/pull/12397) chore: bump chokidar in glob-watcher to ^3.4.0 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-node`, `babel-plugin-transform-runtime`, `babel-register` - [#​12458](https://togithub.com/babel/babel/pull/12458) Use native Node.js functions when available ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#​12253](https://togithub.com/babel/babel/pull/12253) Stop using old JSX transform ([@​Andarist](https://togithub.com/Andarist)) - `babel-helper-fixtures`, `babel-types` - [#​12440](https://togithub.com/babel/babel/pull/12440) Prepare codebase for inline Babel 8 breaking changes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol` - [#​12439](https://togithub.com/babel/babel/pull/12439) Use `require.resolve` instead of the `resolve` package ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​12398](https://togithub.com/babel/babel/pull/12398) refactor: simplify isAwaitAllowed ([@​JLHwung](https://togithub.com/JLHwung))
4Catalyzer/javascript ### [`v1.0.13`](https://togithub.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-react@1.0.12...eslint-config-4catalyzer-react@1.0.13) [Compare Source](https://togithub.com/4Catalyzer/javascript/compare/eslint-config-4catalyzer-react@1.0.12...eslint-config-4catalyzer-react@1.0.13)
prettier/eslint-plugin-prettier ### [`v3.3.0`](https://togithub.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md#v330-2020-12-13) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v3.2.0...v3.3.0) - Minor: Perf improvement: Do not clear the config cache on each run ([#​368](git@github.com:prettier/eslint-plugin-prettier/issues/368)) ([1b90ea7](git@github.com:prettier/eslint-plugin-prettier/commit/1b90ea752636959babb27ebca5d67093c346dab9)) - Add peerDependenciesMeta block ([#​367](git@github.com:prettier/eslint-plugin-prettier/issues/367)) ([86608d5](git@github.com:prettier/eslint-plugin-prettier/commit/86608d5084692ab0d1f2f49a3df4909d04c39ae7)) - build(deps-dev): bump eslint from 7.14.0 to 7.15.0 ([885f484](git@github.com:prettier/eslint-plugin-prettier/commit/885f48405e0fc9f312acdd3e3487c824bd59c102)) - build(deps-dev): bump eslint from 7.3.1 to 7.14.0 ([cebc80b](git@github.com:prettier/eslint-plugin-prettier/commit/cebc80b39d3d09f957a73536e54f6d8dd4567080))
typicode/husky ### [`v4.3.6`](https://togithub.com/typicode/husky/releases/v4.3.6) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.5...v4.3.6) - Fix `prepare-commit-msg` on windows [#​737](https://togithub.com/typicode/husky/issues/737)

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.