Skip to content

Bump typescript to 6.0.3#240

Merged
mirceanis merged 3 commits into
masterfrom
fix/bump-typescript-to-6.0.0
May 18, 2026
Merged

Bump typescript to 6.0.3#240
mirceanis merged 3 commits into
masterfrom
fix/bump-typescript-to-6.0.0

Conversation

@mirceanis
Copy link
Copy Markdown
Member

Now using pnpm@11 & TypeScript@6

BREAKING CHANGE: mark PR #236 as breaking to bump the major version

set tsconfig rootDir to src/

BREAKING CHANGE: PR #236 updated the `exports` property to match new ESM/CJS project layout
Copilot AI review requested due to automatic review settings May 18, 2026 07:54
Copy link
Copy Markdown
Contributor

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

Updates the project’s toolchain to align with newer ecosystem versions (TypeScript 6 and pnpm 11), along with related dependency and build config adjustments.

Changes:

  • Bumped dev tooling to TypeScript 6.0.3, pnpm 11.1.2, and ESLint 10.4.0.
  • Updated runtime dependency ethers to ^6.16.0.
  • Added rootDir: "src" to the ESM tsconfig to ensure consistent output structure.

Reviewed changes

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

Show a summary per file
File Description
tsconfig.esm.json Sets rootDir to src for deterministic emitted paths.
package.json Updates TypeScript, ESLint, ethers, and the packageManager pnpm version.
pnpm-lock.yaml Refreshes lockfile to match the new dependency/tool versions.
.github/workflows/test.yml Updates CI pnpm version to 11.1.2.
.github/workflows/release.yml Updates release workflow pnpm version to 11.1.2.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:28

  • This step is named “Setup Node.js with pnpm cache”, but actions/setup-node isn’t configured with cache: 'pnpm' (unlike the test workflow). Either add pnpm caching here or rename the step to avoid implying caching is enabled.
      - name: 'Setup Node.js with pnpm cache'
        uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
        with:
          node-version: 24


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

Comment thread package.json
@mirceanis mirceanis force-pushed the fix/bump-typescript-to-6.0.0 branch from 82baa68 to 5f92c39 Compare May 18, 2026 07:59
@mirceanis mirceanis changed the title Bump typescript to 6.0.0 Bump typescript to 6.0.3 May 18, 2026
@mirceanis mirceanis merged commit f807b0e into master May 18, 2026
1 check passed
@mirceanis mirceanis deleted the fix/bump-typescript-to-6.0.0 branch May 18, 2026 08:05
@uport-automation-bot
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 13.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants