Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/postcss/postcss-import

PostCSS plugin to inline at-import rules content
https://github.com/postcss/postcss-import

16.0.1

fa42e63908d77ab89df3bf11ca9859b66d90ad5b authored 11 months ago by Ryan Zimmerman <[email protected]>
ensure that media params remain string values (#558)

* failing test

* ensure that media params remain string values

ba92913d81e03c399e96be26ca3ac5c6ecd56bc8 authored 11 months ago by Romain Menke <[email protected]>
Update dependency prettier to ~3.2.0 (#555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

d8a9f21f0f62077d05d9b60680cd50e3546fdf6e authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency c8 to v9 (#554)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

9e53da312d4beacbd8c1630adc90196f10ed8307 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
16.0.0

025f27a86018d052d1de62bfe636931bc0f28a2f authored about 1 year ago by Ryan Zimmerman <[email protected]>
Add trailing commas; lint on CI (#553)

* Fix ci to actually lint

* Add trailing commas

7fb74a57ffbcf2634509e88ba100273c20f2eb82 authored about 1 year ago by Ryan Zimmerman <[email protected]>
Update dependency ava to v6 (#547)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

97690de6066535868a1e83aaaf56a8305764769b authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency prettier to v3 (#526)

* Update dependency prettier to v3

* Update dependency eslint-plugin-prettier to v5 (#527)

c3e795c014fcdc090094d3758a5c677c81cac843 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency eslint-config-problems to v8 (#523)

* Update dependency eslint-config-problems to v8

* Bump minimum required eslint version

--...

f8edbb4b464fd36982c774a5559f574d630d6497 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
BREAKING: Require Node v18+ (#551)

568b073c18f8b6b616a1e58359a3ddb188175da7 authored about 1 year ago by Ryan Zimmerman <[email protected]>
implement `supports` conditions (#548)

* implement supports conditions

* apply suggestion from code review

* media combine

* l...

c262a30024b56ab59008e9ab6a98667917a34af6 authored about 1 year ago by Romain Menke <[email protected]>
Parser fixes and test coverage (#545)

3d51fe5009dbaccf7e4d1bdac75a1d7478c36f00 authored about 1 year ago by Romain Menke <[email protected]>
Update actions/setup-node action to v4 (#546)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

313ea5056091e55dadde5c545f279b2fffd93b40 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Error on embedded imports in data urls (#543)

* properly ignore embedded imports in data urls

* add a warning

* wording

* wording

...

6be601c3adf8c51d74d40f9e765dc460ef9f54d0 authored over 1 year ago by Romain Menke <[email protected]>
check import cycles (#535)

* check cycles

* Update lib/parse-styles.js

* add tests

f99379ccc188cc25b05fbbda92ca659f4c098a1a authored over 1 year ago by Romain Menke <[email protected]>
Update actions/checkout action to v4 (#544)

Co-authored-by: Ryan Zimmerman <[email protected]>

eaff3c38e790ede417130762c2853d3110fa734d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
formatting (#542)

a78c3871d3f3bb26e177ce538f52b728fbbce3b9 authored over 1 year ago by Romain Menke <[email protected]>
add `warnOnEmpty` plugin option (#541)

c02c6c856e302d08f595a4fd3866edaf16b3cc5f authored over 1 year ago by Romain Menke <[email protected]>
use `node.error` for CSS relevant errors (#540)

* use node.error for CSS relevant errors

* Apply suggestions from code review

Co-authored-...

3a2e231d25c9a3ff31d7070251e6850e8e78a57a authored over 1 year ago by Romain Menke <[email protected]>
ignore/skip urls with a fragment or query (#539)

* ignore urls with a fragment or query

* Apply suggestions from code review

Co-authored-by...

6757baee9cb0f5d141dc790f3b6a71b2c25e0457 authored over 1 year ago by Romain Menke <[email protected]>
fix media query joins (#538)

96b26961bdc408ea6579f8c7b37bcde178621098 authored over 1 year ago by Romain Menke <[email protected]>
extend and fix data url imports (#534)

* extend and fix data url imports

* explain the purpose of the code and couple bits that belo...

81a7701dee0cd8ee9c26642d6fdfb23323a1d100 authored over 1 year ago by Romain Menke <[email protected]>
add c8 test coverage (#533)

4dbc9317cc2d1887b380fb1a89c14fb350548f9c authored over 1 year ago by Romain Menke <[email protected]>
async/await and less logic per file (#531)

* async/await and less logic per file

* Apply suggestions from code review

Co-authored-by:...

fb2db6f04d382723a3ad8626c736bd6f8d2ac3f3 authored over 1 year ago by Romain Menke <[email protected]>
add parsing support for `supports` conditions (#530)

* add parsing support for supports conditions

* add a changelog entry

* feedback from code...

0aaed50fc75cc4ecf52f7a951473c8e6b317538f authored over 1 year ago by Romain Menke <[email protected]>
Clarify postcss-url usage docs

Resolves https://github.com/postcss/postcss-import/issues/521

82d7c98977651d96c04e5c116dee3d16ce23c137 authored over 1 year ago by Ryan Zimmerman <[email protected]>
add docs for url notation (#520)

* add docs for url notation

* apply feedback

08dc5e76cf60ec40a81c4c12d3514a9b71088309 authored almost 2 years ago by Romain Menke <[email protected]>
Link to postcss-import-url plugin in docs (#517)

b7d19392756a5e233933d1de5e05938665ac09a4 authored about 2 years ago by Romain Menke <[email protected]>
15.1.0

3f06816f2a10b25f59ae0c6afd71abd48a1f65a2 authored about 2 years ago by Ryan Zimmerman <[email protected]>
add data url support (#515)

* add data url support

* more complex tests

* fix older node

* Update lib/data-url.js
...

90e035b66604a9b2cf7ef865cd87d88d2e2391ee authored about 2 years ago by Romain Menke <[email protected]>
15.0.1

2c0c3e9c7943db77b5847f9663b435e170812236 authored about 2 years ago by Ryan Zimmerman <[email protected]>
Correctly sort media queries before joining them (#513)

2db3239ec1bcf94bab9eb988e1a5c745bdcfc7cd authored about 2 years ago by Romain Menke <[email protected]>
Preserve layer in ignored import statements (#511)

Fixes #510

2780457f13b9fca632aaa9497326f4a873aac08b authored about 2 years ago by Romain Menke <[email protected]>
Update dependency prettier to ~2.8.0 (#508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

13376a6aae3de5af10943ba97d23ad26359b861c authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update test results for PostCSS 8.4.19 (#507)

22864f1be6c203e6a2d954a872c68be92b65f63d authored about 2 years ago by Romain Menke <[email protected]>
Update dependency ava to v5 (#506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

99d755b17d30cc616c4127ecce7ce9355c8b10d0 authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency eslint-config-problems to v7 (#504)

* Update dependency eslint-config-problems to v7

* Fix linter error

Co-authored-by: renova...

9f6376bf1abdba21e4c6c9d87945f62bff4db35d authored about 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update tests results for postcss v8.4.17 (#503)

11922cd7232b548a1f1e5c751a74a7c647a676fb authored over 2 years ago by Romain Menke <[email protected]>
15.0.0

4e8feca173050e5c437812d9b3ddf9d7bb82e72b authored over 2 years ago by Ryan Zimmerman <[email protected]>
Disable package-lock.json

e2ed4833cdb5c67cd5c8fe33831d1a7afec2b988 authored over 2 years ago by Ryan Zimmerman <[email protected]>
Use optional chaining syntax

5493a614d853f4abb6c09cf28fa8acad0342b2a8 authored over 2 years ago by Ryan Zimmerman <[email protected]>
Update dependency ava to v4 (#478)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

3a36a19536d502fe27bb0d32c4ae700a6e592307 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update eslint & eslint-config-problems (#474)

Co-authored-by: Ryan Zimmerman <[email protected]>

2ee943e9982e987f76ee5e44ede47a74f3455d0f authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
BREAKING: Require Node v14+ (#497)

9aa378abf8f1cb2072d54b531e444dad0b1d6db4 authored over 2 years ago by Ryan Zimmerman <[email protected]>
Fix import with layer; add nameLayer option (#496)

* fix import with layer

* one more fix

* remove unreachable code

* fix anonymous layers...

64dd1c2991e055233876c1c0525bfaef7870d320 authored over 2 years ago by Romain Menke <[email protected]>
Update dependency prettier to ~2.7.0 (#494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

64867f47ebc885367de226fc582721c463d00db6 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update readme with layer example (#489)

ee6063f452efb80ca8b3da055f787b5f3b6ef652 authored almost 3 years ago by Romain Menke <[email protected]>
14.1.0

1c215c02b8dbf1688f363c9e34037ca91b9d71fa authored almost 3 years ago by Ryan Zimmerman <[email protected]>
Update dependency prettier to ~2.6.0 (#488)

Co-authored-by: Renovate Bot <[email protected]>

1557315e2c3f4184b4307caeea7e459b76f25b9b authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/setup-node action to v3 (#486)

Co-authored-by: Renovate Bot <[email protected]>

eaf609976a64775a619cb26e58dce4f39e114f1a authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/checkout action to v3 (#485)

Co-authored-by: Renovate Bot <[email protected]>

ca66f67c9c2643f3de226f48d897c282c26389cf authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add @layer support (#483)

* layers support

* finish implementation

* add more tests

* add more tests

8bd0173c286b15c254a3b88a4d48b1e4aabe08cc authored almost 3 years ago by Romain Menke <[email protected]>
Link to new glob plugin in README (#482)

e2d28908a5820a6cf356bb5f8f1ea453169bc693 authored almost 3 years ago by Tommy Williams <[email protected]>
Update dependency prettier to ~2.5.0 (#476)

Co-authored-by: Renovate Bot <[email protected]>

fe000304ed5fe59dd7445b2122f288ea77e5c6b6 authored about 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency eslint-plugin-prettier to v4 (#473)

Co-authored-by: Renovate Bot <[email protected]>

9eadd93f799177e0b982ba88e271c0d4b3622a2c authored about 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency prettier to ~2.4.0 (#468)

Co-authored-by: Renovate Bot <[email protected]>

2846425d609a189c068c6cb6acbb3121f0bda98a authored about 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Switch from TravisCI to GitHub Workflows (#472)

6b01dc888a48edc3da8deabff3261a80f601d8ec authored about 3 years ago by Ryan Zimmerman <[email protected]>
Update npm install docs (#464)

e71751a4228f0ff8312488225bbe75fe1c0e5e93 authored over 3 years ago by Eaton Zveare <[email protected]>
Update dependency postcss-scss to v4 (#460)

Co-authored-by: Renovate Bot <[email protected]>

9ec7ab208c7ab5f3362375015c0c38bb915e517a authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency sugarss to v4 (#461)

Co-authored-by: Renovate Bot <[email protected]>

6bd17a107e48b3b1977149d24301b8500ceac2bc authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14.0.2

3cac12aad6e4985bcdc060cf4c7eaa7f2a4fe4ce authored over 3 years ago by Ryan Zimmerman <[email protected]>
Update dependency prettier to ~2.3.0 (#457)

Co-authored-by: Renovate Bot <[email protected]>

d43bac932a4fbaa96d44777b63a9071937862299 authored over 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove explicit postcss require (#456)

Fixes #455

de7b657977b44d587051ac8ed777244e98ecc577 authored over 3 years ago by Oscar Otero <[email protected]>
Update README

fab1f9aad4e6e1703268451c64680fc9a8e341ec authored almost 4 years ago by Ryan Zimmerman <[email protected]>
14.0.1

b8fabce4f17da7635dd04b45bd2f040371e9cd8c authored almost 4 years ago by Ryan Zimmerman <[email protected]>
Fix handling of @charset in media imports (#453)

Fixes #448

f85d645cbee660637690a09c9e02c1329c4a3369 authored almost 4 years ago by Ryan Zimmerman <[email protected]>
14.0.0

8b239c6c5e2f5da1e70eeeb6192513cbeee46a73 authored about 4 years ago by Ryan Zimmerman <[email protected]>
Fix charset handling (#447)

* Fix @charset handling

Fixes #436
Closes #438

* Ensure @charset statements are first

f8c36935e83fd47c56c58bc5b1903bc4fbd5f35c authored about 4 years ago by Ryan Zimmerman <[email protected]>
Update dependency prettier to ~2.2.0 (#444)

Co-authored-by: Renovate Bot <[email protected]>

443c1120ef3152430478e2a8e4d3fd12625f8667 authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency eslint to v7 (#420)

* Update dependency eslint to v7

* Switch to eslint-config-problems; format code

Co-author...

fee216ea46323ee64bc96fa2b06f7547b5f8e6bb authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency ava to v3 (#415)

* Update dependency ava to v3

* Remove import usage

Co-authored-by: Renovate Bot <bot@reno...

4344b33cacd2617dea62411a5398faa7030e28b5 authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
13.0.0

7cdbb2b2c71013da6b30e521b7a1659a266c088e authored about 4 years ago by Ryan Zimmerman <[email protected]>
Update dependency sugarss to v3 (#433)

Co-authored-by: Renovate Bot <[email protected]>

a1898924684db8cc3946f7d74be3503bc799b9ce authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency postcss-scss to v3 (#431)

Co-authored-by: Renovate Bot <[email protected]>

64d57af93aea79da870b4005fd44d9d05ec8aa7f authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency postcss-value-parser to v4 (#423)

Co-authored-by: Renovate Bot <[email protected]>

4fb674670cf0428e2fac23a7dc2a3cb7694aaa2c authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency prettier to v2 (#419)

* Update dependency prettier to v2

* Update prettier config

* Format code

Co-authored-b...

19632bc4a89f1c1896b914d32596c63db5b9001c authored about 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add support for postcss v8 (#432)

* added support for postcss v8

* Added a different sourcemap test for Windows

* fix map in...

c5679db0a9409a36dd81e0b523099700521db41d authored about 4 years ago by Oscar Otero <[email protected]>
BREAKING: Require Node 10 or later; update CI config (#429)

d288ea35cfdfbc992343b4d9344d88cc23f17890 authored over 4 years ago by Ryan Zimmerman <[email protected]>
Configure Renovate (#411)

* Add renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <[email protected]...

21ad9ebc5844305f04c11cde08169791cdcf3094 authored over 4 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix linting

614fb64e5930e350ec2e65dd66e7bd55c7c7b44f authored over 4 years ago by Ryan Zimmerman <[email protected]>
Update prettier to version 1.19.1 (#408)

Closes #405

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github....

3a7f728e9688423ee75787a4e51691d4f64b454d authored almost 5 years ago by Ryan Zimmerman <[email protected]>
Update prettier to version 1.18.0 (#398)

7680182995c98900d35a6f359ea54fa58f04df99 authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): update prettier to version 1.17.0 (#393)

25013d6a48bc05c0336eadc6d099e08a365598a7 authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Update eslint-plugin-import to version 2.17.1 (#395)

87f43206200747146c15d86676c7cc764d2c87ba authored over 5 years ago by Ryan Zimmerman <[email protected]>
Actually fix sourcmap test

56516e7ff83b311e3c1a6bbd5fadc9fc456747cf authored almost 6 years ago by Ryan Zimmerman <[email protected]>
Fix sourcemap tests

Fixes #387

93b7af8c33203a2a080bd44f87cfb979e566776e authored almost 6 years ago by Ryan Zimmerman <[email protected]>
Update ava to version 1.0.1 (#384)

* Update ava to version 1.0.1

* Fix duplicate test title

d68f50abd03a7f2f5088f0c01e35eac2938a780b authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Update LICENSE (#383)

00e2d0345ee595f78a4601ecd0abf3b85bf291ca authored about 6 years ago by r-browser-app-team <[email protected]>
Update prettier to version 1.15.0 (#382)

eb7ff856714354fab5186994f2c5caba69d386d1 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
12.0.1

397cc440866d515e0fd01ada9ee93fc2e058004b authored about 6 years ago by Ryan Zimmerman <[email protected]>
Set plugin property on dependency messages (#380)

This is required as per http://api.postcss.org/Result.html#messages

Fixes #379

67f4553fd7fa43c9a3320d172e00e0cd6c6ddc46 authored about 6 years ago by nodaguti <[email protected]>
Update eslint-plugin-prettier to version 3.0.0 (#377)

f98dd1a5a6a987c8cf197db46644765a4d43d73a authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Update sugarss to version 2.0.0 (#375)

85c7e6a2633a05aa09662034c98c38ab8d9cae1c authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Loosen prettier dependency to use ~ instead of pinning versions

Resolves #374

a9a7ab2af3b9f10e4952ff7a88e657b6fcb80e3d authored over 6 years ago by Ryan Zimmerman <[email protected]>
Remove npmpub; doesn't work with npm 2FA --otp

20dd08f029c6bfb5d141ff5f5533b9003a4b87af authored over 6 years ago by Ryan Zimmerman <[email protected]>
12.0.0

aae7db398cff204131483db7e61d730447a4185f authored over 6 years ago by Ryan Zimmerman <[email protected]>
Update eslint-config-i-am-meticulous to version 11.0.0 (#371)

d9bc09fdb1be9dfbedbc159f02a35f9570048834 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Update postcss-scss to version 2.0.0 (#370)

3868ce240ab23b13e57d241abd6065b5c26a107d authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Update prettier to version 1.14.0 (#373)

Closes #367

1c40a5f7098691d014d41486649f0877721391f0 authored over 6 years ago by Ryan Zimmerman <[email protected]>
Update eslint to version 5.0.0 (#364)

8c8c7ece0cd0d1519fb15a010e961bfb2d0ce7f6 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>