diff --git a/.changeset/light-horses-tap.md b/.changeset/light-horses-tap.md new file mode 100644 index 0000000..af55dab --- /dev/null +++ b/.changeset/light-horses-tap.md @@ -0,0 +1,5 @@ +--- +"eslint-mdx": patch +--- + +chore: bump synckit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2075f9..ee828ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,8 +45,8 @@ jobs: with: commit: 'chore: release package(s)' title: 'chore: release package(s)' - publish: yarn release:only version: yarn run version + publish: yarn release:only env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 2009696..8a616d0 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ ], "packageManager": "yarn@4.0.2", "scripts": { - "build": "concurrently 'yarn:build:*'", + "build": "concurrently -r 'yarn:build:*'", "build:r": "r -f es2015", "build:ts": "tsc -b", "clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'", - "lint": "yarn build && concurrently 'yarn:lint:*'", + "lint": "yarn build && concurrently -r 'yarn:lint:*'", "lint:es": "eslint . --cache -f friendly", "lint:tsc": "tsc --noEmit", "prepare": "patch-package && simple-git-hooks", @@ -29,10 +29,10 @@ "@1stg/common-config": "^9.0.1", "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1", - "@commitlint/cli": "^18.4.3", + "@commitlint/cli": "^18.4.4", "@pkgr/rollup": "^5.0.0", "@types/acorn": "^6.0.0", - "@types/eslint": "^8.56.0", + "@types/eslint": "^8.56.1", "@types/eslint-plugin-markdown": "^2.0.2", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index ff2a4b5..9a3fc41 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -37,7 +37,7 @@ "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2", "remark-stringify": "^10.0.3", - "synckit": "^0.8.5", + "synckit": "^0.9.0", "tslib": "^2.6.1", "unified": "^10.1.2", "unified-engine": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 5a52caf..edccef0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3457,10 +3457,10 @@ __metadata: "@1stg/common-config": "npm:^9.0.1" "@changesets/changelog-github": "npm:^0.5.0" "@changesets/cli": "npm:^2.27.1" - "@commitlint/cli": "npm:^18.4.3" + "@commitlint/cli": "npm:^18.4.4" "@pkgr/rollup": "npm:^5.0.0" "@types/acorn": "npm:^6.0.0" - "@types/eslint": "npm:^8.56.0" + "@types/eslint": "npm:^8.56.1" "@types/eslint-plugin-markdown": "npm:^2.0.2" "@types/jest": "npm:^29.5.11" "@types/node": "npm:^20.10.6" @@ -4071,13 +4071,13 @@ __metadata: languageName: node linkType: hard -"@types/eslint@npm:*, @types/eslint@npm:^8.56.0": - version: 8.56.0 - resolution: "@types/eslint@npm:8.56.0" +"@types/eslint@npm:*, @types/eslint@npm:^8.56.1": + version: 8.56.1 + resolution: "@types/eslint@npm:8.56.1" dependencies: "@types/estree": "npm:*" "@types/json-schema": "npm:*" - checksum: afba97b10d02cb7c7e7658de38f626c65b81be0fe45bc479e058ab14bc089911193811dce681edd656fc6b59c91fd8d0c976972476fc98b5e782b2c3b08aaa6c + checksum: a2aa5e2ec16f07944a60b825d6447d66f83369783e31c014ccf582fa92df963aa8d62c447a8fdc4fbfcd7299ad74ed1a753e06e560ce184eab4efceccfa66262 languageName: node linkType: hard @@ -6967,7 +6967,7 @@ __metadata: remark-mdx: "npm:^2.3.0" remark-parse: "npm:^10.0.2" remark-stringify: "npm:^10.0.3" - synckit: "npm:^0.8.5" + synckit: "npm:^0.9.0" tslib: "npm:^2.6.1" unified: "npm:^10.1.2" unified-engine: "npm:^10.1.0" @@ -15106,6 +15106,16 @@ __metadata: languageName: node linkType: hard +"synckit@npm:^0.9.0": + version: 0.9.0 + resolution: "synckit@npm:0.9.0" + dependencies: + "@pkgr/core": "npm:^0.1.0" + tslib: "npm:^2.6.2" + checksum: b5c1e7c03fefe3d36a9ab4e71dd21859cb32be4138712c31a893382a568fd00efc59ede8f521dd7e53d43a2fea92bdf717e987ea9ed6ad94f97ef28d71d0ba2f + languageName: node + linkType: hard + "tapable@npm:^2.2.0": version: 2.2.1 resolution: "tapable@npm:2.2.1"