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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@babel/plugin-transform-react-jsx devDependencies patch ^7.12.1 -> ^7.12.5
@types/react devDependencies patch ^16.9.55 -> ^16.9.56
babel-jest devDependencies patch ^26.6.1 -> ^26.6.3
dtslint devDependencies patch ^4.0.4 -> ^4.0.5
jest (source) devDependencies patch ^26.6.1 -> ^26.6.3

Release Notes

babel/babel ### [`v7.12.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7125-2020-11-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.1...v7.12.5) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-transform-block-scoping` - [#​12252](https://togithub.com/babel/babel/pull/12252) Throw a `TypeError` when reassigning a `const` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#​12281](https://togithub.com/babel/babel/pull/12281) fix: support string assertion key in assert entries ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12264](https://togithub.com/babel/babel/pull/12264) fix: disallow import assertions in export without from ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12267](https://togithub.com/babel/babel/pull/12267) Handle exprAllowed before ObjectLike is parsed ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12230](https://togithub.com/babel/babel/pull/12230) Refactor yield await classification ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12254](https://togithub.com/babel/babel/pull/12254) Allows the interface to be used as an Identifier for flow plugin ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​12221](https://togithub.com/babel/babel/pull/12221) [ts] Error on invalid type casts in JSX ([@​existentialism](https://togithub.com/existentialism)) - [#​12227](https://togithub.com/babel/babel/pull/12227) [ts] Allow optional binding pattern parameters within types/interfaces ([@​existentialism](https://togithub.com/existentialism)) - [#​12224](https://togithub.com/babel/babel/pull/12224) Fix parsing of imports with module string name in flow plugin ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-parser`, `babel-types` - [#​12280](https://togithub.com/babel/babel/pull/12280) Make assertions optional and update AST spec ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-template`, `babel-types` - [#​12263](https://togithub.com/babel/babel/pull/12263) fix: babel-types: ImportDeclaration: add assertions ([@​coderaiser](https://togithub.com/coderaiser)) - `babel-generator` - [#​12260](https://togithub.com/babel/babel/pull/12260) Do not use currentColumn to indent comments when retainLines=true ([@​ian-craig](https://togithub.com/ian-craig)) - `babel-generator`, `babel-parser` - [#​12249](https://togithub.com/babel/babel/pull/12249) Support Import Assertions for re-export statement ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-plugin-proposal-numeric-separator` - [#​12240](https://togithub.com/babel/babel/pull/12240) fix: support bigInt in numeric-separator transform ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-replace-supers`, `babel-plugin-transform-classes` - [#​12238](https://togithub.com/babel/babel/pull/12238) fix: support optionalCall in replace super handler ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​12226](https://togithub.com/babel/babel/pull/12226) packages/babel-standalone: make data-type="module" option avilable without data-presets option ([@​hirochachacha](https://togithub.com/hirochachacha)) ##### :nail_care: Polish - `babel-compat-data` - [#​12244](https://togithub.com/babel/babel/pull/12244) chore: bump compat-table and electron-to-chromium ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-preset-env` - [#​12258](https://togithub.com/babel/babel/pull/12258) Polish parser errors ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​12222](https://togithub.com/babel/babel/pull/12222) docs: add note about TypeScript in ESLint packages ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :house: Internal - Other - [#​12187](https://togithub.com/babel/babel/pull/12187) chore: avoid duplicate coverage data upload ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12190](https://togithub.com/babel/babel/pull/12190) chore: bump Jest to v26 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12265](https://togithub.com/babel/babel/pull/12265) chore: test on node 15 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-helper-module-imports`, `babel-helper-replace-supers`, `babel-parser`, `babel-traverse` - [#​12257](https://togithub.com/babel/babel/pull/12257) add declare to class properties type annotations ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​12251](https://togithub.com/babel/babel/pull/12251) Mark `ThisExpression` and `Super` as `Purish` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​12241](https://togithub.com/babel/babel/pull/12241) Update to Browserslist 4.14.5 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
facebook/jest ### [`v26.6.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2663) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.2...v26.6.3) ##### Fixes - `[jest-resolve-dependencies]` Continue dependency resolution if mock dependency can't be found ([#​10779](https://togithub.com/facebook/jest/pull/10779)) ### [`v26.6.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2662) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.1...v26.6.2) ##### Features - `[jest-core]` Add `findRelatedTests` and `nonFlagArgs` in allowed config options for `updateConfigAndRun` in watch plugins ([#​10659](https://togithub.com/facebook/jest/pull/10659)) ##### Fixes - `[babel-plugin-jest-hoist]` Preserve order of hoisted mock nodes within containing block ([#​10536](https://togithub.com/facebook/jest/pull/10536)) - `[babel-plugin-jest-hoist]` Hoist pure constants to support experimental JSX transform in hoisted mocks ([#​10723](https://togithub.com/facebook/jest/pull/10723)) - `[babel-preset-jest]` Update `babel-preset-current-node-syntax` to support top level await ([#​10747](https://togithub.com/facebook/jest/pull/10747)) - `[expect]` Revert "Fix `objectContaining` to work recursively into sub-objects ([#​10508](https://togithub.com/facebook/jest/pull/10508))" ([#​10766](https://togithub.com/facebook/jest/pull/10766)) - `[jest-circus, jest-jasmine2]` fix: don't assume `stack` is always a string ([#​10697](https://togithub.com/facebook/jest/pull/10697)) - `[jest-config]` Fix bug introduced in watch mode by PR [#​10678](https://togithub.com/facebook/jest/pull/10678/files#r511037803) ([#​10692](https://togithub.com/facebook/jest/pull/10692)) - `[jest-config]` Throw correct error for missing preset modules ([#​10737](https://togithub.com/facebook/jest/pull/10737)) - `[jest-resolve-dependencies]` Resolve mocks as dependencies ([#​10713](https://togithub.com/facebook/jest/pull/10713)) - `[jest-runtime]` Handle file URLs in dynamic imports ([#​10744](https://togithub.com/facebook/jest/pull/10744)) - `[jest-runtime, babel-jest]` Pass more ESM options to `@jest/transform` ([#​10752](https://togithub.com/facebook/jest/pull/10752)) - `[jest-runtime]` Properly inject `extraGlobals` into the runtime ([#​10758](https://togithub.com/facebook/jest/pull/10758)) - `[jest-transform]` Link to ESM docs on syntax errors ([#​10748](https://togithub.com/facebook/jest/pull/10748)) ##### Chore & Maintenance - `[docs]` Add docs for using mocks in TypeScript ([#​10415](https://togithub.com/facebook/jest/pull/10415)) - `[eslint-config-fb-strict]` Move package from this repo to `fbjs` repo ([#​10739](https://togithub.com/facebook/jest/pull/10739)) - `[examples]` Update TypeScript example to show use of newer Jest types ([#​10399](https://togithub.com/facebook/jest/pull/10399)) - `[jest-cli]` chore: standardize files and folder names ([#​10698](https://togithub.com/facebook/jest/pull/10698))
Microsoft/dtslint ### [`v4.0.5`](https://togithub.com/Microsoft/dtslint/compare/952086da5617f3f2c94bc9aad849fe51732eb00e...a6b1ca971505136eeeea1f75658c4d0e391b9cd4) [Compare Source](https://togithub.com/Microsoft/dtslint/compare/952086da5617f3f2c94bc9aad849fe51732eb00e...a6b1ca971505136eeeea1f75658c4d0e391b9cd4)

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.