From 12f1ec543cb4fa14b29d7cf165322b11ce7849c4 Mon Sep 17 00:00:00 2001 From: masuP9 Date: Mon, 16 Mar 2026 22:23:33 +0900 Subject: [PATCH] release: v0.3.1 Upgrade @takazudo/mdx-formatter from v0.4.0 to v0.4.2 and remove addEmptyLineBetweenElements workaround that is no longer needed since the table formatting bug was fixed upstream. Co-Authored-By: Claude Opus 4.6 (1M context) --- .mdx-formatter.json | 3 -- package-lock.json | 70 +++++++++++++++++++++++++++++++++++++++++---- package.json | 4 +-- 3 files changed, 66 insertions(+), 11 deletions(-) diff --git a/.mdx-formatter.json b/.mdx-formatter.json index 301aa492..d1a6a489 100644 --- a/.mdx-formatter.json +++ b/.mdx-formatter.json @@ -1,7 +1,4 @@ { - "addEmptyLineBetweenElements": { - "enabled": false - }, "formatMultiLineJsx": { "ignoreComponents": ["KeyValueListItem"] } diff --git a/package-lock.json b/package-lock.json index 8f9f8797..ced867e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apg-patterns-examples", - "version": "0.2.2", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apg-patterns-examples", - "version": "0.2.2", + "version": "0.3.1", "license": "MIT", "dependencies": { "@astrojs/mdx": "^5.0.0", @@ -40,7 +40,7 @@ "@playwright/test": "^1.57.0", "@resvg/resvg-js": "^2.6.2", "@sveltejs/vite-plugin-svelte": "^6.2.1", - "@takazudo/mdx-formatter": "^0.4.0", + "@takazudo/mdx-formatter": "^0.4.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@testing-library/svelte": "^5.3.1", @@ -3729,6 +3729,64 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", @@ -3776,9 +3834,9 @@ } }, "node_modules/@takazudo/mdx-formatter": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@takazudo/mdx-formatter/-/mdx-formatter-0.4.0.tgz", - "integrity": "sha512-tRUc1HstdCbdBi1zjLDk+mPFxj/xM3GRlQei5zuvWln/BO8/gnD4oTst3BOElG+DQpsxplCnMmSHPdFuceyHvg==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@takazudo/mdx-formatter/-/mdx-formatter-0.4.2.tgz", + "integrity": "sha512-OkVqa87XwUilEi5uXftzIoUHAWuOeX62Mcwi8DhY1niwUhqE2XoHMr1aBe6599bXSK1DQl4wJZcmi+kNlYZ7Cg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2653b73a..3902625f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apg-patterns-examples", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "private": false, "description": "Accessible UI components following WAI-ARIA APG patterns. Multi-framework implementations in React, Vue, Svelte, and Astro with documentation and tests.", "author": "masuP9", @@ -109,7 +109,7 @@ "@playwright/test": "^1.57.0", "@resvg/resvg-js": "^2.6.2", "@sveltejs/vite-plugin-svelte": "^6.2.1", - "@takazudo/mdx-formatter": "^0.4.0", + "@takazudo/mdx-formatter": "^0.4.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@testing-library/svelte": "^5.3.1",