Skip to content

chore: update dev dependencies#473

Merged
janpaepke merged 1 commit intomasterfrom
chore/update-dev-dependencies
Apr 2, 2026
Merged

chore: update dev dependencies#473
janpaepke merged 1 commit intomasterfrom
chore/update-dev-dependencies

Conversation

@janpaepke
Copy link
Copy Markdown
Collaborator

@janpaepke janpaepke commented Mar 16, 2026

Summary

  • Bump @babel/core, @babel/plugin-transform-class-properties, @babel/preset-env, dotenv, and prettier to latest minor versions
  • Upgrade @rollup/plugin-babel from v6 to v7 (only drops Rollup 1 support, no other breaking changes)
  • Upgrade typescript from v5 to v6
  • Fix TS 6 breaking changes in tsconfig: explicit moduleResolution: "node10" with ignoreDeprecations flag, and explicit rootDir for declaration builds

Test plan

  • yarn build passes
  • yarn test passes (53 suites, 160 tests)

Bump @babel/core, @babel/plugin-transform-class-properties,
@babel/preset-env, dotenv, and prettier to latest minor versions.

Update @rollup/plugin-babel to v7 and typescript to v6.
Fix TS 6 breaking changes: explicit moduleResolution "node10"
with ignoreDeprecations flag, and explicit rootDir for declarations.
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

This PR updates the project’s JavaScript/TypeScript toolchain dependencies (Babel, Rollup plugin, TypeScript, dotenv, Prettier) and adjusts TypeScript configuration to accommodate the upgraded compiler/tooling.

Changes:

  • Bumped multiple devDependencies including Babel packages, dotenv, Prettier, TypeScript, and @rollup/plugin-babel.
  • Updated tsconfig.json to use moduleResolution: node10 and added ignoreDeprecations.
  • Updated declaration build config to set an explicit rootDir for type emission.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
package.json Updates toolchain/dev dependency versions (Babel, Rollup Babel plugin, dotenv, Prettier, TypeScript).
yarn.lock Lockfile updates reflecting the dependency upgrades.
tsconfig.json Adjusts module resolution and deprecation handling for the TypeScript upgrade.
tsconfig-declarations.json Tweaks declaration generation output behavior by setting rootDir.

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

Comment thread package.json
Comment thread package.json
@janpaepke janpaepke requested a review from edorivai March 31, 2026 12:48
Copy link
Copy Markdown
Collaborator

@edorivai edorivai left a comment

Choose a reason for hiding this comment

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

LGTM.

Note to ourselves; maybe it's time to migrate back to npm from yarn. Also I think it's better to not use lockfiles for libraries like this.

@janpaepke janpaepke merged commit 9e14a6e into master Apr 2, 2026
9 checks passed
@janpaepke janpaepke deleted the chore/update-dev-dependencies branch April 2, 2026 08:34
@janpaepke janpaepke mentioned this pull request Apr 2, 2026
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.

3 participants