Kamahl19 / hapi-webpack-plugin-2

Webpack middleware for Hapi. Supports HMR.
MIT License
4 stars 1 forks source link

Update dependency pretty-quick to v3 #25

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pretty-quick ^1.11.1 -> ^3.0.0 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

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.