netlify-templates / kpop-stack

Create a Remix app with Netlify, Tailwind, TypeScript and more!
https://kpop-stack.netlify.app
242 stars 65 forks source link

chore(deps): update remix monorepo to v1.16.1 #175

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/dev (source) 1.16.0 -> 1.16.1 age adoption passing confidence
@remix-run/eslint-config 1.16.0 -> 1.16.1 age adoption passing confidence
@remix-run/netlify 1.16.0 -> 1.16.1 age adoption passing confidence
@remix-run/node 1.16.0 -> 1.16.1 age adoption passing confidence
@remix-run/react 1.16.0 -> 1.16.1 age adoption passing confidence
@remix-run/serve 1.16.0 -> 1.16.1 age adoption passing confidence

Release Notes

remix-run/remix (@​remix-run/dev) ### [`v1.16.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#​1161) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.16.0...@remix-run/dev@1.16.1) ##### Patch Changes - Cross-module `loader` change detection for HDR ([#​6299](https://togithub.com/remix-run/remix/pull/6299)) - Normalize path for dev server `PATH` envvar so that it works cross-platform (e.g. Windows) ([#​6310](https://togithub.com/remix-run/remix/pull/6310)) - Fix CSS imports in JS files that use JSX ([#​6309](https://togithub.com/remix-run/remix/pull/6309)) - Kill app server when dev server exits ([#​6395](https://togithub.com/remix-run/remix/pull/6395)) - Wait until app server is killed before starting a new app server ([#​6289](https://togithub.com/remix-run/remix/pull/6289)) - Ensure CSS bundle changes result in a new manifest hash ([#​6374](https://togithub.com/remix-run/remix/pull/6374)) - Normalize file paths before testing if a changed file is a route entry ([#​6293](https://togithub.com/remix-run/remix/pull/6293)) - Fix race where app server responds with updated manifest version *before* dev server is listening for it ([#​6294](https://togithub.com/remix-run/remix/pull/6294)) - dev server now listens for updated versions *before* writing the server changes, guaranteeing that it is listening before the app server gets a chance to send its 'ready' message - Only process `.css.ts`/`.css.js` files with Vanilla Extract if `@vanilla-extract/css` is installed ([#​6345](https://togithub.com/remix-run/remix/pull/6345)) - Stop modifying a user's `tsconfig.json` when running using `getConfig` (`remix dev`, `remix routes`, `remix build`, etc) ([#​6156](https://togithub.com/remix-run/remix/pull/6156)) - Cancel previous build when rebuild is kicked off to prevent rebuilds from hanging ([#​6295](https://togithub.com/remix-run/remix/pull/6295)) - Update minimum version of Babel dependencies to avoid errors parsing decorators ([#​6390](https://togithub.com/remix-run/remix/pull/6390)) - Support asset imports when detecting loader changes for HDR ([#​6396](https://togithub.com/remix-run/remix/pull/6396)) - Updated dependencies: - `@remix-run/server-runtime@1.16.1`
remix-run/remix (@​remix-run/eslint-config) ### [`v1.16.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#​1161) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.16.0...@remix-run/eslint-config@1.16.1) ##### Patch Changes - Don't require display name in root module ([#​5450](https://togithub.com/remix-run/remix/pull/5450)) - Update minimum version of Babel dependencies to avoid errors parsing decorators ([#​6390](https://togithub.com/remix-run/remix/pull/6390))
remix-run/remix (@​remix-run/netlify) ### [`v1.16.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#​1161) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.16.0...@remix-run/netlify@1.16.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.16.1`
remix-run/remix (@​remix-run/node) ### [`v1.16.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#​1161) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.16.0...@remix-run/node@1.16.1) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.16.1`
remix-run/remix (@​remix-run/react) ### [`v1.16.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#​1161) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.16.0...@remix-run/react@1.16.1) ##### Patch Changes - Cross-module `loader` change detection for HDR ([#​6299](https://togithub.com/remix-run/remix/pull/6299)) - Better opt-out of `loader` revalidation on UI only changes ([#​6278](https://togithub.com/remix-run/remix/pull/6278)) - Add `useMatch` re-export from `react-router-dom` ([#​5257](https://togithub.com/remix-run/remix/pull/5257)) - Fix `data` parameter typing on `V2_MetaFunction` to include `undefined` for scenarios in which the `loader` threw to it's own boundary. ([#​6231](https://togithub.com/remix-run/remix/pull/6231)) - Updated dependencies: - [`react-router-dom@6.11.2`](https://togithub.com/remix-run/react-router/releases/tag/react-router%406.11.2) - [`@remix-run/router@1.6.2`](https://togithub.com/remix-run/react-router/blob/main/packages/router/CHANGELOG.md#​162)
remix-run/remix (@​remix-run/serve) ### [`v1.16.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#​1161) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.16.0...@remix-run/serve@1.16.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.16.1` - `@remix-run/express@1.16.1`

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.

netlify[bot] commented 1 year ago

Deploy Preview for kpop-stack ready!

Name Link
Latest commit e28c048e684f89f1c28d5f0c61219f25fe980564
Latest deploy log https://app.netlify.com/sites/kpop-stack/deploys/646ac6016d73130008612774
Deploy Preview https://deploy-preview-175--kpop-stack.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.