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: Update version for release #8031

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 16, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

Releases

@remix-run/[email protected]

Minor Changes

  • Remove the unstable_ prefix from the useBlocker hook as it's been in use for enough time that we are confident in the API. We do not plan to remove the prefix from unstable_usePrompt due to differences in how browsers handle window.confirm that prevent React Router from guaranteeing consistent/correct behavior. (#7882)

Patch Changes

  • Support rendering of LiveReload component after Scripts in Vite dev (#7919)
  • Support optional rendering of LiveReload component in Vite dev (#7919)
  • add missing modulepreload for the manifest (#7684)
  • [REMOVE} Bump router (#8029)
  • Updated dependencies:

@remix-run/[email protected]

Minor Changes

  • Updated cookie dependency from 0.4.1 to 0.5.0 to inherit support for Priority attribute in Chrome (#6770)

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

  • Support rendering of LiveReload component after Scripts in Vite dev (#7919)

  • fix(vite): fix "react-refresh/babel" resolution for custom server with pnpm (#7904)

  • Support JSX usage in .jsx files without manual React import in Vite (#7888)

  • Support optional rendering of LiveReload component in Vite dev (#7919)

  • Fix Vite production builds when plugins that have different local state between development and production modes are present, e.g. @mdx-js/rollup. (#7911)

  • Cache resolution of Remix Vite plugin options (#7908)

  • Support Vite 5 (#7846)

  • Allow process.env.NODE_ENV values other than "development" in Vite dev (#7980)

  • Attach CSS from shared chunks to routes in Vite build (#7952)

  • fix(vite): Let Vite handle serving files outside of project root via /@fs (#7913)

    This fixes errors when using default client entry or server entry in a pnpm project
    where those files may be outside of the project root, but within the workspace root.

    By default, Vite prevents access to files outside the workspace root
    (when using workspaces) or outside of the project root (when not using
    workspaces) unless user explicitly opts into it via Vite's server.fs.allow.

  • Improve performance of LiveReload proxy in Vite dev (#7883)

  • fix(vite): deduplicate @remix-run/react (#7926)

    Pre-bundle Remix dependencies to avoid Remix router duplicates.
    Our remix-react-proxy plugin does not process default client and
    server entry files since those come from within node_modules.
    That means that before Vite pre-bundles dependencies (e.g. first time dev server is run)
    mismatching Remix routers cause Error: You must render this element inside a <Remix> element.

  • Fix React Fast Refresh error on load when using defer in Vite dev server (#7842)

  • Handle multiple "Set-Cookie" headers in Vite dev server (#7843)

  • Fix flash of unstyled content on initial page load in Vite dev when using a custom Express server (#7937)

  • Emit assets that were only referenced in the server build into the client assets directory in Vite build (#8031)

  • Populate process.env from .env files on the server in Vite dev (#7958)

  • Fix FutureConfig type (#7895)

  • Updated dependencies:

@remix-run/[email protected]

Patch Changes

  • Fix flash of unstyled content on initial page load in Vite dev when using a custom Express server (#7937)
  • Updated dependencies:

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

[email protected]

[email protected]

remix

See the CHANGELOG.md in individual Remix packages for all changes.

@remix-run/[email protected]

@remix-run/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/release-next branch from 36aa960 to 5bbdfab Compare November 16, 2023 15:24
@brophdawg11 brophdawg11 merged commit 38fb96f into release-next Nov 16, 2023
9 checks passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch November 16, 2023 15:46
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.

1 participant