Skip to content

Commit

Permalink
feat(markup): upgrade synckit which is much faster now (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 10, 2021
1 parent 60805a4 commit c7e7bd8
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 142 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-timers-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-markup": patch
---

feat(markup): upgrade synckit which is much faster now
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ jobs:
PARSER_NO_WATCH: true

- name: Codecov
if: matrix.node == 14 # only report coverage once per commit
run: |
yarn global add codecov codacy-coverage
codecov
cat ./coverage/lcov.info | codacy-coverage -u rx-ts -n eslint
env:
CI: 'true'
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODACY_ACCOUNT_TOKEN: ${{ secrets.CODACY_ACCOUNT_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@markuplint/rule-textlint": "^0.2.0-alpha.1",
"@types/eslint": "^7.2.13",
"@types/htmlhint": "^0.9.2",
"@types/jest": "^26.0.23",
"@types/node": "^16.0.0",
"@types/eslint": "^7.2.14",
"@types/htmlhint": "^0.9.3",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.1",
"eslint-plugin-mdx": "1.13.0",
"rimraf": "^3.0.2",
"textlint-rule-max-comma": "^2.0.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"ts-node": "^10.1.0",
"type-coverage": "^2.18.0",
"typescript": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/markup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-utils": "^0.1.0",
"markuplint": "^1.10.1",
"markuplint-sync": "^0.3.2",
"synckit": "^0.1.5",
"synckit": "^0.2.0",
"tslib": "^2.3.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c7e7bd8

Please sign in to comment.