Ecosyste.ms: OpenCollective

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

github.com/cheeriojs/cheerio

The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
https://github.com/cheeriojs/cheerio

feat: Use `cheerio-select`, to support positional selectors

Adds support for jQuery positional selectors (:eq, :first, :not(:last) etc.).

Fixes #1355
Fixes...

9bbaa746f639585dc805bf025c1d9f8e35d7d944 authored about 4 years ago
Bump minimum node version to 0.12

Required to get support for `Set`.

aed540c06016cbe104738e2d43a15cf0d0028a75 authored about 4 years ago
refactor: Use `domhandler` nodes directly

Avoids unnecessary parser calls. Fixes #1166.

Allows us to drop lodash. Fixes #1506.

b13688f05bc8a2cfef6611ba2f34ac6956151b17 authored about 4 years ago
docs(readme): Remove `Contributors` section

Fixes #1159

f450a688c586e2212891fd80fdf0e55f473e0820 authored about 4 years ago
build(deps-dev): bump @types/node from 14.14.13 to 14.14.14

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

9adbc0ee8ec295205785b8e3621dedf3a3ed2e90 authored about 4 years ago
build(deps-dev): bump @types/node from 14.14.12 to 14.14.13

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

fc4e4fac586b1a15583ce7b527b6e55704d7411e authored about 4 years ago
build(deps-dev): bump husky from 4.3.5 to 4.3.6

Bumps [husky](https://github.com/typicode/husky) from 4.3.5 to 4.3.6.
- [Release notes](https://...

c62b7974f5afc6f63c0f7e53b1ed7b7fff323587 authored about 4 years ago
refactor: Use the parser's DOM without modifications (#1559)

BREAKING: This removes the `root` property from root nodes. Instead, the `root` reference is kep...

2e75c2a4e38a83d89a32cb5edb74edacd0118042 authored about 4 years ago
Bump @types/node from 14.14.11 to 14.14.12

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

cc3cbe32ea6cb634fd8c078701bb0649d35766e8 authored about 4 years ago
fix(attributes): Fix data attribute retrieving problem (#1139)

Where original markup has an data attribute 'x' and it is overriden
by data('x', 'a'), it is ac...

9ea8fd64ed3bff326a3e542a0c3b36d551dad73d authored about 4 years ago
refactor(types): Use `domhandler` DOM types (#1560)

42b7df2c3a0eba5de50817e4f5d23e04692dcdc5 authored about 4 years ago
feat(attributes): Have `removeAttr` accept a list of attributes to remove (#1561)

Superseeds #1334
Fixes #1316

Co-Authored-By: 16546513 <[email protected]...

fbce5aa61012efdcd223dbfd352c8b7002914b9e authored about 4 years ago
fix(manipulation): Prevent stale data on .prev() after replaceWith() (#1254)

Fixes #1253

Co-authored-by: Felix Böhm <[email protected]>

4d5b9b03676e4f0cebfe8f2834f2d2b14f64d1dc authored about 4 years ago
Bump css-select from 3.1.1 to 3.1.2

Bumps [css-select](https://github.com/fb55/css-select) from 3.1.1 to 3.1.2.
- [Release notes](ht...

1f33c8b4e6b695f4242e22863a28e43ab65552af authored about 4 years ago
Merge branch 'v1.0.0' of https://github.com/cheeriojs/cheerio into v1.0.0

ab6a8440938f397b7cd55c7f3e3b1634b6863511 authored about 4 years ago
Bump css-select from 3.1.0 to 3.1.1

Bumps [css-select](https://github.com/fb55/css-select) from 3.1.0 to 3.1.1.
- [Release notes](ht...

0347508669b240a0a18e13592460bc24b63ac9c2 authored about 4 years ago
feat(lint): Enforce prettier styling on CI, add `format` script

a58179ea568a1144f34dbc4c3e514f834ffc1210 authored about 4 years ago
fix(traversing): Allow `find` without an argument

f84d35129e75198c72e43c0c7690730695dc9412 authored about 4 years ago
refactor(eslint): Update eslint rules, format

96a5be3b351801a04566874981ef3349e966848d authored about 4 years ago
chore(deps): bump css-select, @types/node

and move @types/node to devDependencies

6d565600303a3adaae23fcc21c79202ac6ef6e64 authored about 4 years ago
feat(types): Allow any object with a `toString` method to be passed to `.load`

85427e43329a14992d2a09d6bcda07c38f143a96 authored about 4 years ago
Bump husky from 4.3.0 to 4.3.5

Bumps [husky](https://github.com/typicode/husky) from 4.3.0 to 4.3.5.
- [Release notes](https://...

04bc355019fc79f3e5fb332818c4371152641f24 authored about 4 years ago
Bump eslint from 7.14.0 to 7.15.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.15.0.
- [Release notes](https:...

f9ea97924db46b7628ef39a33f0cdc05c0d44d05 authored about 4 years ago
Bump prettier from 2.2.0 to 2.2.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](ht...

ade9da1e9318cf4eb233ed00332d06cc4ef32234 authored about 4 years ago
Bump dom-serializer from 1.1.0 to 1.2.0

Bumps [dom-serializer](https://github.com/cheeriojs/dom-renderer) from 1.1.0 to 1.2.0.
- [Releas...

43119824ee7208d1511c3d8987e6ad381c5c5ce6 authored about 4 years ago
Bump htmlparser2 from 5.0.1 to 6.0.0

Bumps [htmlparser2](https://github.com/fb55/htmlparser2) from 5.0.1 to 6.0.0.
- [Release notes](...

7b9b5965aeed27ce155b9fe3d5347a1b70dd95ee authored about 4 years ago
Bump lint-staged from 10.5.2 to 10.5.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.2 to 10.5.3.
- [Release not...

1fbb1b2031a9b058f02a9b6404a14f9a0ed7aadc authored about 4 years ago
Bump eslint-config-prettier from 6.15.0 to 7.0.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 t...

5d00fde13f137bc66c2dde59ab6aeb973aabc001 authored about 4 years ago
Bump tsd from 0.13.1 to 0.14.0 (#1547)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.13.1 to 0.14.0.
- [Release notes](http...

85021d94c6535ee4d1d1474c97bef2e74dc87186 authored about 4 years ago
Bump @types/node from 14.14.9 to 14.14.10

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

46ed9d42d183f053ab36874a16e6cd88dcd4163a authored about 4 years ago
Bump eslint-plugin-jsdoc from 30.6.3 to 30.7.8 (#1538)

ff5fe0409708dba6c6628ebf2640c88811c350be authored about 4 years ago
Bump @types/node from 14.11.10 to 14.14.9 (#1541)

3ec7c7cb82135701dbd24b1c48746c705314512c authored about 4 years ago
Bump eslint-config-prettier from 6.13.0 to 6.15.0 (#1528)

ade795588d63c5af6a3ebac39bd872c0b2d61359 authored about 4 years ago
Bump mocha from 8.2.0 to 8.2.1 (#1532)

8c1c26a4c3be5afc4f009e17c63c5437825af1dd authored about 4 years ago
Bump lint-staged from 10.5.1 to 10.5.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.1 to 10.5.2.
- [Release not...

ea1c7843ad2d51627c837dbe5e28b59a322a8d72 authored about 4 years ago
Bump eslint from 7.11.0 to 7.14.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.14.0.
- [Release notes](https:...

927a3812fcce251436f2a8dc1bf271b7fa09d039 authored about 4 years ago
Bump prettier from 2.1.2 to 2.2.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](ht...

b0e3bb9d1f621eb2d01cd3fee640d8d296a779c7 authored about 4 years ago
Bump lint-staged from 10.4.0 to 10.5.1

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.4.0 to 10.5.1.
- [Release not...

447995543a000e46396eb8b67c27e8b5e838b7e9 authored about 4 years ago
Bump htmlparser2 from 5.0.0 to 5.0.1

Bumps [htmlparser2](https://github.com/fb55/htmlparser2) from 5.0.0 to 5.0.1.
- [Release notes](...

9da2abe6346236beed87abdbc3e2d38f070832b6 authored about 4 years ago
Bump @types/node from 14.11.8 to 14.11.10

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

ef33c4ae46dff7358fdb088c8b5c4d4a8c9a124f authored over 4 years ago
Bump eslint-config-prettier from 6.12.0 to 6.13.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 t...

fae03fdbb547504362d42614f644639ad1c6bd67 authored over 4 years ago
Bump entities from 2.0.3 to 2.1.0

Bumps [entities](https://github.com/fb55/entities) from 2.0.3 to 2.1.0.
- [Release notes](https:...

1b87e7b1c0b61999fb165705e818f75e6f2fda85 authored over 4 years ago
Bump mocha from 8.1.3 to 8.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.3 to 8.2.0.
- [Release notes](https://g...

c3fe100301874e3f62c4b8b400c5187457cea5c5 authored over 4 years ago
Bump css-select from 2.1.0 to 3.1.0 (#1503)

* Bump css-select from 2.1.0 to 3.1.0

Bumps [css-select](https://github.com/fb55/css-select) ...

0dcdbd63fca8cf506c3e16f9a3dc3612bdc288f7 authored over 4 years ago
Bump eslint from 7.10.0 to 7.11.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https:...

a739f39e2868ac3773d07807d17d3dd5231a3470 authored over 4 years ago
Bump htmlparser2 from 4.1.0 to 5.0.0

Bumps [htmlparser2](https://github.com/fb55/htmlparser2) from 4.1.0 to 5.0.0.
- [Release notes](...

0310fd3154b2cadda0a53579ee294c75dbe08b48 authored over 4 years ago
Bump @types/node from 14.11.2 to 14.11.8

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

0f1c8e8f3e0397fb545db1bb1f5112d666d8acd0 authored over 4 years ago
Pull in types from DefinitelyTyped

d6fca4b8bd59481d009e2b5d79c5f4da27fcc823 authored over 4 years ago
Create Dependabot config file

d8d04e7f6405e9a1808d6c1f4f02331d9df5c818 authored over 4 years ago
Bump eslint-plugin-jsdoc from 30.6.2 to 30.6.3

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.6.2 to 30.6.3....

b310c08e11cf9ffb98adad541cc86fe3d17be9ad authored over 4 years ago
Avoid lodash where possible (#1500)

Lodash is quite big package https://packagephobia.com/result?p=lodash
and often used where moder...

2337c1a74ceb22f6852ffbfb2ad8659261f4ce04 authored over 4 years ago
build(deps): Fix lodash vulnerability (#1499)

* Fixing lodash vulnerability

* Adding dependabot fixes that have tests working

77a739c3984aced5a3b814165330c0314fd03c87 authored over 4 years ago
Bump eslint-config-prettier from 6.11.0 to 6.12.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 t...

a645150a516ee2eae996bb76206a436495ed1691 authored over 4 years ago
Bump eslint-plugin-jsdoc from 30.5.1 to 30.5.2

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.5.1 to 30.5.2....

a45b876351caf24c3224da9c7a85650cbe2de3d3 authored over 4 years ago
[ ADD ] Support for react-native (#1486)

* [ UPDATE ] support for react-native

* [ REMOVE ] package events

d9476e1d8c83fe4a873482401b307344bdaf9fd7 authored over 4 years ago
Bump lint-staged from 10.3.0 to 10.4.0

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.3.0 to 10.4.0.
- [Release not...

53d6c2f17d3854fcf03fad3fbee6f13e33547d12 authored over 4 years ago
Bump prettier from 2.1.1 to 2.1.2

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](ht...

677f642d6a8c0ed8ce4042f6e91ad0db74b23744 authored over 4 years ago
Bump eslint from 7.8.1 to 7.9.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0.
- [Release notes](https://...

d5e7d8a609d449973f4641af759b76a78462ce45 authored over 4 years ago
Bump eslint-plugin-jsdoc from 30.4.0 to 30.5.1

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.4.0 to 30.5.1....

5a66b5a112d2a3555a0f5468078775c9e42b901f authored over 4 years ago
Bump dom-serializer from 1.0.1 to 1.1.0

Bumps [dom-serializer](https://github.com/cheeriojs/dom-renderer) from 1.0.1 to 1.1.0.
- [Releas...

ea0a3371301fb9d748cde24b093b14c35b671cc8 authored over 4 years ago
chore(funding): Add GitHub Sponsors

f73e88bd29c8e9f1f707cc073894c799dd9a6d41 authored over 4 years ago
build(deps-dev): bump prettier from 2.0.5 to 2.1.1

d41a139e9635bbe876d3c6d9d3365cbf987c3f4f authored over 4 years ago
feat(manipulation): Add `wrapInner`

Port of @tomjw64 & @warrengm's great work to the current codebase

Fixes #1335
Fixes #717
Fixes ...

9ffc557a6c023e8a4cc00e2cf7b22960658a52f1 authored over 4 years ago
Bump eslint-plugin-jsdoc from 29.2.0 to 30.4.0

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 29.2.0 to 30.4.0....

32c5466fddc4fe75cf67c0d3f5de7100f12e976a authored over 4 years ago
Bump lint-staged from 10.2.13 to 10.3.0

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.13 to 10.3.0.
- [Release no...

2e3e456565c2e177132a504529bf527c251d3cae authored over 4 years ago
Bump eslint from 7.7.0 to 7.8.1

Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.8.1.
- [Release notes](https://...

d04a70cfb42215d90f35775ded3a245901eb62ea authored over 4 years ago
Bump lodash from 4.17.19 to 4.17.20

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.20.
- [Release notes](http...

86d3058b46a656da2eb2a15d22c2c603bdaa0a5a authored over 4 years ago
Run Mocha tests in parallel

249462eae2c255c54b5119157a2d379970ca2d7e authored over 4 years ago
Bump mocha from 7.2.0 to 8.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.1.1.
- [Release notes](https://g...

0b4d317fc01a64ce3979aab0ac381c6f30d88a6c authored over 4 years ago
Bump eslint-plugin-jsdoc from 29.1.4 to 29.2.0

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 29.1.4 to 29.2.0....

e857d91ca2ccfc0b2b025771a4bd6a6abe2afa56 authored over 4 years ago
Bump eslint-plugin-jsdoc from 29.1.3 to 29.1.4

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 29.1.3 to 29.1.4....

8697ea1488ea8212f2777dfcd17cd0dbebc153b4 authored over 4 years ago
Bump eslint-plugin-jsdoc from 29.1.2 to 29.1.3

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 29.1.2 to 29.1.3....

e8e310a1d2a5bab36d6f40d845de8d28a68e3466 authored over 4 years ago
Bump eslint-plugin-jsdoc from 29.1.0 to 29.1.2

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 29.1.0 to 29.1.2....

f03747d812b76408b51bd89cbb11e4d645b8bf92 authored over 4 years ago
Bump eslint-plugin-jsdoc from 27.0.7 to 29.1.0

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.0.7 to 29.1.0....

6b1a80f73cee23b3f3207d40c6db7f14590e5b38 authored over 4 years ago
Bump eslint-plugin-jsdoc from 27.0.6 to 27.0.7

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.0.6 to 27.0.7....

43891aa2d980ac1ab8d891113fe6ed2a711c6971 authored over 4 years ago
Bump eslint-plugin-jsdoc from 27.0.5 to 27.0.6

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.0.5 to 27.0.6....

6a5223ae9d1b0cbf2972319372091d70ce8c36f9 authored over 4 years ago
Bump eslint-plugin-jsdoc from 27.0.4 to 27.0.5

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.0.4 to 27.0.5....

3f8fbdf910b1b7ab9e0dd608ce009cd938810e45 authored over 4 years ago
Bump eslint-plugin-jsdoc from 27.0.3 to 27.0.4

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.0.3 to 27.0.4....

b87c47dd0bd10bec6f6875dceb9a3eb19a20ed6e authored over 4 years ago
Bump eslint-plugin-jsdoc from 27.0.0 to 27.0.3

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.0.0 to 27.0.3....

73cf60b2333ed64ec005ebced4d2bc549802c028 authored over 4 years ago
Bump eslint-plugin-jsdoc from 26.0.2 to 27.0.0

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 26.0.2 to 27.0.0....

8d0f5e2175cf0a64571cbf4520efed68b4395903 authored over 4 years ago
Chinese readme link added on main readme (#1411)

* update chinese readme link

* center chinese readme link

* update chinese readme location

6b3977cbeadb0eab0f770d9e57f03eaa8a511958 authored over 4 years ago
Bump eslint-plugin-jsdoc from 25.0.1 to 26.0.2

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 25.0.1 to 26.0.2....

16c6b86fb076b53588f4f211069b2093881d78b3 authored over 4 years ago
Fix jsdom breaking change

35f64ff4e73c0211113c277bd0f5b4221ce34107 authored over 4 years ago
Upgrade dependencies

2b75704ed7979fd52a5b2ac95f553a21fb3b4a81 authored over 4 years ago
test: replace istanbul with nyc (#1337)

* test: replace istanbul with nyc

* chore: update package-lock

1dcf863659c859692ae29566d4d75261cfd33e87 authored over 4 years ago
Run tests on all LTS versions

e1896a970dbb0e689ca7dc3196423cffd3e17eb5 authored over 4 years ago
Fix benchmark

b9131426cf91f274804c179a746d40d7389fec0c authored over 4 years ago
Add history for 1.0.0-rc.3

a8ab4cbf9d908eeba5d6ff33bf85ce5ee7667520 authored over 4 years ago
Fix location handling for parse5

and port test case from #1303

21b54b591dfc829f39d68ede62a69c1937effb47 authored over 4 years ago
Update dependencies

8d90fafdb4ac452f7119ca4ffcc7fc581d6e6e51 authored over 4 years ago
Merge package.json from rc.3

466e1c458efc2058ae1d32dfefd1515940d716a1 authored over 4 years ago
Correct rendering of root node (#1307)

This change normalizes rendering between trees generated by parse5 and
htmlparser2. Consistent ...

45b68a0986fd3ba20b98b79f7224f708a815df63 authored over 4 years ago
Remove references to deprecated APIs from docs

15713ade6926f0aa221dc177561940c310d7fade authored over 4 years ago
Update makefile to use npm to lint & test

eea512f1175e452dc7dd6e62a584dc568fb73112 authored over 4 years ago
Customize documentation template

- Remove the name "JSDoc" from the document title
- Present JSDoc "mixins" as API "categories"
-...

831895a7f104b19a500fc2b2cae21da32fbf98e2 authored over 4 years ago
Include default documentation template

The `jsdoc` module provides a default documentation template, but it is
not entirely appropriate...

8c4a7396d4a7b361bfffef83b7dd221606dd1532 authored over 4 years ago
Re-use script in pre-commit hook

Promote parity between manually-entered workflow commands and automated
commit validation.

939026693740fe4b1c83b19a294e90bb6b0f2f58 authored over 4 years ago
Correct structure of generated documentation

Reformat the project source to ensure proper organization of the
procedurally-generated API docu...

d38dd853531279a5d17b6f3c8237fc09bc4e093d authored over 4 years ago
Updated parse5 to 4.0.0 (fixes #1245).

7b5e1621504b11599ec0dd15d6058f211397a579 authored over 4 years ago
Relocate tests for deprecated APIs

The deprecated methods have similarly named stable versions. This has
the potential to confuse f...

14ca49e649a94acb740f00b8f9699d9cbbf5d122 authored over 4 years ago