Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 14, 2024
2 parents 1d3533f + 5985a19 commit 1c09d3a
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: pnpm test-compiled

- name: Report coverage
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
if: env.REPORT_COVERAGE == 'true'
with:
file: coverage/lcov.info
Expand Down
1 change: 1 addition & 0 deletions .lintstagedrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- prettier --ignore-unknown --write
- markdownlint --config=.markdownlint.json --ignore-path=.markdownlintignore
- cspell lint --no-progress --show-suggestions --show-context --no-must-find-files --dot
- "pnpm run lint:eslint-docs-fix && :"

"pnpm-lock.yaml":
- "pnpm dedupe && :"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@semantic-release/release-notes-generator": "12.1.0",
"@types/dedent": "0.7.2",
"@types/eslint": "8.56.5",
"@types/node": "16.18.39",
"@types/node": "16.18.89",
"@types/rollup-plugin-auto-external": "2.0.5",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.2.0",
Expand Down
Loading

0 comments on commit 1c09d3a

Please sign in to comment.