mpppk / puppeteer-cli-template

0 stars 0 forks source link

chore(deps): update dependency pretty-quick to v3 - abandoned #75

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pretty-quick 1.6.0 -> 3.1.3 age adoption passing confidence

Release Notes

azz/pretty-quick ### [`v3.1.3`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.3) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.2...v3.1.3) ##### Bug Fixes - detect git when in use git worktree ([#​142](https://togithub.com/azz/pretty-quick/issues/142)) ([bc231a3](https://togithub.com/azz/pretty-quick/commit/bc231a3a03a82309603839764a675359bd09e4eb)) ### [`v3.1.2`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.2) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.1...v3.1.2) ##### Bug Fixes - check for supportedExtenions after filtering ignored files ([#​143](https://togithub.com/azz/pretty-quick/issues/143)) ([5cb47e6](https://togithub.com/azz/pretty-quick/commit/5cb47e6c92c98c0e54739151b400e12920b24990)) ### [`v3.1.1`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.1.0...v3.1.1) ##### Bug Fixes - allow non-core file extensions (from plugins) ([#​128](https://togithub.com/azz/pretty-quick/issues/128)) ([262a02d](https://togithub.com/azz/pretty-quick/commit/262a02dd8c8b44122c8ebf90de54d884a477c092)) ### [`v3.1.0`](https://togithub.com/azz/pretty-quick/releases/tag/v3.1.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.0.2...v3.1.0) ##### Features - add an --ignore-path flag ([#​115](https://togithub.com/azz/pretty-quick/issues/115)) ([eaf29e2](https://togithub.com/azz/pretty-quick/commit/eaf29e2a5a7e20d6a7d17672812b6340739dadd6)) ### [`v3.0.2`](https://togithub.com/azz/pretty-quick/releases/tag/v3.0.2) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.0.1...v3.0.2) ##### Bug Fixes - don't ignore file extensions defined in .prettierrc overrides ([#​111](https://togithub.com/azz/pretty-quick/issues/111)) ([30699de](https://togithub.com/azz/pretty-quick/commit/30699deb3e031b54d3e05f404cfedbae7c994420)) ### [`v3.0.1`](https://togithub.com/azz/pretty-quick/releases/tag/v3.0.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v3.0.0...v3.0.1) ##### Bug Fixes - don't copy tests on build ([#​112](https://togithub.com/azz/pretty-quick/issues/112)) ([e500e3c](https://togithub.com/azz/pretty-quick/commit/e500e3cff88bcb92c184f86f925e43e6a41b3235)) ### [`v3.0.0`](https://togithub.com/azz/pretty-quick/releases/tag/v3.0.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v2.0.2...v3.0.0) - BREAKING CHANGE: require node 10 and prettier 2 ([#​104](https://togithub.com/azz/pretty-quick/issues/104)) ([9290ae4](https://togithub.com/azz/pretty-quick/commit/9290ae433655935f23513174a409ec537b407cc1)), closes [#​104](https://togithub.com/azz/pretty-quick/issues/104) ##### BREAKING CHANGES - Node >=10.13.0 is required - Prettier ^2.0.0 is required If you are still on an older version of Node, or using Prettier v1, please stay on `pretty-quick@2`. ##### Other Changes - Run Prettier on full codebase ### [`v2.0.2`](https://togithub.com/azz/pretty-quick/releases/tag/v2.0.2) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v2.0.1...v2.0.2) #### [2.0.2](http://git+https/github.com/azz/pretty-quick/compare/v2.0.1...v2.0.2) (2020-08-21) ##### Bug Fixes - allow `.js.flow` extension ([#​103](http://git+https/togithub.com/azz/pretty-quick/issues/103)) ([5360691](http://git+https/github.com/azz/pretty-quick/commit/53606914f20479d681081c5546ec66e719bbc924)), closes [/github.com/prettier/prettier/blob/ef880ec4b93230ac1c45be830ff060e78e0740d8/src/language-js/index.js#L22](http://git+https//github.com/prettier/prettier/blob/ef880ec4b93230ac1c45be830ff060e78e0740d8/src/language-js/index.js/issues/L22) ### [`v2.0.1`](https://togithub.com/azz/pretty-quick/releases/tag/v2.0.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v2.0.0...v2.0.1) #### [2.0.1](http://git+https/github.com/azz/pretty-quick/compare/v2.0.0...v2.0.1) (2019-11-05) ##### Bug Fixes - handling of submodules and .git path ([#​90](http://git+https/togithub.com/azz/pretty-quick/issues/90)) ([#​92](http://git+https/togithub.com/azz/pretty-quick/issues/92)) ([3370668](http://git+https/github.com/azz/pretty-quick/commit/337066812d10ea6a1e229815cc0cadb98d3f866c)) ### [`v2.0.0`](https://togithub.com/azz/pretty-quick/releases/tag/v2.0.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.11.1...v2.0.0) ##### Bug Fixes - upgrade dependencies ([#​85](https://togithub.com/azz/pretty-quick/issues/85)) ([116f248](https://togithub.com/azz/pretty-quick/commit/116f248c8e4c291366137c835150bfe12500acf8)) ##### BREAKING CHANGES - requires node 8 ### [`v1.11.1`](https://togithub.com/azz/pretty-quick/releases/tag/v1.11.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.11.0...v1.11.1) ##### Bug Fixes - **deps:** bump diff from 3.4.0 to 3.5.0 ([#​66](https://togithub.com/azz/pretty-quick/issues/66)) ([fd20481](https://togithub.com/azz/pretty-quick/commit/fd20481)) ### [`v1.11.0`](https://togithub.com/azz/pretty-quick/releases/tag/v1.11.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.10.0...v1.11.0) ##### Features - add --check CLI option ([#​64](https://togithub.com/azz/pretty-quick/issues/64)) ([a6057ce](https://togithub.com/azz/pretty-quick/commit/a6057ce)) ### [`v1.10.0`](https://togithub.com/azz/pretty-quick/releases/tag/v1.10.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.9.0...v1.10.0) ##### Features - add --bail option which fails on fix ([#​52](https://togithub.com/azz/pretty-quick/issues/52)) ([#​60](https://togithub.com/azz/pretty-quick/issues/60)) ([054e239](https://togithub.com/azz/pretty-quick/commit/054e239)) ### [`v1.9.0`](https://togithub.com/azz/pretty-quick/releases/tag/v1.9.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.8.1...v1.9.0) ##### Features - add support for glob patterns like prettier ([#​57](https://togithub.com/azz/pretty-quick/issues/57)) ([#​59](https://togithub.com/azz/pretty-quick/issues/59)) ([9efd7fd](https://togithub.com/azz/pretty-quick/commit/9efd7fd)) ### [`v1.8.1`](https://togithub.com/azz/pretty-quick/releases/tag/v1.8.1) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.8.0...v1.8.1) ##### Bug Fixes - also use .prettierignore from current working directory ([#​14](https://togithub.com/azz/pretty-quick/issues/14)) ([#​58](https://togithub.com/azz/pretty-quick/issues/58)) ([108344a](https://togithub.com/azz/pretty-quick/commit/108344a)) ### [`v1.8.0`](https://togithub.com/azz/pretty-quick/releases/tag/v1.8.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.7.0...v1.8.0) ##### Features - add --verbose flag ([#​46](https://togithub.com/azz/pretty-quick/issues/46)) ([851ddc1](https://togithub.com/azz/pretty-quick/commit/851ddc1)) ### [`v1.7.0`](https://togithub.com/azz/pretty-quick/releases/tag/v1.7.0) [Compare Source](https://togithub.com/azz/pretty-quick/compare/v1.6.0...v1.7.0) ##### Features - \--no-restage flag for skipping re-stage step in staged mode ([#​39](https://togithub.com/azz/pretty-quick/issues/39)) ([#​40](https://togithub.com/azz/pretty-quick/issues/40)) ([230d03f](https://togithub.com/azz/pretty-quick/commit/230d03f))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] commented 9 months ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.