vladholubiev / gh-shipit

Automate GitHub releases, PRs, labels, release notes
MIT License
19 stars 3 forks source link

chore(deps): update frequently updated dev deps [ci skip] #300

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.8.4 -> 7.9.0
@babel/preset-env (source) devDependencies minor 7.8.4 -> 7.9.0
@babel/preset-typescript devDependencies minor 7.8.3 -> 7.9.0
husky devDependencies patch 4.2.1 -> 4.2.3
jest (source) devDependencies minor 25.1.0 -> 25.2.4
lint-staged devDependencies patch 10.0.7 -> 10.0.10

Release Notes

babel/babel ### [`v7.9.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v790-2020-03-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.7...v7.9.0) ##### :rocket: New Feature - `babel-generator`, `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-regenerator`, `babel-preset-react`, `babel-preset-typescript`, `babel-standalone` - [#​11126](https://togithub.com/babel/babel/pull/11126) Mark transpiled JSX elements as pure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx`, `babel-preset-react`, `babel-standalone` - [#​11154](https://togithub.com/babel/babel/pull/11154) Add experimental version of the `babel-plugin-transform-react-jsx` transform ([@​lunaruan](https://togithub.com/lunaruan)) - `babel-compat-data`, `babel-preset-env` - [#​11083](https://togithub.com/babel/babel/pull/11083) Include preset modules ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10971](https://togithub.com/babel/babel/pull/10971) Add numeric separator to `shippedProposals` ([@​Wetinee](https://togithub.com/Wetinee)) - `babel-core`, `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` - [#​8656](https://togithub.com/babel/babel/pull/8656) Allow extending untranspiled classes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd` - [#​11194](https://togithub.com/babel/babel/pull/11194) Allow defining the moduleIds-related option in the transform plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-record-and-tuple`, `babel-types` - [#​10865](https://togithub.com/babel/babel/pull/10865) Added support for record and tuple syntax. ([@​rickbutton](https://togithub.com/rickbutton)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-flow-strip-types`, `babel-preset-flow` - [#​11178](https://togithub.com/babel/babel/pull/11178) Implement support for `declare` on class fields with Flow ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​10680](https://togithub.com/babel/babel/pull/10680) Add cloneDeepWithoutLoc ([@​Taym95](https://togithub.com/Taym95)) - `babel-generator` - [#​11028](https://togithub.com/babel/babel/pull/11028) Added jsescOptions to Numeric Literals ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-generator`, `babel-parser`, `babel-types` - [#​11077](https://togithub.com/babel/babel/pull/11077) Add support for flow's SymbolTypeAnnotation ([@​existentialism](https://togithub.com/existentialism)) - `babel-parser` - [#​11117](https://togithub.com/babel/babel/pull/11117) Parse BigInts by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11254](https://togithub.com/babel/babel/pull/11254) Add estree parsing support for `export * as A` ([@​existentialism](https://togithub.com/existentialism)) - [#​11246](https://togithub.com/babel/babel/pull/11246) feat: align ID_Start/ID_Continue regex to Unicode 13.0.0 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-react-jsx-source`, `babel-preset-react` - [#​11139](https://togithub.com/babel/babel/pull/11139) feat(react-jsx-source): add columnNumber property ([@​motiz88](https://togithub.com/motiz88)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-preset-typescript`, `babel-types` - [#​11171](https://togithub.com/babel/babel/pull/11171) Add `import type` and `export type` support to TypeScript ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-helper-validator-identifier`, `babel-highlight`, `babel-parser`, `babel-types` - [#​11289](https://togithub.com/babel/babel/pull/11289) Add [@​babel/helper-validator-identifier](https://togithub.com/babel/helper-validator-identifier) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​11261](https://togithub.com/babel/babel/pull/11261) Memoize call expressions in optional chains in loose mode ([@​oliverdunk](https://togithub.com/oliverdunk)) - `babel-plugin-transform-react-jsx-self`, `babel-preset-react` - [#​11290](https://togithub.com/babel/babel/pull/11290) Pass the correct `this` to JSX's `__self` with the old plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​11288](https://togithub.com/babel/babel/pull/11288) Use the correct `this` in `__self` for JSX elements in arrows ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-preset-env` - [#​11280](https://togithub.com/babel/babel/pull/11280) Move `object-rest-spread` after `transform-parameters` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-for-of`, `babel-preset-env` - [#​11285](https://togithub.com/babel/babel/pull/11285) Allow for-of on polyfilled or builtin iterables without `Symbol` support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11263](https://togithub.com/babel/babel/pull/11263) Add for-of fallback for arrays in browsers without symbol support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-object-rest-spread` - [#​11282](https://togithub.com/babel/babel/pull/11282) fix: object-rest-spread should not transform export array rest ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​11249](https://togithub.com/babel/babel/pull/11249) Add path separator to `@babel/register` sourceRoot ([@​andrewdotn](https://togithub.com/andrewdotn)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime` - [#​10575](https://togithub.com/babel/babel/pull/10575) Create File class for babel helpers ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime` - [#​11268](https://togithub.com/babel/babel/pull/11268) Allow rest/spread on polyfilled or builtin iterables without `Symbol` support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​11148](https://togithub.com/babel/babel/pull/11148) Allow await when it is not in AsyncArrowHead ([@​arku](https://togithub.com/arku)) - `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-runtime-corejs2`, `babel-runtime` - [#​9794](https://togithub.com/babel/babel/pull/9794) fix(rest-spread): Do not require `Symbol.iterator` for strings ([@​clshortfuse](https://togithub.com/clshortfuse)) - `babel-generator` - [#​11255](https://togithub.com/babel/babel/pull/11255) Fix printing edge cases in Nullish Coalescing and Optional Chaining ([@​jridgewell](https://togithub.com/jridgewell)) ##### :nail_care: Polish - `babel-parser` - [#​11208](https://togithub.com/babel/babel/pull/11208) Rephrase parser error message ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-spread`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime` - [#​11264](https://togithub.com/babel/babel/pull/11264) Throw better errors for non-iterables when Symbol doesn't exist. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-builder-react-jsx-experimental`, `babel-helper-builder-react-jsx`, `babel-helper-validator-identifier`, `babel-highlight`, `babel-parser`, `babel-types` - [#​11289](https://togithub.com/babel/babel/pull/11289) Add [@​babel/helper-validator-identifier](https://togithub.com/babel/helper-validator-identifier) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​11277](https://togithub.com/babel/babel/pull/11277) Update compat-data ([@​existentialism](https://togithub.com/existentialism)) - `babel-core` - [#​11276](https://togithub.com/babel/babel/pull/11276) chore: bump json5 and minimist ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11250](https://togithub.com/babel/babel/pull/11250) Add stricter Optional Chain node validation ([@​jridgewell](https://togithub.com/jridgewell)) - [#​11267](https://togithub.com/babel/babel/pull/11267) Update Purish aliases ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-for-of`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​11262](https://togithub.com/babel/babel/pull/11262) Extract for-of iterator handling to a helper ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​11260](https://togithub.com/babel/babel/pull/11260) Support more node types in generateUidBasedOnNode ([@​jridgewell](https://togithub.com/jridgewell)) - Other - [#​11259](https://togithub.com/babel/babel/pull/11259) Remove unused `gulp-rename` ([@​existentialism](https://togithub.com/existentialism)) ### [`v7.8.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v787-2020-03-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.6...v7.8.7) ##### :bug: Bug Fix - `babel-preset-env` - [#​11201](https://togithub.com/babel/babel/pull/11201) Allow using `preset-env` with newer versions of `compat-data` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​11193](https://togithub.com/babel/babel/pull/11193) Pass URLs to import() rather than paths ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​11198](https://togithub.com/babel/babel/pull/11198) fix(babel-parser): chain off optionally chained keys named class and function ([@​Vages](https://togithub.com/Vages)) - `babel-helper-call-delegate`, `babel-plugin-transform-parameters` - [#​11158](https://togithub.com/babel/babel/pull/11158) Fix scope of function body when var redeclares param ([@​openorclose](https://togithub.com/openorclose)) - `babel-generator` - [#​11190](https://togithub.com/babel/babel/pull/11190) Fix printing parentheses around optional chains ([@​sag1v](https://togithub.com/sag1v)) - `babel-types` - [#​11184](https://togithub.com/babel/babel/pull/11184) Add "Statement" as alias to Flow enum declaration ([@​gkz](https://togithub.com/gkz)) - `babel-plugin-transform-typescript` - [#​11129](https://togithub.com/babel/babel/pull/11129) Typescript: Preserve decorated definite class properties ([@​jamescdavis](https://togithub.com/jamescdavis)) ##### :house: Internal - `babel-parser` - [#​11192](https://togithub.com/babel/babel/pull/11192) Refactor: add parser message template ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11181](https://togithub.com/babel/babel/pull/11181) Set correct version for [@​babel/eslint-plugin-development](https://togithub.com/babel/eslint-plugin-development) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.8.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v786-2020-02-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.4...v7.8.6) ##### :eyeglasses: Spec Compliance - `babel-helper-module-transforms`, `babel-helper-replace-supers`, `babel-plugin-transform-modules-commonjs` - [#​11109](https://togithub.com/babel/babel/pull/11109) Fix rewriteThis in helper-module-transforms for computed class elements ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-parser` - [#​10956](https://togithub.com/babel/babel/pull/10956) Refactor await/yield production parameter tracking ([@​JLHwung](https://togithub.com/JLHwung)) ##### :boom: Breaking Change - [#​11137](https://togithub.com/babel/babel/pull/11137) Breaking: align babel-eslint-parser & espree ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :rocket: New Feature - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-classes`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-preset-env` - [#​11134](https://togithub.com/babel/babel/pull/11134) Mark `wrapNativeSuper` and `wrapRegExp` as pure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-compilation-targets` - [#​11124](https://togithub.com/babel/babel/pull/11124) fix: search for browserslist if esmodules is falsy ([@​fengzilong](https://togithub.com/fengzilong)) - `babel-register` - [#​11160](https://togithub.com/babel/babel/pull/11160) fix: workaround misleading node.js ENOENT error ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11146](https://togithub.com/babel/babel/pull/11146) Parse declare modifier around accessibility modifiers ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11092](https://togithub.com/babel/babel/pull/11092) Fix Async Generic After Await Parsing Error ([@​liamfd](https://togithub.com/liamfd)) - Other - [#​11137](https://togithub.com/babel/babel/pull/11137) Breaking: align babel-eslint-parser & espree ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-compat-data`, `babel-preset-env` - [#​10929](https://togithub.com/babel/babel/pull/10929) Update preset-env builtin-definitions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​11136](https://togithub.com/babel/babel/pull/11136) fix [@​babel/traverse](https://togithub.com/babel/traverse) can't use path.remove() with noScope ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers` - [#​11068](https://togithub.com/babel/babel/pull/11068) Fix classNameTDZError in computed prototype methods with class fields ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-template` - [#​11112](https://togithub.com/babel/babel/pull/11112) Respect preserveComments option in tempate.ast() ([@​dentrado](https://togithub.com/dentrado)) - `babel-plugin-transform-for-of` - [#​11088](https://togithub.com/babel/babel/pull/11088) Allow redeclaration of loop variable in body ([@​openorclose](https://togithub.com/openorclose)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​11074](https://togithub.com/babel/babel/pull/11074) Fix export bindings not updated by 'for ... in' and 'for ... of' ([@​vedantroy](https://togithub.com/vedantroy)) - `babel-standalone` - [#​10797](https://togithub.com/babel/babel/pull/10797) fix: specify sourceFileName when generating inline sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11089](https://togithub.com/babel/babel/pull/11089) Make `isReferenced` return false for method parameter name ([@​brokensandals](https://togithub.com/brokensandals)) ##### :nail_care: Polish - `babel-core`, `babel-generator`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11133](https://togithub.com/babel/babel/pull/11133) Skip newlines around inline `#__PURE__` annotations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​11175](https://togithub.com/babel/babel/pull/11175) replace `gulp-watch` by `gulp.watch` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11163](https://togithub.com/babel/babel/pull/11163) chore: migrate lock threads to github actions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11164](https://togithub.com/babel/babel/pull/11164) chore: specify dependency rule of check-compat-data-ci ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11106](https://togithub.com/babel/babel/pull/11106) Centralize [@​babel/eslint-](https://togithub.com/babel/eslint-)\* tests ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​11072](https://togithub.com/babel/babel/pull/11072) Update [@​babel](https://togithub.com/babel) deps ([@​existentialism](https://togithub.com/existentialism)) - [#​11070](https://togithub.com/babel/babel/pull/11070) Clean babel-eslint-\*/\*\*/lib ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-generator`, `babel-helper-fixtures`, `babel-parser`, `babel-traverse` - [#​11168](https://togithub.com/babel/babel/pull/11168) Enable more eslint recommended rules ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-replace-supers` - [#​11121](https://togithub.com/babel/babel/pull/11121) Fix typing of ReplaceSupers options ([@​existentialism](https://togithub.com/existentialism)) - `babel-core`, `babel-plugin-syntax-decorators`, `babel-template`, `babel-traverse` - [#​11119](https://togithub.com/babel/babel/pull/11119) Add eslint-plugin-jest ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11096](https://togithub.com/babel/babel/pull/11096) Wrap type-only class fields in flow comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-types` - [#​11093](https://togithub.com/babel/babel/pull/11093) Turn on no-fallthrough rule ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-stage-0`, `babel-preset-stage-1`, `babel-preset-stage-2`, `babel-preset-stage-3` - [#​11101](https://togithub.com/babel/babel/pull/11101) Remove stage presets from the monorepo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env-standalone` - [#​10993](https://togithub.com/babel/babel/pull/10993) Archive [@​babel/preset-env-standalone](https://togithub.com/babel/preset-env-standalone) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
typicode/husky ### [`v4.2.3`](https://togithub.com/typicode/husky/releases/v4.2.3) [Compare Source](https://togithub.com/typicode/husky/compare/v4.2.2...v4.2.3) - Fix: check for `husky.config.js` not `.huskyrc.config.js` [#​669](https://togithub.com/typicode/husky/issues/669) ### [`v4.2.2`](https://togithub.com/typicode/husky/releases/v4.2.2) [Compare Source](https://togithub.com/typicode/husky/compare/v4.2.1...v4.2.2) - Fix [#​662](https://togithub.com/typicode/husky/issues/662) disable fast-skip heuristic for `.husky.js` and `.husky.config.js` - Fix do not install `update`, `pre/post-receive` hooks
facebook/jest ### [`v25.2.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2524) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.3...v25.2.4) ##### Features - `[jest-message-util]` Check for common errors when using the wrong test environment ([#​8245](https://togithub.com/facebook/jest/pull/8245)) ##### Fixes - `[jest-circus]` Fix type elision of jest-runtime imports ([#​9717](https://togithub.com/facebook/jest/pull/9717)) - `[@jest/transform]` Fix coverage reporter for uncovered files without transformers, reverting ([#​9460](https://togithub.com/facebook/jest/pull/9460)) ([#​9724](https://togithub.com/facebook/jest/pull/9724)) ### [`v25.2.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2523) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.2...v25.2.3) ##### Fixes - `[*]` Verify all packages are properly downleveled for older versions of TypeScript ([#​9715](https://togithub.com/facebook/jest/pull/9715)) ### [`v25.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2522) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.1...v25.2.2) ##### Fixes - `[jest-environment-node]` Remove `getVmContext` from Node env on older versions of Node ([#​9708](https://togithub.com/facebook/jest/pull/9708)) - `[jest-runtime]` Return constructable class from `require('module')` ([#​9711](https://togithub.com/facebook/jest/pull/9711)) ### [`v25.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2521) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.0...v25.2.1) ##### Fixes - `[*]` Downlevel TypeScript definitions files for compatibility with TS<3.8 ([#​9705](https://togithub.com/facebook/jest/pull/9705)) ### [`v25.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2520) [Compare Source](https://togithub.com/facebook/jest/compare/v25.1.0...v25.2.0) ##### Features - `[jest-config]` Support ESM config files with `.js` extension ([#​9573](https://togithub.com/facebook/jest/pull/9573)). - `[jest-runtime]` Override `module.createRequire` to return a Jest-compatible `require` function ([#​9469](https://togithub.com/facebook/jest/pull/9469)) - `[jest-haste-map]` [**BREAKING**] Remove `mapper` option ([#​9581](https://togithub.com/facebook/jest/pull/9581)) - `[*]` Support array of paths for `moduleNameMapper` aliases ([#​9465](https://togithub.com/facebook/jest/pull/9465)) - `[jest-reporters]` Adds ability to pass options to the istanbul-reporter through `coverageReporters` ([#​9572](https://togithub.com/facebook/jest/pull/9572)) - `[jest-runtime]` Require stack when a module cannot be resolved ([#​9681](https://togithub.com/facebook/jest/pull/9681)) - `[jest-transform]` `writeCacheFile` no longer calls `fsync` ([#​9695](https://togithub.com/facebook/jest/pull/9695)) ##### Fixes - `[expect]` Handle readonly properties correctly ([#​9575](https://togithub.com/facebook/jest/pull/9575)) - `[jest-cli]` Set `coverageProvider` correctly when provided in config ([#​9562](https://togithub.com/facebook/jest/pull/9562)) - `[jest-cli]` Allow specifying `.cjs` and `.mjs` config files by `--config` CLI option ([#​9578](https://togithub.com/facebook/jest/pull/9578)) - `[jest-cli]` Update yargs to fix CLI flag overriding ([#​9519](https://togithub.com/facebook/jest/pull/9519)) - `[jest-config]` Treat `setupFilesAfterEnv` like `setupFiles` when normalizing configs against presets ([#​9495](https://togithub.com/facebook/jest/pull/9495)) - `[jest-config]` Support `.mjs` config files on Windows as well ([#​9558](https://togithub.com/facebook/jest/pull/9558)) - `[jest-config]` Verify `rootDir` and all `roots` are directories ([#​9569](https://togithub.com/facebook/jest/pull/9569)) - `[jest-config]` Ensure pattern of `replacePosixSep` is a string ([#​9546](https://togithub.com/facebook/jest/pull/9546)) - `[jest-haste-map]` Fix crash on unix based systems without find ([#​9579](https://togithub.com/facebook/jest/pull/9579)) - `[jest-jasmine2]` Fix `--testNamePattern` matching with `concurrent` tests ([#​9090](https://togithub.com/facebook/jest/pull/9090)) - `[jest-matcher-utils]` Fix diff highlight of symbol-keyed object. ([#​9499](https://togithub.com/facebook/jest/pull/9499)) - `[@jest/reporters]` Notifications should be fire&forget rather than having a timeout ([#​9567](https://togithub.com/facebook/jest/pull/9567)) - `[jest-resolve]` Fix module identity preservation with symlinks and browser field resolution ([#​9511](https://togithub.com/facebook/jest/pull/9511)) - `[jest-resolve]` Do not confuse directories with files ([#​8912](https://togithub.com/facebook/jest/pull/8912)) - `[jest-resolve]` `moduleNameMapper` should take precedence over Node core modules ([#​9563](https://togithub.com/facebook/jest/pull/9563)) - `[jest-runtime]` Reset `isolateModules` if it fails ([#​9541](https://togithub.com/facebook/jest/pull/9541)) - `[jest-runtime]` Yarn PnP errors displayed to the user ([#​9681](https://togithub.com/facebook/jest/pull/9681)) - `[jest-snapshot]` Downgrade semver to v6 to support node 8 ([#​9451](https://togithub.com/facebook/jest/pull/9451)) - `[jest-snapshot]` Properly indent new snapshots in the presences of existing ones ([#​9523](https://togithub.com/facebook/jest/pull/9523)) - `[jest-transform]` Correct sourcemap behavior for transformed and instrumented code ([#​9460](https://togithub.com/facebook/jest/pull/9460)) - `[jest-transform]` Allow instrumentation of transformed files with weird file extensions ([#​9589](https://togithub.com/facebook/jest/pull/9589)) - `[@jest/types]` Make `ConfigGlobals` an interface to allow for declaration merging. ([#​9570](https://togithub.com/facebook/jest/pull/9570)) - `[pretty-format]` Export `OldPlugin` type ([#​9491](https://togithub.com/facebook/jest/pull/9491)) ##### Chore & Maintenance - `[docs]` Warn about unexpected behavior / bug of node-notifier when using the `notify` options. - `[docs]` Grammatical corrections to Async docs page. ([#​9679](https://togithub.com/facebook/jest/pull/9679)) - `[jest-resolver]` Use `resolve` package to implement custom module resolution ([#​9520](https://togithub.com/facebook/jest/pull/9520)) - `[jest-runtime]` Move execution of `setupFiles` to `jest-runner` ([#​9596](https://togithub.com/facebook/jest/pull/9596)) - `[jest-runtime]` Update anchor link in `helpers` ([#​9616](https://togithub.com/facebook/jest/pull/9616)) - `[@jest/reporters]` Remove unused dependencies and type exports ([#​9462](https://togithub.com/facebook/jest/pull/9462)) - `[website]` Update pictures of reports when matchers fail ([#​9214](https://togithub.com/facebook/jest/pull/9214)) ##### Performance - `[jest-haste-map]` Reduce number of `lstat` calls in node crawler ([#​9514](https://togithub.com/facebook/jest/pull/9514))
okonet/lint-staged ### [`v10.0.10`](https://togithub.com/okonet/lint-staged/releases/v10.0.10) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.9...v10.0.10) ##### Bug Fixes - support non-ASCII filenames when git is configured with `core.quotepath on` ([2cb26a6](https://togithub.com/okonet/lint-staged/commit/2cb26a635a313a32c208caf5ba6a9215a68b9c6d)) ### [`v10.0.9`](https://togithub.com/okonet/lint-staged/releases/v10.0.9) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.8...v10.0.9) ##### Bug Fixes - use `path.join` and `normalize` to improve msys compatibility in resolveGitRepo ([1ad263a](https://togithub.com/okonet/lint-staged/commit/1ad263a5c03d0f3fd90f2dffd0d9083f0ef8112e)) ### [`v10.0.8`](https://togithub.com/okonet/lint-staged/releases/v10.0.8) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.7...v10.0.8) ##### Bug Fixes - do not drop backup stash when reverting to original state fails ([f589336](https://togithub.com/okonet/lint-staged/commit/f5893365409bf935db058a4f41aeaccc90cd3a18)) - evaluate functional configuration only once ([abe4b92](https://togithub.com/okonet/lint-staged/commit/abe4b92d7f6213b59d756d172298bc29bb2bd44c))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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