Skip to content

#58 3月のパッケージアップデート#59

Merged
ienaga merged 1 commit intomainfrom
develop
Mar 1, 2026
Merged

#58 3月のパッケージアップデート#59
ienaga merged 1 commit intomainfrom
develop

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Mar 1, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 1, 2026 12:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

March package update for the Next2D TypeScript template, plus CI workflow wiring so publishing on main runs the lint workflow first.

Changes:

  • Bump template devDependencies (Capacitor, ESLint, TypeScript-ESLint, etc.) in template/package.json.
  • Bump package version to 4.0.1.
  • Add lint as a prerequisite job for publish and make lint.yml reusable via workflow_call.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
template/package.json Updates devDependency versions for the template project.
package.json Bumps published template package version to 4.0.1.
.github/workflows/publish.yml Adds a reusable lint job dependency and expands job permissions.
.github/workflows/lint.yml Adjusts triggers and allows reuse via workflow_call; removes some permissions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pull-requests: write is newly granted to the publish job, but this workflow only triggers on push to main and the steps shown don’t interact with PRs. Please drop this permission (or justify it with an actual PR-writing step) to avoid granting unnecessary write access.

Suggested change
pull-requests: write

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit efe99bf into main Mar 1, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants