ampproject / ampstart

AMP Start source code and templates .
https://ampstart.com/
Apache License 2.0
419 stars 152 forks source link

Update dependency postcss-import to v12 #836

Closed renovate-bot closed 4 years ago

renovate-bot commented 6 years ago

This PR contains the following updates:

Package Type Update Change
postcss-import devDependencies major 8.0.2 -> 12.0.1

Release Notes

postcss/postcss-import ### [`v12.0.1`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1201--2018-10-22) [Compare Source](https://togithub.com/postcss/postcss-import/compare/12.0.0...12.0.1) - Add `plugin` property to dependency messages ([#​379](https://togithub.com/postcss/postcss-import/issues/379), [#​380](https://togithub.com/postcss/postcss-import/pull/380)) ### [`v12.0.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1200---2018-08-04) [Compare Source](https://togithub.com/postcss/postcss-import/compare/11.1.0...12.0.0) - Removed: Support for Node.js v4 - Changed: Uses PostCSS v7 () ### [`v11.1.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1110---2018-02-10) [Compare Source](https://togithub.com/postcss/postcss-import/compare/11.0.0...11.1.0) - Added: `filter` option ### [`v11.0.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1100---2017-09-16) [Compare Source](https://togithub.com/postcss/postcss-import/compare/10.0.0...11.0.0) - Changed: A syntax error in an imported file now throws an error instead of just warning ([#​264](https://togithub.com/postcss/postcss-import/issues/264)) - Changed: Symlink handling to be consistent with Node.js `require` ([#​300](https://togithub.com/postcss/postcss-import/pull/300)) ### [`v10.0.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​1000---2017-05-12) [Compare Source](https://togithub.com/postcss/postcss-import/compare/9.1.0...10.0.0) - Removed: Support for Node.js versions less than 4.5.x ([#​283](https://togithub.com/postcss/postcss-import/pull/283)) - Changed: Upgraded to Postcss v6 ([#​283](https://togithub.com/postcss/postcss-import/pull/283)) - Removed: jspm support ([#​283](https://togithub.com/postcss/postcss-import/pull/283)) - Removed: deprecated `addDependencyTo` option - Removed: `onImport` option - Changed: Doesn't depend on promise-each ([#​281](https://togithub.com/postcss/postcss-import/pull/281)) ### [`v9.1.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​910---2017-01-10) [Compare Source](https://togithub.com/postcss/postcss-import/compare/9.0.0...9.1.0) - Added: `addModulesDirectories` option ([#​256](https://togithub.com/postcss/postcss-import/pull/256)) ### [`v9.0.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​900---2016-12-02) [Compare Source](https://togithub.com/postcss/postcss-import/compare/8.2.0...9.0.0) - Removed: `transform` option ([#​250](https://togithub.com/postcss/postcss-import/pull/250)) - Removed: `pkg-resolve` is no longer a dependency; this should fix some issues with webpack. jspm users must manually install `pkg-resolve` if they want to load jspm modules (see for more info) ([#​243](https://togithub.com/postcss/postcss-import/pull/243)) - Changed: If a file is not found, it will now throw an error instead of just raising a warning ([#​247](https://togithub.com/postcss/postcss-import/pull/247)) - Changed: If a custom resolver does not return an absolute path, the default resolver will be applied to the returned path. ([#​249](https://togithub.com/postcss/postcss-import/pull/249)) - Changed: postcss-import will try to guess the correct parser for imported files, based on the file extension. ([#​245](https://togithub.com/postcss/postcss-import/pull/245)) - Changed: Deprecated `addDependencyTo` option, it is not needed if using postcss-loader >= v1.0.0 ([#​251](https://togithub.com/postcss/postcss-import/pull/251)) ### [`v8.2.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​820---2016-11-09) [Compare Source](https://togithub.com/postcss/postcss-import/compare/8.1.3...8.2.0) - Fixed: Warn about all `@import`s after other CSS declarations ([#​240](https://togithub.com/postcss/postcss-import/pull/240)) - Added: `dependency` message ([#​241](https://togithub.com/postcss/postcss-import/pull/241)) ### [`v8.1.3`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​813---2016-11-03) [Compare Source](https://togithub.com/postcss/postcss-import/compare/8.1.2...8.1.3) - Fixed: Nested import ordering ([#​236](https://togithub.com/postcss/postcss-import/pull/236) - [@​RyanZim](https://togithub.com/RyanZim)) ### [`v8.1.2`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​812---2016-05-07) [Compare Source](https://togithub.com/postcss/postcss-import/compare/8.1.1...8.1.2) - Fixed: prevent JSPM to throw unrecoverable error ([#​205](https://togithub.com/postcss/postcss-import/pull/205)) ### [`v8.1.1`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​811---2016-05-04) [Compare Source](https://togithub.com/postcss/postcss-import/compare/8.1.0...8.1.1) - Fixed: JSPM support ([#​194](https://togithub.com/postcss/postcss-import/pull/194)) ### [`v8.1.0`](https://togithub.com/postcss/postcss-import/blob/master/CHANGELOG.md#​810---2016-04-04) [Compare Source](https://togithub.com/postcss/postcss-import/compare/8.0.2...8.1.0) - Added: JSPM browser field ([#​186](https://togithub.com/postcss/postcss-import/pull/186))

Renovate configuration

:date: Schedule: 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 if you modify the PR title to begin with "rebase!".

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



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

forking-renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 12.x releases. However, if you upgrade to 12.x manually then Renovate will then reenable updates for 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.