Ecosyste.ms: OpenCollective

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

github.com/unifiedjs/unified

☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
https://github.com/unifiedjs/unified

11.0.4

b69689bba52a918d87aa62f295ccffa8d9aa8ef8 authored about 1 year ago by Titus Wormer <[email protected]>
Add TypeScript declaration maps

Closes GH-230.

Reviewed-by: Christian Murphy <[email protected]>
Reviewed-by: Ti...

1ca1a43c5552546355c65243f7e39712e61894ea authored about 1 year ago by Remco Haszing <[email protected]>
11.0.3

67949bb47abe4da52a20f1472ef9b0a9f0a6d123 authored over 1 year ago by Titus Wormer <[email protected]>
Remove broken canary tests for now

d1a7873bf4819adf675c400ec9a8695b2cb0e136 authored over 1 year ago by Titus Wormer <[email protected]>
Fix support for functions in data

8dee2ab883c90c30374f87cfdd527dba3fa05674 authored over 1 year ago by Titus Wormer <[email protected]>
Update dev-dependencies

0d78ebb136934a16b96bb756c097ff16a26c48ef authored over 1 year ago by Titus Wormer <[email protected]>
Refactor badge URL in docs

fe6e9e8862f7418078b1cebc4704ffc8d7aac1f4 authored over 1 year ago by Titus Wormer <[email protected]>
11.0.2

66bc279044fa48eacd8b417a4af873976ce37143 authored over 1 year ago by Titus Wormer <[email protected]>
Fix type of settings if nothing is registered yet

cea788b1a72b96546ce0bf9cf65a5b2dca33f85d authored over 1 year ago by Titus Wormer <[email protected]>
11.0.1

9ba8e23fe9b70d740d9e210d8e1dd937d8239224 authored over 1 year ago by Titus Wormer <[email protected]>
Fix incorrect type of `settings` in presets

d1a915da0766a60127d3ef1cfe2ac5982a2f350b authored over 1 year ago by Titus Wormer <[email protected]>
11.0.0

98ab67534dd4e07fe4032afc1154c1ee8c81dd10 authored over 1 year ago by Titus Wormer <[email protected]>
Fix another typo

d83cb8de776acad9c142209774338e1dbd8e36ea authored over 1 year ago by Titus Wormer <[email protected]>
Fix some typos

Closes GH-225

Reviewed-by: Remco Haszing <[email protected]>
Reviewed-by: Titus Wormer ...

afb704a79e18a5d98ca111ad1e62f6b8a5b2ee16 authored over 1 year ago by Christian Murphy <[email protected]>
Change to require Node.js 16

baf80b20d604c920a0656b4eec1c17612689f5ba authored over 1 year ago by Titus Wormer <[email protected]>
Remove support for classes as compilers, parsers

Class versions have not been used in ages.
Support for them is pretty complex for something that...

8e574788d7c6a44b6b2fe884bd42c89580ef4643 authored over 1 year ago by Titus Wormer <[email protected]>
Refactor docs

714874679636754279a4619030f4a026bf7ca4ea authored over 1 year ago by Titus Wormer <[email protected]>
Add `Data`, `Settings` types to augment shared data

a44db4603bacb1dad8fbadfa7c5941aa5b62eb66 authored over 1 year ago by Titus Wormer <[email protected]>
Refactor some more code to use JSDoc

40f03295dc535624f91a7f086489942aa42e6340 authored over 1 year ago by Titus Wormer <[email protected]>
Remove support for compilers returning nullish

You’re supposed to compile to something.

4676814d49e483e446e86c882d583694c4177ff7 authored over 1 year ago by Titus Wormer <[email protected]>
Fix non-first parameter merging when reconfiguring plugins

If you configure a plugin with multiple parameters (which is supported
but not particularly reco...

56ee288d34466fd0e231ed70334992481d982a9a authored over 1 year ago by Titus Wormer <[email protected]>
Fix to deep clone preset settings

6f068a019115cdcf73dd13b53ac45d65f9d6bf0f authored over 1 year ago by Titus Wormer <[email protected]>
Remove `Attacher` type

f3e71a8f67d87b836f3f4219928b9095d0078722 authored over 1 year ago by Titus Wormer <[email protected]>
Refactor code-style

* Remove types for actually unsupported tuple support in `use`,
tuples can exist in lists,...

e58b095bbea800764d447c00196f3d09ad44c107 authored over 1 year ago by Titus Wormer <[email protected]>
Refactor to use JSDoc, remove `FrozenProcessor` type

cc53bb68ae6679b04e1ac63d67d0989acacbf6e4 authored over 1 year ago by Titus Wormer <[email protected]>
Update dev-dependencies

d5ebd043e96abcdc49a85f992a018546342ab961 authored over 1 year ago by Titus Wormer <[email protected]>
Add improved types

* Add better support for different compile results, if you have custom
results, add them t...

807ffb97929aa57b1036d27e31413d3ee5670767 authored over 1 year ago by Titus Wormer <[email protected]>
Change to yield `undefined`, not `null`

You can still pass it, just that *we* don’t.

1aa3494da4c98b0a1ce4d112c653d86aaa21a4ae authored over 1 year ago by Titus Wormer <[email protected]>
Change to replace `Buffer` with `Uint8Array`

Previously, `VFile` supported `Buffer`, which is Node.js-specific.
It changed to `Uint8Array`.
I...

fb49556512b4bc4fde317cda66937cb289a0715e authored over 1 year ago by Titus Wormer <[email protected]>
Refactor code-style

ad06700216d5b02a2d00c13b85900228c2b36eff authored over 1 year ago by Titus Wormer <[email protected]>
Refactor `tsconfig.json`

6ff42908cf3397ccea6ce602495cb343b41b17fc authored over 1 year ago by Titus Wormer <[email protected]>
Refactor `package.json`

b185e2db8993229fa67bd0d191303d2ef5300fe0 authored over 1 year ago by Titus Wormer <[email protected]>
Refactor to reorder canaries

49196e0f1ad598d90f5a4a1f50ad72e5eeee4e65 authored over 1 year ago by Titus Wormer <[email protected]>
Add `ignore-scripts` to `.npmrc`

d6f37dd44f8f5b689068bed60caf101a3bedd92b authored over 1 year ago by Titus Wormer <[email protected]>
Refactor `.gitignore`

904f4c1cc73c0734d45046bd89ceba541452c5f5 authored over 1 year ago by Titus Wormer <[email protected]>
Update Actions

294834efd9b155556b9157bd82463c6e7d8715c1 authored over 1 year ago by Titus Wormer <[email protected]>
Replace dependency

6edcd14a85190d95e1b80648daa189a09f4a16cf authored over 1 year ago by Titus Wormer <[email protected]>
Change to use `exports`

Closes GH-217.

Co-authored-by: Remco Haszing <[email protected]>

932c1406766769e4152fb74b81afe7ffd3e15363 authored over 1 year ago by Titus Wormer <[email protected]>
Update `vfile`

620ccf99ff11d210a2ea945cd11c43c3b33343ac authored over 1 year ago by Titus Wormer <[email protected]>
Update `@types/unist`

dd9834a0e18d307574d6c86acb252c3403108386 authored over 1 year ago by Titus Wormer <[email protected]>
Remove unneeded explicit types in tests

Maybe updating `types/unist` will solve it?

Related-to: unifiedjs/unified#216.

250d3e511aa0b9967e79bc59152f340b7971dc8d authored over 1 year ago by Titus Wormer <[email protected]>
Update dev-dependencies

3f56f0f25ed5fcfbd99cfaa690366584aec132f2 authored over 1 year ago by Titus Wormer <[email protected]>
Update `typescript`

Closes GH-216.

Reviewed-by: Remco Haszing <[email protected]>
Reviewed-by: Titus Wormer...

ffc146c84f1ce189e0237ca6f7b1ae4266c2c79a authored over 1 year ago by Christian Murphy <[email protected]>
Add useful error on empty presets

Empty presets are most likely a mistake by the user. At best, they do nothing.
This improves th...

b35afe0d9d4fdfc75ced40d945ebec19e5194166 authored over 1 year ago by Titus <[email protected]>
Fix build

4a94722b483cbc4ee41f30121af1cdf4fe53ec92 authored over 1 year ago by Titus Wormer <[email protected]>
Add sponsor

a06537ccb16eca7d393e96d7039aec9c0bec4ba8 authored over 1 year ago by Titus Wormer <[email protected]>
Refactor some docs

2d954519648608adb496f47d3192cd776be099ea authored about 2 years ago by Titus Wormer <[email protected]>
Use Node test runner

ffb71ec6ef6fb534f8344d80c3b244b46beef9ab authored about 2 years ago by Titus Wormer <[email protected]>
Update actions

5f4f1752db3739fa047accda23328a65886ae802 authored about 2 years ago by Titus Wormer <[email protected]>
Refactor `tsconfig.json`

f47ed4dbabcdce696530412bac2ba67b61839fa8 authored about 2 years ago by Titus Wormer <[email protected]>
Update dev-dependencies

112342754777c9a637ce01f1fa74d1c97687cffa authored about 2 years ago by Titus Wormer <[email protected]>
Update dev-dependencies

b8d42cb5d77d18cb9afb0464757c089850d9df13 authored about 2 years ago by Titus Wormer <[email protected]>
Add improved docs

144eec01b0e1faa23655359d61c3749ad2af99e7 authored over 2 years ago by Titus Wormer <[email protected]>
Refactor types

2aa15eaccf00c9b538e0f8be524080f4330d4315 authored over 2 years ago by Titus Wormer <[email protected]>
Fix type

c5ff1279ce76a384cfa1f4a2a3be6a59542d48e7 authored over 2 years ago by Titus Wormer <[email protected]>
Update dev-dependencies

0ee591d21e113af6cc70c04c5104280581901fe8 authored over 2 years ago by Titus Wormer <[email protected]>
Remove reference to `unified-engine-atom`

659730a43ce5561558fbe0ee5ce75ccc5bfdbf94 authored over 2 years ago by Titus <[email protected]>
10.1.2

b9358691047ad72e6390dfc3c3eedc15509e01fa authored almost 3 years ago by Titus Wormer <[email protected]>
Update counts in readme

e597bbf59ab7c09be018812b37b1b4cc076dc453 authored almost 3 years ago by Titus Wormer <[email protected]>
Update dev-dependencies

33f001b974ddfe2ce3436418779d42ce583bd086 authored almost 3 years ago by Titus Wormer <[email protected]>
Fix typo

Closes GH-185.

dc85d21e330e6c99669a36eccd7de1473f78a693 authored almost 3 years ago by Jack Bates <[email protected]>
Fix Node on Windows

6f6a5c207e2d69cd99da99561c45989ac84dc411 authored almost 3 years ago by Titus <[email protected]>
Update sponsors

30f6b5565f762af98b5e826763760f02613244a4 authored almost 3 years ago by Titus Wormer <[email protected]>
Add canary workflow

Closes GH-182.

Reviewed-by: Titus Wormer <[email protected]>

b0821eea8d3280ba3e8d421149e186664f47885e authored about 3 years ago by Christian Murphy <[email protected]>
Fix Boost Hub link

Closes GH-181.

Reviewed-by: Christian Murphy <[email protected]>
Reviewed-by: Ti...

45b3d3f456da3e33dc1a97361b9793944255067b authored about 3 years ago by Remco Haszing <[email protected]>
10.1.1

e7a9d19a617fd0146c4eaaaa2f90841d6a580462 authored about 3 years ago by Titus Wormer <[email protected]>
Update dev-dependencies

4634cf76463316306dffe51b17931a89b758b301 authored about 3 years ago by Titus Wormer <[email protected]>
Fix type of `run` signature

Closes GH-173.
Closes GH-174.

Reviewed-by: Titus Wormer <[email protected]>
Reviewed-by...

6b060c2a229049e1bc0e7ea51920b36efb069f9f authored about 3 years ago by Alvin Leung <[email protected]>
Update sponsors

c3ba2cd7fce33c1133b95bc81d9b0a22dba5c409 authored about 3 years ago by Titus Wormer <[email protected]>
Update dev-dependencies

198c693d9d8898fd64c6aa87965c6ef8478858f3 authored about 3 years ago by Titus Wormer <[email protected]>
10.1.0

28475cafefb7e764ceb296090139579004f50c4a authored over 3 years ago by Titus Wormer <[email protected]>
Add plugin input/output type parameters

This commit adds support for tracking the parse tree, current tree,
compile tree, and compile r...

134ecadaa602b47e27bb405271284c828558a962 authored over 3 years ago by Titus <[email protected]>
10.0.1

cf8653b90482860da7aa97c8b8d33e38f6a7f064 authored over 3 years ago by Titus Wormer <[email protected]>
Update `xo`

3d504623341ccd9cea19bc2a14c0cf2b28254088 authored over 3 years ago by Titus Wormer <[email protected]>
Fix types to support `void` async transformers

Related to unifiedjs/unified#155.

591b0c0c24de8d78175c49d15ee43681726e4caf authored over 3 years ago by Titus Wormer <[email protected]>
10.0.0

4919517cf6bd25e801322c3e0ba817753435e4fd authored over 3 years ago by Titus Wormer <[email protected]>
Refactor to simplify code

2323d38e2c74708f5a453ebfea42f80e0454a435 authored over 3 years ago by Titus Wormer <[email protected]>
Fix types

75c829363fae9c1897a9aabb10c4792e22e82753 authored over 3 years ago by Titus Wormer <[email protected]>
Rewrite types

* TS is now checking the whole code base and I’ve tested the types with several other unified*...

b3e2464adf2e2bd667446aee572d7c870c3b9019 authored over 3 years ago by Titus <[email protected]>
Fix `next` in types of transformer signature

Closes GH-149.

Reviewed-by: Christian Murphy <[email protected]>

350ed9dfe109c9c12f4779f3ee89d63cd66843d0 authored over 3 years ago by Titus <[email protected]>
Fix to improve plugin, plugin tuples with boolean options

Closes GH-148.

Reviewed-by: Titus Wormer <[email protected]>

6ef3933ef1b229e4136c8ac771f3ec1dbd54ef03 authored over 3 years ago by Christian Murphy <[email protected]>
Fix types to support booleans

Related to GH-145.
Closes GH-147.

Reviewed-by: Titus Wormer <[email protected]>

b8fe5eca622140baaa4dfb45c1b7d5e6774780ce authored over 3 years ago by Christian Murphy <[email protected]>
10.0.0-beta.1

5167c49ce7e02fcd518adae0acda80ccd4e97400 authored over 3 years ago by Titus Wormer <[email protected]>
Remove note on having to install `@types/unist`

8eda349bc659b11324b3199dd09e274e92ba5789 authored over 3 years ago by Titus Wormer <[email protected]>
Add `esast` to list of syntax trees

88374fcaad109be8132ed917e1adc58809e39f43 authored over 3 years ago by Titus Wormer <[email protected]>
Add explicit dependency on `@types/unist`

Reviewed-by: Christian Murphy <[email protected]>
Reviewed-by: Remco Haszing <remco...

2c7ba99f82eae256f509e426583aae79f7723c2e authored over 3 years ago by Ben Moon <[email protected]>
Add missing `main` field

730c4ff26bebac33db558d8da2337f19c5f3f060 authored over 3 years ago by Titus Wormer <[email protected]>
types: add support for buffer, other return values

Reviewed-by: Christian Murphy <[email protected]>

Closes GH-144.

b22bf8e1fb6137c10c1d9c77a448cd288ba857f9 authored over 3 years ago by Titus <[email protected]>
types: add support for boolean plugin options

Reviewed-by: Christian Murphy <[email protected]>

Closes GH-145.

4bfd6c872bd7c68923fe58707577557e1f54ad13 authored over 3 years ago by Titus <[email protected]>
Update typings to support ESM (#141)

* types: update typings for ESM

* docs: fix typo

* test: set typescript to ES2020 mode

...

45eb72e7e7bb4745b94677c5f5681ac0c433d704 authored over 3 years ago by Christian Murphy <[email protected]>
Fix tests on Node 14

4c927c86d3c4a484101e6ac7ece0321d0f281862 authored over 3 years ago by Titus Wormer <[email protected]>
Remove typescript@3 legacy support

0e8f61134e948962be86523cd0671b792217dcd2 authored over 3 years ago by Titus Wormer <[email protected]>
Fix links

a6ff3c15d6351042ac86daf9e44343876bfcb517 authored over 3 years ago by Titus Wormer <[email protected]>
Update examples in `readme.md`

ee6ee4766b28ea013c7c2610a8b8a7f581ae23e4 authored over 3 years ago by Titus Wormer <[email protected]>
Refactor code style

* Use `TypeError`s instead of generic `Error`s where applicable
* Use `Array.isArray` instea...

32abf7cfdda3ffa032391a3d2617285854da40e3 authored over 3 years ago by Titus Wormer <[email protected]>
Use ESM and update `vfile`

* **Breaking**: this updates `vfile`, which importantly renames
~~`vfile.contents`~~ to `v...

dc46bc5a85d038566e226c388b58ff937341cbcf authored over 3 years ago by Titus Wormer <[email protected]>
Update Node in Actions

9bda1fa7494af2302db32e941141e22cec0c5341 authored over 3 years ago by Titus Wormer <[email protected]>
Add bb

8be5d8378bf77960232dfab65dcbc86dfb3ba511 authored over 3 years ago by Titus Wormer <[email protected]>
Refactor code-style

60de57081cc551297dd560217fa10bcb4d5b202f authored over 3 years ago by Titus Wormer <[email protected]>
Fix code-style

Closes GH-140.

Reviewed-by: Titus Wormer <[email protected]>
Reviewed-by: Christian Murp...

115898a6bea4485a160864cdb96aae69021e0559 authored over 3 years ago by Hector Franco T <[email protected]>