chore(deps): update dependency postcss-cli to v10 (main) #41

Closed
renovate-bot wants to merge 2 commits from renovate/main-postcss-cli-10.x into main
Member

This PR contains the following updates:

Package Type Update Change
postcss-cli devDependencies major ^7.1.2 -> ^10.0.0

Release Notes

postcss/postcss-cli

v10.1.0

Compare Source

  • Allow running --watch mode in non-TTY contexts, like Docker (#​448)
  • Update dependencies

v10.0.0

Compare Source

  • BREAKING: Drop Node 12 support (#​438)
  • Add support for ESM config files (#​437)

v9.1.0

Compare Source

v9.0.2

Compare Source

  • Switch to picocolors (#​409)
  • Remove test files from npm package

v9.0.1

Compare Source

  • Actually exit with error when attempting to stdout in watch mode
  • Remove bin/ from files in package.json

v9.0.0

Compare Source

  • BREAKING: Require Node.js v12+
  • BREAKING: Must specify full file path, including .js extension, when loading local plugins with --use (#​401)
  • BREAKING: Officially remove support for watching postcss config (was already broken in previous releases)
  • Add support for dir-dependency messages (#​383, #​391)
  • Update deps

v8.3.1

Compare Source

  • Ensure paths are not interpreted as numbers (#​360)
  • Better errors for incorrect postcss version (#​361, #​362)

v8.3.0

Compare Source

v8.2.0

Compare Source

  • Allow backslashes in paths for better Windows experence (#​355)

v8.1.0

Compare Source

  • Add support for postcss.config.cjs files (#​351)

v8.0.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss-cli](https://github.com/postcss/postcss-cli) | devDependencies | major | [`^7.1.2` -> `^10.0.0`](https://renovatebot.com/diffs/npm/postcss-cli/7.1.2/10.1.0) | --- ### Release Notes <details> <summary>postcss/postcss-cli</summary> ### [`v10.1.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;1010--2022-11-29) [Compare Source](https://github.com/postcss/postcss-cli/compare/10.0.0...10.1.0) - Allow running `--watch` mode in non-TTY contexts, like Docker ([#&#8203;448](https://github.com/postcss/postcss-cli/pull/448)) - Update dependencies ### [`v10.0.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;1000--2022-06-29) [Compare Source](https://github.com/postcss/postcss-cli/compare/9.1.0...10.0.0) - **BREAKING:** Drop Node 12 support ([#&#8203;438](https://github.com/postcss/postcss-cli/pull/438)) - Add support for ESM config files ([#&#8203;437](https://github.com/postcss/postcss-cli/pull/437)) ### [`v9.1.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;910--2021-12-10) [Compare Source](https://github.com/postcss/postcss-cli/compare/9.0.2...9.1.0) - Don't write to files if they're unchanged ([#&#8203;320](https://github.com/postcss/postcss-cli/issues/320), [#&#8203;417](https://github.com/postcss/postcss-cli/pull/417)) ### [`v9.0.2`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;902--2021-11-04) [Compare Source](https://github.com/postcss/postcss-cli/compare/9.0.1...9.0.2) - Switch to picocolors ([#&#8203;409](https://github.com/postcss/postcss-cli/pull/409)) - Remove test files from npm package ### [`v9.0.1`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;901--2021-09-28) [Compare Source](https://github.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://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;900--2021-09-24) [Compare Source](https://github.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` ([#&#8203;401](https://github.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 ([#&#8203;383](https://github.com/postcss/postcss-cli/pull/383), [#&#8203;391](https://github.com/postcss/postcss-cli/pull/391)) - Update deps ### [`v8.3.1`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;831--2020-12-12) [Compare Source](https://github.com/postcss/postcss-cli/compare/8.3.0...8.3.1) - Ensure paths are not interpreted as numbers ([#&#8203;360](https://github.com/postcss/postcss-cli/issues/360)) - Better errors for incorrect postcss version ([#&#8203;361](https://github.com/postcss/postcss-cli/issues/361), [#&#8203;362](https://github.com/postcss/postcss-cli/pull/362)) ### [`v8.3.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;830--2020-11-17) [Compare Source](https://github.com/postcss/postcss-cli/compare/8.2.0...8.3.0) - Exit on EOF/`^D` ([#&#8203;358](https://github.com/postcss/postcss-cli/pull/358)) ### [`v8.2.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;820--2020-10-29) [Compare Source](https://github.com/postcss/postcss-cli/compare/8.1.0...8.2.0) - Allow backslashes in paths for better Windows experence ([#&#8203;355](https://github.com/postcss/postcss-cli/pull/355)) ### [`v8.1.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;810--2020-10-08) [Compare Source](https://github.com/postcss/postcss-cli/compare/8.0.0...8.1.0) - Add support for `postcss.config.cjs` files ([#&#8203;351](https://github.com/postcss/postcss-cli/pull/351)) ### [`v8.0.0`](https://github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#&#8203;800--2020-09-21) [Compare Source](https://github.com/postcss/postcss-cli/compare/7.1.2...8.0.0) - **BREAKING:** Support postcss v8 ([#&#8203;344](https://github.com/postcss/postcss-cli/issues/344), [#&#8203;349](https://github.com/postcss/postcss-cli/pull/349)) - **BREAKING:** postcss is now a `peerDependency`, you must install it seperately ([#&#8203;344](https://github.com/postcss/postcss-cli/issues/344), [#&#8203;349](https://github.com/postcss/postcss-cli/pull/349)) - Upgrade dependencies ([#&#8203;340](https://github.com/postcss/postcss-cli/pull/340)) </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDUuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwNS40In0=-->
renovate-bot added 1 commit 2023-01-20 08:10:22 +00:00
renovate-bot force-pushed renovate/main-postcss-cli-10.x from 433c29992f to 75140a4417 2023-01-23 08:04:23 +00:00 Compare
decentral1se added 1 commit 2023-04-24 08:15:25 +00:00
decentral1se closed this pull request 2023-04-24 08:17:11 +00:00
Author
Member

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future 10.x releases. However, if you upgrade to 10.x manually then Renovate will reenable minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/coopcloud.tech#41
No description provided.