Skip to content

chore(deps): bump @tootallnate/once and @remix-run/dev in /examples/remix-minimal-starter#4333

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/examples/remix-minimal-starter/multi-4306172ed8
Open

chore(deps): bump @tootallnate/once and @remix-run/dev in /examples/remix-minimal-starter#4333
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/examples/remix-minimal-starter/multi-4306172ed8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Removes @tootallnate/once. It's no longer used after updating ancestor dependency @remix-run/dev. These dependencies need to be updated together.

Removes @tootallnate/once

Updates @remix-run/dev from 1.11.1 to 1.19.3

Release notes

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

file-storage-s3 v0.1.0

Minor Changes

  • Unreleased

    Initial release of @remix-run/file-storage-s3.

Patch Changes

Changelog

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

1.19.3

Patch Changes

  • Show deprecation warning when using devServerBroadcastDelay and devServerPort config options (#7064)
  • Updated dependencies:
    • @remix-run/server-runtime@1.19.3

1.19.2

Patch Changes

  • Update proxy-agent to resolve npm audit security vulnerability (#7027)
  • Updated dependencies:
    • @remix-run/server-runtime@1.19.2

1.19.1

Patch Changes

  • Add a heartbeat ping to prevent the WebSocket connection from being closed due to inactivity when using a proxy like Cloudflare (#6904, #6927)
  • Treeshake out HMR code from production builds (#6894)
  • Updated dependencies:
    • @remix-run/server-runtime@1.19.1

1.19.0

Minor Changes

  • improved networking options for v2_dev (#6724)

    deprecate the --scheme and --host options and replace them with the REMIX_DEV_ORIGIN environment variable

  • Output esbuild metafiles for bundle analysis (#6772)

    Written to server build directory (build/ by default):

    • metafile.css.json
    • metafile.js.json (browser JS)
    • metafile.server.json (server JS)

    Metafiles can be uploaded to https://esbuild.github.io/analyze/ for analysis.

  • Add serverNodeBuiltinsPolyfill config option. In remix.config.js you can now disable polyfills of Node.js built-in modules for non-Node.js server platforms, or opt into a subset of polyfills. (#6814, #6859, #6877)

    // Disable all polyfills
    exports.serverNodeBuiltinsPolyfill = { modules: {} };
    // Enable specific polyfills

... (truncated)

Commits

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 this major version will 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 version will 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 dependency will 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

Low Risk
Dependency-only changes scoped to an example app’s devDependencies/lockfile; low functional risk beyond potential build/dev workflow compatibility issues.

Overview
Updates the examples/remix-minimal-starter dev tooling by bumping @remix-run/dev to ^1.19.3 and regenerating package-lock.json accordingly.

Removes the unused @tootallnate/once dependency from the starter now that it’s no longer required by the updated Remix dev dependency chain.

Written by Cursor Bugbot for commit 5e65751. This will update automatically on new commits. Configure here.

Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependency [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev). These dependencies need to be updated together.


Removes `@tootallnate/once`

Updates `@remix-run/dev` from 1.11.1 to 1.19.3
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/@remix-run/dev@1.19.3/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@1.19.3/packages/remix-dev)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@remix-run/dev"
  dependency-version: 1.19.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 4, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 4, 2026

⚠️ No Changeset found

Latest commit: 5e65751

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

@nx-cloud
Copy link

nx-cloud bot commented Mar 4, 2026

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 5e65751

Command Status Duration Result
nx test @snippet/react ❌ Failed 3m 39s View ↗
nx test @builder.io/sdks ❌ Failed 9s View ↗
nx test @e2e/qwik-city ✅ Succeeded 7m 26s View ↗
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 7m 9s View ↗
nx test @e2e/angular-17 ✅ Succeeded 6m 28s View ↗
nx test @e2e/nuxt ✅ Succeeded 5m 37s View ↗
nx test @e2e/angular-19-ssr ✅ Succeeded 5m 19s View ↗
nx test @e2e/hydrogen ✅ Succeeded 5m 4s View ↗
Additional runs (37) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2026-03-04 21:42:30 UTC

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants