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.19.3 #199

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.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/eslint-config 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/netlify 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/node 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/react 1.18.1 -> 1.19.3 age adoption passing confidence
@remix-run/serve 1.18.1 -> 1.19.3 age adoption passing confidence

Release Notes

remix-run/remix (@​remix-run/dev) ### [`v1.19.3`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1193) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.19.2...@remix-run/dev@1.19.3) ##### Patch Changes - Show deprecation warning when using `devServerBroadcastDelay` and `devServerPort` config options ([#​7064](https://togithub.com/remix-run/remix/pull/7064)) - Updated dependencies: - `@remix-run/server-runtime@1.19.3` ### [`v1.19.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1192) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.19.1...@remix-run/dev@1.19.2) ##### Patch Changes - Update `proxy-agent` to resolve npm audit security vulnerability ([#​7027](https://togithub.com/remix-run/remix/pull/7027)) - Updated dependencies: - `@remix-run/server-runtime@1.19.2` ### [`v1.19.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1191) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.19.0...@remix-run/dev@1.19.1) ##### Patch Changes - Add a heartbeat ping to prevent the WebSocket connection from being closed due to inactivity when using a proxy like Cloudflare ([#​6904](https://togithub.com/remix-run/remix/pull/6904), [#​6927](https://togithub.com/remix-run/remix/pull/6927)) - Treeshake out HMR code from production builds ([#​6894](https://togithub.com/remix-run/remix/pull/6894)) - Updated dependencies: - `@remix-run/server-runtime@1.19.1` ### [`v1.19.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#1190) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.18.1...@remix-run/dev@1.19.0) ##### Minor Changes - improved networking options for `v2_dev` ([#​6724](https://togithub.com/remix-run/remix/pull/6724)) deprecate the `--scheme` and `--host` options and replace them with the `REMIX_DEV_ORIGIN` environment variable - Output esbuild metafiles for bundle analysis ([#​6772](https://togithub.com/remix-run/remix/pull/6772)) Written to server build directory (`build/` by default): - `metafile.css.json` - `metafile.js.json` (browser JS) - `metafile.server.json` (server JS) Metafiles can be uploaded to for analysis. - Add `serverNodeBuiltinsPolyfill` config option. In `remix.config.js` you can now disable polyfills of Node.js built-in modules for non-Node.js server platforms, or opt into a subset of polyfills. ([#​6814](https://togithub.com/remix-run/remix/pull/6814), [#​6859](https://togithub.com/remix-run/remix/pull/6859), [#​6877](https://togithub.com/remix-run/remix/pull/6877)) ```js // Disable all polyfills exports.serverNodeBuiltinsPolyfill = { modules: {} }; // Enable specific polyfills exports.serverNodeBuiltinsPolyfill = { modules: { crypto: true, // Provide a JSPM polyfill fs: "empty", // Provide an empty polyfill }, }; ``` ##### Patch Changes - ignore missing react-dom/client for react 17 ([#​6725](https://togithub.com/remix-run/remix/pull/6725)) - Warn if not using `v2_dev` ([#​6818](https://togithub.com/remix-run/remix/pull/6818)) Also, rename `--no-restart` to `--manual` to match intention and documentation. `--no-restart` remains an alias for `--manual` in v1 for backwards compatibility. - ignore errors when killing already dead processes ([#​6773](https://togithub.com/remix-run/remix/pull/6773)) - Always rewrite css-derived assets during builds ([#​6837](https://togithub.com/remix-run/remix/pull/6837)) - fix sourcemaps for `v2_dev` ([#​6762](https://togithub.com/remix-run/remix/pull/6762)) - Do not clear screen when dev server starts ([#​6719](https://togithub.com/remix-run/remix/pull/6719)) On some terminal emulators, "clearing" only scrolls the next line to the top. on others, it erases the scrollback. Instead, let users call `clear` themselves (`clear && remix dev`) if they want to clear. - Updated dependencies: - `@remix-run/server-runtime@1.19.0`
remix-run/remix (@​remix-run/eslint-config) ### [`v1.19.3`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1193) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.19.2...@remix-run/eslint-config@1.19.3) 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.19.3) for an overview of all changes in v1.19.3. ### [`v1.19.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1192) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.19.1...@remix-run/eslint-config@1.19.2) 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.19.2) for an overview of all changes in v1.19.2. ### [`v1.19.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1191) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.19.0...@remix-run/eslint-config@1.19.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.19.1) for an overview of all changes in v1.19.1. ### [`v1.19.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#1190) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.18.1...@remix-run/eslint-config@1.19.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.19.0) for an overview of all changes in v1.19.0.
remix-run/remix (@​remix-run/netlify) ### [`v1.19.3`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1193) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.19.2...@remix-run/netlify@1.19.3) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.19.3` ### [`v1.19.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1192) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.19.1...@remix-run/netlify@1.19.2) ##### Patch Changes - Show deprecation warning on `@remix-run/netlify` usage, which is deprecated in favor of `@netlify/remix-adapter` ([#​6937](https://togithub.com/remix-run/remix/pull/6937)) - Updated dependencies: - `@remix-run/node@1.19.2` ### [`v1.19.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1191) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.19.0...@remix-run/netlify@1.19.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.19.1` ### [`v1.19.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-netlify/CHANGELOG.md#1190) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/netlify@1.18.1...@remix-run/netlify@1.19.0) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.19.0`
remix-run/remix (@​remix-run/node) ### [`v1.19.3`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1193) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.19.2...@remix-run/node@1.19.3) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.19.3` ### [`v1.19.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1192) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.19.1...@remix-run/node@1.19.2) ##### Patch Changes - Update to latest `@remix-run/web-*` packages ([#​7026](https://togithub.com/remix-run/remix/pull/7026)) - Updated dependencies: - `@remix-run/server-runtime@1.19.2` ### [`v1.19.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1191) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.19.0...@remix-run/node@1.19.1) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.19.1` ### [`v1.19.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#1190) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.18.1...@remix-run/node@1.19.0) ##### Patch Changes - Upgrade to [`@remix-run/web-fetch@4.3.5`](https://togithub.com/remix-run/web-std-io/releases/tag/%40remix-run%2Fweb-fetch%404.3.5). Submitted empty file inputs are now correctly parsed out as empty `File` instances instead of being surfaced as an empty string via `request.formData()` ([#​6816](https://togithub.com/remix-run/remix/pull/6816)) - Updated dependencies: - `@remix-run/server-runtime@1.19.0`
remix-run/remix (@​remix-run/react) ### [`v1.19.3`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#1193) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.19.2...@remix-run/react@1.19.3) 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.19.3) for an overview of all changes in v1.19.3. ### [`v1.19.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#1192) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.19.1...@remix-run/react@1.19.2) 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.19.2) for an overview of all changes in v1.19.2. ### [`v1.19.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#1191) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.19.0...@remix-run/react@1.19.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.19.1) for an overview of all changes in v1.19.1. ### [`v1.19.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#1190) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.18.1...@remix-run/react@1.19.0) ##### Minor Changes - improved networking options for `v2_dev` ([#​6724](https://togithub.com/remix-run/remix/pull/6724)) deprecate the `--scheme` and `--host` options and replace them with the `REMIX_DEV_ORIGIN` environment variable - Added some missing react-router exports to `@remix-run/react` ([#​6856](https://togithub.com/remix-run/remix/pull/6856)) ##### Patch Changes - Narrowed the type of `fetcher.formEncType` to use `FormEncType` from `react-router-dom` instead of `string` ([#​6810](https://togithub.com/remix-run/remix/pull/6810)) - Deferred promises that return undefined/void now surface a serialization error. ([#​6793](https://togithub.com/remix-run/remix/pull/6793)) - Properly handle `?_data` HTTP/Network errors that don't reach the Remix server and ensure they bubble to the `ErrorBoundary` ([#​6783](https://togithub.com/remix-run/remix/pull/6783)) - Support proper hydration of `Error` subclasses such as `ReferenceError`/`TypeError` in development mode ([#​6675](https://togithub.com/remix-run/remix/pull/6675)) - fix router race condition for hmr ([#​6767](https://togithub.com/remix-run/remix/pull/6767)) - Avoid re-prefetching stylesheets for active routes during a revalidation ([#​6679](https://togithub.com/remix-run/remix/pull/6679)) - Add generic type for `useRouteLoaderData()` ([#​5157](https://togithub.com/remix-run/remix/pull/5157)) - Bump RR 6.14.2 ([#​6854](https://togithub.com/remix-run/remix/pull/6854)) - Updated dependencies: - [`react-router-dom@6.14.2`](https://togithub.com/remix-run/react-router/releases/tag/react-router%406.14.2) - [`@remix-run/router@1.7.2`](https://togithub.com/remix-run/react-router/blob/main/packages/router/CHANGELOG.md#172)
remix-run/remix (@​remix-run/serve) ### [`v1.19.3`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1193) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.19.2...@remix-run/serve@1.19.3) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.19.3` - `@remix-run/node@1.19.3` ### [`v1.19.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1192) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.19.1...@remix-run/serve@1.19.2) ##### Patch Changes - Install `source-map-support` ([#​7039](https://togithub.com/remix-run/remix/pull/7039)) - Updated dependencies: - `@remix-run/node@1.19.2` - `@remix-run/express@1.19.2` ### [`v1.19.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1191) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.19.0...@remix-run/serve@1.19.1) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.19.1` - `@remix-run/node@1.19.1` ### [`v1.19.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#1190) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.18.1...@remix-run/serve@1.19.0) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.19.0` - `@remix-run/express@1.19.0`

Configuration

šŸ“… Schedule: Branch creation - "before 4am 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 37bc8f9567e8f2c80f48ed6527f47388c5cc5e41
Latest deploy log https://app.netlify.com/sites/kpop-stack/deploys/64e2c2ede36e30000850301f
Deploy Preview https://deploy-preview-199--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 configuration.