sanity-io / visual-editing

https://visual-editing-studio.sanity.build
MIT License
36 stars 20 forks source link

chore(deps): update app dependencies (canary) #1844

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/css-bundle (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
@remix-run/dev (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
@remix-run/eslint-config (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
@remix-run/node (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
@remix-run/react (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
@remix-run/serve (source) ^2.12.0 -> ^2.12.1 age adoption passing confidence
astro (source) ^4.15.7 -> ^4.15.8 age adoption passing confidence
babel-plugin-react-compiler (source) 0.0.0-experimental-24ec0eb-20240918 -> 0.0.0-experimental-6067d4e-20240919 age adoption passing confidence
eslint-plugin-react-compiler (source) 0.0.0-experimental-7670337-20240918 -> 0.0.0-experimental-92aaa43-20240919 age adoption passing confidence

Release Notes

remix-run/remix (@​remix-run/css-bundle) ### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-css-bundle/CHANGELOG.md#2121) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/css-bundle@2.12.0...@remix-run/css-bundle@2.12.1) No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://redirect.github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.12.1.
remix-run/remix (@​remix-run/dev) ### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#2121) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/dev@2.12.0...@remix-run/dev@2.12.1) ##### Patch Changes - Properly abort `request.signal` during `vite dev` when the node response is closed ([#​9976](https://redirect.github.com/remix-run/remix/pull/9976)) - CSS imports with `?inline`, `?inline-css` and `?raw` are no longer incorrectly injected during SSR in development ([#​9910](https://redirect.github.com/remix-run/remix/pull/9910)) - Updated dependencies: - `@remix-run/server-runtime@2.12.1` - `@remix-run/node@2.12.1`
remix-run/remix (@​remix-run/eslint-config) ### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-eslint-config/CHANGELOG.md#2121) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/eslint-config@2.12.0...@remix-run/eslint-config@2.12.1) No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://redirect.github.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.12.1.
remix-run/remix (@​remix-run/node) ### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#2121) ##### Patch Changes - Single Fetch: Re-export `interface Future` through `@remix-run/node`/`@remix-run/cloudflare`/`@remix-run/deno` packages so that `pnpm` doesn't complain about `@remix-run/server-runtime` not being a dependency ([#​9982](https://redirect.github.com/remix-run/remix/pull/9982)) - Updated dependencies: - `@remix-run/server-runtime@2.12.1`
remix-run/remix (@​remix-run/react) ### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#2121) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/react@2.12.0...@remix-run/react@2.12.1) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.12.1`
remix-run/remix (@​remix-run/serve) ### [`v2.12.1`](https://redirect.github.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#2121) [Compare Source](https://redirect.github.com/remix-run/remix/compare/@remix-run/serve@2.12.0...@remix-run/serve@2.12.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@2.12.1` - `@remix-run/express@2.12.1`
withastro/astro (astro) ### [`v4.15.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4158) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.15.7...astro@4.15.8) ##### Patch Changes - [#​12014](https://redirect.github.com/withastro/astro/pull/12014) [`53cb41e`](https://redirect.github.com/withastro/astro/commit/53cb41e30ea5768bf33d9f6be608fb57d31b7b9e) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes an issue where component styles were not correctly included in rendered MDX - [#​12031](https://redirect.github.com/withastro/astro/pull/12031) [`8c0cae6`](https://redirect.github.com/withastro/astro/commit/8c0cae6d1bd70b332286d83d0f01cfce5272fbbe) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where the rewrite via `next(/*..*/)` inside a middleware didn't compute the new `APIContext.params` - [#​12026](https://redirect.github.com/withastro/astro/pull/12026) [`40e7a1b`](https://redirect.github.com/withastro/astro/commit/40e7a1b05d9e5ea3fcda176c9663bbcff86edb63) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Initializes the Markdown processor only when there's `.md` files - [#​12028](https://redirect.github.com/withastro/astro/pull/12028) [`d3bd673`](https://redirect.github.com/withastro/astro/commit/d3bd673392e63720e241d6a002a131a3564c169c) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Handles route collision detection only if it matches `getStaticPaths` - [#​12027](https://redirect.github.com/withastro/astro/pull/12027) [`dd3b753`](https://redirect.github.com/withastro/astro/commit/dd3b753aba6400558671d85214e27b8e4fb1654b) Thanks [@​fviolette](https://redirect.github.com/fviolette)! - Add `selected` to the list of boolean attributes - [#​12001](https://redirect.github.com/withastro/astro/pull/12001) [`9be3e1b`](https://redirect.github.com/withastro/astro/commit/9be3e1bba789af96d8b21d9c8eca8542cfb4ff77) Thanks [@​uwej711](https://redirect.github.com/uwej711)! - Remove dependency on path-to-regexp
facebook/react (babel-plugin-react-compiler) ### [`v0.0.0-experimental-6067d4e-20240919`](https://redirect.github.com/facebook/react/compare/19bd26beb689e554fceb0b929dc5199be8cba594...e740d4b14b27b4c7a21f67d20a4526a57d6729a7) [Compare Source](https://redirect.github.com/facebook/react/compare/19bd26beb689e554fceb0b929dc5199be8cba594...e740d4b14b27b4c7a21f67d20a4526a57d6729a7) ### [`v0.0.0-experimental-5f79ba2-20240815`](https://redirect.github.com/facebook/react/compare/597ad74e38b8a45c0278289f4293b9ab4433c28b...19bd26beb689e554fceb0b929dc5199be8cba594) [Compare Source](https://redirect.github.com/facebook/react/compare/597ad74e38b8a45c0278289f4293b9ab4433c28b...19bd26beb689e554fceb0b929dc5199be8cba594) ### [`v0.0.0-experimental-592953e-20240517`](https://redirect.github.com/facebook/react/compare/fa6eab58541330349480690ef4e211520cc08d94...597ad74e38b8a45c0278289f4293b9ab4433c28b) [Compare Source](https://redirect.github.com/facebook/react/compare/fa6eab58541330349480690ef4e211520cc08d94...597ad74e38b8a45c0278289f4293b9ab4433c28b) ### [`v0.0.0-experimental-52d6685-20240815`](https://redirect.github.com/facebook/react/compare/d1afcb43fd506297109c32ff462f6f659f9110ae...fa6eab58541330349480690ef4e211520cc08d94) [Compare Source](https://redirect.github.com/facebook/react/compare/d1afcb43fd506297109c32ff462f6f659f9110ae...fa6eab58541330349480690ef4e211520cc08d94) ### [`v0.0.0-experimental-4e0eccf-20240903`](https://redirect.github.com/facebook/react/compare/e56f4ae38d118168e0561f1b86ecbdef592138e4...d1afcb43fd506297109c32ff462f6f659f9110ae) [Compare Source](https://redirect.github.com/facebook/react/compare/e56f4ae38d118168e0561f1b86ecbdef592138e4...d1afcb43fd506297109c32ff462f6f659f9110ae) ### [`v0.0.0-experimental-4e0eccf-20240830`](https://redirect.github.com/facebook/react/compare/9d2da5913a58ad0d82f79b4df0852c788c2a3cc6...e56f4ae38d118168e0561f1b86ecbdef592138e4) [Compare Source](https://redirect.github.com/facebook/react/compare/9d2da5913a58ad0d82f79b4df0852c788c2a3cc6...e56f4ae38d118168e0561f1b86ecbdef592138e4) ### [`v0.0.0-experimental-4b2c386-20240808`](https://redirect.github.com/facebook/react/compare/b57d282369b3b3232d8fed537f5aaf0156430d63...9d2da5913a58ad0d82f79b4df0852c788c2a3cc6) [Compare Source](https://redirect.github.com/facebook/react/compare/b57d282369b3b3232d8fed537f5aaf0156430d63...9d2da5913a58ad0d82f79b4df0852c788c2a3cc6) ### [`v0.0.0-experimental-48eb8f4-20240822`](https://redirect.github.com/facebook/react/compare/b44263addb4c4f74cb6520c5f652b35bda24a015...b57d282369b3b3232d8fed537f5aaf0156430d63) [Compare Source](https://redirect.github.com/facebook/react/compare/b44263addb4c4f74cb6520c5f652b35bda24a015...b57d282369b3b3232d8fed537f5aaf0156430d63) ### [`v0.0.0-experimental-487cb0e-20240529`](https://redirect.github.com/facebook/react/compare/740b7c1b0af4dd411b2656fc06cbe08ea2050082...b44263addb4c4f74cb6520c5f652b35bda24a015) [Compare Source](https://redirect.github.com/facebook/react/compare/740b7c1b0af4dd411b2656fc06cbe08ea2050082...b44263addb4c4f74cb6520c5f652b35bda24a015) ### [`v0.0.0-experimental-4690415-20240515`](https://redirect.github.com/facebook/react/compare/a0e7ecfc6a7de67970456586081a373745535d02...740b7c1b0af4dd411b2656fc06cbe08ea2050082) [Compare Source](https://redirect.github.com/facebook/react/compare/a0e7ecfc6a7de67970456586081a373745535d02...740b7c1b0af4dd411b2656fc06cbe08ea2050082) ### [`v0.0.0-experimental-334f00b-20240725`](https://redirect.github.com/facebook/react/compare/3dfd5d9efb8fb56c4f602915c0e38a84b0e956db...a0e7ecfc6a7de67970456586081a373745535d02) [Compare Source](https://redirect.github.com/facebook/react/compare/3dfd5d9efb8fb56c4f602915c0e38a84b0e956db...a0e7ecfc6a7de67970456586081a373745535d02) ### [`v0.0.0-experimental-2bc6fec-20240910`](https://redirect.github.com/facebook/react/compare/e210d08180a63f42079b91acaa7f6af15eef6d32...3dfd5d9efb8fb56c4f602915c0e38a84b0e956db) [Compare Source](https://redirect.github.com/facebook/react/compare/e210d08180a63f42079b91acaa7f6af15eef6d32...3dfd5d9efb8fb56c4f602915c0e38a84b0e956db) ### [`v0.0.0-experimental-2bc6fec-20240909`](https://redirect.github.com/facebook/react/compare/5dcb009760160c085496e943f76090d98528f971...e210d08180a63f42079b91acaa7f6af15eef6d32) [Compare Source](https://redirect.github.com/facebook/react/compare/5dcb009760160c085496e943f76090d98528f971...e210d08180a63f42079b91acaa7f6af15eef6d32)
facebook/react (eslint-plugin-react-compiler) ### [`v0.0.0-experimental-92aaa43-20240919`](https://redirect.github.com/facebook/react/compare/eb3ad065a10e542eb501bcb7dba7f9617e8c363e...e740d4b14b27b4c7a21f67d20a4526a57d6729a7) [Compare Source](https://redirect.github.com/facebook/react/compare/eb3ad065a10e542eb501bcb7dba7f9617e8c363e...e740d4b14b27b4c7a21f67d20a4526a57d6729a7) ### [`v0.0.0-experimental-8e3b87c-20240822`](https://redirect.github.com/facebook/react/compare/1d989965a6aac11d71ecf28030796f5475a86642...eb3ad065a10e542eb501bcb7dba7f9617e8c363e) [Compare Source](https://redirect.github.com/facebook/react/compare/1d989965a6aac11d71ecf28030796f5475a86642...eb3ad065a10e542eb501bcb7dba7f9617e8c363e) ### [`v0.0.0-experimental-8e3b87c-20240821`](https://redirect.github.com/facebook/react/compare/a960b92cb93e7d006e5e8de850f9b8b51f655c90...1d989965a6aac11d71ecf28030796f5475a86642) [Compare Source](https://redirect.github.com/facebook/react/compare/a960b92cb93e7d006e5e8de850f9b8b51f655c90...1d989965a6aac11d71ecf28030796f5475a86642) ### [`v0.0.0-experimental-8e3b87c-20240819`](https://redirect.github.com/facebook/react/compare/a03254bc60b06c535c37e43c53b1fd40757b2ef4...a960b92cb93e7d006e5e8de850f9b8b51f655c90) [Compare Source](https://redirect.github.com/facebook/react/compare/a03254bc60b06c535c37e43c53b1fd40757b2ef4...a960b92cb93e7d006e5e8de850f9b8b51f655c90) ### [`v0.0.0-experimental-8d8bd53-20240905`](https://redirect.github.com/facebook/react/compare/4c58fce7777f2760f4a93091ca4fca0e3fc2f48c...a03254bc60b06c535c37e43c53b1fd40757b2ef4) [Compare Source](https://redirect.github.com/facebook/react/compare/4c58fce7777f2760f4a93091ca4fca0e3fc2f48c...a03254bc60b06c535c37e43c53b1fd40757b2ef4) ### [`v0.0.0-experimental-8d8bd53-20240904`](https://redirect.github.com/facebook/react/compare/5dcb009760160c085496e943f76090d98528f971...4c58fce7777f2760f4a93091ca4fca0e3fc2f48c) [Compare Source](https://redirect.github.com/facebook/react/compare/5dcb009760160c085496e943f76090d98528f971...4c58fce7777f2760f4a93091ca4fca0e3fc2f48c)

Configuration

๐Ÿ“… Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, 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 using a curated preset maintained by Sanity. View repository job log here

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
live-visual-editing-next โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-astro โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-next โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-next-with-i18n โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-nuxt โŒ Failed (Inspect) Sep 19, 2024 4:26pm
visual-editing-page-builder-demo โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-remix โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-storybook โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-studio โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
visual-editing-svelte โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Sep 19, 2024 4:26pm
socket-security[bot] commented 1 week ago

New and removed dependencies detected. Learn more about Socket for GitHub โ†—๏ธŽ

Package New capabilities Transitives Size Publisher
npm/@remix-run/eslint-config@2.12.1 Transitive: environment, eval, filesystem, shell, unsafe +245 32.6 MB mjackson
npm/@remix-run/node@2.12.1 Transitive: environment, eval, filesystem, network +44 16.1 MB chancestrickland, mjackson
npm/astro@4.15.8 Transitive: environment, eval, filesystem, network, shell, unsafe +310 57.3 MB fredkschott, matthewp, natemoo-re
npm/babel-plugin-react-compiler@0.0.0-experimental-6067d4e-20240919 Transitive: environment +32 12.1 MB react-bot

๐Ÿšฎ Removed packages: npm/@remix-run/eslint-config@2.12.0, npm/astro@4.15.7, npm/babel-plugin-react-compiler@0.0.0-experimental-24ec0eb-20240918

View full reportโ†—๏ธŽ