Skip to content

Commit

Permalink
Merge branch 'main' into enable-wordpress-stylelint-config--rational-…
Browse files Browse the repository at this point in the history
…common-loon-ff72516719
  • Loading branch information
romainmenke authored Jan 15, 2025
2 parents 55806a6 + 271f95a commit 25eba72
Show file tree
Hide file tree
Showing 8 changed files with 519 additions and 460 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ updates:
groups:
development-dependencies:
dependency-type: 'development'
exclude-patterns: ['eslint']

- package-ecosystem: github-actions
directory: '/'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: stylelint-no-unsupported-browser-features
on:
push:
branches:
- main
paths:
- .github/workflows/test-package.yml
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml
pull_request:
paths:
- .github/workflows/test-package.yml
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml
workflow_dispatch: null
schedule:
- cron: 0 0 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref
}}-stylelint-no-unsupported-browser-features-dcd-latest
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test-package.yml
name: latest
with:
package: stylelint-no-unsupported-browser-features
stylelint-version: stylelint@latest
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: stylelint-no-unsupported-browser-features
on:
push:
branches:
- main
paths:
- .github/workflows/test-package.yml
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml
pull_request:
paths:
- .github/workflows/test-package.yml
- .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml
workflow_dispatch: null
schedule:
- cron: 0 0 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref
}}-stylelint-no-unsupported-browser-features-dcd-next
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test-package.yml
name: next
with:
package: stylelint-no-unsupported-browser-features
stylelint-version: stylelint/stylelint
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ To see test results, click the status badge for the relevant package in the list
| [![stylelint-high-performance-animation](https://img.shields.io/npm/v/stylelint-high-performance-animation.svg)](https://www.npmjs.com/package/stylelint-high-performance-animation) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-high-performance-animation-379.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-high-performance-animation-379.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-high-performance-animation-379.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-high-performance-animation-379.next.yml) |
| [![stylelint-less](https://img.shields.io/npm/v/stylelint-less.svg)](https://www.npmjs.com/package/stylelint-less) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-less-d99.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-less-d99.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-less-d99.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-less-d99.next.yml) |
| [![stylelint-media-use-custom-media](https://img.shields.io/npm/v/stylelint-media-use-custom-media.svg)](https://www.npmjs.com/package/stylelint-media-use-custom-media) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-media-use-custom-media-60a.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-media-use-custom-media-60a.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-media-use-custom-media-60a.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-media-use-custom-media-60a.next.yml) |
| [![stylelint-no-unsupported-browser-features](https://img.shields.io/npm/v/stylelint-no-unsupported-browser-features.svg)](https://www.npmjs.com/package/stylelint-no-unsupported-browser-features) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml) |
| [![stylelint-order](https://img.shields.io/npm/v/stylelint-order.svg)](https://www.npmjs.com/package/stylelint-order) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-order-7f4.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-order-7f4.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-order-7f4.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-order-7f4.next.yml) |
| [![stylelint-plugin-defensive-css](https://img.shields.io/npm/v/stylelint-plugin-defensive-css.svg)](https://www.npmjs.com/package/stylelint-plugin-defensive-css) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-defensive-css-558.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-defensive-css-558.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-defensive-css-558.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-defensive-css-558.next.yml) |
| [![stylelint-plugin-logical-css](https://img.shields.io/npm/v/stylelint-plugin-logical-css.svg)](https://www.npmjs.com/package/stylelint-plugin-logical-css) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-logical-css-948.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-logical-css-948.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-logical-css-948.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-plugin-logical-css-948.next.yml) |
Expand Down Expand Up @@ -97,3 +98,15 @@ An eligible package should meet the following criteria:
## Contributing
We welcome issues or pull requests. Please read the [contributing guidelines](CONTRIBUTING.md) for details.
## Maintenance
This section is for maintainers.
### How to test all packages
Run this command on your terminal. [`gh`](https://cli.github.com/) is required.
```shell
for file in .github/workflows/test-package-*.yml; do gh workflow run "${file}"; done
```
4 changes: 1 addition & 3 deletions data/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ packages:
]
- 'stylelint-actions-formatters'
- 'stylelint-checkstyle-reporter'
# - 'stylelint-codeframe-formatter'
- 'stylelint-config-clean-order'
- 'stylelint-config-css-modules'
- 'stylelint-config-html'
- 'stylelint-config-idiomatic-order'
- 'stylelint-config-property-sort-order-smacss'
# - 'stylelint-config-rational-order'
- 'stylelint-config-recess-order'
- 'stylelint-config-recommended'
- 'stylelint-config-recommended-scss'
Expand Down Expand Up @@ -53,7 +51,7 @@ packages:
},
]
- 'stylelint-media-use-custom-media'
# - 'stylelint-no-unsupported-browser-features'
- 'stylelint-no-unsupported-browser-features'
- 'stylelint-order'
- 'stylelint-plugin-defensive-css'
- 'stylelint-plugin-logical-css'
Expand Down
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import stylelintConfig from 'eslint-config-stylelint';

export default [...stylelintConfig];
Loading

0 comments on commit 25eba72

Please sign in to comment.