From 2a48ebef4a72635efea8da8a5e001dbb278edd3f Mon Sep 17 00:00:00 2001 From: Romain Menke <11521496+romainmenke@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:22:47 +0200 Subject: [PATCH] Enable `stylelint-no-unsupported-browser-features` (#49) --- ...nsupported-browser-features-dcd.latest.yml | 26 +++++++++++++++++++ ...-unsupported-browser-features-dcd.next.yml | 26 +++++++++++++++++++ README.md | 3 ++- data/ecosystem.yml | 2 +- 4 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml create mode 100644 .github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml diff --git a/.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml b/.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml new file mode 100644 index 0000000..8eedb9c --- /dev/null +++ b/.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.latest.yml @@ -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 diff --git a/.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml b/.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml new file mode 100644 index 0000000..913808f --- /dev/null +++ b/.github/workflows/test-package-stylelint-no-unsupported-browser-features-dcd.next.yml @@ -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 diff --git a/README.md b/README.md index 1d52760..c8add59 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,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) | @@ -57,7 +58,7 @@ To see test results, click the status badge for the relevant package in the list | [![stylelint-use-nesting](https://img.shields.io/npm/v/stylelint-use-nesting.svg)](https://www.npmjs.com/package/stylelint-use-nesting) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-use-nesting-54f.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-use-nesting-54f.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-use-nesting-54f.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-use-nesting-54f.next.yml) | | [![stylelint-value-no-unknown-custom-properties](https://img.shields.io/npm/v/stylelint-value-no-unknown-custom-properties.svg)](https://www.npmjs.com/package/stylelint-value-no-unknown-custom-properties) | [![latest](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-value-no-unknown-custom-properties-2f3.latest.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-value-no-unknown-custom-properties-2f3.latest.yml) | [![next](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-value-no-unknown-custom-properties-2f3.next.yml/badge.svg)](https://github.com/stylelint/stylelint-ecosystem-tester/actions/workflows/test-package-stylelint-value-no-unknown-custom-properties-2f3.next.yml) | -Total 42 packages +Total 43 packages diff --git a/data/ecosystem.yml b/data/ecosystem.yml index e5a5922..5da8ca6 100644 --- a/data/ecosystem.yml +++ b/data/ecosystem.yml @@ -48,7 +48,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'