From 18ca32f68082451308f7b2622404705437eb7908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:41:31 +0100 Subject: [PATCH 1/8] chore(deps-dev): bump eslint-remote-tester-repositories (#292) Bumps [eslint-remote-tester-repositories](https://github.com/AriPerkkio/eslint-remote-tester/tree/HEAD/repositories) from 0.0.7 to 1.0.1. - [Release notes](https://github.com/AriPerkkio/eslint-remote-tester/releases) - [Changelog](https://github.com/AriPerkkio/eslint-remote-tester/blob/master/CHANGELOG.md) - [Commits](https://github.com/AriPerkkio/eslint-remote-tester/commits/v1.0.1/repositories) --- updated-dependencies: - dependency-name: eslint-remote-tester-repositories dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e76f628..595ede8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^8.7.0", "eslint-doc-generator": "^1.0.0", "eslint-remote-tester": "^3.0.0", - "eslint-remote-tester-repositories": "^0.0.7", + "eslint-remote-tester-repositories": "^1.0.1", "kcd-scripts": "^12.0.0", "typescript": "^4.5.3" }, From c6c95e76f97ab3bc7748662de2b4a2b0313810c1 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Wed, 19 Apr 2023 15:50:08 +0800 Subject: [PATCH 2/8] chore: fix badges (#298) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f66f450..82dac93 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ MIT [npm]: https://www.npmjs.com [node]: https://nodejs.org -[build-badge]: https://img.shields.io/github/workflow/status/testing-library/eslint-plugin-jest-dom/validate?logo=github&style=flat-square +[build-badge]: https://img.shields.io/github/actions/workflow/status/testing-library/eslint-plugin-jest-dom/validate.yml?logo=github&style=flat-square [build]: https://github.com/testing-library/eslint-plugin-jest-dom/actions?query=workflow%3Avalidate [coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/eslint-plugin-jest-dom.svg?style=flat-square [coverage]: https://codecov.io/github/testing-library/eslint-plugin-jest-dom @@ -196,6 +196,7 @@ MIT [coc]: https://github.com/testing-library/eslint-plugin-jest-dom/blob/main/other/CODE_OF_CONDUCT.md [emojis]: https://github.com/all-contributors/all-contributors#emoji-key [all-contributors]: https://github.com/all-contributors/all-contributors +[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-jest-dom [bugs]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug [requests]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement [good-first-issue]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22 From 96d895488ffda9c69d40c917fba99129834c5db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 26 Apr 2023 14:12:11 +0200 Subject: [PATCH 3/8] chore: remove `styfle/cancel-workflow-action` usage (#300) --- .github/workflows/validate.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5f3b97b..81c502d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -9,7 +9,12 @@ on: - "beta" - "alpha" - "!all-contributors/**" - pull_request: {} + pull_request: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: main: # ignore all-contributors PRs @@ -21,9 +26,6 @@ jobs: node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16] runs-on: ubuntu-latest steps: - - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 - - name: ⬇️ Checkout repo uses: actions/checkout@v3 @@ -62,9 +64,6 @@ jobs: contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) && github.event_name == 'push' }} steps: - - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 - - name: ⬇️ Checkout repo uses: actions/checkout@v3 From 06d19b09e92a209312bc838f04f92605e22e555d Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 5 May 2023 02:47:04 +0800 Subject: [PATCH 4/8] chore: use flat-square style for badges (#299) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82dac93..92c953a 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ MIT [coc]: https://github.com/testing-library/eslint-plugin-jest-dom/blob/main/other/CODE_OF_CONDUCT.md [emojis]: https://github.com/all-contributors/all-contributors#emoji-key [all-contributors]: https://github.com/all-contributors/all-contributors -[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-jest-dom +[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-jest-dom?style=flat-square [bugs]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug [requests]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement [good-first-issue]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22 From 3f62d471b8efc3cbe3b15942aec0a418fab6d7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 14:58:35 +0200 Subject: [PATCH 5/8] chore(deps): bump AriPerkkio/eslint-remote-tester-run-action from 3 to 4 (#302) Bumps [AriPerkkio/eslint-remote-tester-run-action](https://github.com/AriPerkkio/eslint-remote-tester-run-action) from 3 to 4. - [Release notes](https://github.com/AriPerkkio/eslint-remote-tester-run-action/releases) - [Commits](https://github.com/AriPerkkio/eslint-remote-tester-run-action/compare/v3...v4) --- updated-dependencies: - dependency-name: AriPerkkio/eslint-remote-tester-run-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 23844b4..1dedb51 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -18,7 +18,7 @@ jobs: npm run build npm link npm link eslint-plugin-jest-dom - - uses: AriPerkkio/eslint-remote-tester-run-action@v3 + - uses: AriPerkkio/eslint-remote-tester-run-action@v4 with: issue-title: "Results of weekly scheduled smoke test" eslint-remote-tester-config: smoke-test/eslint-remote-tester.config.js From 7b34cbf00643f20a228ea0bcb15958405487ae17 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 5 Jun 2023 02:23:48 +1200 Subject: [PATCH 6/8] feat: make `@testing-library/dom` a peer dependency (#304) BREAKING CHANGE: Requires @testing-library/dom@^8.0.0 || ^9.0.0 --- .github/workflows/validate.yml | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 81c502d..8ac35e7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,6 +24,12 @@ jobs: matrix: eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8] node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16] + testing-library-dom: [8, 9] + exclude: + - node: 12.22.0 + testing-library-dom: 9 + - node: 12 + testing-library-dom: 9 runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo @@ -42,6 +48,9 @@ jobs: - name: Install ESLint v${{ matrix.eslint }} run: npm install --no-save --force eslint@${{ matrix.eslint }} + - name: Install @testing-library/dom v${{ matrix.testing-library-dom }} + run: npm install --no-save --force @testing-library/dom@${{ matrix.testing-library-dom }} + - name: ▶️ Run validate script (without linting) if: ${{ matrix.eslint != 8 }} run: npm run validate -- build,test:coverage diff --git a/package.json b/package.json index 595ede8..f420b59 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@testing-library/dom": "^8.11.1", "requireindex": "^1.2.0" }, "devDependencies": { @@ -55,7 +54,8 @@ "typescript": "^4.5.3" }, "peerDependencies": { - "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0" + "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0", + "@testing-library/dom": "^8.0.0 || ^9.0.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js", From ea827e7fc7693c84423d2c35bb9b7105e039182c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 4 Jun 2023 16:35:02 +0200 Subject: [PATCH 7/8] chore: add `@testing-library/dom` to `devDependencies` (#305) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f420b59..66cecf9 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "requireindex": "^1.2.0" }, "devDependencies": { + "@testing-library/dom": "^9.3.0", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.7.0", "eslint-doc-generator": "^1.0.0", From 48fce31f8fbb48c0a50e748228055ec3a23b5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sun, 4 Jun 2023 16:40:20 +0200 Subject: [PATCH 8/8] chore: update `@testing-library/dom` version in `devDependencies` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66cecf9..673cc9a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "requireindex": "^1.2.0" }, "devDependencies": { - "@testing-library/dom": "^9.3.0", + "@testing-library/dom": "^8.20.0", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.7.0", "eslint-doc-generator": "^1.0.0",