Ecosyste.ms: OpenCollective

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

github.com/stylelint/stylelint

A mighty CSS linter that helps you avoid errors and enforce conventions.
https://github.com/stylelint/stylelint

Bump the eslint group with 1 update (#7512)

* Bump the eslint group with 1 update

Bumps the eslint group with 1 update: [eslint-config-st...

f44de2e414b9e70cba3477e50c67e41ad97b0375 authored 11 months ago
Bump lint-staged from 15.2.1 to 15.2.2 (#7522)

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

131241ae5c52a9648738fbd8b9858c67f26f56cd authored 11 months ago
Bump rollup from 4.9.6 to 4.10.0 (#7521)

Bumps [rollup](https://github.com/rollup/rollup) from 4.9.6 to 4.10.0.
- [Release notes](https:...

591ab7aa0b2fbd1a764ae93ac45714b9d7ad8b81 authored 11 months ago
Bump husky from 9.0.6 to 9.0.10 (#7513)

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

889bb72aef248a838fdc347c8023301298d198b1 authored 11 months ago
Bump meow from 13.1.0 to 13.2.0 (#7520)

Bumps [meow](https://github.com/sindresorhus/meow) from 13.1.0 to 13.2.0.
- [Release notes](htt...

3bb52c11eebbb9b821c75451667ccd78f6333896 authored 11 months ago
Bump ignore from 5.3.0 to 5.3.1 (#7514)

Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.3.0 to 5.3.1.
- [Release notes]...

224b280135c6188a061061d0f9ee1042f5cd345a authored 12 months ago
Bump lint-staged from 15.2.0 to 15.2.1 (#7515)

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

6549f06bd786af83b40421b994b92c3143584558 authored 12 months ago
Bump codecov/codecov-action from 3 to 4 (#7516)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Relea...

11feb65365fe9159a8d31a7f038334d79b90bd70 authored 12 months ago
Fix broken link "processors" in CHANGELOG (#7508)

Stylelint 15.0.0 removed the support for processors.

6ab38fcf78eb5d4800cca142e09e9419a11bf8e5 authored 12 months ago
16.2.1

5c68274333a8a850beabe5c18d06bcc2dcaeb807 authored 12 months ago
Prepare 16.2.1 (#7479)

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

52cb83fc03f816e7851478ed8081e3a682c475af authored 12 months ago
Document CLI user guide to fix typo for `—custom-syntax` (#7503)

See: https://github.com/stylelint/stylelint/blob/382961fb6eb67557910a1ff7430a7a180f888bcc/lib/cl...

328544d8dfe4abfb1d75ab6631528f2e3c605a74 authored 12 months ago
Fix `function-calc-no-unspaced-operator` performance (#7505)

How to measure:

```shell
npm run -s benchmark-rule -- function-calc-no-unspaced-operator tru...

5e2eff74a474af5fb0bdfd4c678f3e17bb758935 authored 12 months ago
Fix benchmark script (#7504)

This fixes the broken benchmark script (`npm run benchmark`)
The error reason is that `rules[ru...

398d3a851d4360f560feab90d4ff0f28333169a1 authored 12 months ago
Bump husky from 8.0.3 to 9.0.6 (#7500)

* Bump husky from 8.0.3 to 9.0.6

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 ...

3de4eba79f0dd3973fa142d897336e4f18565ea0 authored 12 months ago
Fix report flags not reporting on subsequent runs when cache is used (#7483)

The bug's reason is that the `stylelintError`/`stylelintWarning` properties
in a lint result ob...

382961fb6eb67557910a1ff7430a7a180f888bcc authored 12 months ago
Fix `validateOptions` to report when secondary option object is an empty object or null (#7476)

f02d168f59081cf0173536e815dfa334cb27d48b authored 12 months ago
Fix `selector-pseudo-class-no-unknown` false positives for `:seeking`, the media loading state and sound state pseudo-classes (#7490)

a8899746099a1d4cc315ac605b9fdb67a82a06d7 authored 12 months ago
Provide repository info to `gh` command in GitHub action (#7491)

This fixes the following error in the GitHub action:

```
failed to run git: fatal: not a git...

e86c9cd32dcae7ce5841d08d817b0f2402b3c9a2 authored 12 months ago
Add GitHub action to change the label and add a warning comment on issues older than a month (#7486)

Co-authored-by: Richard Hallows <[email protected]>

0073ab6e8c781ab43cebdf5b12fc44913cafe9d3 authored 12 months ago
Bump rollup from 4.9.5 to 4.9.6 (#7489)

Bumps [rollup](https://github.com/rollup/rollup) from 4.9.5 to 4.9.6.
- [Release notes](https:/...

baaf8f7ec4a08accf807553242ed5bc86d95cf0c authored 12 months ago
Fix `custom-property-no-missing-var-function` false positives for properties that can contain author-defined identifiers (#7478)

1263c03d95368e2effa03150116ee0aa8cbf1562 authored 12 months ago
Fix combinator example in `selector-max-compound-selectors` README (#7485)

A whitespace represents a *descendant combinator*.

4ae7450ea644d1e211bc73c0837fa11beecb22d8 authored 12 months ago
Document dependency name support for `--custom-formatter` in CHANGELOG (#7481)

This change retroactively adds a changelog item in the 16.0.0 section.

For background of this...

b741deac3b75ce398336553b62ac0f849828fe36 authored 12 months ago
Fix `report()` error message responsibility for a missing node or line number (#7474)

Including a rule name in the error message helps us understand why an error happens.

Co-autho...

eebb78694ee87e76245414108b0ae2626c78729f authored almost 1 year ago
Fix `selector-max-specificity` false positives with `ignoreSelectors` option for `of <selector>` syntax (#7475)

```json
{"ignoreSelectors": [".foo"]}
```

```css
:nth-child(even of .foo) {}

/* ↓ Calcu...

34cdc97149234063c94301cd64ceb378b20a07bf authored almost 1 year ago
Document simplified website releasing in maintainer guide (#7473)

Update maintainer guide for simplified website releasing

See https://github.com/stylelint/sty...

6a4397c7c7b85fb1ad268448a720769df72f4f47 authored about 1 year ago
16.2.0

f4c75c911275f7c972f285495c6e037c2731981e authored about 1 year ago
Prepare 16.2.0 (#7439)

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

1b11ba3433f4f3d69489752d3a280ab21815db06 authored about 1 year ago
Document CLI piping example (#7469)

Previously the documentation did not include the piping of stderr to
stdout which meant that in...

39ccfe90b9462033956f19962e18cba679d47a92 authored about 1 year ago
Fix `overrides.files` negated pattern regression (#7468)

38e0606d0e9d3e51e9e37f5cd87abca4b8330875 authored about 1 year ago
Fix `declaration-property-value-no-unknown` false negatives for `@starting-style` (#7461)

Co-authored-by: Masafumi Koba <[email protected]>

d881c9df941d22a8cdc52bbd13e1b1900b0f95f8 authored about 1 year ago
Bump postcss-html from 1.5.0 to 1.6.0 (#7466)

Bumps [postcss-html](https://github.com/ota-meshi/postcss-html) from 1.5.0 to 1.6.0.
- [Release...

e0754a967e692f911e9e95622453844d3f60be69 authored about 1 year ago
Bump rollup from 4.9.4 to 4.9.5 (#7465)

Bumps [rollup](https://github.com/rollup/rollup) from 4.9.4 to 4.9.5.
- [Release notes](https:/...

77e005b7bb3210060ed0846a570cc1f6d59ade9f authored about 1 year ago
Bump the typescript group with 1 update (#7464)

Bumps the typescript group with 1 update: [@types/css-tree](https://github.com/DefinitelyTyped/D...

29a57e11f2a976f68162d27e3725a60abd0518f7 authored about 1 year ago
Bump the eslint group with 1 update (#7463)

Bumps the eslint group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/esl...

c89a5a2945038f2b77f152419cd843e7fa087632 authored about 1 year ago
Add `media-query-no-invalid` specific problem messages (#7462)

* Add `media-query-no-invalid` specific problem messages

* Create healthy-donkeys-appear.md
...

5bb517bee77bebe77e04dfc8a45ed2778067ac48 authored about 1 year ago
Add `checkContextFunctionalPseudoClasses: []` to `selector-max-id` (#7380)

Co-authored-by: Richard Hallows <[email protected]>
Co-authored-by: Masafumi Koba...

5f5cada88393dcb27282a7868297e37a579e0293 authored about 1 year ago
Fix `Error: Could not find <package>` message clarity (#7456)

ab6801cfc62b6a402203aa33be452e84a5ea4ea1 authored about 1 year ago
Document `--output-file` flag in migration guide for CLI stderr change (#7455)

Co-authored-by: Masafumi Koba <[email protected]>

f29c8b21d522c0ab4b82f8e92133cd5a1ea0fad7 authored about 1 year ago
Fix `function-no-unknown|value-keyword-case` false positives for template literals with line breaks (#7443)

Co-authored-by: Richard Hallows <[email protected]>

4e5839092154cbcf73a6bfa801467a5f3ca8e506 authored about 1 year ago
Bump postcss from 8.4.32 to 8.4.33 (#7453)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33.
- [Release notes](ht...

b2079120caf7036e251e8af7ccf2d2b2451ba8aa authored about 1 year ago
Bump postcss-import from 15.1.0 to 16.0.0 (#7451)

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.1.0 to 16.0.0.
- [Rel...

69ed0a344d541006bf15ae9e4f964077c4e9c056 authored about 1 year ago
Bump the eslint group with 1 update (#7450)

Bumps the eslint group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/esl...

477d66c93d1afe16c5b638c87f73c8896e213f08 authored about 1 year ago
Bump meow from 13.0.0 to 13.1.0 (#7452)

Bumps [meow](https://github.com/sindresorhus/meow) from 13.0.0 to 13.1.0.
- [Release notes](htt...

603ddb1af06a4d19566474b14b3d835f36fc6ee3 authored about 1 year ago
Bump rollup from 4.9.2 to 4.9.4 (#7454)

Bumps [rollup](https://github.com/rollup/rollup) from 4.9.2 to 4.9.4.
- [Release notes](https:/...

c857cc1b11a267c0d0674eb80d1b9044b49cd088 authored about 1 year ago
Fix `at-rule-no-unknown` false positives for `@starting-style` (#7438)

Co-authored-by: Masafumi Koba <[email protected]>

7b18126c1f0e0c526839c5adef589848db917b6e authored about 1 year ago
Fix `allowEmptyInput` option ignored in configuration object regression (#7446)

Co-authored-by: Richard Hallows <[email protected]>

52be685cd203c42eb5dff9bc9f9523deae736247 authored about 1 year ago
Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` for `--custom-formatter` on Windows (#7432)

804bb24c75248aba55b009994e4bfb561593a990 authored about 1 year ago
Bump postcss-selector-parser from 6.0.13 to 6.0.15 (#7436)

* Bump postcss-selector-parser from 6.0.13 to 6.0.15

Bumps [postcss-selector-parser](https://...

2fb8f8a62f771162f3a72105edf0de100132f0f3 authored about 1 year ago
Bump rollup from 4.9.1 to 4.9.2 (#7437)

Bumps [rollup](https://github.com/rollup/rollup) from 4.9.1 to 4.9.2.
- [Release notes](https:/...

e4d94929ea57ff6e4b851b35ff711a78ebb6c518 authored about 1 year ago
Refactor to use `@csstools/css-parser-algorithms` `walk` helper (#7434)

* Refactor to use `@csstools/css-parser-algorithms` `walk` helper

* run build

9027a916aadeb1d31427a35b21c951fd3cb018ed authored about 1 year ago
16.1.0

58822901ab032b6cc3dd9515b64958202a460a30 authored about 1 year ago
Prepare 16.1.0 (#7415)

Co-authored-by: Masafumi Koba <[email protected]>

6c4b64dfe78e61e28932f95ffca52ae0493c40c3 authored about 1 year ago
Bump file-entry-cache from 7.0.2 to 8.0.0 (#7427)

Bumps [file-entry-cache](https://github.com/jaredwray/file-entry-cache) from 7.0.2 to 8.0.0.
- ...

566c42267a3419b300c7200b4560320e520cc023 authored about 1 year ago
Bump meow from 12.1.1 to 13.0.0 (#7426)

Bumps [meow](https://github.com/sindresorhus/meow) from 12.1.1 to 13.0.0.
- [Release notes](htt...

42bf8f84ccb5560b36ae227673e7315579096f8d authored about 1 year ago
Fix `function-url-quotes` false positives for SCSS variable and `@` character (#7416)

cb509a08942f97fbd4fb507abfd8510eed402982 authored about 1 year ago
Document benefits from TypeScript annotation (#7423)

See https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html

Co-authored-by: M...

e2223521cdef40d62d23c56b33b0f9176c2a4646 authored about 1 year ago
Fix `selector-pseudo-class-no-unknown` false positive for `:popover-open` (#7425)

Closes #7424.

760a6f109d9a04d9dc93ac20745284e37227d84e authored about 1 year ago
Add `ignore: ["keyframe-selectors"]` to `selector-disallowed-list` (#7417)

Closes #7162.

---------

Co-authored-by: Masafumi Koba <[email protected]...

8ec6748675116ddfd8154421dbbc42bd8c3e8d9a authored about 1 year ago
Add missing changelog for PR #7366

548b221e02e7a61e5fd618ea38c1054287318116 authored about 1 year ago
Sort rules alphabetically in `docs/user-guide/rules.md` (#7422)

19ab06a4ca55da15ff64a6391037a47a01136229 authored about 1 year ago
Bump rollup from 4.8.0 to 4.9.1 (#7414)

Bumps [rollup](https://github.com/rollup/rollup) from 4.8.0 to 4.9.1.
- [Release notes](https:/...

0e8b1fd866cabd6d1be1df9a09ef8a499d045235 authored about 1 year ago
Bump the csstools-parser group with 2 updates (#7411)

Bumps the csstools-parser group with 2 updates: [@csstools/css-parser-algorithms](https://github...

0455938b0243d298bdf8aa8ed62dae048aaa8881 authored about 1 year ago
Update stylelint-stylistic plugin link (#7419)

Co-authored-by: Masafumi Koba <[email protected]>

e03a0f9519aa27ba2305b8bbddfe8cbdfd867c25 authored about 1 year ago
Bump @csstools/selector-specificity from 3.0.0 to 3.0.1 (#7413)

Bumps [@csstools/selector-specificity](https://github.com/csstools/postcss-plugins/tree/HEAD/pac...

b92260f415ae2e1c1ee053ea01658be0b063899b authored about 1 year ago
Bump the eslint group with 2 updates (#7412)

Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [eslint-pl...

368e40f75fcabb81e09b7b8601089a6aaa42908b authored about 1 year ago
Bump github/codeql-action from 2 to 3 (#7410)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release n...

ef766cd45cd9cf6cc8b3dc4da09aaff5c57ec70c authored about 1 year ago
Document testing options in more detail in the v16 migration guide (#7407)

Co-authored-by: Romain Menke <[email protected]>

b34a1846e50203b4a378e2fac195aa8e62f989ab authored about 1 year ago
Fix `declaration-property-value-no-unknown` and other false positives for multiline SCSS interpolation (#7406)

7620c2cd4c9a1421113e401005d43a7837424d85 authored about 1 year ago
Add lightness-notation (#7366)

d03def645ef8c67446ccb86285566f811372b9ca authored about 1 year ago
16.0.2

da7ce21272d34928f40bbc68c1e01be1c076bb8a authored about 1 year ago
Prepare 16.0.2 (#7386)

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

303b3c9cce830fb60c451e271a70ace5e188f097 authored about 1 year ago
Bump rollup from 4.6.1 to 4.8.0 (#7394)

Bumps [rollup](https://github.com/rollup/rollup) from 4.6.1 to 4.8.0.
- [Release notes](https:/...

fbc6adfc4727cee0d1b8354263868a15eb2050de authored about 1 year ago
Bump np from 8.0.4 to 9.2.0 (#7391)

Bumps [np](https://github.com/sindresorhus/np) from 8.0.4 to 9.2.0.
- [Release notes](https://g...

d4b12aad776a243c9cb3d3794ad8bda6e4776f44 authored about 1 year ago
Bump the typescript group with 1 update (#7390)

Bumps the typescript group with 1 update: [typescript](https://github.com/Microsoft/TypeScript)....

0ec3df47db163ad62d8d383db2b5770f45803a63 authored about 1 year ago
Bump the jest group with 1 update (#7389)

Bumps the jest group with 1 update: [jest-preset-stylelint](https://github.com/stylelint/jest-pr...

203276e4e46674f81b90592d896a7f5bb309edb6 authored about 1 year ago
Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` error on Windows (#7383)

close #7382

dde101da87efdc880ec77b58b06c337c070210c8 authored about 1 year ago
Document node:test testRule (#7381)

2a82f4d2c3147a823241327fe6d6e0a069894d21 authored about 1 year ago
16.0.1

bc9225e53b2d937f1347d55766090cc6264e81a8 authored about 1 year ago
Prepare 16.0.1 (#7379)

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

d5f9d199b80fe6230d625bf5141b5fa8d4d7aa42 authored about 1 year ago
Fix type definitions for CommonJS (#7377)

This fixes the type definitions for CJS by leveraging a namespace. ESM
type definitions were ad...

78deb85972757c22e1d4134d800266f9b7dcf701 authored about 1 year ago
16.0.0

bc28565824633060265bc2982ef45906380511f0 authored about 1 year ago
Prepare 16.0.0 (#7358)

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

6014599bee688c4116abf3fee3e18ddb0a676626 authored about 1 year ago
Add `stylelint-test-rule-node` to migration guide for 16.0.0 (#7376)

We've published the new package `stylelint-test-rule-node`, which is an alternative to `jest-pre...

afa763ed2f8338b5ee6b6f74e403f17b7bf96221 authored about 1 year ago
Bump the changesets group with 2 updates (#7367)

Bumps the changesets group with 2 updates: [@changesets/cli](https://github.com/changesets/chang...

107e18b6ede222fa841c766b9f4fa55b3e027d1b authored about 1 year ago
Refactor to replace `@changesets/apply-release-plan` patch (#7375)

With the Changesets package updates (#7367), the patch doesn't work.
So, this change replaces t...

664683dfea699294809ee635ff10c27089769e9a authored about 1 year ago
Document Jest light runner in migration guide (#7373)

Co-authored-by: Masafumi Koba <[email protected]>

7e54fd597230170c30ad30303d0d41fc2b845396 authored about 1 year ago
Bump postcss from 8.4.31 to 8.4.32 (#7371)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32.
- [Release notes](ht...

6078ad4a069ebfd2983c296ed692a7cbf9805cc2 authored about 1 year ago
Bump lint-staged from 15.1.0 to 15.2.0 (#7370)

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

16ccb33d5d1a73181ea8db72bc0ef7cc61a2d4cb authored about 1 year ago
Bump rollup from 4.6.0 to 4.6.1 (#7369)

Bumps [rollup](https://github.com/rollup/rollup) from 4.6.0 to 4.6.1.
- [Release notes](https:/...

ee945ba8d74caea01340b03041713937a4baa326 authored about 1 year ago
Bump the eslint group with 1 update (#7368)

Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint).

- [Release ...

2ce06374cea027e6ae2a466a4b6163d476deab65 authored about 1 year ago
Correct the flag for `npx` (#7372)

As of `npm@7` (the default in `node.js@15`), the `--no-install` flag is deprecated. If `node.js@...

6e6b6d0b2728b3c9a210c7301263ca44472ae1c3 authored about 1 year ago
Prepare to-16 migration guide (#7365)

Co-authored-by: Masafumi Koba <[email protected]>

6cf8192927576b2c477c090430907ef4cc4c2f6d authored about 1 year ago
Reduce package size by removing rule README files (#7361)

For some reason, the `lib/rules/*/README.md` addition to the `files` field is necessary.

The ...

a83af3eb88551b524a5bccd0f2bb3adbcaf9c053 authored about 1 year ago
Revert "Skip `changeset version` temporarily"

This reverts commit e0e775b2c6cfbd658a707a39ee21b03824dc23b4.

e7e54941b9376bc63d5c7343c1d1ef56eb0ab04c authored about 1 year ago
16.0.0-3

53ece2979cdbfcb5d2950708852ab1fd58924ef6 authored about 1 year ago
Skip `changeset version` temporarily

e0e775b2c6cfbd658a707a39ee21b03824dc23b4 authored about 1 year ago
Change default syntax behaviour to always use safe-parser with `fix` regardless of extension (#7357)

We no longer maintain the special file extension list for the `customSyntax` warning and the `fi...

1e8517ec219f98d351b14663add9f85dcb8c8a01 authored about 1 year ago
Bump cosmiconfig from 8.3.6 to 9.0.0 (#7356)

* Bump cosmiconfig from 8.3.6 to 9.0.0

Bumps [cosmiconfig](https://github.com/cosmiconfig/cos...

10fb49e8f7c0f9d98ab032bececa796edf5442a7 authored about 1 year ago