Skip to content

Housekeeping#583

Merged
rkistner merged 21 commits intomainfrom
housekeeping-3
Mar 23, 2026
Merged

Housekeeping#583
rkistner merged 21 commits intomainfrom
housekeeping-3

Conversation

@rkistner
Copy link
Copy Markdown
Contributor

@rkistner rkistner commented Mar 23, 2026

  • Upgrade Node 24.13.0 -> 24.14.0
  • Upgrade typescript 5.7.3 -> 5.9.3
  • Switch typescript target from es2024 -> esnext. This uses native await using statements, which are much cleaner in the built JS.
  • Remove p-defer in favor of the native Promise.withResolvers.
  • Replace @pnpm/workspace.find-packages with the newer @pnpm/workspace.projects-reader -> removes the tar and minimatch transitive dependencies which are historically problematic for security checks.
  • Upgrade vitest and its vite dependency -> removes esbuild and rollup, in favor of rolldown.
  • Remove the unused tsc-watch, ts-node-dev, copyfiles and lint-staged dependencies.
  • Upgrade fastify 5.4.0 -> 5.8.2.
  • Upgrade mssql and its transitive jws dependencies.

Some of these upgrades help just to silence warnings from dependabot and similar tooling. None of the findings I've checked had any real impact, but this helps to reduce the noise.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 23, 2026

🦋 Changeset detected

Latest commit: 522abf5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages
Name Type
@powersync/service-module-postgres-storage Patch
@powersync/service-core-tests Patch
@powersync/service-client Patch
@powersync/service-core Patch
@powersync/service-module-mssql Patch
@powersync/service-module-core Patch
@powersync/lib-service-postgres Patch
test-client Patch
@powersync/service-image Patch
@powersync/service-schema Patch
@powersync/service-module-mongodb Patch
@powersync/service-module-mysql Patch
@powersync/service-module-postgres Patch
@powersync/service-module-mongodb-storage Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rkistner rkistner marked this pull request as ready for review March 23, 2026 08:01
@rkistner rkistner requested a review from stevensJourney March 23, 2026 08:01
@rkistner rkistner merged commit df451c6 into main Mar 23, 2026
44 checks passed
@rkistner rkistner deleted the housekeeping-3 branch March 23, 2026 10:11
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