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] - autoclosed #312

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.10.4 -> 7.11.6
@babel/core (source) devDependencies minor 7.10.4 -> 7.11.6
@babel/preset-env (source) devDependencies minor 7.10.4 -> 7.11.5
husky devDependencies minor 4.2.3 -> 4.3.0
lint-staged devDependencies minor 10.0.10 -> 10.4.0

Release Notes

babel/babel ### [`v7.11.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7116-2020-09-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.5...v7.11.6) ##### :house: Internal - [#​12028](https://togithub.com/babel/babel/pull/12028) Run prepublish build after versioning ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​12027](https://togithub.com/babel/babel/pull/12027) Revert [#​12014](https://togithub.com/babel/babel/issues/12014) ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.11.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7115-2020-08-31) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.5...v7.11.5) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development` - [#​12017](https://togithub.com/babel/babel/pull/12017) Fix `jsxDEV` for generated elements ([@​Timer](https://togithub.com/Timer)) - `babel-parser` - [#​11931](https://togithub.com/babel/babel/pull/11931) fix: ExpressionBody should respect [In] parameter ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11987](https://togithub.com/babel/babel/pull/11987) Set generator to true during error recovery of accessor ([@​existentialism](https://togithub.com/existentialism)) - Other - [#​11993](https://togithub.com/babel/babel/pull/11993) Added linting support for private class methods ([@​giovannicalo](https://togithub.com/giovannicalo)) - `babel-plugin-proposal-function-bind` - [#​12000](https://togithub.com/babel/babel/pull/12000) fix(plugin-proposal-function-bind): fix invalid code emitted for `::super.foo` ([@​uhyo](https://togithub.com/uhyo)) ##### :nail_care: Polish - `babel-traverse` - [#​11832](https://togithub.com/babel/babel/pull/11832) Forward deopt node path ([@​johanholmerin](https://togithub.com/johanholmerin)) ##### :house: Internal - Other - [#​12013](https://togithub.com/babel/babel/pull/12013) Remove unused enhanced-resolve and normalize lock resolutions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12010](https://togithub.com/babel/babel/pull/12010) chore: use Rollup 2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12002](https://togithub.com/babel/babel/pull/12002) Restructure CI workflow ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11781](https://togithub.com/babel/babel/pull/11781) chore: improve Yarn 2 cache on CI ([@​JLHwung](https://togithub.com/JLHwung)) - _Every package_ - [#​11962](https://togithub.com/babel/babel/pull/11962) Use Yarn 2 ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7105-2020-07-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.4...v7.10.5) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typescript` - [#​11807](https://togithub.com/babel/babel/pull/11807) Disallow duplicated AST nodes ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11814](https://togithub.com/babel/babel/pull/11814) fix: add optional: false to chained optional call expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11774](https://togithub.com/babel/babel/pull/11774) fix: throw expect jsx plugin error when an idStart or > is seen ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​11816](https://togithub.com/babel/babel/pull/11816) Typescript transform now removes generic arguments from optional calls (Closes [#​11813](https://togithub.com/babel/babel/issues/11813)) ([@​RafaelSalguero](https://togithub.com/RafaelSalguero)) - `babel-plugin-transform-block-scoping` - [#​11802](https://togithub.com/babel/babel/pull/11802) Fix break/continue when switch is nested inside loop ([@​existentialism](https://togithub.com/existentialism)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​11582](https://togithub.com/babel/babel/pull/11582) Refactor generated builder names in [@​babel/types](https://togithub.com/babel/types) ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-compat-data` - [#​11783](https://togithub.com/babel/babel/pull/11783) fix: update class properties support matrix ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - Other - [#​11799](https://togithub.com/babel/babel/pull/11799) docs: update README example and REPL link ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11761](https://togithub.com/babel/babel/pull/11761) Add note about running Make targets in Windows 10 ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-parser` - [#​11729](https://togithub.com/babel/babel/pull/11729) docs: add AST spec on optional chain [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-compat-data`, `babel-core`, `babel-helper-define-map`, `babel-helper-fixtures`, `babel-helper-module-transforms`, `babel-helper-regex`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-proto-to-assign`, `babel-register`, `babel-traverse`, `babel-types` - [#​11818](https://togithub.com/babel/babel/pull/11818) Bump some deps for audit ([@​existentialism](https://togithub.com/existentialism)) - `babel-helper-fixtures`, `babel-traverse` - [#​11811](https://togithub.com/babel/babel/pull/11811) Replace lodash 'clone' usage with ES6 Spread initializer ([@​jayaddison](https://togithub.com/jayaddison)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner` - [#​11812](https://togithub.com/babel/babel/pull/11812) Replace lodash 'extend' usage with Object.assign ([@​jayaddison](https://togithub.com/jayaddison)) - `babel-plugin-transform-block-scoping` - [#​11798](https://togithub.com/babel/babel/pull/11798) Reduce dependency on lodash functions: values, extends ([@​jayaddison](https://togithub.com/jayaddison)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​11582](https://togithub.com/babel/babel/pull/11582) Refactor generated builder names in [@​babel/types](https://togithub.com/babel/types) ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-cli`, `babel-generator`, `babel-helper-transform-fixture-test-runner`, `babel-traverse`, `babel-types` - [#​11790](https://togithub.com/babel/babel/pull/11790) Reduce dependency on lodash functions: includes, uniq, repeat, isinteger ([@​jayaddison](https://togithub.com/jayaddison)) - Other - [#​11782](https://togithub.com/babel/babel/pull/11782) chore: refine yarn cache config ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​11780](https://togithub.com/babel/babel/pull/11780) test: add console warn spy on babel-register tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11776](https://togithub.com/babel/babel/pull/11776) chore: remove babel-register generated test artifacts ([@​JLHwung](https://togithub.com/JLHwung))
typicode/husky ### [`v4.3.0`](https://togithub.com/typicode/husky/releases/v4.3.0) [Compare Source](https://togithub.com/typicode/husky/compare/v4.2.5...v4.3.0) - Add `.cjs` config file support [#​754](https://togithub.com/typicode/husky/issues/754) ### [`v4.2.5`](https://togithub.com/typicode/husky/releases/v4.2.5) [Compare Source](https://togithub.com/typicode/husky/compare/v4.2.4...v4.2.5) - Fix wrong error message [#​709](https://togithub.com/typicode/husky/issues/709) - Update dependencies [#​710](https://togithub.com/typicode/husky/issues/710) ### [`v4.2.4`](https://togithub.com/typicode/husky/releases/v4.2.4) [Compare Source](https://togithub.com/typicode/husky/compare/v4.2.3...v4.2.4) - When Node version is unsupported, log actual version in addition to the error message [#​701](https://togithub.com/typicode/husky/issues/701) - Fix: support `cnpm` package manager [#​687](https://togithub.com/typicode/husky/issues/687) - Fix: always use `sh` to run scripts and avoid inconsistencies [#​707](https://togithub.com/typicode/husky/issues/707) - Fix: don't throw error if files are already removed during uninstall [#​708](https://togithub.com/typicode/husky/issues/708)
okonet/lint-staged ### [`v10.4.0`](https://togithub.com/okonet/lint-staged/releases/v10.4.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.3.0...v10.4.0) ##### Features - Add ability to use function as config ([#​913](https://togithub.com/okonet/lint-staged/issues/913)) ([67a4d06](https://togithub.com/okonet/lint-staged/commit/67a4d06e39c4638a546494940bf99934692fb610)) ### [`v10.3.0`](https://togithub.com/okonet/lint-staged/releases/v10.3.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.13...v10.3.0) ##### Features - Add support for adding lint-staged using pre-commit.com ([#​910](https://togithub.com/okonet/lint-staged/issues/910)) ([d404d7d](https://togithub.com/okonet/lint-staged/commit/d404d7d5a2ccfba51d2d59e1fbb6e2e82539646c)) ### [`v10.2.13`](https://togithub.com/okonet/lint-staged/releases/v10.2.13) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.12...v10.2.13) ##### Bug Fixes - disambiguate stash reference ([#​906](https://togithub.com/okonet/lint-staged/issues/906)) ([51c5ac8](https://togithub.com/okonet/lint-staged/commit/51c5ac80da475f2255e12547018a3366ef6bd5a4)) ### [`v10.2.12`](https://togithub.com/okonet/lint-staged/releases/v10.2.12) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.11...v10.2.12) ##### Bug Fixes - always use the default short diff format for submodules [#​902](https://togithub.com/okonet/lint-staged/issues/902) ([c7923ad](https://togithub.com/okonet/lint-staged/commit/c7923ad9259e8bc121694f8e8c4ad3668aae73e5)) - ensure supportsColor.level exists before stringifying it ([aa9898e](https://togithub.com/okonet/lint-staged/commit/aa9898e47ce20d925072ccc93986b28c0593e625)) ### [`v10.2.11`](https://togithub.com/okonet/lint-staged/releases/v10.2.11) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.10...v10.2.11) ##### Bug Fixes - run all git commands with submodule.recurse=false ([#​888](https://togithub.com/okonet/lint-staged/issues/888)) ([86c9ed2](https://togithub.com/okonet/lint-staged/commit/86c9ed2bde1245a702635b42a57b92b809340b0e)) ### [`v10.2.10`](https://togithub.com/okonet/lint-staged/releases/v10.2.10) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.9...v10.2.10) ##### Bug Fixes - Git directory is not correctly resolved if GIT_WORK_TREE is set to relative path ([#​887](https://togithub.com/okonet/lint-staged/issues/887)) ([a1904ec](https://togithub.com/okonet/lint-staged/commit/a1904ec6a96b04cd93eeb622b04cf328a10083df)) ### [`v10.2.9`](https://togithub.com/okonet/lint-staged/releases/v10.2.9) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.8...v10.2.9) ##### Bug Fixes - update listr@2.1.0 and add enquirer peer dependency ([#​883](https://togithub.com/okonet/lint-staged/issues/883)) ([0daae61](https://togithub.com/okonet/lint-staged/commit/0daae611b0637ebc6b9fac8672b842444bee3a38)) ### [`v10.2.8`](https://togithub.com/okonet/lint-staged/releases/v10.2.8) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.7...v10.2.8) ##### Bug Fixes - canceling lint-staged via SIGINT restores state and cleans up ([#​881](https://togithub.com/okonet/lint-staged/issues/881)) ([b078324](https://togithub.com/okonet/lint-staged/commit/b078324d5e911ec5e667736b2c552af32f475751)) ### [`v10.2.7`](https://togithub.com/okonet/lint-staged/releases/v10.2.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.6...v10.2.7) ##### Bug Fixes - use machine output to avoid escaped and quoted filenames ([ea80a3d](https://togithub.com/okonet/lint-staged/commit/ea80a3dc4124ce8437d7879dea3c9220fb5b0ca2)) ### [`v10.2.6`](https://togithub.com/okonet/lint-staged/releases/v10.2.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.5...v10.2.6) ##### Bug Fixes - remove nanoid devDependency to remove ExperimentalWarning ([#​874](https://togithub.com/okonet/lint-staged/issues/874)) ([979da5d](https://togithub.com/okonet/lint-staged/commit/979da5d0d2fed4ef4a1748eaf10bb150005c99c4)) ### [`v10.2.5`](https://togithub.com/okonet/lint-staged/releases/v10.2.5) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.4...v10.2.5) ##### Bug Fixes - truncate command title to stdout width ([#​865](https://togithub.com/okonet/lint-staged/issues/865)) ([b8e1a4a](https://togithub.com/okonet/lint-staged/commit/b8e1a4a9683639d961f948283dec0e6dec556493)) ### [`v10.2.4`](https://togithub.com/okonet/lint-staged/releases/v10.2.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.3...v10.2.4) ##### Bug Fixes - node-13 deps issue with listr2 and uuid ([#​868](https://togithub.com/okonet/lint-staged/issues/868)) ([93bc942](https://togithub.com/okonet/lint-staged/commit/93bc942d9640e152a65c15d42c707c9b63420684)) ### [`v10.2.3`](https://togithub.com/okonet/lint-staged/releases/v10.2.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.2.2...v10.2.3) ##### Bug Fixes - update listr2@​2.0.1 ([157ad3e](https://togithub.com/okonet/lint-staged/commit/157ad3e97c91551de6f1182c7a8c17f3762f1f47)) ### [`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)) ### [`v10.1.7`](https://togithub.com/okonet/lint-staged/releases/v10.1.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.6...v10.1.7) ##### Bug Fixes - use stash create/store to prevent files from disappearing from disk ([c9adca5](https://togithub.com/okonet/lint-staged/commit/c9adca5)) ### [`v10.1.6`](https://togithub.com/okonet/lint-staged/releases/v10.1.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.5...v10.1.6) ##### Bug Fixes - **deps:** update dependencies ([e093b1d](https://togithub.com/okonet/lint-staged/commit/e093b1d)) ### [`v10.1.5`](https://togithub.com/okonet/lint-staged/releases/v10.1.5) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.4...v10.1.5) ##### Bug Fixes - pass correct path to unstaged patch during cleanup ([6066b07](https://togithub.com/okonet/lint-staged/commit/6066b07)) ### [`v10.1.4`](https://togithub.com/okonet/lint-staged/releases/v10.1.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.3...v10.1.4) ##### Bug Fixes - allow lint-staged to run on empty git repo by disabling backup ([0bf1fb0](https://togithub.com/okonet/lint-staged/commit/0bf1fb0)) ### [`v10.1.3`](https://togithub.com/okonet/lint-staged/releases/v10.1.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.2...v10.1.3) ##### Bug Fixes - only run git add on staged files matched to a task ([d39573b](https://togithub.com/okonet/lint-staged/commit/d39573b)) - run `git add` for staged file chunks serially ([69acfa3](https://togithub.com/okonet/lint-staged/commit/69acfa3)) ### [`v10.1.2`](https://togithub.com/okonet/lint-staged/releases/v10.1.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.1...v10.1.2) ##### Bug Fixes - no longer include untracked files in backup stash ([#​827](https://togithub.com/okonet/lint-staged/issues/827)) ([2f15336](https://togithub.com/okonet/lint-staged/commit/2f15336)) ### [`v10.1.1`](https://togithub.com/okonet/lint-staged/releases/v10.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.0...v10.1.1) ##### Bug Fixes - add `--` to `git add` command to denote pathspec starting ([#​821](https://togithub.com/okonet/lint-staged/issues/821)) ([226ccdb](https://togithub.com/okonet/lint-staged/commit/226ccdb7727c9837fa04528047ced89466c4b833)) ### [`v10.1.0`](https://togithub.com/okonet/lint-staged/releases/v10.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.10...v10.1.0) ##### Bug Fixes - do not return string from runAll, add info symbol to "No staged files found." message ([1e7298a](https://togithub.com/okonet/lint-staged/commit/1e7298a23c3c2d09810f6e1a54ead8a449d7fd7d)) - force src and dst prefixes in diff to work around local diff.noprefix setting ([7f2ef33](https://togithub.com/okonet/lint-staged/commit/7f2ef33dde170e83a8943886a4f1502113dcb50c)) - unset GIT_LITERAL_PATHSPECS env variable before running ([a653c55](https://togithub.com/okonet/lint-staged/commit/a653c55a397e7e6f04fa5aefb0ddf2c7543569d9)) ##### Features - add `--no-stash` option to disable the backup stash, and not revert in case of errors ([c386e4c](https://togithub.com/okonet/lint-staged/commit/c386e4cf9646dc0953213e9a0ef857cb9664af37)) - only hide/restore unstaged modifications to partially staged files ([52125a9](https://togithub.com/okonet/lint-staged/commit/52125a9d557e3fc117a421662cf45d6462517d87))

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.