Skip to content

Comments

chore(deps): bump the remix group with 5 updates#15

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/remix-4bfc094a40
Closed

chore(deps): bump the remix group with 5 updates#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/remix-4bfc094a40

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps the remix group with 5 updates:

Package From To
@remix-run/node 2.16.8 2.17.4
@remix-run/react 2.16.8 2.17.4
@remix-run/serve 2.16.8 2.17.4
remix-utils 7.7.0 9.0.1
@remix-run/dev 2.16.8 2.17.4

Updates @remix-run/node from 2.16.8 to 2.17.4

Release notes

Sourced from @​remix-run/node's releases.

remix v2.17.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2174

remix v2.17.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2173

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​remix-run/node since your current version.


Updates @remix-run/react from 2.16.8 to 2.17.4

Release notes

Sourced from @​remix-run/react's releases.

remix v2.17.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2174

remix v2.17.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2173

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​remix-run/react since your current version.


Updates @remix-run/serve from 2.16.8 to 2.17.4

Release notes

Sourced from @​remix-run/serve's releases.

remix v2.17.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2174

remix v2.17.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2173

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​remix-run/serve since your current version.


Updates remix-utils from 7.7.0 to 9.0.1

Release notes

Sourced from remix-utils's releases.

v9.0.1

What's Changed

Documentation Changes

Bug Fixes

Full Changelog: sergiodxa/remix-utils@v9.0.0...v9.0.1

v9.0.0

What's Changed

New Features

New Contributors

Full Changelog: sergiodxa/remix-utils@v8.8.0...v9.0.0

v8.8.0

What's Changed

New Features

Full Changelog: sergiodxa/remix-utils@v8.7.0...v8.8.0

v8.7.0

What's Changed

New Features

Full Changelog: sergiodxa/remix-utils@v8.6.0...v8.7.0

... (truncated)

Commits
  • f1ba339 9.0.1
  • 842d5fc Fix type for singleton middleware function (#561)
  • 33e6b04 Fix server-timing docs (#559)
  • 51c15fa Update publish.yml for npm publishing permissions
  • 7f8f9de Add Code of Conduct document following Ruby guidelines
  • 817527a 9.0.0
  • 8e590ed Correct user ID comparison in session middleware docs
  • c45968a Simplify import statements and improve code readability across middleware files
  • 0eefe1f Mark middleware as stable (#534)
  • 54db793 Remove Typed Session Storage and dependency on Zod v3 (#530)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for remix-utils since your current version.


Updates @remix-run/dev from 2.16.8 to 2.17.4

Release notes

Sourced from @​remix-run/dev's releases.

remix v2.17.4

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2174

remix v2.17.3

See the changelog for the release notes: https://github.com/remix-run/remix/blob/v2/CHANGELOG.md#v2173

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​remix-run/dev since 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the remix group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.16.8` | `2.17.4` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.16.8` | `2.17.4` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.16.8` | `2.17.4` |
| [remix-utils](https://github.com/sergiodxa/remix-utils) | `7.7.0` | `9.0.1` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.16.8` | `2.17.4` |


Updates `@remix-run/node` from 2.16.8 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-node)

Updates `@remix-run/react` from 2.16.8 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-react)

Updates `@remix-run/serve` from 2.16.8 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-serve)

Updates `remix-utils` from 7.7.0 to 9.0.1
- [Release notes](https://github.com/sergiodxa/remix-utils/releases)
- [Commits](sergiodxa/remix-utils@v7.7.0...v9.0.1)

Updates `@remix-run/dev` from 2.16.8 to 2.17.4
- [Release notes](https://github.com/remix-run/remix/releases)
- [Commits](https://github.com/remix-run/remix/commits/remix@2.17.4/packages/remix-dev)

---
updated-dependencies:
- dependency-name: "@remix-run/node"
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix
- dependency-name: "@remix-run/react"
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix
- dependency-name: "@remix-run/serve"
  dependency-version: 2.17.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: remix
- dependency-name: remix-utils
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: remix
- dependency-name: "@remix-run/dev"
  dependency-version: 2.17.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: remix
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

Labels

The following labels could not be found: chore, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@zebbern
Copy link
Owner

zebbern commented Feb 22, 2026

Closing — Remix group with 5 updates needs careful migration review. Will handle manually.

@zebbern zebbern closed this Feb 22, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/remix-4bfc094a40 branch February 22, 2026 01:58
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.

1 participant