postcss / postcss-cli

CLI for postcss
Other
836 stars 93 forks source link

chore(deps): update dependency postcss-import to v14 #364

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-import ^12.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

postcss/postcss-import ### [`v14.0.2`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1402--2021-05-10) [Compare Source](https://togithub.com/postcss/postcss-import/compare/14.0.1...14.0.2) - Remove remaining direct import of `postcss` package ([#​455](https://togithub.com/postcss/postcss-import/issues/455), [#​456](https://togithub.com/postcss/postcss-import/pull/456)) ### [`v14.0.1`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1401--2021-03-31) [Compare Source](https://togithub.com/postcss/postcss-import/compare/14.0.0...14.0.1) - Fix bug with `@charset` statements in media imports ([#​448](https://togithub.com/postcss/postcss-import/issues/448), [#​453](https://togithub.com/postcss/postcss-import/pull/453)) ### [`v14.0.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1400--2020-12-14) [Compare Source](https://togithub.com/postcss/postcss-import/compare/13.0.0...14.0.0) This release should not have breaking changes for the vast majority of users; only those with `@charset` statements in their CSS *may* be affected. - **BREAKING:** Error if multiple incompatible `@charset` statements ([#​447](https://togithub.com/postcss/postcss-import/pull/447)) - **BREAKING:** Warn if `@charset` statements are not at the top of files ([#​447](https://togithub.com/postcss/postcss-import/pull/447)) - Fix handing of `@charset` ([#​436](https://togithub.com/postcss/postcss-import/issues/436), [#​447](https://togithub.com/postcss/postcss-import/pull/447)) ### [`v13.0.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1300--2020-10-20) [Compare Source](https://togithub.com/postcss/postcss-import/compare/12.0.1...13.0.0) - **BREAKING:** Require Node 10+ ([#​429](https://togithub.com/postcss/postcss-import/pull/429)) - **BREAKING:** Upgrade to postcss v8 and require it as a `peerDependency` ([#​427](https://togithub.com/postcss/postcss-import/issues/427), [#​432](https://togithub.com/postcss/postcss-import/pull/432)) - Update dependencies

Configuration

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

RyanZim commented 3 years ago

This fails for some reason I cannot determine.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 81.41% when pulling d3137af934c4bb436d88298b0e547fa8ae1150e8 on renovate/postcss-import-14.x into ab73f3652351a4a7f470aca185badc0a7af4e355 on master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 81.41% when pulling d3137af934c4bb436d88298b0e547fa8ae1150e8 on renovate/postcss-import-14.x into ab73f3652351a4a7f470aca185badc0a7af4e355 on master.

RyanZim commented 3 years ago

OK, seems to have fixed itself with a recent upgrade.