chore(deps): bump @remix-run/router, @remix-run/express, @remix-run/node, @remix-run/react and @remix-run/dev in /examples/remix-minimal-starter - #4780
Conversation
…ode, @remix-run/react and @remix-run/dev Bumps [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) to 1.23.3 and updates ancestor dependencies [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router), [@remix-run/express](https://github.com/remix-run/remix/tree/HEAD/packages/remix-express), [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node), [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) and [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev). These dependencies need to be updated together. Updates `@remix-run/router` from 1.3.0 to 1.23.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.3/packages/router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.3/packages/router) Updates `@remix-run/express` from 1.11.1 to 2.17.5 - [Release notes](https://github.com/remix-run/remix/releases) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.5/packages/remix-express) Updates `@remix-run/node` from 1.11.1 to 2.17.5 - [Release notes](https://github.com/remix-run/remix/releases) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.5/packages/remix-node) Updates `@remix-run/react` from 1.11.1 to 2.17.5 - [Release notes](https://github.com/remix-run/remix/releases) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.5/packages/remix-react) Updates `@remix-run/dev` from 1.11.1 to 2.17.5 - [Release notes](https://github.com/remix-run/remix/releases) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.5/packages/remix-dev) --- updated-dependencies: - dependency-name: "@remix-run/router" dependency-version: 1.23.3 dependency-type: indirect - dependency-name: "@remix-run/express" dependency-version: 2.17.5 dependency-type: direct:production - dependency-name: "@remix-run/node" dependency-version: 2.17.5 dependency-type: direct:production - dependency-name: "@remix-run/react" dependency-version: 2.17.5 dependency-type: direct:production - dependency-name: "@remix-run/dev" dependency-version: 2.17.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a6b9834. Configure here.
| "@remix-run/react": "^1.11.1", | ||
| "@remix-run/express": "^2.17.5", | ||
| "@remix-run/node": "^2.17.5", | ||
| "@remix-run/react": "^2.17.5", |
There was a problem hiding this comment.
Meta API incompatible with Remix 2
High Severity
The major bump to Remix 2 leaves meta returning a v1-style object. Remix 2 expects an array of descriptors and iterates that result, so rendering can fail at runtime when meta is applied.
Reviewed by Cursor Bugbot for commit a6b9834. Configure here.
| }, | ||
| "devDependencies": { | ||
| "@remix-run/dev": "^1.11.1", | ||
| "@remix-run/dev": "^2.17.5", |
There was a problem hiding this comment.
Node engine below Remix 2 requirement
Medium Severity
engines.node remains >=14 while Remix 2 requires Node 18+. Install or runtime failures are likely on Node 14–16 that the field still claims to support.
Reviewed by Cursor Bugbot for commit a6b9834. Configure here.
|
View your CI Pipeline Execution ↗ for commit a6b9834
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |


Bumps @remix-run/router to 1.23.3 and updates ancestor dependencies @remix-run/router, @remix-run/express, @remix-run/node, @remix-run/react and @remix-run/dev. These dependencies need to be updated together.
Updates
@remix-run/routerfrom 1.3.0 to 1.23.3Changelog
Sourced from @remix-run/router's changelog.
... (truncated)
Commits
651211cRelease v6.30.4 (#15120)4deb9c5Lift decodePath call (#15119)d77f6b1Normalize double slashes in redirect paths (#15118)f82a6f9Bring new release process into v6 branch (#15115)c662ca3chore: Update version for release (#14713)98ad691chore: Update version for release (pre-v6) (#14710)2fbb84cValidate redirect locations (v6) (#14707)26b5d45chore: Update version for release (#14541)919f8a8chore: Update version for release (pre-v6) (#14540)69bf705Normalize double slashes in resolvePath (#14537)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@remix-run/routersince your current version.Updates
@remix-run/expressfrom 1.11.1 to 2.17.5Release notes
Sourced from @remix-run/express's releases.
Commits
8307662Version 2.17.5ab977d9Version 2.17.4b1d29d9Version 2.17.34a5ffd1Revert "Version 2.17.3"98c89faVersion 2.17.33920349Version 2.17.291ef6feVersion 2.17.13000859chore: Update version for release (#10698)3004a98chore: Update version for release (pre) (#10692)fc5cb1fchore: Update version for release (pre) (#10691)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@remix-run/expresssince your current version.Updates
@remix-run/nodefrom 1.11.1 to 2.17.5Release notes
Sourced from @remix-run/node's releases.
Commits
8307662Version 2.17.5ab977d9Version 2.17.4b1d29d9Version 2.17.34a5ffd1Revert "Version 2.17.3"98c89faVersion 2.17.33920349Version 2.17.264d88deValidate session id in file session storage (#10806)91ef6feVersion 2.17.13000859chore: Update version for release (#10698)3004a98chore: Update version for release (pre) (#10692)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@remix-run/nodesince your current version.Updates
@remix-run/reactfrom 1.11.1 to 2.17.5Release notes
Sourced from @remix-run/react's releases.
Commits
8307662Version 2.17.5efdd2c4v2 updates (#11487)ab977d9Version 2.17.4010b356Bump router versions (#10938)b1d29d9Version 2.17.35c87c08Escape HTML in scroll restoration keys (#10925)4a5ffd1Revert "Version 2.17.3"98c89faVersion 2.17.33920349Version 2.17.291ef6feVersion 2.17.1Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@remix-run/reactsince your current version.Updates
@remix-run/devfrom 1.11.1 to 2.17.5Release notes
Sourced from @remix-run/dev's releases.
Commits
8307662Version 2.17.5efdd2c4v2 updates (#11487)ab977d9Version 2.17.4010b356Bump router versions (#10938)b1d29d9Version 2.17.34a5ffd1Revert "Version 2.17.3"98c89faVersion 2.17.3b6aec07deps(dev): updatevalibot(#10901)3920349Version 2.17.291ef6feVersion 2.17.1Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@remix-run/devsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major-version Remix upgrades in an example can break build or dev scripts if v2 incompatibilities surface, but scope is limited to the example app and lockfile.
Overview
Updates
examples/remix-minimal-starterdependency versions so the example tracks current Remix releases:@remix-run/express,@remix-run/node, and@remix-run/reactmove from 1.11.1 to ^2.17.5, and@remix-run/devmatches at ^2.17.5, withpackage-lock.jsonrefreshed so transitive@remix-run/routerresolves to 1.23.3.There are no application or server source edits in this PR—only manifest/lockfile changes.
@remix-run/eslint-configremains on ^1.11.1, so lint tooling is still on the v1 line while runtime packages are on v2.Reviewed by Cursor Bugbot for commit a6b9834. Bugbot is set up for automated code reviews on this repo. Configure here.