Skip to content

Commit 1f2dd73

Browse files
authored
chore: bump synckit (#514)
1 parent 3b0612a commit 1f2dd73

File tree

5 files changed

+120
-127
lines changed

5 files changed

+120
-127
lines changed

.changeset/light-horses-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-mdx": patch
3+
---
4+
5+
chore: bump synckit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
with:
4646
commit: 'chore: release package(s)'
4747
title: 'chore: release package(s)'
48-
publish: yarn release:only
4948
version: yarn run version
49+
publish: yarn release:only
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"packageManager": "[email protected]",
1313
"scripts": {
14-
"build": "concurrently 'yarn:build:*'",
14+
"build": "concurrently -r 'yarn:build:*'",
1515
"build:r": "r -f es2015",
1616
"build:ts": "tsc -b",
1717
"clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'",
18-
"lint": "yarn build && concurrently 'yarn:lint:*'",
18+
"lint": "yarn build && concurrently -r 'yarn:lint:*'",
1919
"lint:es": "eslint . --cache -f friendly",
2020
"lint:tsc": "tsc --noEmit",
2121
"prepare": "patch-package && simple-git-hooks",
@@ -29,10 +29,10 @@
2929
"@1stg/common-config": "^10.0.0",
3030
"@changesets/changelog-github": "^0.5.0",
3131
"@changesets/cli": "^2.27.1",
32-
"@commitlint/cli": "^18.4.3",
32+
"@commitlint/cli": "^18.4.4",
3333
"@pkgr/rollup": "^5.0.0",
3434
"@types/acorn": "^6.0.0",
35-
"@types/eslint": "^8.56.0",
35+
"@types/eslint": "^8.56.1",
3636
"@types/eslint-plugin-markdown": "^2.0.2",
3737
"@types/jest": "^29.5.11",
3838
"@types/node": "^20.10.6",

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"remark-mdx": "^3.0.0",
3838
"remark-parse": "^11.0.0",
3939
"remark-stringify": "^11.0.0",
40-
"synckit": "^0.8.8",
40+
"synckit": "^0.9.0",
4141
"tslib": "^2.6.2",
4242
"unified": "^11.0.4",
4343
"unified-engine": "^11.2.0",

0 commit comments

Comments
 (0)