Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update remix monorepo to v1.19.3 #788

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/dev (source) 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/express 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/node 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/react 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/serve 1.18.1 -> 1.19.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

remix-run/remix (@​remix-run/dev)

v1.19.3

Compare Source

Patch Changes
  • Show deprecation warning when using devServerBroadcastDelay and devServerPort config options (#​7064)
  • Updated dependencies:

v1.19.2

Compare Source

Patch Changes

v1.19.1

Compare Source

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:

v1.19.0

Compare Source

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
    exports.serverNodeBuiltinsPolyfill = {
      modules: {
        crypto: true, // Provide a JSPM polyfill
        fs: "empty", // Provide an empty polyfill
      },
    };
Patch Changes
  • ignore missing react-dom/client for react 17 (#​6725)

  • Warn if not using v2_dev (#​6818)

    Also, rename --no-restart to --manual to match intention and documentation.
    --no-restart remains an alias for --manual in v1 for backwards compatibility.

  • ignore errors when killing already dead processes (#​6773)

  • Always rewrite css-derived assets during builds (#​6837)

  • fix sourcemaps for v2_dev (#​6762)

  • Do not clear screen when dev server starts (#​6719)

    On some terminal emulators, "clearing" only scrolls the next line to the
    top. on others, it erases the scrollback.

    Instead, let users call clear themselves (clear && remix dev) if
    they want to clear.

  • Updated dependencies:

remix-run/remix (@​remix-run/express)

v1.19.3

Compare Source

Patch Changes

v1.19.2

Compare Source

Patch Changes

v1.19.1

Compare Source

Patch Changes

v1.19.0

Compare Source

Patch Changes
remix-run/remix (@​remix-run/node)

v1.19.3

Compare Source

Patch Changes

v1.19.2

Compare Source

Patch Changes

v1.19.1

Compare Source

Patch Changes

v1.19.0

Compare Source

Patch Changes
remix-run/remix (@​remix-run/react)

v1.19.3

Compare Source

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.3.

v1.19.2

Compare Source

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.2.

v1.19.1

Compare Source

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.19.1.

v1.19.0

Compare Source

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

  • Added some missing react-router exports to @remix-run/react (#​6856)

Patch Changes
  • Narrowed the type of fetcher.formEncType to use FormEncType from react-router-dom instead of string (#​6810)
  • Deferred promises that return undefined/void now surface a serialization error. (#​6793)
  • Properly handle ?_data HTTP/Network errors that don't reach the Remix server and ensure they bubble to the ErrorBoundary (#​6783)
  • Support proper hydration of Error subclasses such as ReferenceError/TypeError in development mode (#​6675)
  • fix router race condition for hmr (#​6767)
  • Avoid re-prefetching stylesheets for active routes during a revalidation (#​6679)
  • Add generic type for useRouteLoaderData() (#​5157)
  • Bump RR 6.14.2 (#​6854)
  • Updated dependencies:
remix-run/remix (@​remix-run/serve)

v1.19.3

Compare Source

Patch Changes

v1.19.2

Compare Source

Patch Changes

v1.19.1

Compare Source

Patch Changes

v1.19.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit a15b6d5 into develop Oct 21, 2023
@renovate renovate bot deleted the renovate/remix-monorepo branch October 21, 2023 07:45
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.

0 participants