kineticio / runnable

Build internal workflows with ease
https://getrunnable.com/
77 stars 4 forks source link

chore(deps): update all non-major dependencies #4

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
@babel/core (source) ^7.20.2 -> ^7.20.5 age adoption passing confidence
@chakra-ui/icons ^2.0.12 -> ^2.0.13 age adoption passing confidence
@chakra-ui/react (source) ^2.4.1 -> ^2.4.3 age adoption passing confidence
@chakra-ui/styled-system ^2.3.5 -> ^2.4.0 age adoption passing confidence
@chakra-ui/system ^2.3.3 -> ^2.3.4 age adoption passing confidence
@iconify-json/fa ^1.1.2 -> ^1.1.3 age adoption passing confidence
@iconify/react (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence
@remix-run/dev (source) ^1.7.6 -> ^1.8.2 age adoption passing confidence
@remix-run/eslint-config ^1.7.6 -> ^1.8.2 age adoption passing confidence
@remix-run/express ^1.7.6 -> ^1.8.2 age adoption passing confidence
@remix-run/node ^1.7.6 -> ^1.8.2 age adoption passing confidence
@remix-run/react ^1.7.6 -> ^1.8.2 age adoption passing confidence
@remix-run/serve ^1.7.6 -> ^1.8.2 age adoption passing confidence
@remix-run/server-runtime ^1.7.6 -> ^1.8.2 age adoption passing confidence
@rollup/plugin-commonjs (source) ^23.0.2 -> ^23.0.4 age adoption passing confidence
@rollup/plugin-json (source) ^5.0.1 -> ^5.0.2 age adoption passing confidence
@​runnablejs/app ^0.3.11 -> ^0.3.13 age adoption passing confidence
@types/jest (source) 29.2.3 -> 29.2.4 age adoption passing confidence
@types/node (source) ^18.11.9 -> ^18.11.13 age adoption passing confidence
@types/react (source) ^18.0.25 -> ^18.0.26 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.43.0 -> ^5.46.0 age adoption passing confidence
@typescript-eslint/parser ^5.43.0 -> ^5.46.0 age adoption passing confidence
esbuild 0.15.14 -> 0.16.4 age adoption passing confidence
eslint (source) ^8.28.0 -> ^8.29.0 age adoption passing confidence
eslint (source) 8.28.0 -> 8.29.0 age adoption passing confidence
framer-motion ^7.6.7 -> ^7.7.0 age adoption passing confidence
lint-staged ^13.0.3 -> ^13.1.0 age adoption passing confidence
pnpm (source) 7.12.0 -> 7.18.2 age adoption passing confidence
pnpm (source) 7.16.1 -> 7.18.2 age adoption passing confidence
prettier (source) ^2.7.1 -> ^2.8.1 age adoption passing confidence
rollup (source) ^3.3.0 -> ^3.7.3 age adoption passing confidence
tsconfig-paths ^4.1.0 -> ^4.1.1 age adoption passing confidence
typescript (source) ^4.9.3 -> ^4.9.4 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.29 -> ^1.0.0-alpha.31 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

babel/babel ### [`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#​15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@​davydof](https://togithub.com/davydof)) - [#​15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#​15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#​15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#​15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator` - [#​15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-parser` - [#​15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@​JLHwung](https://togithub.com/JLHwung))
chakra-ui/chakra-ui (@​chakra-ui/icons) ### [`v2.0.13`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/icons/CHANGELOG.md#​2013) ##### Patch Changes - Updated dependencies \[[`8c2af79fa`](https://togithub.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95)]: - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.13
chakra-ui/chakra-ui (@​chakra-ui/react) ### [`v2.4.3`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​243) ##### Patch Changes - Updated dependencies \[[`4dbfc1a11`](https://togithub.com/chakra-ui/chakra-ui/commit/4dbfc1a115a2fce51b29f3fd3baa3a823b3e359d), [`43aba8ac8`](https://togithub.com/chakra-ui/chakra-ui/commit/43aba8ac88dc729b17ae7474b42f82642fe5a15f), [`1025a88eb`](https://togithub.com/chakra-ui/chakra-ui/commit/1025a88eb428adea2797c57a756ea513a6d50762), [`8cfdb799e`](https://togithub.com/chakra-ui/chakra-ui/commit/8cfdb799eb0d407a25dd10bbd850cadd340c79dd)]: - [@​chakra-ui/modal](https://togithub.com/chakra-ui/modal)[@​2](https://togithub.com/2).2.5 - [@​chakra-ui/portal](https://togithub.com/chakra-ui/portal)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/skeleton](https://togithub.com/chakra-ui/skeleton)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/slider](https://togithub.com/chakra-ui/slider)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/card](https://togithub.com/chakra-ui/card)[@​2](https://togithub.com/2).1.2 - [@​chakra-ui/progress](https://togithub.com/chakra-ui/progress)[@​2](https://togithub.com/2).1.2 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/menu](https://togithub.com/chakra-ui/menu)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/tabs](https://togithub.com/chakra-ui/tabs)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/tooltip](https://togithub.com/chakra-ui/tooltip)[@​2](https://togithub.com/2).2.3 - [@​chakra-ui/provider](https://togithub.com/chakra-ui/provider)[@​2](https://togithub.com/2).0.25 - [@​chakra-ui/toast](https://togithub.com/chakra-ui/toast)[@​4](https://togithub.com/4).0.5 - [@​chakra-ui/table](https://togithub.com/chakra-ui/table)[@​2](https://togithub.com/2).0.12 ### [`v2.4.2`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​242) ##### Patch Changes - [#​6997](https://togithub.com/chakra-ui/chakra-ui/pull/6997) [`4d5501b82`](https://togithub.com/chakra-ui/chakra-ui/commit/4d5501b82b6fe215f1a7d205250325c0a2221337) Thanks [@​anubra266](https://togithub.com/anubra266)! - Add `ChakraBaseProvider`, a minimal version of `ChakraProvider` that supplies just the theme tokens, and ignores components. Historically, one of the biggest causes of the large initial JS payload is the size of the component themes. With this approach, you get to apply the theme for just the component you need by using `extendBaseTheme`. > Base theme refers to the minimal theme for just the design tokens ```jsx live=false import { ChakraBaseProvider, extendBaseTheme } from "@​chakra-ui/react" import { Button } from "@​chakra-ui/theme/components" const theme = extendBaseTheme({ components: { Button, }, }) function App() { return ( ) } ``` - Updated dependencies \[[`eb3bfe66d`](https://togithub.com/chakra-ui/chakra-ui/commit/eb3bfe66d3aecc8cf46f29ef08dc748afb83f781), [`4d5501b82`](https://togithub.com/chakra-ui/chakra-ui/commit/4d5501b82b6fe215f1a7d205250325c0a2221337), [`1a4dad7a4`](https://togithub.com/chakra-ui/chakra-ui/commit/1a4dad7a4f15e24e0f529b8f8277346d0399c3fc), [`f84891b10`](https://togithub.com/chakra-ui/chakra-ui/commit/f84891b103c1b666f660018442fd92151e3ea868), [`eb82598c2`](https://togithub.com/chakra-ui/chakra-ui/commit/eb82598c27e97d0e7a77412d3ecc95918a2b73fa), [`9e3d91fd7`](https://togithub.com/chakra-ui/chakra-ui/commit/9e3d91fd73b1cadc14f98b6c834c0e6faf134bd2), [`dcc23d1e2`](https://togithub.com/chakra-ui/chakra-ui/commit/dcc23d1e24d518daf2ddaeef1180b0b7143c3e79), [`8c2af79fa`](https://togithub.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95), [`36ac52021`](https://togithub.com/chakra-ui/chakra-ui/commit/36ac520213d42e379857aa421240fc85e3b71523), [`bf7704112`](https://togithub.com/chakra-ui/chakra-ui/commit/bf7704112ebb2aba675084706c8364a755ad10e3)]: - [@​chakra-ui/styled-system](https://togithub.com/chakra-ui/styled-system)[@​2](https://togithub.com/2).4.0 - [@​chakra-ui/theme](https://togithub.com/chakra-ui/theme)[@​2](https://togithub.com/2).2.2 - [@​chakra-ui/theme-utils](https://togithub.com/chakra-ui/theme-utils)[@​2](https://togithub.com/2).0.5 - [@​chakra-ui/menu](https://togithub.com/chakra-ui/menu)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/button](https://togithub.com/chakra-ui/button)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/radio](https://togithub.com/chakra-ui/radio)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.13 - [@​chakra-ui/slider](https://togithub.com/chakra-ui/slider)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/toast](https://togithub.com/chakra-ui/toast)[@​4](https://togithub.com/4).0.4 - [@​chakra-ui/system](https://togithub.com/chakra-ui/system)[@​2](https://togithub.com/2).3.4 - [@​chakra-ui/media-query](https://togithub.com/chakra-ui/media-query)[@​3](https://togithub.com/3).2.8 - [@​chakra-ui/skeleton](https://togithub.com/chakra-ui/skeleton)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/card](https://togithub.com/chakra-ui/card)[@​2](https://togithub.com/2).1.1 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/number-input](https://togithub.com/chakra-ui/number-input)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/popover](https://togithub.com/chakra-ui/popover)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/portal](https://togithub.com/chakra-ui/portal)[@​2](https://togithub.com/2).0.11 - [@​chakra-ui/table](https://togithub.com/chakra-ui/table)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/tooltip](https://togithub.com/chakra-ui/tooltip)[@​2](https://togithub.com/2).2.2 - [@​chakra-ui/alert](https://togithub.com/chakra-ui/alert)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/checkbox](https://togithub.com/chakra-ui/checkbox)[@​2](https://togithub.com/2).2.5 - [@​chakra-ui/close-button](https://togithub.com/chakra-ui/close-button)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/form-control](https://togithub.com/chakra-ui/form-control)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/layout](https://togithub.com/chakra-ui/layout)[@​2](https://togithub.com/2).1.11 - [@​chakra-ui/stat](https://togithub.com/chakra-ui/stat)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/tag](https://togithub.com/chakra-ui/tag)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/editable](https://togithub.com/chakra-ui/editable)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/modal](https://togithub.com/chakra-ui/modal)[@​2](https://togithub.com/2).2.4 - [@​chakra-ui/popper](https://togithub.com/chakra-ui/popper)[@​3](https://togithub.com/3).0.10 - [@​chakra-ui/avatar](https://togithub.com/chakra-ui/avatar)[@​2](https://togithub.com/2).2.1 - [@​chakra-ui/breadcrumb](https://togithub.com/chakra-ui/breadcrumb)[@​2](https://togithub.com/2).1.1 - [@​chakra-ui/control-box](https://togithub.com/chakra-ui/control-box)[@​2](https://togithub.com/2).0.11 - [@​chakra-ui/image](https://togithub.com/chakra-ui/image)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/input](https://togithub.com/chakra-ui/input)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/pin-input](https://togithub.com/chakra-ui/pin-input)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/progress](https://togithub.com/chakra-ui/progress)[@​2](https://togithub.com/2).1.1 - [@​chakra-ui/provider](https://togithub.com/chakra-ui/provider)[@​2](https://togithub.com/2).0.24 - [@​chakra-ui/select](https://togithub.com/chakra-ui/select)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/spinner](https://togithub.com/chakra-ui/spinner)[@​2](https://togithub.com/2).0.11 - [@​chakra-ui/switch](https://togithub.com/chakra-ui/switch)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/tabs](https://togithub.com/chakra-ui/tabs)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/textarea](https://togithub.com/chakra-ui/textarea)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/visually-hidden](https://togithub.com/chakra-ui/visually-hidden)[@​2](https://togithub.com/2).0.13
chakra-ui/chakra-ui (@​chakra-ui/styled-system) ### [`v2.4.0`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/CHANGELOG.md#November-14-2022-v240-changelogv240mdx) [Compare Source](https://togithub.com/chakra-ui/chakra-ui/compare/@chakra-ui/styled-system@2.3.5...@chakra-ui/styled-system@2.4.0)
remix-run/remix (@​remix-run/dev) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.8.1...@remix-run/dev@1.8.2) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.8.2` - `@remix-run/serve@1.8.2` ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.8.0...@remix-run/dev@1.8.1) ##### Patch Changes - Added a missing type definition for the Remix config `future` option to the `@remix-run/dev/server-build` virtual module ([#​4771](https://togithub.com/remix-run/remix/pull/4771)) - Updated dependencies: - `@remix-run/serve@1.8.1` - `@remix-run/server-runtime@1.8.1` ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@1.7.6...@remix-run/dev@1.8.0) ##### Minor Changes - Added support for a new route `meta` API to handle arrays of tags instead of an object. For details, check out the [RFC](https://togithub.com/remix-run/remix/discussions/4462). ([#​4610](https://togithub.com/remix-run/remix/pull/4610)) ##### Patch Changes - Importing functions and types from the `remix` package is deprecated, and all exported modules will be removed in the next major release. For more details,[see the release notes for 1.4.0](https://togithub.com/remix-run/remix/releases/tag/v1.4.0) where these changes were first announced. ([#​4661](https://togithub.com/remix-run/remix/pull/4661)) - Updated dependencies: - `@remix-run/server-runtime@1.8.0` - `@remix-run/serve@1.8.0`
remix-run/remix (@​remix-run/eslint-config) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.8.1...@remix-run/eslint-config@1.8.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.8.2) for an overview of all changes in v1.8.2. ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.8.0...@remix-run/eslint-config@1.8.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.8.1) for an overview of all changes in v1.8.1. ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/eslint-config@1.7.6...@remix-run/eslint-config@1.8.0) ##### Patch Changes - Replace references to the old `migrate` command with the new `codemod` command ([#​4646](https://togithub.com/remix-run/remix/pull/4646))
remix-run/remix (@​remix-run/express) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-express/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/express@1.8.1...@remix-run/express@1.8.2) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.8.2` ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-express/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/express@1.8.0...@remix-run/express@1.8.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.8.1` ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-express/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/express@1.7.6...@remix-run/express@1.8.0) ##### Patch Changes - Updated dependencies: - `@remix-run/node@1.8.0`
remix-run/remix (@​remix-run/node) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.8.1...@remix-run/node@1.8.2) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.8.2` ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.8.0...@remix-run/node@1.8.1) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@1.8.1` ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@1.7.6...@remix-run/node@1.8.0) ##### Minor Changes - Importing functions and types from the `remix` package is deprecated, and all ([#​3284](https://togithub.com/remix-run/remix/pull/3284)) exported modules will be removed in the next major release. For more details, [see the release notes for 1.4.0](https://togithub.com/remix-run/remix/releases/tag/v1.4.0) where these changes were first announced. ##### Patch Changes - Update `@remix-run/web-fetch`. This addresses two bugs: ([#​4644](https://togithub.com/remix-run/remix/pull/4644)) - It fixes a memory leak caused by unregistered listeners - It adds support for custom `"credentials"` values (Remix does nothing with these at the moment, but they pass through for the consumer of the request to access if needed) - Updated dependencies: - `@remix-run/server-runtime@1.8.0`
remix-run/remix (@​remix-run/react) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.8.1...@remix-run/react@1.8.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.8.2) for an overview of all changes in v1.8.2. ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.8.0...@remix-run/react@1.8.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.8.1) for an overview of all changes in v1.8.1. ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@1.7.6...@remix-run/react@1.8.0) ##### Minor Changes - Importing functions and types from the `remix` package is deprecated, and all ([#​3284](https://togithub.com/remix-run/remix/pull/3284)) exported modules will be removed in the next major release. For more details, [see the release notes for 1.4.0](https://togithub.com/remix-run/remix/releases/tag/v1.4.0) where these changes were first announced. - Added support for a new route `meta` API to handle arrays of tags instead of an object. For details, check out the [RFC](https://togithub.com/remix-run/remix/discussions/4462). ([#​4610](https://togithub.com/remix-run/remix/pull/4610)) ##### Patch Changes - Ensure route modules are loaded even in failure cases. This addresses a long standing issue where you would end up in your root catch boundary if a form transition to another route threw. This no longer occurs, and you end up in the contextual boundary you'd expect. ([#​4611](https://togithub.com/remix-run/remix/pull/4611))
remix-run/remix (@​remix-run/serve) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.8.1...@remix-run/serve@1.8.2) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.8.2` ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.8.0...@remix-run/serve@1.8.1) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.8.1` ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@1.7.6...@remix-run/serve@1.8.0) ##### Patch Changes - Updated dependencies: - `@remix-run/express@1.8.0`
remix-run/remix (@​remix-run/server-runtime) ### [`v1.8.2`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-server-runtime/CHANGELOG.md#​182) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/server-runtime@1.8.1...@remix-run/server-runtime@1.8.2) ##### Patch Changes - Remove `instanceof Response` checks in favor of `isResponse` ([#​4782](https://togithub.com/remix-run/remix/pull/4782)) - Fix performance regression with creation of `@remix-run/router` static handler ([#​4790](https://togithub.com/remix-run/remix/pull/4790)) - Update dependency for `@remix-run/router` to `v1.0.5` ([`bd84a9317`](https://togithub.com/remix-run/remix/commit/bd84a931770a6b5e20c2f21839b4322023432b25)) ### [`v1.8.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-server-runtime/CHANGELOG.md#​181) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/server-runtime@1.8.0...@remix-run/server-runtime@1.8.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.8.1) for an overview of all changes in v1.8.1. ### [`v1.8.0`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-server-runtime/CHANGELOG.md#​180) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/server-runtime@1.7.6...@remix-run/server-runtime@1.8.0) ##### Minor Changes - We have been busy at work [Layering Remix on top of React Router 6.4](https://togithub.com/remix-run/remix/blob/main/decisions/0007-remix-on-react-router-6-4-0.md) and are excited to be releasing step 1 in this process that consists of performing all server-side data fetches/mutations through the new framework agnostic `@remix-run/router`. Server- and client-side rendering are still done the same as before, and will be updated in subsequent releases. ([#​4612](https://togithub.com/remix-run/remix/pull/4612)) - Importing functions and types from the `remix` package is deprecated, and all ([#​3284](https://togithub.com/remix-run/remix/pull/3284)) exported modules will be removed in the next major release. For more details, [see the release notes for 1.4.0](https://togithub.com/remix-run/remix/releases/tag/v1.4.0) where these changes were first announced. - Added support for a new route `meta` API to handle arrays of tags instead of an object. For details, check out the [RFC](https://togithub.com/remix-run/remix/discussions/4462). ([#​4610](https://togithub.com/remix-run/remix/pull/4610)) ##### Patch Changes - Properly categorize internal framework-thrown error Responses as error boundary errors ([#​4385](https://togithub.com/remix-run/remix/pull/4385)) Previously there was some ambiguity around *"thrown Responses go to the `CatchBoundary`"*. The `CatchBoundary` exists to give the *user* a place to handle non-happy path code flows such that they can throw `Response` instances from *their own code* and handle them in a `CatchBoundary`. However, there are a handful of framework-internal errors that make sense to have a non-500 status code, and the fact that these were being thrown as `Response` instances was causing them to go into the `CatchBoundary`, even though they were not user-thrown. With this change, anything thrown by the framework itself (`Error` or `Response`) will go to the `ErrorBoundary`, and any user-thrown `Response` instances will go to the `CatchBoundary`. There is one exception to this rule, which is that framework-detected 404's will continue to go to the `CatchBoundary` since users should have one single location to handle 404 displays. The primary affected use cases are scenarios such as: - HTTP `OPTIONS` requests (405 Unsupported Method ) - `GET` requests to routes without loaders (400 Bad Request) - `POST` requests to routes without actions (405 Method Not Allowed) - Missing route id in `_data` parameters (403 Forbidden) - Non-matching route id included in `_data` parameters (403 Forbidden)
rollup/plugins (@​rollup/plugin-commonjs) ### [`v23.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2304) [Compare Source](https://togithub.com/rollup/plugins/compare/2114cf7c1ce269100c692cb06377d90cecd73fdb...2fa3c8f135424ac8fa674c94d801831f07b6bfd2) *2022-12-07* ##### Bugfixes - fix: declaration tag [@​default](https://togithub.com/default) for ignoreTryCatch + fix some typos [#​1370](https://togithub.com/rollup/plugins/pull/1370) ### [`v23.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2303) [Compare Source](https://togithub.com/rollup/plugins/compare/2eba65cb0efa5c1696b91a0aabba3ca5ffc3106d...2114cf7c1ce269100c692cb06377d90cecd73fdb) *2022-11-27* ##### Bugfixes - fix: correctly wrap a default class export from cjs module [#​1350](https://togithub.com/rollup/plugins/pull/1350)
rollup/plugins (@​rollup/plugin-json) ### [`v5.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/json/CHANGELOG.md#v502) [Compare Source](https://togithub.com/rollup/plugins/compare/55ceae39b6c4db0467674e3c3038aa4f753429d2...87de3f50a553649806fc2a69343876ba34b499a2) *2022-11-27* ##### Updates - docs: correct minimatch to picomatch [#​1332](https://togithub.com/rollup/plugins/pull/1332)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) ##### Bug Fixes - **eslint-plugin:** \[ban-types] update message to suggest `object` instead of `Record` ([#​6079](https://togithub.com/typescript-eslint/typescript-eslint/issues/6079)) ([d91a5fc](https://togithub.com/typescript-eslint/typescript-eslint/commit/d91a5fc41be5bc2a0625574e9c9496f61fb7471d)) ##### Features - **eslint-plugin:** \[prefer-nullish-coalescing] logic and test for strict null checks ([#​6174](https://togithub.com/typescript-eslint/typescript-eslint/issues/6174)) ([8a91cbd](https://togithub.com/typescript-eslint/typescript-eslint/commit/8a91cbd9fbe5bc4cf750cd949d2b8d48ff4c311d)) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **eslint-plugin:** \[keyword-spacing] unexpected space before/after in `import type` ([#​6095](https://togithub.com/typescript-eslint/typescript-eslint/issues/6095)) ([98caa92](https://togithub.com/typescript-eslint/typescript-eslint/commit/98caa92ca89bdf0ca6ba6e4ff1f13c60221579e8)) - **eslint-plugin:** \[no-shadow] add call and method signatures to `ignoreFunctionTypeParameterNameValueShadow` ([#​6129](https://togithub.com/typescript-eslint/typescript-eslint/issues/6129)) ([9d58b6b](https://togithub.com/typescript-eslint/typescript-eslint/commit/9d58b6be246507d20af67c84a5e9bb592d97cff5)) - **eslint-plugin:** \[prefer-optional-chain] collect MetaProperty type ([#​6083](https://togithub.com/typescript-eslint/typescript-eslint/issues/6083)) ([d7114d3](https://togithub.com/typescript-eslint/typescript-eslint/commit/d7114d3ab09d1b93627d3b3dbb9862e37ee29c97)) - **eslint-plugin:** \[sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer ([#​6118](https://togithub.com/typescript-eslint/typescript-eslint/issues/6118)) ([5d49d5d](https://togithub.com/typescript-eslint/typescript-eslint/commit/5d49d5dbee4425fc8bc01c5e748d161f3619477b)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 1 year ago

Deploy Preview for golden-baklava-0f7e0d failed.

Name Link
Latest commit ab97afd1d7ab12c617239615e2003bd121c2ffb0
Latest deploy log https://app.netlify.com/sites/golden-baklava-0f7e0d/deploys/6397482656401c000809045f