jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.28k stars 507 forks source link

Update rollup-plugin-postcss to the latest version ๐Ÿš€ #693

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency rollup-plugin-postcss was updated from 2.8.2 to 3.0.0.

This version is not covered by your current version range.

If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: egoist License: MIT

Release Notes for v3.0.0

3.0.0 (2020-04-21)

Documentation

BREAKING CHANGES

  • v3 not support rollup v1.
    extract relative path based on bundle root.
Commits

The new version differs by 2 commits.

  • b27c3eb docs: add v3 usage (#268)
  • 91aa1e5 BREAKING CHANGE: upgrade rollup to v2 (#266)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโ€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead ๐Ÿš€

Release Notes for v3.1.0

3.1.0 (2020-04-23)

Features

  • allow multiple entry files and outputs (#264) (3ea986c)
Commits

The new version differs by 1 commits.

  • 3ea986c feat: allow multiple entry files and outputs (#264)

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead ๐Ÿš€

LexSwed commented 4 years ago

Doesn't work with rollup@1

agilgur5 commented 4 years ago

@LexSwed yes, the release notes are included in Greenkeeper's first comment.

But they're not very descriptive and don't seem to be accurate -- the integration test for it passes after the update (the only reason rollup-plugin-postcss is a devDep is for the integration test).

It seems like there's an API change based on https://github.com/egoist/rollup-plugin-postcss/pull/266, but that doesn't seem to affect the usage in the test which is the same usage we have in the docs

agilgur5 commented 4 years ago

Superseded by #889 per https://github.com/formium/tsdx/pull/889#discussion_r496210389