remix-run/remix (@remix-run/dev)
### [`v2.12.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2120)
[Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/dev@2.11.2...@remix-run/dev@2.12.0)
##### Minor Changes
- New `future.unstable_optimizeDeps` flag for automatic dependency optimization ([#9921](https://redirect.github.com/remix-run/remix/pull/9921))
- You can now opt-in to automatic dependency optimization during development by using the `future.unstable_optimizeDeps` future flag
- For details, check out the docs at [`Guides` > `Dependency optimization`](https://remix.run/docs/en/main/guides/dependency-optimization)
- For users who were previously working around this limitation, you no longer need to explicitly add routes to Vite's `optimizeDeps.entries` nor do you need to disable the `remix-dot-server` plugin
##### Patch Changes
- Handle circular dependencies in modulepreload manifest generation ([#9917](https://redirect.github.com/remix-run/remix/pull/9917))
- Fix `dest already exists` build errors by only moving SSR assets to the client build directory when they're not already present on disk ([#9901](https://redirect.github.com/remix-run/remix/pull/9901))
- Updated dependencies:
- `@remix-run/server-runtime@2.12.0`
- `@remix-run/node@2.12.0`
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
2.11.2
->2.12.0
Release Notes
remix-run/remix (@remix-run/dev)
### [`v2.12.0`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2120) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/dev@2.11.2...@remix-run/dev@2.12.0) ##### Minor Changes - New `future.unstable_optimizeDeps` flag for automatic dependency optimization ([#9921](https://redirect.github.com/remix-run/remix/pull/9921)) - You can now opt-in to automatic dependency optimization during development by using the `future.unstable_optimizeDeps` future flag - For details, check out the docs at [`Guides` > `Dependency optimization`](https://remix.run/docs/en/main/guides/dependency-optimization) - For users who were previously working around this limitation, you no longer need to explicitly add routes to Vite's `optimizeDeps.entries` nor do you need to disable the `remix-dot-server` plugin ##### Patch Changes - Handle circular dependencies in modulepreload manifest generation ([#9917](https://redirect.github.com/remix-run/remix/pull/9917)) - Fix `dest already exists` build errors by only moving SSR assets to the client build directory when they're not already present on disk ([#9901](https://redirect.github.com/remix-run/remix/pull/9901)) - Updated dependencies: - `@remix-run/server-runtime@2.12.0` - `@remix-run/node@2.12.0`Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.