From 635619d5261999847d7447a952b44c54e300274c Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Sat, 18 Apr 2026 17:14:35 +0900 Subject: [PATCH 1/4] chore: update monaco loader Co-authored-by: WillBooster (Codex CLI) --- package.json | 28 ++++++++++++++-------------- yarn.lock | 12 +++++++----- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 1fa98c3..93dc2c0 100644 --- a/package.json +++ b/package.json @@ -14,19 +14,13 @@ "bugs": { "url": "https://github.com/WillBooster/monaco-react/issues" }, - "license": "MIT", - "author": "WillBooster Inc.", "repository": { "type": "git", "url": "git+https://github.com/WillBooster/monaco-react.git" }, - "files": [ - "dist/" - ], + "license": "MIT", + "author": "WillBooster Inc.", "type": "module", - "main": "dist/index.cjs", - "module": "dist/index.js", - "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", @@ -34,9 +28,12 @@ "import": "./dist/index.js" } }, - "publishConfig": { - "access": "public" - }, + "main": "dist/index.cjs", + "module": "dist/index.js", + "types": "dist/index.d.ts", + "files": [ + "dist/" + ], "scripts": { "build": "tsup", "check-all-for-ai": "yarn check-for-ai && yarn test", @@ -54,8 +51,9 @@ "test/ci-setup": "playwright install chromium", "typecheck": "tsgo --noEmit" }, + "prettier": "@willbooster/prettier-config", "dependencies": { - "@willbooster/monaco-loader": "1.0.0" + "@willbooster/monaco-loader": "1.0.1" }, "devDependencies": { "@playwright/test": "1.59.1", @@ -94,9 +92,11 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, - "prettier": "@willbooster/prettier-config", + "packageManager": "yarn@4.14.1", "engines": { "node": ">=24" }, - "packageManager": "yarn@4.14.1" + "publishConfig": { + "access": "public" + } } diff --git a/yarn.lock b/yarn.lock index 9ce2bcd..54a2a24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2309,10 +2309,12 @@ __metadata: languageName: node linkType: hard -"@willbooster/monaco-loader@npm:1.0.0": - version: 1.0.0 - resolution: "@willbooster/monaco-loader@npm:1.0.0" - checksum: 10c0/b4212bd8ea8e0c0225359b1804e65c9ffecec04754dc0fff77b425585a4fbf1d8ba7b76c60edf8c2ee1fa5d830251c76e23d6f4107482600e4fc7a99506dc3c1 +"@willbooster/monaco-loader@npm:1.0.1": + version: 1.0.1 + resolution: "@willbooster/monaco-loader@npm:1.0.1" + peerDependencies: + monaco-editor: ^0.55.1 + checksum: 10c0/19346f7b69566db437e7f55a9634bed80d41ce658c7af65c28fa7020fd477051dcdefb607c721f78074259f6297ee6f9c44140c1b3b99a7784f9ca4cb1e8bf61 languageName: node linkType: hard @@ -2330,7 +2332,7 @@ __metadata: "@types/react": "npm:19.2.14" "@types/react-dom": "npm:19.2.3" "@typescript/native-preview": "npm:7.0.0-dev.20260417.1" - "@willbooster/monaco-loader": "npm:1.0.0" + "@willbooster/monaco-loader": "npm:1.0.1" "@willbooster/oxfmt-config": "npm:1.2.1" "@willbooster/oxlint-config": "npm:1.4.4" "@willbooster/prettier-config": "npm:10.4.0" From 7feb0d06c75b5c659e0677e514b47d51a6feee86 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 08:15:48 +0000 Subject: [PATCH 2/4] [autofix.ci] apply automated fixes --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 93dc2c0..6141576 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,19 @@ "bugs": { "url": "https://github.com/WillBooster/monaco-react/issues" }, + "license": "MIT", + "author": "WillBooster Inc.", "repository": { "type": "git", "url": "git+https://github.com/WillBooster/monaco-react.git" }, - "license": "MIT", - "author": "WillBooster Inc.", + "files": [ + "dist/" + ], "type": "module", + "main": "dist/index.cjs", + "module": "dist/index.js", + "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", @@ -28,12 +34,9 @@ "import": "./dist/index.js" } }, - "main": "dist/index.cjs", - "module": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist/" - ], + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsup", "check-all-for-ai": "yarn check-for-ai && yarn test", @@ -51,7 +54,6 @@ "test/ci-setup": "playwright install chromium", "typecheck": "tsgo --noEmit" }, - "prettier": "@willbooster/prettier-config", "dependencies": { "@willbooster/monaco-loader": "1.0.1" }, @@ -92,11 +94,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, - "packageManager": "yarn@4.14.1", + "prettier": "@willbooster/prettier-config", "engines": { "node": ">=24" }, - "publishConfig": { - "access": "public" - } + "packageManager": "yarn@4.14.1" } From e76d15d774598653f5571256c62a2544fcd297d3 Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Sat, 18 Apr 2026 17:32:38 +0900 Subject: [PATCH 3/4] fix: align monaco editor peer dependency Co-authored-by: WillBooster (Codex CLI) --- package.json | 28 ++++++++++++++-------------- yarn.lock | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 6141576..4535b7e 100644 --- a/package.json +++ b/package.json @@ -14,19 +14,13 @@ "bugs": { "url": "https://github.com/WillBooster/monaco-react/issues" }, - "license": "MIT", - "author": "WillBooster Inc.", "repository": { "type": "git", "url": "git+https://github.com/WillBooster/monaco-react.git" }, - "files": [ - "dist/" - ], + "license": "MIT", + "author": "WillBooster Inc.", "type": "module", - "main": "dist/index.cjs", - "module": "dist/index.js", - "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", @@ -34,9 +28,12 @@ "import": "./dist/index.js" } }, - "publishConfig": { - "access": "public" - }, + "main": "dist/index.cjs", + "module": "dist/index.js", + "types": "dist/index.d.ts", + "files": [ + "dist/" + ], "scripts": { "build": "tsup", "check-all-for-ai": "yarn check-for-ai && yarn test", @@ -54,6 +51,7 @@ "test/ci-setup": "playwright install chromium", "typecheck": "tsgo --noEmit" }, + "prettier": "@willbooster/prettier-config", "dependencies": { "@willbooster/monaco-loader": "1.0.1" }, @@ -90,13 +88,15 @@ "vitest": "4.1.4" }, "peerDependencies": { - "monaco-editor": ">= 0.25.0 < 1", + "monaco-editor": "^0.55.1", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, - "prettier": "@willbooster/prettier-config", + "packageManager": "yarn@4.14.1", "engines": { "node": ">=24" }, - "packageManager": "yarn@4.14.1" + "publishConfig": { + "access": "public" + } } diff --git a/yarn.lock b/yarn.lock index 54a2a24..79ab04c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2354,7 +2354,7 @@ __metadata: typescript: "npm:5.9.3" vitest: "npm:4.1.4" peerDependencies: - monaco-editor: ">= 0.25.0 < 1" + monaco-editor: ^0.55.1 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 languageName: unknown From 7b74e0bd93b28a1ec6f3f9a40f525c7e3fa5d786 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 08:33:31 +0000 Subject: [PATCH 4/4] [autofix.ci] apply automated fixes --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 4535b7e..4809df8 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,19 @@ "bugs": { "url": "https://github.com/WillBooster/monaco-react/issues" }, + "license": "MIT", + "author": "WillBooster Inc.", "repository": { "type": "git", "url": "git+https://github.com/WillBooster/monaco-react.git" }, - "license": "MIT", - "author": "WillBooster Inc.", + "files": [ + "dist/" + ], "type": "module", + "main": "dist/index.cjs", + "module": "dist/index.js", + "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", @@ -28,12 +34,9 @@ "import": "./dist/index.js" } }, - "main": "dist/index.cjs", - "module": "dist/index.js", - "types": "dist/index.d.ts", - "files": [ - "dist/" - ], + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsup", "check-all-for-ai": "yarn check-for-ai && yarn test", @@ -51,7 +54,6 @@ "test/ci-setup": "playwright install chromium", "typecheck": "tsgo --noEmit" }, - "prettier": "@willbooster/prettier-config", "dependencies": { "@willbooster/monaco-loader": "1.0.1" }, @@ -92,11 +94,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, - "packageManager": "yarn@4.14.1", + "prettier": "@willbooster/prettier-config", "engines": { "node": ">=24" }, - "publishConfig": { - "access": "public" - } + "packageManager": "yarn@4.14.1" }