Skip to content

Commit 1c09d3a

Browse files
Merge branch 'main' into next
2 parents 1d3533f + 5985a19 commit 1c09d3a

File tree

4 files changed

+151
-106
lines changed

4 files changed

+151
-106
lines changed

.github/workflows/test-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm test-compiled
5454

5555
- name: Report coverage
56-
uses: codecov/codecov-action@v4.0.2
56+
uses: codecov/codecov-action@v4.1.0
5757
if: env.REPORT_COVERAGE == 'true'
5858
with:
5959
file: coverage/lcov.info

.lintstagedrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- prettier --ignore-unknown --write
1313
- markdownlint --config=.markdownlint.json --ignore-path=.markdownlintignore
1414
- cspell lint --no-progress --show-suggestions --show-context --no-must-find-files --dot
15+
- "pnpm run lint:eslint-docs-fix && :"
1516

1617
"pnpm-lock.yaml":
1718
- "pnpm dedupe && :"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"@semantic-release/release-notes-generator": "12.1.0",
112112
"@types/dedent": "0.7.2",
113113
"@types/eslint": "8.56.5",
114-
"@types/node": "16.18.39",
114+
"@types/node": "16.18.89",
115115
"@types/rollup-plugin-auto-external": "2.0.5",
116116
"@types/semver": "7.5.8",
117117
"@typescript-eslint/eslint-plugin": "7.2.0",

0 commit comments

Comments
 (0)