From 0fe5fddbba7e27ece0ef13237cc545ca3dcc532b Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 18 Jul 2024 09:11:52 +0000 Subject: [PATCH 1/4] Temporary commit to work around "npm error Exit handler never called!" in Node 22.5.0. --- .github/workflows/ci.yml | 2 +- .github/workflows/test-repos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbda46809..b3925fca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [ 18, 20, 22 ] + node-version: [ 18, 20, 22.4.1 ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-repos.yml b/.github/workflows/test-repos.yml index e1ebd7ff4..1b30456d0 100644 --- a/.github/workflows/test-repos.yml +++ b/.github/workflows/test-repos.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ latest ] + node-version: [ 22.4.1 ] steps: - uses: actions/checkout@v4 From 85ce6b1e8d3b0b8471dfa42c9fcf634be5f518e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:25:42 +0000 Subject: [PATCH 2/4] Bump micromark-extension-directive from 3.0.0 to 3.0.1 in /micromark Bumps [micromark-extension-directive](https://github.com/micromark/micromark-extension-directive) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/micromark/micromark-extension-directive/releases) - [Commits](https://github.com/micromark/micromark-extension-directive/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: micromark-extension-directive dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- micromark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micromark/package.json b/micromark/package.json index de30db494..f1ce8456a 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@microsoft/api-extractor": "7.47.1", "micromark": "4.0.0", - "micromark-extension-directive": "3.0.0", + "micromark-extension-directive": "3.0.1", "micromark-extension-gfm-autolink-literal": "2.1.0", "micromark-extension-gfm-footnote": "2.1.0", "micromark-extension-gfm-table": "2.1.0", From 29adb6d8438862d4cc98ea780d3a74d5e38b6471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:25:36 +0000 Subject: [PATCH 3/4] Bump @microsoft/api-extractor from 7.47.1 to 7.47.2 in /micromark Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.47.1 to 7.47.2. - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.47.2/apps/api-extractor) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- micromark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micromark/package.json b/micromark/package.json index f1ce8456a..74b30bffb 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -31,7 +31,7 @@ "README.md" ], "devDependencies": { - "@microsoft/api-extractor": "7.47.1", + "@microsoft/api-extractor": "7.47.2", "micromark": "4.0.0", "micromark-extension-directive": "3.0.1", "micromark-extension-gfm-autolink-literal": "2.1.0", From a80387a0a073fcf608e7d536fc15907e71e85598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20R=C3=A8gne?= Date: Wed, 17 Jul 2024 15:36:11 +0200 Subject: [PATCH 4/4] Add heading-style in Prettier config. --- style/prettier.json | 1 + 1 file changed, 1 insertion(+) diff --git a/style/prettier.json b/style/prettier.json index cf603518d..29a24e627 100644 --- a/style/prettier.json +++ b/style/prettier.json @@ -7,6 +7,7 @@ "code-fence-style": false, "emphasis-style": false, "heading-start-left": false, + "heading-style": false, "hr-style": false, "line-length": false, "list-indent": false,