Skip to content

refactor: update @mjackson/* packages to @remix-run/*#14930

Merged
brophdawg11 merged 3 commits into
v8from
update-mjackson-packages-to-remix-run
May 15, 2026
Merged

refactor: update @mjackson/* packages to @remix-run/*#14930
brophdawg11 merged 3 commits into
v8from
update-mjackson-packages-to-remix-run

Conversation

@MichaelDeBoey
Copy link
Copy Markdown
Member

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 26, 2026

⚠️ No Changeset found

Latest commit: 1a36ac0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

Copy link
Copy Markdown

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

Refactors the repo to replace usage of @mjackson/node-fetch-server with @remix-run/node-fetch-server, updating both runtime imports and workspace dependency declarations so Node/Express-based playgrounds, integration helpers, and published packages rely on the renamed package.

Changes:

  • Replace @mjackson/node-fetch-server imports with @remix-run/node-fetch-server across playground, integration helpers, and package sources.
  • Update workspace package.json dependencies and pnpm-lock.yaml to resolve @remix-run/node-fetch-server@0.13.0.
  • Update a decision record reference/link (non-code documentation change).

Reviewed changes

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

Show a summary per file
File Description
pnpm-lock.yaml Lockfile updates swapping @mjackson/node-fetch-server to @remix-run/node-fetch-server@0.13.0 across importers and package snapshots.
playground/rsc-vite/server.js Updates server import to @remix-run/node-fetch-server.
playground/rsc-vite/package.json Updates dependency to @remix-run/node-fetch-server.
playground/rsc-vite-framework/start.js Updates server import to @remix-run/node-fetch-server.
playground/rsc-vite-framework/start-vite-middleware.js Updates server import to @remix-run/node-fetch-server.
playground/rsc-vite-framework/package.json Updates dependency to @remix-run/node-fetch-server.
playground/rsc-vite-7-framework/start.js Updates server import to @remix-run/node-fetch-server.
playground/rsc-vite-7-framework/start-vite-middleware.js Updates server import to @remix-run/node-fetch-server.
playground/rsc-vite-7-framework/package.json Updates dependency to @remix-run/node-fetch-server.
packages/react-router-serve/package.json Updates published package dependency to @remix-run/node-fetch-server.
packages/react-router-serve/cli.ts Updates CLI import to @remix-run/node-fetch-server.
packages/react-router-node/server.ts Updates type/value imports to @remix-run/node-fetch-server.
packages/react-router-node/package.json Updates published package dependency to @remix-run/node-fetch-server.
integration/vite-basename-test.ts Updates embedded template server imports to @remix-run/node-fetch-server.
integration/helpers/vite.ts Updates embedded template server import to @remix-run/node-fetch-server.
integration/helpers/rsc-vite/server.js Updates helper server import to @remix-run/node-fetch-server.
integration/helpers/rsc-vite/package.json Updates helper dependency to @remix-run/node-fetch-server.
integration/helpers/rsc-vite-framework/start.js Updates helper server import to @remix-run/node-fetch-server.
integration/helpers/rsc-vite-framework/package.json Updates helper dependency to @remix-run/node-fetch-server.
integration/helpers/express.ts Updates embedded template server import to @remix-run/node-fetch-server.
decisions/0014-context-middleware.md Updates a project reference/link in the decision record (non-package refactor change).
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

Comment thread decisions/0014-context-middleware.md
Comment thread decisions/0014-context-middleware.md Outdated
@brophdawg11 brophdawg11 added the v8 label Apr 9, 2026
Base automatically changed from update-Node-version to v8 May 15, 2026 19:14
@brophdawg11 brophdawg11 force-pushed the update-mjackson-packages-to-remix-run branch from 1a36ac0 to e68a9c7 Compare May 15, 2026 19:33
@github-actions
Copy link
Copy Markdown
Contributor

Preview Build Available

Preview builds have been created for this PR. You can install react-router using:

pnpm install "remix-run/react-router#preview/pr-14930&path:packages/react-router"

And/or install other packages via:

pnpm install "remix-run/react-router#preview/pr-14930&path:packages/react-router-dev"
pnpm install "remix-run/react-router#preview/pr-14930&path:packages/react-router-express"
pnpm install "remix-run/react-router#preview/pr-14930&path:packages/react-router-node"
pnpm install "remix-run/react-router#preview/pr-14930&path:packages/react-router-serve"

These preview builds will be updated automatically as you push new commits.

@brophdawg11 brophdawg11 marked this pull request as ready for review May 15, 2026 19:39
@brophdawg11 brophdawg11 merged commit 541640b into v8 May 15, 2026
8 of 10 checks passed
@brophdawg11 brophdawg11 deleted the update-mjackson-packages-to-remix-run branch May 15, 2026 20:14
@github-actions
Copy link
Copy Markdown
Contributor

The preview branch preview/pr-14930 has been deleted now that this PR is merged/closed.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants