Bump typescript to 6.0.3#240
Merged
Merged
Conversation
set tsconfig rootDir to src/ BREAKING CHANGE: PR #236 updated the `exports` property to match new ESM/CJS project layout
Contributor
There was a problem hiding this comment.
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, pnpm11.1.2, and ESLint10.4.0. - Updated runtime dependency
ethersto^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-nodeisn’t configured withcache: '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.
82baa68 to
5f92c39
Compare
Collaborator
|
🎉 This PR is included in version 13.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now using pnpm@11 & TypeScript@6
BREAKING CHANGE: mark PR #236 as breaking to bump the major version