Skip to content

Comments

develop#53

Merged
ienaga merged 3 commits intomainfrom
develop
Dec 1, 2025
Merged

develop#53
ienaga merged 3 commits intomainfrom
develop

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Dec 1, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 1, 2025 04:53
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

This PR bumps the package version from 2.1.12 to 2.1.13, updating runtime requirements and adding mobile platform support. The changes modernize the tooling requirements by raising the minimum Node.js version from 18 to 22 and npm version from 6.0.0 to 10.0.0.

Key Changes

  • Updated minimum Node.js version requirement from 18 to 22 and npm from 6.0.0 to 10.0.0
  • Added iOS and Android build/open scripts to generated package.json
  • Updated dependencies including TypeScript ESLint packages and removed deprecated tar-pack
  • Modified GitHub Actions workflows with updated action versions and Node.js version

Reviewed changes

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

Show a summary per file
File Description
src/index.ts Updated Node.js (18→22) and npm (6.0.0→10.0.0) version requirements; added iOS/Android build scripts
package.json Version bump to 2.1.13; updated @types/node, ESLint dependencies; removed tar-pack
package-lock.json Lockfile updates reflecting package.json changes and removal of tar-pack dependencies
.npmignore Removed .eslintignore and .eslintrc.json from ignore list
.github/workflows/publish.yml Updated workflow with different job structure, permissions, and action versions
.github/workflows/lint.yml Updated GitHub Actions to v6 versions

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

const spawn = require("cross-spawn");

const recommendeVersion: number = 18;
const recommendeVersion: number = 22;
Copy link

Copilot AI Dec 1, 2025

Choose a reason for hiding this comment

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

Typo in variable name: recommendeVersion should be recommendedVersion (missing 'd').

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based on this feedback

Copy link
Contributor

Copilot AI commented Dec 1, 2025

@ienaga I've opened a new pull request, #54, to work on those changes. Once the pull request is ready, I'll request review from you.

@ienaga ienaga merged commit cc38a2d into main Dec 1, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants