From fd20daca08bc4cb04e587af529afe43453c4d661 Mon Sep 17 00:00:00 2001 From: ienaga Date: Thu, 2 Jul 2026 22:32:30 +0900 Subject: [PATCH 1/2] #168 update packages --- package.json | 20 ++++++++++---------- src/index.ts | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 52a6ec7..f879472 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework", "description": "Next2D Framework is designed according to the principles of clean architecture, domain-driven development, test-driven development, and MVVM, with an emphasis on flexibility, scalability, and maintainability, and a design methodology that keeps each layer loosely coupled.", - "version": "4.0.5", + "version": "4.0.6", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/Framework/issues/new", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", @@ -33,18 +33,18 @@ "devDependencies": { "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@types/node": "^25.9.2", - "@typescript-eslint/eslint-plugin": "^8.60.1", - "@typescript-eslint/parser": "^8.60.1", - "@vitest/coverage-v8": "^4.1.8", - "@vitest/web-worker": "^4.1.8", - "eslint": "^10.4.1", + "@types/node": "^26.1.0", + "@typescript-eslint/eslint-plugin": "^8.62.1", + "@typescript-eslint/parser": "^8.62.1", + "@vitest/coverage-v8": "^4.1.9", + "@vitest/web-worker": "^4.1.9", + "eslint": "^10.6.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^17.6.0", + "globals": "^17.7.0", "jsdom": "^29.1.1", "typescript": "^6.0.3", - "vite": "^8.0.16", - "vitest": "^4.1.8", + "vite": "^8.1.3", + "vitest": "^4.1.9", "vitest-webgl-canvas-mock": "^1.1.0" }, "peerDependencies": { diff --git a/src/index.ts b/src/index.ts index 2ab79d8..65c9ef1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { TextFieldContent } from "./application/content/TextFieldContent"; import { VideoContent } from "./application/content/VideoContent"; // output build version -console.log("%c Next2D Framework %c 4.0.5 %c https://next2d.app", +console.log("%c Next2D Framework %c 4.0.6 %c https://next2d.app", "color: #fff; background: #5f5f5f", "color: #fff; background: #4bc729", ""); From d12640a742a51e4d5d8e340a879e86d2b7c7955e Mon Sep 17 00:00:00 2001 From: ienaga Date: Thu, 2 Jul 2026 22:38:09 +0900 Subject: [PATCH 2/2] =?UTF-8?q?#168=20auto=20assign=E3=81=AEactions?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-assign.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml deleted file mode 100644 index 2c9c96d..0000000 --- a/.github/workflows/auto-assign.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Auto Assign -on: - issues: - types: [opened] - pull_request: - types: [opened] -jobs: - run: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - name: 'Auto-assign issue' - uses: pozil/auto-assign-issue@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - assignees: ienaga - numOfAssignee: 1 \ No newline at end of file