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

Avoid `import-lazy` in `formatters` (#7184)

This commit avoids using the `import-lazy` package in the `formatters` module.
As a result, `fo...

d677228e7c9bf9cea436d30fd40e9f431c7b8bc4 authored about 1 year ago by Masafumi Koba <[email protected]>
Bump the typescript group with 2 updates (#7189)

Bumps the typescript group with 2 updates: [@types/balanced-match](https://github.com/Definitely...

8267ad7529ef893a4eda1131b18bc267ed3b9acd authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the jest group with 2 updates (#7188)

Bumps the jest group with 2 updates: [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/pa...

da2ab0d1662e6adfdeac5131bb129105d5f2d875 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump cosmiconfig from 8.2.0 to 8.3.6 (#7191)

Bumps [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) from 8.2.0 to 8.3.6.
- [Release ...

996a20a93abe5251529c529b7a693f9c5abe3a46 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump rollup from 3.26.3 to 3.29.1 (#7177)

* Bump rollup from 3.26.3 to 3.29.1

Bumps [rollup](https://github.com/rollup/rollup) from 3.2...

b64c85261c5c24c052afdf7f834655646bc15d22 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Migrate `lib/postcssPlugin` to ESM (#7152)

07b77eb797e7a83a2641bad4e2f303e6b2c21a9d authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/index` to ESM (#7159)

78e71827e209bde50078b6376e552416582732cd authored about 1 year ago by Masafumi Koba <[email protected]>
Bump rollup from 3.29.1 to 3.29.2 (#7190)

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

5f95969dc0cb9b48d054afda659f4e1241a96915 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refine v16 migration guide (#7136)

acedbfcc6af0cb83b06cf04cf64064762418ae56 authored about 1 year ago by Richard Hallows <[email protected]>
Reconfigure ESLint with bumping eslint-config-stylelint to 20.0.0 (#7139)

- Remove redundant `globals`.
- Make `testRule*` globals readonly.
- Turn on `n/prefer-global/pr...

faed40ab9293c5efc18d5bb3cf44849ec5ba2e07 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/resolveCustomFormatter` to ESM (#7138)

This also changes the unit test to avoid mocks.

80e8d4e115e625b04c1a7492a399a7f6e8427f10 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/rules/index` and relevant files to ESM (#7137)

Note that this change still keeps using `import-lazy` to minimize this changeset.

e7a9b80eb2aea22323760ceb8f766f8e97989e3b authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/standalone` to ESM (#7158)

c89bcec15a6dd85bc569e746cec16efdf977c610 authored about 1 year ago by Masafumi Koba <[email protected]>
Change CLI and Node.js API to respectively print fixed code and problems to `stdout`/`code` and `stderr`/`output` (#7119)

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

1175812b5d4de85d0338b545d854d248145b17bb authored about 1 year ago by Hao Cheng <[email protected]>
Fix CLI to avoid waiting for stdin without any input and avoid different outputs (#7131)

This commit changes the following:

1. To avoid waiting for stdin without any input. For examp...

000fb3d84c4df7a23e98a2f6505169884757aee8 authored about 1 year ago by Masafumi Koba <[email protected]>
Refactor `lib/cli.mjs` (#7129)

- Remove no longer needed JSDoc types.
- Use type-guard functions for type-safety.
- Make the ...

9a989b8ed5881215ecb9c97a5ff03465a9e5c032 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/formatters/*` to ESM except `formatters/index` (#7127)

`formatters/index` is internally uses `lazy-import`.
This is a bit hard to resolve, so I will m...

b435d6f4fc414352ebdf415ab469b6837b3bf519 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/formatters/index` to ESM (#7135)

Note that this change still keeps using `import-lazy` to minimize this changeset.

c770e8f3791eddc62f4fed75dcd740ac62842105 authored about 1 year ago by Masafumi Koba <[email protected]>
Change exit code for CLI flag error (#7134)

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

daefd6a3e9d739e40d88d86f95818fbc37895005 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate simpler `lib/*` files to ESM (#7126)

This change rewrites relatively simpler `lib/*.js` files to ESM.

10c4c61088f7f90f5ebd4dd491affc7fb1df515a authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate almost `lib/utils/*` files to ESM (#7125)

This change rewrites almost `lib/utils/*.js` files to ESM, except for files depending on `rules/...

988adba45bbfa99ef6d35398e7c5ff6a10856fd2 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate medium utility modules to ESM (#7111)

This change configures the following Rollup options to remove redundant helpers from CJS output ...

cf6deee354aeb21ac67ff460e4c739690f5fab1c authored about 1 year ago by Masafumi Koba <[email protected]>
Update `tsconfig.json` for ES2021 (#7121)

Node.js 16 is 100% compatible with ES2021.
See https://node.green/#ES2021

In addition, this ...

6b466a1d1f6ea8d46bd4e7256db3a446f94dc8f3 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/reference/*` to ESM (#7122)

- Rewrite `lib/reference/*.js` to `*.mjs` in ESM.
- Generate `lib/reference/*.cjs` via `npm run...

5dd26af3d218f49222474d34269f638b3c108b53 authored about 1 year ago by Masafumi Koba <[email protected]>
Refactor to add constants for exit codes (#7120)

e09690ecb05ae3f17780bcfd1299fe4c5ae5e39a authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate small utility modules to ESM (#7101)

This change rewrites small utility modules (less dependent on 3rd-party packages) to ESM.

228524a461753932cf1fe12462dde1266b569639 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/utils/validate*` modules to ESM (#7098)

In addition to rewriting some utility modules to ESM,
this change also fine-tunes Rollup to prev...

d8834192afcb9ec014dbb8f4f06e446283676985 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate some tiny utilities in `lib/utils/` to ESM (#7097)

This change rewrites some tiny utility modules in the `lib/utils/` directory to ESM.

1a29f644109eb325686c9e37dffbb594fb1c3d96 authored about 1 year ago by Masafumi Koba <[email protected]>
Migrate `lib/utils/typeGuards` to ESM (#7094)

- Rewrite `lib/utils/typeGuards.js` to `lib/utils/typeGuards.mjs` in ESM.
- Generate `lib/utils...

d515fbf1792986d2f2f4ec52525d576cf7583bef authored about 1 year ago by Masafumi Koba <[email protected]>
Remove Node.js 14 support (#7020)

Node.js 16.13.0 is the first version of Node.js 16.x LTS series.
See https://nodejs.org/en/blog...

eb7106179b84e1afd9bf4e13301f2a15c8fa05c7 authored about 1 year ago by Masafumi Koba <[email protected]>
Build CJS files via Rollup (#7037)

See https://rollupjs.org/

3b9f78bda8eb5ca15e261a05c010eba5e544894c authored about 1 year ago by Masafumi Koba <[email protected]>
Refactor `mergeTestDescriptions()` test utility to migrate to ESM (#7035)

`mergeTestDescriptions()` is used by deprecated rules.
So I've created this commit from the `v1...

8881bfaa02a484dde0f0a94997aa7f90f1c84432 authored about 1 year ago by Masafumi Koba <[email protected]>
Remove `isStandardSyntaxMediaFeatureName` utility (#7023)

feba1cf35cd8941a831cdf8b008e42d236b2cfcb authored about 1 year ago by Romain Menke <[email protected]>
Migrate `lib/utils/validateTypes` to ESM (#7093)

73ee90744545c469d42e42c089a6960de5d27560 authored about 1 year ago by Masafumi Koba <[email protected]>
Remove unused modules (from deprecated rules) (#7003)

Ref: https://github.com/stylelint/stylelint/pull/6979#issuecomment-1613250886

Re-running the ...

2129a5188ac96163da1a809c9e21623d4e2b3064 authored about 1 year ago by Matt Wang <[email protected]>
Remove 76 rules deprecated in 15.0.0 (#6979)

I'll quickly explain the methodology for this PR:

1. remove each `lib/rules/*` for each depreca...

7dc40ed8ac42636429a47953bc9d8ab41ea604e4 authored about 1 year ago by Matt Wang <[email protected]>
Refactor to add `isIgnoredFunction` utility (#7250)

Added `isIgnoredFunction` utility function and replaced duplicated
isIgnoredFunction functions...

958bf369127f867747c613ec9c7025344e220eed authored about 1 year ago by Oscar <[email protected]>
Refactor to add `isHexColor` utility (#7248)

Added `isHexcolor` utility function and replaced duplicated
isHexColor functions. Added unit t...

8a45ca35cd967149f58bbcf85735f7534a83b16b authored about 1 year ago by Oscar <[email protected]>
Bump @babel/traverse from 7.22.8 to 7.23.2 (#7246)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7...

b6c31be3b068abc056c9386682f1863a56d7bdbd authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15.11.0

8914d463e6e2622ba0d82ae69d36e61f3c08eb89 authored about 1 year ago by Matthew Wang <[email protected]>
Prepare 15.11.0 (#7212)

29fe2df6f35c3905075cd9ec1dd76c2d4780e625 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump known-css-properties from 0.28.0 to 0.29.0 (#7247)

fafb83e6fab3e2a4f84d8536cd9b19ebdc5f3282 authored about 1 year ago by Matt Wang <[email protected]>
Bump css-functions-list from 3.2.0 to 3.2.1 (#7242)

Closes #7236 and closes #7226 (and related to #7231).

6e06398a3f53bda6ed9a86ad17defd40d0c24a5a authored about 1 year ago by Matt Wang <[email protected]>
Remove some TODOs (#7234)

994112133722d7d55267a042f5c94fa8892ebed2 authored about 1 year ago by Marc G <[email protected]>
Fix `declaration-block-no-redundant-longhand-properties` autofix for `grid-template` with `repeat()` (#7230)

Closes #7228.

Added the test case from the issue + the swapped version with `rows` instead of...

f1d3228d21d197720785b41e2b505ce320146377 authored about 1 year ago by Matt Wang <[email protected]>
Bump postcss from 8.4.28 to 8.4.31 (#7218)

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

2a1fc6dbcfc1f245a4f75e83d8d8048c098614c4 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `declaration-block-no-redundant-longhand-properties` false negative for `font-synthesis` (#7214)

Note: `font-synthesis` actually supports *four* longhand properties. However, `font-synthesis-po...

dfd1ffcabb2036d9e2e25aed512c193d3d868ae5 authored about 1 year ago by Matt Wang <[email protected]>
Fix `declaration-block-no-redundant-longhand-properties` false negatives for `overflow`, `overscroll-behavior`, `scroll-margin`, `scroll-padding`, and new Box Alignment shorthands (#7213)

Ref: https://github.com/stylelint/stylelint/issues/7200#issuecomment-1734354995 & other missing ...

3374bb49f01073b91e5336887807ef3fb4699957 authored about 1 year ago by Matt Wang <[email protected]>
Add `ignoreRules` to `max-nesting-depth` (#7215)

Closes #6529 (and thus, closes #2696 and closes #4805).

1. I've add co-author annotations to ...

e468814ac18e9e8bcba295e8a1b7793ff350f243 authored about 1 year ago by Matt Wang <[email protected]>
Fix `declaration-block-no-redundant-longhand-properties` false negatives for `*-block` and `*-inline` logical properties (#7208)

Closes #7200.

> Is there anything in the PR that needs further explanation?

Bundling many ...

4bfee3850d6cfaa6edbbf89b8b72c8bf30f35d0d authored about 1 year ago by Matt Wang <[email protected]>
Simplify array-from in rules (#7193)

`Array.from` has optional second argument, so calling `map` after is not required.

7e629d416d4ea039f15220d2f99f334668877546 authored over 1 year ago by Mikhail <[email protected]>
Bump actions/checkout from 3 to 4 (#7180)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

74425d19a58449471498a83da519346290defee5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Change Dependabot target branch to v16 (retry) (#7157)

Change Dependabot target branch to v16

This change aims to reduce our work to update dependen...

0b686f289ab436eac64aaa78eb1646d38a153294 authored over 1 year ago by Masafumi Koba <[email protected]>
Bump file-entry-cache from 6.0.1 to 7.0.0 (#7155)

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

b509d18ff155d07a3c839639a15040654e47d9d7 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lint-staged from 14.0.0 to 14.0.1 (#7156)

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

b67979a48c21fd44c275a2aa65a5843d554499f9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the jest group with 2 updates (#7153)

Bumps the jest group with 2 updates: [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/pa...

3cdb190362c52de24a95161c72a026a748d6ea51 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the typescript group with 1 update (#7154)

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

bd50050ed6fce3248f845393e8bb2f3ed90a0730 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the eslint group with 3 updates (#7150)

Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-confi...

a8714d7c899f1d0bf35e177ab066903e263e434b authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump postcss-scss from 4.0.6 to 4.0.7 (#7144)

Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.6 to 4.0.7.
- [Changelog...

2cf5bb3190672722ab85849e803b454da9c9c446 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump postcss from 8.4.27 to 8.4.28 (#7143)

* Bump postcss from 8.4.27 to 8.4.28

Bumps [postcss](https://github.com/postcss/postcss) from...

5ebb77ac1bbdf3d0587988e874f161801d62dfa8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15.10.3

9e7319df4810fed31dc849cc7a2c3082fc2bed64 authored over 1 year ago by jeddy3 <[email protected]>
Prepare 15.10.3 (#7089)

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

0520c84e542128902e1c43f707b56da87c439c65 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump lint-staged from 13.2.3 to 14.0.0 (#7133)

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

97e5f8971b8cca4d41b80a3c48ea79221e925a84 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the eslint group with 1 update (#7132)

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

- [Release ...

e0651fd36f1ece7e20c6843cb0470711ae5b6753 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use new `testRuleConfigs` function of `jest-preset-stylelint` (#7124)

83a3e2b40af6aef68530079d770c0dd69f7451cd authored over 1 year ago by Masafumi Koba <[email protected]>
Bump the csstools-parser group with 1 update (#7117)

Bumps the csstools-parser group with 1 update: [@csstools/media-query-list-parser](https://githu...

a6df588d3ee67a6c25fd139f4be93e08f9456c88 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump patch-package from 7.0.2 to 8.0.0 (#7115)

Bumps [patch-package](https://github.com/ds300/patch-package) from 7.0.2 to 8.0.0.
- [Release n...

48a28b4bbca215499569c9dc56ce478d194a35b9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the jest group with 2 updates (#7114)

Bumps the jest group with 2 updates: [@jest/globals](https://github.com/facebook/jest/tree/HEAD/...

d15901117a6cf29b920a155de5f5109f44164db3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the eslint group with 2 updates (#7113)

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

2f324b6de4eef6e9f062cfd7fb3f016f37235d06 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refactor to replace `changelog-to-github-release` script with GitHub Action (#7112)

This change has the following benefits:
- it can reduce dependencies used in the script
- it c...

247c94c65c58eec6e5573fb35ff6ab7d45356bac authored over 1 year ago by Masafumi Koba <[email protected]>
Improve Pull Request title example in maintainer guide (#7110)

"Prepare release" is now incorrect. The PR title includes a version number.

a14ffb22cf39b508288952e0e67f27ac8c04befe authored over 1 year ago by Masafumi Koba <[email protected]>
Bump the csstools-parser group with 2 updates (#7109)

* Bump the csstools-parser group with 2 updates

Bumps the csstools-parser group with 2 update...

69c67543cf8447dc475dcf98001075bc9dd58e12 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Group Dependabot updates by `@csstools/*` parser packages (#7108)

This change aims to assemble Dependabot Pull Requests about `@csstools/*` parser packages.

2c45589a4b730b2c7c0d2ffd75815ad3c9ac963f authored over 1 year ago by Masafumi Koba <[email protected]>
Bump the typescript group with 1 update (#7104)

Bumps the typescript group with 1 update: [@types/balanced-match](https://github.com/DefinitelyT...

10830ca213ce23bd7cdc0dd16f7d1736c9a7e010 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the eslint group with 1 update (#7103)

Bumps the eslint group with 1 update: [eslint-config-stylelint](https://github.com/stylelint/esl...

207f38bda295864c028590c3d1852ad7ada76617 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve Pull Request title for preparing release (#7102)

This change aims to make a Pull Request title for preparing release clearer.
For example, chang...

b9f42556a504f137e06fb285555576f4de939a0c authored over 1 year ago by Masafumi Koba <[email protected]>
Avoid heap out of memory with CI coverage job (#7100)

This change aims to avoid the following error that sometimes happens with the CI test coverage j...

ed111c3543d11dc4c7705b637965589102b28034 authored over 1 year ago by Masafumi Koba <[email protected]>
Refactor to remove internal utility `getOsEol()` (#7099)

86be8467f30ee14e9b4477a4ca5306d134af17ee authored over 1 year ago by Masafumi Koba <[email protected]>
Fix broken `scripts/visual.sh` (#7095)

This change fixes the following error. The correct path is `bin/stylelint.mjs`, not `bin/styleli...

0dbed54626e87786c2ef2e4ccd4c27d04c8a6918 authored over 1 year ago by Masafumi Koba <[email protected]>
Bump fast-glob from 3.3.0 to 3.3.1 (#7092)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.3.0 to 3.3.1.
- [Release notes](h...

689cfcf117377cb10026a9499483484979c925c8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump postcss from 8.4.26 to 8.4.27 (#7091)

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

a4866ed23045520e3e37700f42788c81747030db authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `property-no-unknown` false positives for scroll-driven animations (#7090)

ea23c30e0a9127281c9fa0170c25c72762e6bc9c authored over 1 year ago by Renato Böhler <[email protected]>
Fix `declaration-property-value-no-unknown` false negatives for typed custom properties (#7078)

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

a3b8d3284a1536db9b3354ee2ee8b4bfbbbd3b47 authored over 1 year ago by Romain Menke <[email protected]>
15.10.2

f383a26b48b85bb344a61282af7837d7b3795880 authored over 1 year ago by jeddy3 <[email protected]>
Prepare release (#7073)

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

1b5f907d124551621a8cf9f0d8470a318fdb7042 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bump patch-package from 7.0.0 to 7.0.2 (#7085)

Bumps [patch-package](https://github.com/ds300/patch-package) from 7.0.0 to 7.0.2.
- [Release n...

3c65b3a18afa8dd4d4a7b93519efbaa77f227241 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the eslint group with 2 updates (#7083)

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

9124f9f692bab0f01213462fc89005e4d3b57ef6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `declaration-property-value-no-unknown` false negatives for nested declarations (#7079)

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

178ea2c1c9b86ccc36db47723a495833dbe0ad6b authored over 1 year ago by Romain Menke <[email protected]>
Update `package-lock.json` to lock file version `3` (#7080)

0ba4e15680ed35dfce0898290fb9f7ac8a527d28 authored over 1 year ago by Romain Menke <[email protected]>
Revert "Update `package-lock.json` to lock file version `3`"

This reverts commit 7aebaf5c1265a61b90c784208e6590a0a023b069.

19ed25aed3325a7ba679ea3537085eac7d5b9de9 authored over 1 year ago by Romain Menke <[email protected]>
Update `package-lock.json` to lock file version `3`

7aebaf5c1265a61b90c784208e6590a0a023b069 authored over 1 year ago by Romain Menke <[email protected]>
[Docs] Fix table formatting in deprecated rules user guide (#7076)

Update rules.md

Fix table formatting in deprecated rules user guide

c1aefb4d5c3c15d035a658a8e6f53be2fd5de283 authored over 1 year ago by wkd <[email protected]>
Fix typo in 15.0.0 migration guide (#7074)

054331783caee2c87bb7491e9aee75a2d9250edb authored over 1 year ago by Simone Vittori <[email protected]>
Fix `selector-pseudo-element-no-unknown` false positives for `view-transition` pseudo-elements (#7070)

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

6765374b6e9476d9b137d4a8555d200ba8ad9e1d authored over 1 year ago by Daniel Roe <[email protected]>
Bump css-functions-list from 3.1.0 to 3.2.0 (#7068)

Bumps [css-functions-list](https://github.com/niksy/css-functions-list) from 3.1.0 to 3.2.0.
- ...

64a3529a53fed647054c7dee4b88873933bfc1b2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the stylelint group with 1 update (#7067)

Bumps the stylelint group with 1 update: [@stylelint/prettier-config](https://github.com/styleli...

bd9f1062caa0430e53b7125e2987afcfc866e3d7 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump postcss from 8.4.24 to 8.4.25 (#7065)

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

de741df2a33f90ee164f580c38ae5ea93b6abdb4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the jest group with 2 updates (#7066)

Bumps the jest group with 2 updates: [@jest/globals](https://github.com/facebook/jest/tree/HEAD/...

d6da44f13e61a57102f5c8f7da7531d6e0f8a8d0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Introduce Dependabot group updates (#7055)

The new feature is now public beta. See:
https://github.blog/changelog/2023-06-30-grouped-versi...

4a86105a86d9f93b10998b4a2a75e5f2b2319f2c authored over 1 year ago by Masafumi Koba <[email protected]>
Exclude `*.test.mjs` from TypeScript check (#7059)

c812dae9da050f903d31f4786fff89929c56b0f6 authored over 1 year ago by Masafumi Koba <[email protected]>