Ecosyste.ms: OpenCollective

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

github.com/postcss/postcss-calc

PostCSS plugin to reduce calc()
https://github.com/postcss/postcss-calc

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release no...

ac8ab27ab11a8a378f82ce44df0c9c8cdc7b79e1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump nanoid from 3.1.30 to 3.3.6

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.6.
- [Release notes](https://git...

613be3a178d8a7da6962484349a96dca4d5a059e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: update CI configuration

Ensure compatibility with pnpm 8.6

04647dff9a66965f61be5c2ca48e487a39849dc9 authored over 1 year ago by Ludovico Fischer <[email protected]>
chore: update lockfile and dev dependencies

2f96d14c11dfa2a732747baa267e2cc1167cc523 authored over 1 year ago by Ludovico Fischer <[email protected]>
Publish postcss-calc 9.0.1

102ba44759794bdf16ac2fa9ef2d1baed7156a45 authored over 1 year ago by Ludovico Fischer <[email protected]>
fix: preserve calc when extra parentheses are used (#187)

* fix: preserve calc when extra parentheses are used

* fix: ensure extra parentheses are removed

18bb47bd095d2a5b224b0a60521e52f620474b3d authored over 1 year ago by Tanner Dolby <[email protected]>
fix: remove duplicate 'repository' field (#186)

bf8554a79488f23df37c19c6128d394d195c5a52 authored over 1 year ago by Tanner Dolby <[email protected]>
BREAKING CHANGE: add Node engines field

Drop support for Node.js versions before 14

15b7704db4507ed909b4a219614f5b63339d7d64 authored over 1 year ago by Ludovico Fischer <[email protected]>
Publish postcss-calc 9.0

06f0b8c70896c61c605afe56e9d66a8901da0db4 authored over 1 year ago by Ludovico Fischer <[email protected]>
chore: update TypeScript and selector parser

d5f6c68ab46b3c73f4159357905c42da8e214499 authored over 1 year ago by Ludovico Fischer <[email protected]>
chore: update development dependencies

052988896fac72f2564139c3b0267e9ad0106810 authored over 1 year ago by Ludovico Fischer <[email protected]>
test: replace old Node.js versions in CI

82e416a734c5ba659f0473f22104e73517f8efe8 authored over 1 year ago by Ludovico Fischer <[email protected]>
chore: update repository link

Fix #178

60b6a39d8423ca0b3c66cf9f43d04fd55398fa28 authored almost 2 years ago by Ludovico Fischer <[email protected]>
chore: update dev dependencies

8f21f03eaf104dbb68a2db7ef7464b297b70421d authored over 2 years ago by Ludovico Fischer <[email protected]>
chore: update CI configuration

* disable permissions
* raise actions versions
* raise pnpm version

f7f34d01d050c633d17733cb189f88ca14520cee authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: update development dependencies

f3066108f8c724e400831d9d8e23d08287063978 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: don't publish grammar definition file

Move file out of the src directory so it does not get published.

81e7999503185400a3f504c99664944701fd5577 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: avoid publishing tests by moving them out of src

Bring the number of published files back to the previous level.
I considered using an .npmignore...

9d6edab2016bd169619fe925afc9dfb36c64cd50 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: remove pretest script as pnpm does not run it

The script can cause confusion as it has no effect with pnpm
see https://pnpm.io/cli/run#differe...

dabf76ac0b1f2b27e4bb04a2096d3c522bf63185 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore(release): 8.2.4

bc397abebfc1e7cf4f0df632912fcb17516ada31 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: update all deps except PostCSS

There might be an issue with the latest PostCSS 4.6 which
causes some comments not two be remove...

08e2d26aa6e41e84abcd450a3476a07d46f58654 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: use same quotes everywhere (#169)

* chore: use same quotes everywhere
Use single quotes as in cssnano.
Previously the code used ...

a3966c226ba194b795a3f37a898d6d3bd906c7f4 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: convert source to CommonJs and publish source directly

Allow us to work on the code as it's going to run
instead of the hybrid ConnonJS-ESM format that...

b55adcb285ea8d385bf802a0f7edeb2d12be1549 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore(release): 8.2.3

d491fbad541be47015f8e0ed4a5e69b266fcf678 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: update development dependencies

bdfee9279b525488de9fdd5df3fe058aaaeeb5e9 authored almost 3 years ago by Ludovico Fischer <[email protected]>
fix: improve types

Plugin creator needs postcss property set to true.
It's more intuitive to use the types if it ex...

f2cce1bc1d47af7ab02891c61b4c1485d6e6dfd3 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore(release): 8.2.2

1f2513d79aa442d25c58bf4577b5e59bf5b65c77 authored almost 3 years ago by Ludovico Fischer <[email protected]>
fix: respect CSS var when reducing

Fix https://github.com/cssnano/cssnano/issues/1235

Preserve the parentheses around a math expre...

99d9fa53a7fba3586590d0c45a0982b09e8bf5c6 authored almost 3 years ago by Ludovico Fischer <[email protected]>
docs: improve Readme

Fix #106

* Show the effect of PostCSS Calc alone, so people don't expect it to resolve
custom...

3f2c424499aa8b2e337b7c8dca89fe4382509845 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore(release): 8.2.1

754a2661d2050880da03c6053fd6d3ce80febf3f authored almost 3 years ago by Ludovico Fischer <[email protected]>
fix: preserve brackets around functions

Modify the parser to track parenthesized expressions.
Keep the parentheses if a function is insi...

0b70a1d5773f17373991b1294e3ae618600aae7d authored almost 3 years ago by Ludovico Fischer <[email protected]>
test: allow executing a single test

Move the `test` call at the top level so that we
can use `test.only`.

50a0c4e021abde819b919c558bd3235a511a1bd3 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore: add issue templates

Adapted from the cssnano templates

6f61811ee6306188cd0caab11312d2d754e28813 authored almost 3 years ago by Ludovico Fischer <[email protected]>
chore(release): 8.2.0

5b9c856dab07b6bc9cdf1acd857d9b2d82265be0 authored almost 3 years ago by Ludovico Fischer <[email protected]>
feat: add types (#155)

* feat: add types

* feat: introduce plugin options type

* fix: check that firstZeroItem is...

4c96c793fbc7807bb138d05b92a93bd29a2e94ac authored almost 3 years ago by Ludovico Fischer <[email protected]>
test: migrate tests to uvu

133260ad86238934adf84b8fe435a5e4f3265cab authored about 3 years ago by Ludovico Fischer <[email protected]>
chore: fix typo in function name

05185d67e93a74e5da758e7101d541cbe9314a40 authored about 3 years ago by Ludovico Fischer <[email protected]>
chore(release): 8.1.0

9a036a2ce03c9dce586e5781266a665a78227492 authored about 3 years ago by Ludovico Fischer <[email protected]>
chore: simplify Babel transform (#150)

The source contains no unsupported features except modules.

29b356512d5f9075bc110a41d3aa4b50c1c50fa4 authored about 3 years ago by Ludovico Fischer <[email protected]>
test: get CI working again (#149)

* test: always test built files

Before some tested files came from `src` and others from `dis...

c6c43f7dd6d99047a6d78af11a00e2c50f4492b8 authored about 3 years ago by Ludovico Fischer <[email protected]>
feat: avoid fatal error (#137)

125be6ad1b1899ecd72d9a70dfe1b0690d4214b2 authored about 3 years ago by Alexander Akait <[email protected]>
8.0.0

cefd2c38c3cce89604f8ddfb232e1f20ca845cd4 authored about 4 years ago by Dmitry Semigradsky <[email protected]>
Update dependencies

44847c38c9d77e366e8a4e2c200c15b0369b50a9 authored about 4 years ago by Dmitry Semigradsky <[email protected]>
update: use PostCSS 8 API. (#125)

* BREAKING CHANGE: require PostCSS 8 and Node >= 10..
* Move postcss to peer dependencies.

6826ba5c0b03a22f83e177c41ba778735421650c authored about 4 years ago by Ludovico Fischer <[email protected]>
chore(release): 7.0.5

f16d55c0c11ebd3f64485a537d28757ca9618183 authored over 4 years ago by evilebottnawi <[email protected]>
fix: reduction(#121)

5621761a69ab997bcd059fa79fabe13518641a86 authored over 4 years ago by csr632 <[email protected]>
7.0.4

111a48d60dbda89ac047a81404531b6d453a4b4f authored over 4 years ago by Dmitry Semigradsky <[email protected]>
Correctly handle summands that cancel out and pull out common factors

9807c5ef07db4f619074cd6a4013221b60f5efd1 authored over 4 years ago by Niklas Mischkulnig <[email protected]>
chore(release): 7.0.3

7a3bc58096f30035b5bc166979d95150472e627a authored over 4 years ago by evilebottnawi <[email protected]>
fix: substracted css-variable from zero (#111)

0282bdc06b1a0c4f4c3c52253f37d6cefe895c46 authored over 4 years ago by csr632 <[email protected]>
Bump acorn from 6.1.1 to 6.4.1 (#105)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://...

295b1df1d66868c885ef638e46b22002650c44d5 authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7.0.2

bcae6309a0eacd63ab25f9ad46237733c7653ae2 authored almost 5 years ago by Dmitry Semigradsky <[email protected]>
Update dependencies (#102)

5fcc943d3349a1f9c5ce0b82e1e64a5551e49ce7 authored almost 5 years ago by Dmitry Semigradsky <[email protected]>
fix: incorrect reduction of subtraction from zero (#88) (#93)

6260789750bbf73006190ef00ab43abfb278b4dc authored over 5 years ago by Jasmine Xie <[email protected]>
refactor: reducer

29ff26e37a06449bdf301dcb38e73854f881d004 authored over 5 years ago by evilebottnawi <[email protected]>
refactor: reducer

0f0179484e726d78ef5fb8b0732b4d96379f13e7 authored over 5 years ago by evilebottnawi <[email protected]>
fix: doesn't remove calc for single function

d71d9cf02131d3ee28115b1e6e5620d3351bb60d authored over 5 years ago by evilebottnawi <[email protected]>
refactor: parser (#86)

b5e20dcac1d60cfb82c4de0a3e479c7fb6fa773d authored almost 6 years ago by Evilebot Tnawi <[email protected]>
feat: relax parser on unknown units (#85)

b91c6e904f6134a9c0229adc69481823123c2423 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
refactor: convert unit utils (#84)

69a3ca0dd3ab922df8f1de6d7613f83f56f1d83d authored almost 6 years ago by Evilebot Tnawi <[email protected]>
fix: handle numbers with exponen composed (#83)

1cd2c5f635b96c51499813a9ca8dd66dbbf3a619 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
test: comments (#82)

c4db2825ec849e8120029ea7502f04f221d766b0 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
ci: add node@10 (#81)

112178ba576d75658cf6a694ec47a15aa13cdecb authored almost 6 years ago by Evilebot Tnawi <[email protected]>
test: newline (#80)

5e554206cea988a92f2ba51313d79b1347137a8b authored almost 6 years ago by Evilebot Tnawi <[email protected]>
fix: handle plus sign before value (#79)

016a444ff3566d70e6cdf00588423d972080af31 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
style: avoid tabs (#78)

4ae727fad30e69dee86e9b434c126606a601d2b9 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
fix: handle precision for nested calc (#75)

5e31f901eb72068317be5858e08187f735370dc9 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
fix: properly handle nested add and sub expression inside sub expression (#70)

b5bb24e00741fe62436147c11403a21bd7f0b5b8 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
fix: handle uppercase units and functions (#71)

153d0f27ff4ce43a04526cbc25ce8741077bf72f authored almost 6 years ago by Evilebot Tnawi <[email protected]>
fix: do not break `calc` with single var (#69)

185f0fb0618302f2a27d71ee4150341d93e23e5a authored almost 6 years ago by Evilebot Tnawi <[email protected]>
test: should not throw an exception when unknow function exist in calc (#74)

34fe6825168d7198ff249e8b47541a35ce4098b3 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
chore(deps): update `postcss-selector-parser` (#72)

5c9cca88e73eac80dea3ea78f33eebb17dbcabe7 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
test: nested var (#73)

cd9da6b475c7b3dd1648bf861dce05ef2802b815 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
refactor: remove third parameter

36f3f316cc4b9494a1b7395a2050ca8ddc24fb25 authored almost 6 years ago by Evilebot Tnawi <[email protected]>
Merge pull request #63 from postcss/contributing-md

Add CONTRIBUTING.md

03d58c94628a2d3a4e0609463531d3c5a84d65fa authored almost 6 years ago by Andy Jansson <[email protected]>
Add CONTRIBUTING.md

197c903dead2c683e8a74419d99245c81c6a2125 authored about 6 years ago by Andy Jansson <[email protected]>
Remove third parameter

874b75bb312356c3b7d638c59c3847ddcb97607e authored about 6 years ago by Martijn Cuppens <[email protected]>
Merge pull request #58 from MartijnCuppens/patch-1

Stricter if test

acecba21b4df978527ed5ddaff96d108472f52a4 authored about 6 years ago by Andy Jansson <[email protected]>
Stricter if test

7e89c181e53e1105d80ad79b33e8d7543d3eceea authored about 6 years ago by Martijn Cuppens <[email protected]>
Update README.md

Improve documentation by adding links to the npm package page,

17382501bc07b2406b451bfb2399d1117c10a879 authored about 6 years ago by Jonathan Neal <[email protected]>
7.0.1

e8ed0a1fc037685b21c25e2c557c05267cf48b51 authored about 6 years ago by Jonathan Neal <[email protected]>
Update tests to prevent PostCSS warnings

b9dec64bc54962d25ccbab54dc3f621f8b834a39 authored about 6 years ago by Jonathan Neal <[email protected]>
Update dependencies

c792f0a0ff5c606a52a3ab2a84b780df42624e5f authored about 6 years ago by Jonathan Neal <[email protected]>
Publish 7.0.0

c18336a9ee9a71ccf250bc8fd2a301b1bd23212d authored about 6 years ago by Andy Jansson <[email protected]>
Merge pull request #55 from andyjansson/rewrite

Rewrite

9d021a84c33f8d2fc65d1c62b4e474050096944a authored about 6 years ago by Andy Jansson <[email protected]>
Rewrite

532a4e45fa3c15f776a2fc18135aa43fbbbca808 authored over 6 years ago by Andy Jansson <[email protected]>
Update dependencies

caf10ace47f2df04ec02ebd882480f8850c3a2c6 authored over 6 years ago by Andy Jansson <[email protected]>
6.0.2

b2c38b836bc38713559a076db71ee1d42988e19c authored over 6 years ago by Andrey Sitnik <[email protected]>
Update to postcss ^7.0.2

5c54315faac3ef44b6d0246f604601c8344f4d11 authored over 6 years ago by Douglas Duteil <[email protected]>
Fix README (#46)

dd40c79e34d94343235ec1008a992ab43c235537 authored over 6 years ago by Dmitry Semigradsky <[email protected]>
Add test case for #44

29948c3f1c890b3558bed513fb107e959f78ff6e authored about 7 years ago by semigradsky <[email protected]>
6.0.1

67e4394165efb108ca50c05ecde66aaa3eaf9707 authored about 7 years ago by Dmitry Semigradsky <[email protected]>
Update changelog.

fc3b4d5ebbe12e7efcf4d164655ac7297343c157 authored about 7 years ago by Dmitry Semigradsky <[email protected]>
#39 Fix throwing error for attribute selectors without a value

0bb7f1faee41b6a5b8e88bf60f110391aea6d310 authored about 7 years ago by Dmitry Semigradsky <[email protected]>
6.0.0

b20182e34bbc00d23e16c1796c78cd32cd612c5c authored over 7 years ago by Ben Briggs <[email protected]>
Update changelog.

738417a5d8d6565ec8466725480463380adba0c9 authored over 7 years ago by Ben Briggs <[email protected]>
Upgrade dependencies.

a7089ba2ed419864b28d59d845744ee437f162e3 authored over 7 years ago by Ben Briggs <[email protected]>
Rewrite to delegate to reduce-css-calc.

f08e8a0647863a90b979b99775df47cd5ab91202 authored over 7 years ago by Ben Briggs <[email protected]>
Use babel-config-i-am-meticulous.

6041ecb7e440cbd7fe8b83c3604cbd5737a032a2 authored over 7 years ago by Ben Briggs <[email protected]>
Update babel configuration.

785dda3d3a71d0c82f676ca141959853473d7594 authored over 7 years ago by Ben Briggs <[email protected]>