From 47b9f82867a1a9bc3a08afddc3255fbe8ad9d146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:27:19 +0100 Subject: [PATCH 1/4] Bump oxfmt from 0.42.0 to 0.43.0 (#4023) Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.42.0 to 0.43.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.43.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.43.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 c4ffeac7de..b28c00e747 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-testing-library": "^7.16.0", "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", - "oxfmt": "0.42.0", + "oxfmt": "0.43.0", "playwright": "~1.58.0", "postcss": "^8.5.2", "react": "^19.2.4", From 097a46a000f9c0773ced36756e871be317b704d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:17:29 +0100 Subject: [PATCH 2/4] Bump playwright from 1.58.2 to 1.59.0 (#4020) Bumps [playwright](https://github.com/microsoft/playwright) from 1.58.2 to 1.59.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.58.2...v1.59.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 b28c00e747..45ecde9136 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", "oxfmt": "0.43.0", - "playwright": "~1.58.0", + "playwright": "~1.59.0", "postcss": "^8.5.2", "react": "^19.2.4", "react-dom": "^19.2.4", From 7e7e4a8bdc82eea807b6f5bcb9c976cedaac0270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:29:59 +0100 Subject: [PATCH 3/4] Bump codecov/codecov-action from 5 to 6 (#4019) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cf151811..f352cb98f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: if-no-files-found: ignore - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} From b4c2633800abbf4c1795ec47ae49676182e719b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:03:12 +0100 Subject: [PATCH 4/4] Bump @eslint/markdown from 7.5.1 to 8.0.1 (#4024) * Bump @eslint/markdown from 7.5.1 to 8.0.1 Bumps [@eslint/markdown](https://github.com/eslint/markdown) from 7.5.1 to 8.0.1. - [Release notes](https://github.com/eslint/markdown/releases) - [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/markdown/compare/v7.5.1...v8.0.1) --- updated-dependencies: - dependency-name: "@eslint/markdown" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix issue * update rules --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Stepien --- eslint.config.js | 26 ++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 9343eea553..58699781c4 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1103,20 +1103,38 @@ copy( name: 'markdown', files: ['**/*.md'], plugins: { - // @ts-expect-error markdown }, - language: 'markdown/commonmark', + language: 'markdown/gfm', rules: { + // `@eslint/markdown` rules + // https://github.com/eslint/markdown/blob/main/README.md#rules + /* +// copy all the rules from the rules table for easy pasting +copy( + Iterator.from( + document + // select rules table + .querySelector('.markdown-heading:has(> a[href="#rules"]) ~ markdown-accessiblity-table tbody') + // select all rule links + .querySelectorAll(':any-link') + ) + // map link to rule declaration + .map((link) => `'markdown/${link.textContent}': 1,`) + .toArray() + .join('\n') +); + */ 'markdown/fenced-code-language': 1, + 'markdown/fenced-code-meta': 0, 'markdown/heading-increment': 1, 'markdown/no-bare-urls': 1, 'markdown/no-duplicate-definitions': 1, - 'markdown/no-duplicate-headings': 0, + 'markdown/no-duplicate-headings': [1, { checkSiblingsOnly: true }], 'markdown/no-empty-definitions': 1, 'markdown/no-empty-images': 1, 'markdown/no-empty-links': 1, - 'markdown/no-html': 0, + 'markdown/no-html': [1, { allowed: ['br', 'kbd'] }], 'markdown/no-invalid-label-refs': 1, 'markdown/no-missing-atx-heading-space': 1, 'markdown/no-missing-label-refs': 1, diff --git a/package.json b/package.json index 45ecde9136..da1256623f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@eslint-react/eslint-plugin": "^3.0.0", - "@eslint/markdown": "^7.5.1", + "@eslint/markdown": "^8.0.1", "@faker-js/faker": "^10.3.0", "@tanstack/react-router": "^1.166.7", "@tanstack/router-plugin": "^1.166.7",