uploadcare / uploadcare-widget

Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
https://uploadcare.com/products/file_uploader/
BSD 2-Clause "Simplified" License
227 stars 102 forks source link

chore(deps): update dependency postcss-cli to v9 #863

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-cli 4.1.1 -> 9.0.2 age adoption passing confidence

Release Notes

postcss/postcss-cli ### [`v9.0.2`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​902--2021-11-04) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/9.0.1...9.0.2) - Switch to picocolors ([#​409](https://togithub.com/postcss/postcss-cli/pull/409)) - Remove test files from npm package ### [`v9.0.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​901--2021-09-28) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/9.0.0...9.0.1) - Actually exit with error when attempting to stdout in watch mode - Remove `bin/` from `files` in package.json ### [`v9.0.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​900--2021-09-24) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.3.1...9.0.0) - **BREAKING:** Require Node.js v12+ - **BREAKING:** Must specify full file path, including `.js` extension, when loading local plugins with `--use` ([#​401](https://togithub.com/postcss/postcss-cli/pull/401)) - **BREAKING:** Officially remove support for watching postcss config (was already broken in previous releases) - Add support for `dir-dependency` messages ([#​383](https://togithub.com/postcss/postcss-cli/pull/383), [#​391](https://togithub.com/postcss/postcss-cli/pull/391)) - Update deps ### [`v8.3.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​831--2020-12-12) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.3.0...8.3.1) - Ensure paths are not interpreted as numbers ([#​360](https://togithub.com/postcss/postcss-cli/issues/360)) - Better errors for incorrect postcss version ([#​361](https://togithub.com/postcss/postcss-cli/issues/361), [#​362](https://togithub.com/postcss/postcss-cli/pull/362)) ### [`v8.3.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​830--2020-11-17) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.2.0...8.3.0) - Exit on EOF/`^D` ([#​358](https://togithub.com/postcss/postcss-cli/pull/358)) ### [`v8.2.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​820--2020-10-29) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.1.0...8.2.0) - Allow backslashes in paths for better Windows experence ([#​355](https://togithub.com/postcss/postcss-cli/pull/355)) ### [`v8.1.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​810--2020-10-08) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/8.0.0...8.1.0) - Add support for `postcss.config.cjs` files ([#​351](https://togithub.com/postcss/postcss-cli/pull/351)) ### [`v8.0.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​800--2020-09-21) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.1.2...8.0.0) - **BREAKING:** Support postcss v8 ([#​344](https://togithub.com/postcss/postcss-cli/issues/344), [#​349](https://togithub.com/postcss/postcss-cli/pull/349)) - **BREAKING:** postcss is now a `peerDependency`, you must install it seperately ([#​344](https://togithub.com/postcss/postcss-cli/issues/344), [#​349](https://togithub.com/postcss/postcss-cli/pull/349)) - Upgrade dependencies ([#​340](https://togithub.com/postcss/postcss-cli/pull/340)) ### [`v7.1.2`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​712--2020-08-31) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.1.1...7.1.2) - Make `--version` machine-readable ([#​334](https://togithub.com/postcss/postcss-cli/issues/334), [#​335](https://togithub.com/postcss/postcss-cli/pull/335)) - Organize and clarify `--help` text ([#​336](https://togithub.com/postcss/postcss-cli/pull/336)) - Update dependencies ### [`v7.1.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​711--2020-04-27) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.1.0...7.1.1) - Fix bug where external source maps were not properly generated ([#​324](https://togithub.com/postcss/postcss-cli/pull/324)) - Update dependencies ### [`v7.1.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​710--2020-01-09) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/7.0.0...7.1.0) - Respect `map.annotation` option when set to a string ([#​307](https://togithub.com/postcss/postcss-cli/pull/307)) ### [`v7.0.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​700--2020-01-07) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.1.3...7.0.0) - **BREAKING:** Drop support for Node 6 & 8 - Update `globby`, which may be a breaking change for a small number of users using certain glob patterns, see https://github.com/mrmlnc/fast-glob#pattern-syntax for details ([#​303](https://togithub.com/postcss/postcss-cli/pull/303)) - Update dependencies ### [`v6.1.3`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​613--2019-07-08) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.1.2...6.1.3) - Fix external sorcemap filenames when the directory name contains `.css` ([#​283](https://togithub.com/postcss/postcss-cli/issues/283), [#​286](https://togithub.com/postcss/postcss-cli/pull/286)) ### [`v6.1.2`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​612--2019-02-22) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.1.1...6.1.2) - Upgrade dependency globby to fix bug in sub-dependency ([#​265](https://togithub.com/postcss/postcss-cli/issues/265), [#​270](https://togithub.com/postcss/postcss-cli/pull/270)) ### [`v6.1.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​611--2019-01-04) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.1.0...6.1.1) - Fix empty lines being printed in some cases ([#​256](https://togithub.com/postcss/postcss-cli/issues/256), [#​257](https://togithub.com/postcss/postcss-cli/pull/257)) ### [`v6.1.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​610--2018-12-19) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.0.1...6.1.0) - Add `--include-dotfiles` flag to allow globs to match dotfiles. ([#​254](https://togithub.com/postcss/postcss-cli/pull/254)) - Only log warning messages. This has always been intended behavior, but it wasn't working as expected. ([#​244](https://togithub.com/postcss/postcss-cli/pull/244)) ### [`v6.0.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​601--2018-10-17) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/6.0.0...6.0.1) - Better error handling for errors thrown by plugins ([#​242](https://togithub.com/postcss/postcss-cli/issues/242), [#​243](https://togithub.com/postcss/postcss-cli/pull/243)) - Update dependencies - Clarify docs ([#​233](https://togithub.com/postcss/postcss-cli/issues/233)) ### [`v6.0.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​600--2018-07-18) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/v5.0.1...6.0.0) - Drop support for Node 4 - Upgrade to postcss v7 ([release notes](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​70-president-amy)) - Upgrade to postcss-load-config v2 ([release notes](https://togithub.com/michael-ciniawsky/postcss-load-config/blob/master/CHANGELOG.md#​200-2018-07-10)) ### [`v5.0.1`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​501--2018-06-18) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/5.0.0...v5.0.1) - Shallow copy options object; fixes a few edge cases - Adjust options for file watching to play better with some editors ### [`v5.0.0`](https://togithub.com/postcss/postcss-cli/blob/master/CHANGELOG.md#​500--2018-02-06) [Compare Source](https://togithub.com/postcss/postcss-cli/compare/v4.1.1...5.0.0) - Now allows passing a directory as the input (all files in the directory will be processed) - The CLI is now silent by default; added `--verbose` flag for if you want noisy logs - Doesn't exit watch mode when there's an error in the plugin chain - Removed non-obvious shorthand arguments (`-x`, `-p`, `-s`, `-t`, `-e`, `-b`, & `-c`). Also removed `-v` as an alias for `--version`. - Prevent stupid option combinations like `--dir` & `-o`, and `--watch` & `--replace` - Doesn't allow `--watch` when writing to STDOUT

Configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Moscow.

🚦 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 WhiteSource Renovate. View repository job log here.