Closed renovate[bot] closed 1 year ago
Name | Link |
---|---|
Latest commit | 6dea00431d44544a6706c7b588e7a904d16eb08e |
Latest deploy log | https://app.netlify.com/sites/kpop-stack/deploys/63fc1767afc5aa0008aed071 |
Deploy Preview | https://deploy-preview-147--kpop-stack.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This PR contains the following updates:
1.9.0
->1.13.0
1.9.0
->1.13.0
1.9.0
->1.13.0
1.9.0
->1.13.0
1.9.0
->1.13.0
1.9.0
->1.13.0
Release Notes
remix-run/remix (@remix-run/dev)
### [`v1.13.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1130) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.12.0...@remix-run/dev@1.13.0) ##### Minor Changes - We are deprecating `serverBuildTarget` in `remix.config`. See the [release notes for v1.13.0](https://togithub.com/remix-run/remix/releases/tag/remix%401.13.0) for more information. ([#5354](https://togithub.com/remix-run/remix/pull/5354)) - Add built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://togithub.com/remix-run/remix/pull/5229)) - Add built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://togithub.com/remix-run/remix/pull/5229)) ##### Patch Changes - Mark Vanilla Extract files as side effects to ensure that files only containing global styles aren't tree-shaken ([#5246](https://togithub.com/remix-run/remix/pull/5246)) - Support decorators in files using CSS side-effect imports ([#5305](https://togithub.com/remix-run/remix/pull/5305)) - We made several Flat route fixes and enhancements. See the [release notes for v1.13.0](https://togithub.com/remix-run/remix/releases/tag/remix%401.13.0) for more information. ([#5228](https://togithub.com/remix-run/remix/pull/5228)) - Updated dependencies: - `@remix-run/server-runtime@1.13.0` ### [`v1.12.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1120) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.11.1...@remix-run/dev@1.12.0) ##### Minor Changes - Added a new development server available in the Remix config under the `unstable_dev` flag. [See the release notes](https://togithub.com/remix-run/remix/releases/tag/remix%401.12.0) for a full description. ([#5133](https://togithub.com/remix-run/remix/pull/5133)) ##### Patch Changes - Fixed issues with `v2_routeConvention` on Windows so that new and renamed files are properly included ([#5266](https://togithub.com/remix-run/remix/pull/5266)) - Server build should not be removed in `remix watch` and `remix dev` ([#5228](https://togithub.com/remix-run/remix/pull/5228)) - The dev server will now clean up build directories whenever a rebuild starts ([#5223](https://togithub.com/remix-run/remix/pull/5223)) - Updated dependencies: - `@remix-run/server-runtime@1.12.0` ### [`v1.11.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1111) [Compare Source](https://togithub.com/remix-run/remix/compare/1cda61c063c82c4e47af9a769225a5e60212e8a9...@remix-run/dev@1.11.1) ##### Patch Changes - Fixed a bug with `v2_routeConvention` that prevented `index` modules from being recognized for route paths ([`195291a3d`](https://togithub.com/remix-run/remix/commit/195291a3d8c0e098931199bcc26277a45cee0eb9)) - Updated dependencies: - `@remix-run/server-runtime@1.11.1` ### [`v1.11.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1110) [Compare Source](https://togithub.com/remix-run/remix/compare/529322d8b8fe707e6a37c2ca2e82b829a0f2156c...1cda61c063c82c4e47af9a769225a5e60212e8a9) ##### Minor Changes - Specify file loader for `.fbx`, `.glb`, `.gltf`, `.hdr`, and `.mov` files ([#5030](https://togithub.com/remix-run/remix/pull/5030)) - Added support for [Vanilla Extract](https://vanilla-extract.style) via the `unstable_vanillaExtract` future flag. **IMPORTANT:** Features marked with `unstable` are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. ([#5040](https://togithub.com/remix-run/remix/pull/5040)) - Add support for CSS side-effect imports via the `unstable_cssSideEffectImports` future flag. **IMPORTANT:** Features marked with `unstable` are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. ([#4919](https://togithub.com/remix-run/remix/pull/4919)) - Add support for CSS Modules via the `unstable_cssModules` future flag. **IMPORTANT:** Features marked with `unstable` are … unstable. While we're confident in the use cases they solve, the API and implementation may change without a major version bump. ([#4852](https://togithub.com/remix-run/remix/pull/4852)) ##### Patch Changes - Add new "flat" routing conventions. This convention will be the default in v2 but is available now under the `v2_routeConvention` future flag. ([#4880](https://togithub.com/remix-run/remix/pull/4880)) - Added support for `handle` in MDX frontmatter ([#4865](https://togithub.com/remix-run/remix/pull/4865)) - Updated dependencies: - `@remix-run/server-runtime@1.11.0` ### [`v1.10.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1101) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.10.0...529322d8b8fe707e6a37c2ca2e82b829a0f2156c) ##### Patch Changes - Update babel config to transpile down to node 14 ([#5047](https://togithub.com/remix-run/remix/pull/5047)) - Updated dependencies: - `@remix-run/server-runtime@1.10.1` ### [`v1.10.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1100) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.9.0...@remix-run/dev@1.10.0) ##### Patch Changes - Fixed several issues with TypeScript to JavaScript conversion when running `create-remix` ([#4891](https://togithub.com/remix-run/remix/pull/4891)) - Resolve asset entry full path to support monorepo import of styles ([#4855](https://togithub.com/remix-run/remix/pull/4855)) - Updated dependencies: - `@remix-run/server-runtime@1.10.0`remix-run/remix (@remix-run/eslint-config)
### [`v1.13.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1130) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.12.0...@remix-run/eslint-config@1.13.0) No significant changes to this package were made in this release. [See the releases page on GitHub](https://togithub.com/remix-run/remix/releases/tag/remix%401.13.0) for an overview of all changes in v1.10.1. ### [`v1.12.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1120) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.11.1...@remix-run/eslint-config@1.12.0) No significant changes to this package were made in this release. [See the releases page on GitHub](https://togithub.com/remix-run/remix/releases/tag/remix%401.12.0) for an overview of all changes in v1.10.1. ### [`v1.11.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1111) [Compare Source](https://togithub.com/remix-run/remix/compare/1cda61c063c82c4e47af9a769225a5e60212e8a9...@remix-run/eslint-config@1.11.1) No significant changes to this package were made in this release. [See the releases page on GitHub](https://togithub.com/remix-run/remix/releases/tag/remix%401.11.1) for an overview of all changes in v1.10.1. ### [`v1.11.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1110) [Compare Source](https://togithub.com/remix-run/remix/compare/529322d8b8fe707e6a37c2ca2e82b829a0f2156c...1cda61c063c82c4e47af9a769225a5e60212e8a9) No significant changes to this package were made in this release. [See the releases page on GitHub](https://togithub.com/remix-run/remix/releases/tag/remix%401.11.0) for an overview of all changes in v1.10.1. ### [`v1.10.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1101) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.10.0...529322d8b8fe707e6a37c2ca2e82b829a0f2156c) No significant changes to this package were made in this release. [See the releases page on GitHub](https://togithub.com/remix-run/remix/releases/tag/remix%401.10.1) for an overview of all changes in v1.10.1. ### [`v1.10.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1100) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.9.0...@remix-run/eslint-config@1.10.0) No significant changes to this package were made in this release. [See the releases page on GitHub](https://togithub.com/remix-run/remix/releases/tag/remix%401.10.0) for an overview of all changes in v1.10.0.remix-run/remix (@remix-run/netlify)
### [`v1.13.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1130) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.12.0...@remix-run/netlify@1.13.0) ##### Patch Changes - Fix fetch `Request` creation for incoming URLs with double slashes ([#5336](https://togithub.com/remix-run/remix/pull/5336)) - Updated dependencies: - `@remix-run/node@1.13.0` ### [`v1.12.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1120) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.11.1...@remix-run/netlify@1.12.0) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.12.0` ### [`v1.11.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1111) [Compare Source](https://togithub.com/remix-run/remix/compare/1cda61c063c82c4e47af9a769225a5e60212e8a9...@remix-run/netlify@1.11.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.11.1` ### [`v1.11.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1110) [Compare Source](https://togithub.com/remix-run/remix/compare/529322d8b8fe707e6a37c2ca2e82b829a0f2156c...1cda61c063c82c4e47af9a769225a5e60212e8a9) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.11.0` ### [`v1.10.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1101) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.10.0...529322d8b8fe707e6a37c2ca2e82b829a0f2156c) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.10.1` ### [`v1.10.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1100) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.9.0...@remix-run/netlify@1.10.0) ##### Patch Changes - Improve performance of `isBinaryType` ([#4761](https://togithub.com/remix-run/remix/pull/4761)) - Updated dependencies: - `@remix-run/node@1.10.0`remix-run/remix (@remix-run/node)
### [`v1.13.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1130) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.12.0...@remix-run/node@1.13.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.13.0` ### [`v1.12.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1120) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.11.1...@remix-run/node@1.12.0) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.12.0` ### [`v1.11.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1111) [Compare Source](https://togithub.com/remix-run/remix/compare/1cda61c063c82c4e47af9a769225a5e60212e8a9...@remix-run/node@1.11.1) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.11.1` ### [`v1.11.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1110) [Compare Source](https://togithub.com/remix-run/remix/compare/529322d8b8fe707e6a37c2ca2e82b829a0f2156c...1cda61c063c82c4e47af9a769225a5e60212e8a9) ##### Patch Changes - Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as *"sending a promise over the wire"*. ([#4920](https://togithub.com/remix-run/remix/pull/4920)) Informational Resources: -remix-run/remix (@remix-run/react)
### [`v1.13.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#1130) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.12.0...@remix-run/react@1.13.0) ##### Minor Changes - Add built-in support for PostCSS via the `future.unstable_postcss` feature flag ([#5229](https://togithub.com/remix-run/remix/pull/5229)) - Add built-in support for Tailwind via the `future.unstable_tailwind` feature flag ([#5229](https://togithub.com/remix-run/remix/pull/5229)) ##### Patch Changes - Bump React Router dependencies to the latest version. [See the release notes for more details.](https://togithub.com/remix-run/react-router/releases/tag/react-router%406.8.1) ([#5389](https://togithub.com/remix-run/remix/pull/5389)) - Improve efficiency of route manifest-to-tree transformation ([#4748](https://togithub.com/remix-run/remix/pull/4748)) - Added better detection for absolute urls in `` and `{caught.status} {caught.data}
); } export function ErrorBoundary({ error }) { return{error.message}
; } ``` ```jsx // Using future.v2_errorBoundary import { isRouteErrorResponse, useRouteError } from "@remix-run/react"; export function ErrorBoundary() { let error = useRouteError(); return isRouteErrorResponse(error) ? ({error.status} {error.data}
) : ({error.message}
); } ``` - Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as *"sending a promise over the wire"*. ([#4920](https://togithub.com/remix-run/remix/pull/4920)) Informational Resources: -remix-run/remix (@remix-run/serve)
### [`v1.13.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1130) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.12.0...@remix-run/serve@1.13.0) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.13.0` ### [`v1.12.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1120) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.11.1...@remix-run/serve@1.12.0) ##### Minor Changes - Added a new development server available in the Remix config under the `unstable_dev` flag. [See the release notes](https://togithub.com/remix-run/remix/releases/tag/remix%401.12.0) for a full description. ([#5133](https://togithub.com/remix-run/remix/pull/5133)) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.12.0` ### [`v1.11.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1111) [Compare Source](https://togithub.com/remix-run/remix/compare/1cda61c063c82c4e47af9a769225a5e60212e8a9...@remix-run/serve@1.11.1) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.11.1` ### [`v1.11.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1110) [Compare Source](https://togithub.com/remix-run/remix/compare/529322d8b8fe707e6a37c2ca2e82b829a0f2156c...1cda61c063c82c4e47af9a769225a5e60212e8a9) ##### Patch Changes - Introduces the `defer()` API from `@remix-run/router` with support for server-rendering and HTTP streaming. This utility allows you to defer values returned from `loader` functions by returning promises instead of resolved values. This has been refered to as *"sending a promise over the wire"*. ([#4920](https://togithub.com/remix-run/remix/pull/4920)) Informational Resources: -Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.