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 #6692

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

github-actions[bot]
Copy link
Contributor

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/dev@1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)
  • improved logging for remix build and remix dev (#6596)

Patch Changes

  • fix docs links for msw and mkcert (#6672)
  • fix remix dev -c: kill all descendant processes of specified command when restarting (#6663)
  • Add caching to regular stylesheet compilation (#6638)
  • Rename Architect (AWS Lambda) -> Architect in the create-remix CLI to avoid confusion for other methods of deploying to AWS (i.e., SST) (#6484)
  • Improve CSS bundle build performance by skipping unused Node polyfills (#6639)
  • Improve performance of CSS bundle build by skipping compilation of Remix/React packages that are known not to contain CSS imports (#6654)
  • Cache CSS side-effect imports transform when using HMR (#6622)
  • Fix bug with pathless layout routes beneath nested path segments (#6649)
  • Add caching to PostCSS for CSS Modules (#6604)
  • Add caching to PostCSS for side-effect imports (#6554)
  • cache getRouteModuleExports calls to significantly speed up build and HMR rebuild times (#6629)
  • group rebuild logs with surrounding whitespace (#6607)
  • instructions for integrating with msw (#6669)
  • Update minimum version of esbuild-plugins-node-modules-polyfill to 1.0.16 to ensure that the plugin is cached (#6652)
  • Updated dependencies:
    • @remix-run/server-runtime@1.18.0

@remix-run/eslint-config@1.18.0

Minor Changes

  • Update @remix-run/eslint-config to inherit rules from @typescript-eslint/recommended (#6614)

@remix-run/react@1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)
  • Support application/json and text/plain submission encodings in useSubmit/fetcher.submit (#6570)
  • Add support for <Link prefetch="viewport"> to prefetch links when they enter the viewport via an Intersection Observer (#6433)

Patch Changes

  • Bump router 6.14.0-pre.1 (#6662)
  • Detect mismatches between the initially loaded URL and the URL at the time we hydrate and trigger a hard reload if they do not match. This is an edge-case that can happen when the network is slowish and the user clicks forward into a Remix app and then clicks forward again while the initial JS chunks are loading. (#6409)
  • Lock in react router 6.14.0 (#6677)
  • properly pass props to inline script tags for deferred data (#6389)

@remix-run/serve@1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)

Patch Changes

  • fix(types): better tuple serialization types (#6616)
  • Updated dependencies:
    • @remix-run/node@1.18.0
    • @remix-run/express@1.18.0

@remix-run/server-runtime@1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)

Patch Changes

  • Fix typing issues when using React 17 stemming from @remix/server-runtime including @types/react as a devDependency when it doesn't actually do anything React-specific and was just re-exporting ComponentType in values such as CatchBoundaryComponent/ErrorBoundaryComponent/V2_ErrorBoundaryComponent. These types are more correctly exported from @remix-run/react which is React-aware so that is the correct place to be importing those types from. In order to avoid breaking existing builds, the types in @remix/server-runtime have been loosened to any and @deprecated warnings have been added informing users to switch to the corresponding types in @remix-run/react. (#5713)
  • fix(types): better tuple serialization types (#6616)
  • Move @types/cookie to dependencies since we re-export types from there (#5713)

@remix-run/testing@1.18.0

Minor Changes

  • stabilize v2 dev server (#6615)

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.18.0
    • @remix-run/node@1.18.0

create-remix@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.18.0

@remix-run/architect@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.18.0

@remix-run/cloudflare@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.18.0

@remix-run/cloudflare-pages@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.18.0

@remix-run/cloudflare-workers@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.18.0

@remix-run/deno@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.18.0

@remix-run/express@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.18.0

@remix-run/netlify@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.18.0

@remix-run/node@1.18.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.18.0

@remix-run/vercel@1.18.0

Patch Changes

  • Show deprecation warning when using @remix-run/vercel, since Vercel now provides built-in support for Remix apps (#5964) (e222ded5c)
  • Updated dependencies:
    • @remix-run/node@1.18.0

remix@1.18.0

remix

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

@remix-run/css-bundle@1.18.0

@pcattori pcattori merged commit d8f4034 into release-next Jun 26, 2023
1 check passed
@pcattori pcattori deleted the changeset-release/release-next branch June 26, 2023 17:23
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.

None yet

1 participant