Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
template-astro-clean | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2023 10:26am |
template-astro-clean-studio | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2023 10:26am |
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
@sanity/eslint-config-studio | 2.0.2...2.0.4 | None | +11/-36 |
7.14 MB | sanity-io |
eslint | 8.44.0...8.47.0 | None | +6/-26 |
3.97 MB | eslintbot |
prettier-plugin-astro | 0.10.0...0.11.0 | None | +0/-1 |
104 kB | fredkschott |
🚮 Removed packages: @sanity/types@3.14.1, @sanity/vision@3.14.1, astro@2.8.0, autoprefixer@10.4.14, groq@3.14.1, sanity@3.14.1
This PR contains the following updates:
^2.0.2
->^2.0.5
^2.0.1
->^2.0.4
^3.7.1
->^3.15.1
3.14.1
->3.15.1
^18.0.25
->^18.2.20
2.8.0
->2.10.7
10.4.14
->10.4.15
^8.6.0
->^8.47.0
3.14.1
->3.15.1
^2.8.4
->^2.8.8
^0.10.0
->^0.11.0
3.14.1
->3.15.1
^5.0.2
->^5.1.6
Release Notes
sanity-io/eslint-config-studio (@sanity/eslint-config-studio)
### [`v2.0.4`](https://togithub.com/sanity-io/eslint-config-studio/blob/HEAD/CHANGELOG.md#204-2023-07-07) [Compare Source](https://togithub.com/sanity-io/eslint-config-studio/compare/v2.0.3...v2.0.4) ##### Bug Fixes - add missing file ([f743e5d](https://togithub.com/sanity-io/eslint-config-studio/commit/f743e5df708e64ed223edd04490943b7870396e1)) ### [`v2.0.3`](https://togithub.com/sanity-io/eslint-config-studio/blob/HEAD/CHANGELOG.md#203-2023-07-07) [Compare Source](https://togithub.com/sanity-io/eslint-config-studio/compare/v2.0.2...v2.0.3) ##### Bug Fixes - don't publish junk files ([f9ae386](https://togithub.com/sanity-io/eslint-config-studio/commit/f9ae386729ca36b865a703c7c8acc008057638be))sanity-io/sanity (@sanity/types)
### [`v3.15.1`](https://togithub.com/sanity-io/sanity/releases/tag/v3.15.1) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.15.0...v3.15.1) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ##### 🐛 Notable bugfixes - Fixes an issue where package managers were pulling wrong version of the `get-it` package which is a sub-dependency of the `@sanity/client` package - Fixes an issue that would sometimes cause document lists to not refresh properly after adding or removing a document - Fixes issues where timeouts were being cancelled (thanks [@balexand](https://togithub.com/balexand)!) - Fixes an issue where certain GROQ-filters used for access control rules would crash the studio ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Bjørge Næss | chore: upgrade typescript to 5.x ([#4809](https://togithub.com/sanity-io/sanity/issues/4809)) | [`f7d7b8b`](https://togithub.com/sanity-io/sanity/commit/f7d7b8b747) Cody Olsen | fix: ensure `@sanity/client` pulls in the right `get-it` version ([#4811](https://togithub.com/sanity-io/sanity/issues/4811)) | [`41662a3`](https://togithub.com/sanity-io/sanity/commit/41662a3cc0) Bjørge Næss | fix: delay refetching for listener events arriving with visibility != query ([#4795](https://togithub.com/sanity-io/sanity/issues/4795)) | [`d06b0e0`](https://togithub.com/sanity-io/sanity/commit/d06b0e0a6d) Brian Alexander | fix(core): timeouts randomly being cancelled ([#4815](https://togithub.com/sanity-io/sanity/issues/4815)) | [`390c8e5`](https://togithub.com/sanity-io/sanity/commit/390c8e5d25) Espen Hovlandsdal | fix(core): parenthesis around GROQ-filters crashing ACL checks ([#4820](https://togithub.com/sanity-io/sanity/issues/4820)) | [`281ac7a`](https://togithub.com/sanity-io/sanity/commit/281ac7a25a) ### [`v3.15.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.15.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.5...v3.15.0) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ##### ✨ Highlights - Adds new `token` login method for rare cases when the more secure cookie approach is not viable/wanted - Enables specifying authentication options using an object instead of `createAuthStore()` - Adds new `is_defined` filter to GraphQL APIs, mirroring the `defined()` function in GROQ. GraphQL APIs will have to be re-deployed to enable the new filter. ##### 🐛 Notable bugfixes - Improves performance when fetching projects list as part of the `sanity init` CLI command - Fixes an issue that would give intermittent validation errors for valid string values when using a regex with global flag - Fixes an issue where references to undeclared document types would never load - Improves error UIs for reference values - Improves the changes pane to show path line and change indicator correctly for the following field types: - Array of strings (`array` of type `string`) - Array of tags (`array` of type `string` with `layout: 'tags'`) - Array of strings (`array` of type `string` with `options.list`) - Array of emails (`array` of type `email`) ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | feat(auth): allow using explicit `token` mode for authentication ([#4772](https://togithub.com/sanity-io/sanity/issues/4772)) | [`ccfe3e7`](https://togithub.com/sanity-io/sanity/commit/ccfe3e76b1) Binoy Patel | chore(deps): remove unused typedoc dependency ([#4771](https://togithub.com/sanity-io/sanity/issues/4771)) | [`35a14fc`](https://togithub.com/sanity-io/sanity/commit/35a14fc191) renovate\[bot] | chore(deps): update dependency esbuild-register to ^3.4.2 ([#4759](https://togithub.com/sanity-io/sanity/issues/4759)) | [`1066301`](https://togithub.com/sanity-io/sanity/commit/1066301952) renovate\[bot] | chore(deps): update dependency [@vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) to ^4.0.4 ([#4757](https://togithub.com/sanity-io/sanity/issues/4757)) | [`76f7eda`](https://togithub.com/sanity-io/sanity/commit/76f7eda338) renovate\[bot] | chore(deps): update dependency vite to ^4.4.8 ([#4762](https://togithub.com/sanity-io/sanity/issues/4762)) | [`eda3446`](https://togithub.com/sanity-io/sanity/commit/eda344628b) renovate\[bot] | chore(deps): update dependency rxjs to ^7.8.1 ([#4760](https://togithub.com/sanity-io/sanity/issues/4760)) | [`aefd3fc`](https://togithub.com/sanity-io/sanity/commit/aefd3fcf1b) renovate\[bot] | fix(deps): update dependency esbuild to v0.18.17 ([#4766](https://togithub.com/sanity-io/sanity/issues/4766)) | [`d39a4a3`](https://togithub.com/sanity-io/sanity/commit/d39a4a3fc3) renovate\[bot] | chore(deps): update dependency styled-components to ^5.3.11 ([#4761](https://togithub.com/sanity-io/sanity/issues/4761)) | [`7bec1e7`](https://togithub.com/sanity-io/sanity/commit/7bec1e7362) renovate\[bot] | chore(deps): update dessant/lock-threads action to v4.0.1 ([#4763](https://togithub.com/sanity-io/sanity/issues/4763)) | [`c42ee06`](https://togithub.com/sanity-io/sanity/commit/c42ee0631b) renovate\[bot] | chore(deps): update peter-evans/create-pull-request digest to [`1534078`](https://togithub.com/sanity-io/sanity/commit/1534078) ([#4753](https://togithub.com/sanity-io/sanity/issues/4753)) | [`10f5672`](https://togithub.com/sanity-io/sanity/commit/10f56727d1) renovate\[bot] | chore(deps): update dependency esbuild to ^0.18.17 ([#4758](https://togithub.com/sanity-io/sanity/issues/4758)) | [`9284c4a`](https://togithub.com/sanity-io/sanity/commit/9284c4a226) Espen Hovlandsdal | chore(deps): update dependency [@sanity/client](https://togithub.com/sanity/client) to v6.3.0 | [`cc5d0c2`](https://togithub.com/sanity-io/sanity/commit/cc5d0c2bed) Espen Hovlandsdal | fix(cli): improve performance of projects list | [`c0a7911`](https://togithub.com/sanity-io/sanity/commit/c0a7911827) github-actions | chore(deps): dedupe yarn.lock | [`d221922`](https://togithub.com/sanity-io/sanity/commit/d22192252d) Bjørge Næss | fix(validation): reset regex state between validation checks ([#4777](https://togithub.com/sanity-io/sanity/issues/4777)) | [`4b7d80c`](https://togithub.com/sanity-io/sanity/commit/4b7d80cf99) Espen Hovlandsdal | feat(auth): allow specifying options without createAuthStore() ([#4773](https://togithub.com/sanity-io/sanity/issues/4773)) | [`d9a88a5`](https://togithub.com/sanity-io/sanity/commit/d9a88a5521) Michael | feat(graphql): adds is_defined filter ([#4767](https://togithub.com/sanity-io/sanity/issues/4767)) | [`1b23692`](https://togithub.com/sanity-io/sanity/commit/1b236922df) Michael | chore: graphql cli to use latest API version ([#4769](https://togithub.com/sanity-io/sanity/issues/4769)) | [`c559d5f`](https://togithub.com/sanity-io/sanity/commit/c559d5f07b) Espen Hovlandsdal | fix(cli): correct URL for the `sanity manage` command ([#4783](https://togithub.com/sanity-io/sanity/issues/4783)) | [`12af996`](https://togithub.com/sanity-io/sanity/commit/12af996b85) Bjørge Næss | fix(form): move availability checks to reference value preview ([#4768](https://togithub.com/sanity-io/sanity/issues/4768)) | [`f48430c`](https://togithub.com/sanity-io/sanity/commit/f48430ccce) Bjørge Næss | fix(form): improve message when reference points to undeclared document type ([#4768](https://togithub.com/sanity-io/sanity/issues/4768)) | [`366a9f1`](https://togithub.com/sanity-io/sanity/commit/366a9f1d86) Bjørge Næss | fix(form): improve microcopy of reference strength mismatch warning ([#4768](https://togithub.com/sanity-io/sanity/issues/4768)) | [`b1c0856`](https://togithub.com/sanity-io/sanity/commit/b1c0856e54) renovate\[bot] | chore(deps): update dependency [@sanity/uuid](https://togithub.com/sanity/uuid) to ^3.0.2 ([#4789](https://togithub.com/sanity-io/sanity/issues/4789)) | [`3f30312`](https://togithub.com/sanity-io/sanity/commit/3f30312c4b) renovate\[bot] | chore(deps): update dependency [@sanity/pkg-utils](https://togithub.com/sanity/pkg-utils) to ^2.3.10 ([#4785](https://togithub.com/sanity-io/sanity/issues/4785)) | [`0526a42`](https://togithub.com/sanity-io/sanity/commit/0526a429b3) renovate\[bot] | chore(lockfile): update dependency sanity-plugin-mux-input to v2.2.1 ([#4792](https://togithub.com/sanity-io/sanity/issues/4792)) | [`c036f1d`](https://togithub.com/sanity-io/sanity/commit/c036f1d667) renovate\[bot] | chore(deps): update dependency [@sanity/client](https://togithub.com/sanity/client) to ^6.4.0 ([#4791](https://togithub.com/sanity-io/sanity/issues/4791)) | [`d336fbe`](https://togithub.com/sanity-io/sanity/commit/d336fbebab) renovate\[bot] | chore(deps): update dependency [@sanity/ui-workshop](https://togithub.com/sanity/ui-workshop) to ^1.2.9 ([#4787](https://togithub.com/sanity-io/sanity/issues/4787)) | [`dd595cd`](https://togithub.com/sanity-io/sanity/commit/dd595cdacb) renovate\[bot] | chore(deps): update dependency [@sanity/ui](https://togithub.com/sanity/ui) to ^1.7.4 ([#4786](https://togithub.com/sanity-io/sanity/issues/4786)) | [`c34c65a`](https://togithub.com/sanity-io/sanity/commit/c34c65aa6b) Herman Wikner | dev(test-studio): group tsdoc types in structure ([#4803](https://togithub.com/sanity-io/sanity/issues/4803)) | [`8f28935`](https://togithub.com/sanity-io/sanity/commit/8f28935304) renovate\[bot] | fix(deps): Update dependency mendoza to v3 ([#4802](https://togithub.com/sanity-io/sanity/issues/4802)) | [`e2fd12a`](https://togithub.com/sanity-io/sanity/commit/e2fd12a032) renovate\[bot] | chore(lockfile): Update dependency groq-js to v1.1.11 ([#4800](https://togithub.com/sanity-io/sanity/issues/4800)) | [`ea55198`](https://togithub.com/sanity-io/sanity/commit/ea5519861f) renovate\[bot] | chore(lockfile): Update dependency get-it to v8.4.1 ([#4799](https://togithub.com/sanity-io/sanity/issues/4799)) | [`30884b5`](https://togithub.com/sanity-io/sanity/commit/30884b510f) RitaDias | fix(core): fix issue with change indicator and path lines ([#4685](https://togithub.com/sanity-io/sanity/issues/4685)) | [`70f635e`](https://togithub.com/sanity-io/sanity/commit/70f635ea42) renovate\[bot] | chore(lockfile): Update dependency vite to v4.4.9 ([#4801](https://togithub.com/sanity-io/sanity/issues/4801)) | [`55a60ad`](https://togithub.com/sanity-io/sanity/commit/55a60ad06f) ### [`v3.14.5`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.5) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.4...v3.14.5) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### 🐛 Notable bugfixes - Various microcopy improvements - Adds `isSlug()` method to `@sanity/types` for type-safe asserting of a slug object - Fixes an issue where using multiple desk tools in the same studio would cause duplicate "review changes" actions and validation lists to appear. Thanks [@andparsons](https://togithub.com/andparsons)! - `userHasRole` will now accept `null` as well as a user object, making it more convenient in certain situations where the user might not yet be accessible - Fixes issue with auto scrolling on collapsed fieldset - Fixes issue where array list would not display all items when wrapped in a custom element - Fixes issue where array list would not display when inside a popover ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | fix(core): optimize wheel event on CommandList virtual element ([#4722](https://togithub.com/sanity-io/sanity/issues/4722)) | [`3dffb11`](https://togithub.com/sanity-io/sanity/commit/3dffb111b8) Fred Carlsen | PTE microcopy updates ([#4624](https://togithub.com/sanity-io/sanity/issues/4624)) | [`c3d0234`](https://togithub.com/sanity-io/sanity/commit/c3d023409a) Nina Andal Aarvik | fix(core): change cdr tooltip text ([#4750](https://togithub.com/sanity-io/sanity/issues/4750)) | [`c78f9bd`](https://togithub.com/sanity-io/sanity/commit/c78f9bdf0a) Espen Hovlandsdal | feat(types): add `isSlug` asserter method ([#4746](https://togithub.com/sanity-io/sanity/issues/4746)) | [`31cee8f`](https://togithub.com/sanity-io/sanity/commit/31cee8ff9b) Espen Hovlandsdal | fix(desk): prevent duplicate validation/change inspectors ([#4748](https://togithub.com/sanity-io/sanity/issues/4748)) | [`3c1a0e5`](https://togithub.com/sanity-io/sanity/commit/3c1a0e5b20) Espen Hovlandsdal | test(block-tools): update snapshots to match copy changes | [`1378b95`](https://togithub.com/sanity-io/sanity/commit/1378b954aa) Espen Hovlandsdal | fix(core): allow `null` and `role`-less user in `userHasRole` fn ([#4740](https://togithub.com/sanity-io/sanity/issues/4740)) | [`a735461`](https://togithub.com/sanity-io/sanity/commit/a735461ff3) renovate\[bot] | fix(deps): update dependency [@vercel/frameworks](https://togithub.com/vercel/frameworks) to v1.5.0 ([#4752](https://togithub.com/sanity-io/sanity/issues/4752)) | [`d9dcc3c`](https://togithub.com/sanity-io/sanity/commit/d9dcc3c64a) Binoy Patel | fix(core): fix auto scrolling issue on collapsed fieldset w/ array ([#4738](https://togithub.com/sanity-io/sanity/issues/4738)) | [`0cb1a0e`](https://togithub.com/sanity-io/sanity/commit/0cb1a0ed5a) Binoy Patel | fix(core): fixes issues with virtualized list when wrapped in an element ([#4739](https://togithub.com/sanity-io/sanity/issues/4739)) | [`8779740`](https://togithub.com/sanity-io/sanity/commit/8779740e12) renovate\[bot] | fix(deps): update dependency [@vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v4.1.1 ([#4764](https://togithub.com/sanity-io/sanity/issues/4764)) | [`bae83ad`](https://togithub.com/sanity-io/sanity/commit/bae83ad35c) Espen Hovlandsdal | refactor(validation): clean up imports/exports (always use named) | [`e21c7eb`](https://togithub.com/sanity-io/sanity/commit/e21c7eb2da) Espen Hovlandsdal | refactor(validation): move `@sanity/validation` into monopackage | [`856131e`](https://togithub.com/sanity-io/sanity/commit/856131e72d) Binoy Patel | docs(desk): fix 404 links ([#4770](https://togithub.com/sanity-io/sanity/issues/4770)) | [`109c3c3`](https://togithub.com/sanity-io/sanity/commit/109c3c3ed9) ### [`v3.14.4`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.4) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.3...v3.14.4) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### 🐛 Notable bugfixes - Implements the 'document' creation context in the `document.newDocumentOptions` API - Fixes an issue where exported datasets with cross-dataset references could not be imported to different projects. Note that referenced datasets must exist within same project - otherwise use `--skip-cross-dataset-references`. - Removes warning about missing titles for schema types (titles are automatically created based on schema type name - a title is only necessary if the automatic name is incorrect/inaccurate) - Titles are now automatically applied to field groups and fieldsets, in the same way as with schema types. - Improves error messages from configuration errors - Boolean inputs will now show validation errors at the input level - Fixes alignment/scrolling issues of references in delete/unpublish dialog - Fixes accessibility issues in tooltip text color contrast - Fixes various accessibility label issues in the desk tool - Fixes issue where focus would jump to first element when hovering divider in menu - Fixes an issue where the fallback editor had the title "Editor", instead of the name of the document being edited ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | fix(core): deprecate `projectId` in cross-dataset reference definitions | [`103d99d`](https://togithub.com/sanity-io/sanity/commit/103d99d652) Espen Hovlandsdal | fix(import): rewrite cross-dataset references, add option to skip | [`ad10b38`](https://togithub.com/sanity-io/sanity/commit/ad10b38f5e) Espen Hovlandsdal | feat(import): check for missing datasets prior to importing | [`8e8242d`](https://togithub.com/sanity-io/sanity/commit/8e8242dcec) Espen Hovlandsdal | feat(cli): add `--skip-cross-dataset-references` flag to `dataset import` | [`c9cac66`](https://togithub.com/sanity-io/sanity/commit/c9cac6630b) Espen Hovlandsdal | fix(types): deprecate experimental search for CDRs | [`ea075f0`](https://togithub.com/sanity-io/sanity/commit/ea075f071a) Espen Hovlandsdal | fix(import): skip datasets lookup if no CDRs are found | [`ed34949`](https://togithub.com/sanity-io/sanity/commit/ed34949e61) Herman Wikner | feat(core): implement document creation context in `document.newDocumentOptions` ([#4680](https://togithub.com/sanity-io/sanity/issues/4680)) | [`b9298e8`](https://togithub.com/sanity-io/sanity/commit/b9298e8ca2) Binoy Patel | docs(desk): fix links in tsdoc comment ([#4714](https://togithub.com/sanity-io/sanity/issues/4714)) | [`1bae93a`](https://togithub.com/sanity-io/sanity/commit/1bae93a79b) Espen Hovlandsdal | refactor(config): use human-readable types for config error messages | [`6224f47`](https://togithub.com/sanity-io/sanity/commit/6224f4743b) Espen Hovlandsdal | feat(schema): do not warn on missing title for schema type | [`6164d24`](https://togithub.com/sanity-io/sanity/commit/6164d24234) Espen Hovlandsdal | feat(schema): automatically create titles for field groups without one | [`ffb8339`](https://togithub.com/sanity-io/sanity/commit/ffb83395d0) Espen Hovlandsdal | fix(types): add missing `group` property on fieldset definitions | [`87d642a`](https://togithub.com/sanity-io/sanity/commit/87d642a0a3) Espen Hovlandsdal | fix(types): adjust `icon` property for field group (can only be component) | [`cf968aa`](https://togithub.com/sanity-io/sanity/commit/cf968aa8bb) Espen Hovlandsdal | feat(schema): automatically create titles for fieldsets without one | [`6f201e0`](https://togithub.com/sanity-io/sanity/commit/6f201e0495) RitaDias | fix(core): add missing validation at input level validation (boolean) ([#4719](https://togithub.com/sanity-io/sanity/issues/4719)) | [`cb64607`](https://togithub.com/sanity-io/sanity/commit/cb646078ba) Espen Hovlandsdal | refactor(desk): drop unused validation menu component | [`f70c3df`](https://togithub.com/sanity-io/sanity/commit/f70c3df427) Espen Hovlandsdal | refactor(core): drop unused validation list components | [`cddba6d`](https://togithub.com/sanity-io/sanity/commit/cddba6d9b2) Nina Andal Aarvik | fix(desk): minor style change of references in delete/unpublish dialog ([#4705](https://togithub.com/sanity-io/sanity/issues/4705)) | [`a8e7c24`](https://togithub.com/sanity-io/sanity/commit/a8e7c2474c) vicbergquist | fix(desk): add accessible label to publish icon | [`fd6c2e9`](https://togithub.com/sanity-io/sanity/commit/fd6c2e9204) vicbergquist | fix(core): add a11y labels to presence indicators | [`5182529`](https://togithub.com/sanity-io/sanity/commit/5182529555) vicbergquist | fix(desk): add accessible labels to publish status | [`dcb1fc7`](https://togithub.com/sanity-io/sanity/commit/dcb1fc7053) vicbergquist | fix(desk): add accessible labels to review changes button | [`736437b`](https://togithub.com/sanity-io/sanity/commit/736437babc) Nina Andal Aarvik | fix(core): add logic to focusFirst in customised popover ([#4667](https://togithub.com/sanity-io/sanity/issues/4667)) | [`1313dd4`](https://togithub.com/sanity-io/sanity/commit/1313dd4f9b) renovate\[bot] | fix(deps): update dependency get-it to v8.3.0 ([#4736](https://togithub.com/sanity-io/sanity/issues/4736)) | [`52d7eb7`](https://togithub.com/sanity-io/sanity/commit/52d7eb7876) renovate\[bot] | fix(deps): update dependency [@sanity/client](https://togithub.com/sanity/client) to v6.1.7 ([#4737](https://togithub.com/sanity-io/sanity/issues/4737)) | [`dacb164`](https://togithub.com/sanity-io/sanity/commit/dacb164fba) renovate\[bot] | fix(deps): update dependency [@sanity/ui](https://togithub.com/sanity/ui) to v1.7.3 ([#4728](https://togithub.com/sanity-io/sanity/issues/4728)) | [`8176fba`](https://togithub.com/sanity-io/sanity/commit/8176fba58a) renovate\[bot] | chore(deps): update dependency sanity-plugin-mux-input to v2.1.1 ([#4734](https://togithub.com/sanity-io/sanity/issues/4734)) | [`6a5f9f4`](https://togithub.com/sanity-io/sanity/commit/6a5f9f4888) renovate\[bot] | fix(deps): update dependency framer-motion to v10.13.1 ([#4735](https://togithub.com/sanity-io/sanity/issues/4735)) | [`4af3c69`](https://togithub.com/sanity-io/sanity/commit/4af3c6961a) renovate\[bot] | fix(deps): update dependency vite to v4.4.7 ([#4733](https://togithub.com/sanity-io/sanity/issues/4733)) | [`1f83fce`](https://togithub.com/sanity-io/sanity/commit/1f83fcec77) renovate\[bot] | fix(deps): update dependency react-focus-lock to v2.9.5 ([#4732](https://togithub.com/sanity-io/sanity/issues/4732)) | [`0c6f3a2`](https://togithub.com/sanity-io/sanity/commit/0c6f3a23a7) renovate\[bot] | fix(deps): update dependency esbuild to v0.18.16 ([#4731](https://togithub.com/sanity-io/sanity/issues/4731)) | [`9437194`](https://togithub.com/sanity-io/sanity/commit/9437194b0e) renovate\[bot] | fix(deps): update dependency [@vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) to v4.0.3 ([#4730](https://togithub.com/sanity-io/sanity/issues/4730)) | [`ba4e659`](https://togithub.com/sanity-io/sanity/commit/ba4e659678) renovate\[bot] | fix(deps): update dependency [@sanity/uuid](https://togithub.com/sanity/uuid) to v3.0.2 ([#4729](https://togithub.com/sanity-io/sanity/issues/4729)) | [`5f65434`](https://togithub.com/sanity-io/sanity/commit/5f65434a97) renovate\[bot] | chore(deps): update dependency [@sanity/pkg-utils](https://togithub.com/sanity/pkg-utils) to v2.3.6 ([#4727](https://togithub.com/sanity-io/sanity/issues/4727)) | [`b33ba8a`](https://togithub.com/sanity-io/sanity/commit/b33ba8aa18) ### [`v3.14.3`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.3) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.2...v3.14.3) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### Notable changes - Added scrolling to list of workspace (when many workspaces are configured) - Improved contrast of text in certain tooltips ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency [@vercel/frameworks](https://togithub.com/vercel/frameworks) to v1.4.3 ([#4669](https://togithub.com/sanity-io/sanity/issues/4669)) | [`f49db76`](https://togithub.com/sanity-io/sanity/commit/f49db7671) renovate\[bot] | chore(config): migrate renovate config ([#4679](https://togithub.com/sanity-io/sanity/issues/4679)) | [`a79dc3f`](https://togithub.com/sanity-io/sanity/commit/a79dc3f1d) renovate\[bot] | fix(deps): update dependency esbuild to ^0.18.0 ([#4630](https://togithub.com/sanity-io/sanity/issues/4630)) | [`bae43bf`](https://togithub.com/sanity-io/sanity/commit/bae43bfd4) renovate\[bot] | fix(deps): update dependency [@vitejs/plugin-react](https://togithub.com/vitejs/plugin-react) to v4 ([#4635](https://togithub.com/sanity-io/sanity/issues/4635)) | [`de75d69`](https://togithub.com/sanity-io/sanity/commit/de75d6976) ecospark\[bot] | chore(prettier): fix unformatted files 🤖 ✨ ([#4693](https://togithub.com/sanity-io/sanity/issues/4693)) | [`cc937d2`](https://togithub.com/sanity-io/sanity/commit/cc937d29c) Espen Hovlandsdal | chore(test-studio): remove dep optimization exclusion | [`867675a`](https://togithub.com/sanity-io/sanity/commit/867675aef) RitaDias | docs(sanity): update sanity package tsdocs ([#4608](https://togithub.com/sanity-io/sanity/issues/4608)) | [`ffa183f`](https://togithub.com/sanity-io/sanity/commit/ffa183f3c) renovate\[bot] | chore(deps): update dependency [@sanity/ui-workshop](https://togithub.com/sanity/ui-workshop) to v1.2.4 ([#4690](https://togithub.com/sanity-io/sanity/issues/4690)) | [`9e50e22`](https://togithub.com/sanity-io/sanity/commit/9e50e22c1) renovate\[bot] | fix(deps): update dependency [@vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v4 ([#4634](https://togithub.com/sanity-io/sanity/issues/4634)) | [`ada8367`](https://togithub.com/sanity-io/sanity/commit/ada836738) renovate\[bot] | chore(deps): update dependency [@vercel/node](https://togithub.com/vercel/node) to v2 ([#4632](https://togithub.com/sanity-io/sanity/issues/4632)) | [`a4f1558`](https://togithub.com/sanity-io/sanity/commit/a4f15580d) renovate\[bot] | fix(deps): update dependency vite to v4.4.4 ([#4673](https://togithub.com/sanity-io/sanity/issues/4673)) | [`6c37226`](https://togithub.com/sanity-io/sanity/commit/6c37226cc) renovate\[bot] | chore(deps): update dependency [@sanity/eslint-config-studio](https://togithub.com/sanity/eslint-config-studio) to v2.0.4 ([#4696](https://togithub.com/sanity-io/sanity/issues/4696)) | [`c6d0cac`](https://togithub.com/sanity-io/sanity/commit/c6d0cac3f) Espen Hovlandsdal | chore(test-studio): add back dep optimization exclusions, include jsx-runtime | [`a749d6a`](https://togithub.com/sanity-io/sanity/commit/a749d6a53) renovate\[bot] | chore(deps): update dependency [@sanity/assist](https://togithub.com/sanity/assist) to v1.0.11 ([#4695](https://togithub.com/sanity-io/sanity/issues/4695)) | [`4a0fee5`](https://togithub.com/sanity-io/sanity/commit/4a0fee5fc) Nina Andal Aarvik | fix(core): add scrolling to workspace login screen ([#4697](https://togithub.com/sanity-io/sanity/issues/4697)) | [`d2c85b4`](https://togithub.com/sanity-io/sanity/commit/d2c85b43a) Espen Hovlandsdal | chore: drop unused root-level dependencies ([#4694](https://togithub.com/sanity-io/sanity/issues/4694)) | [`d94892d`](https://togithub.com/sanity-io/sanity/commit/d94892d19) Espen Hovlandsdal | test: temporarily use `--forceExit` flag until leak is found | [`64fea88`](https://togithub.com/sanity-io/sanity/commit/64fea888e) Nina Andal Aarvik | fix(core/desk): remove muted prop in tooltip content ([#4703](https://togithub.com/sanity-io/sanity/issues/4703)) | [`5d58280`](https://togithub.com/sanity-io/sanity/commit/5d58280ac) Binoy Patel | fix(cli): warn about putting secrets in `.env` ([#4683](https://togithub.com/sanity-io/sanity/issues/4683)) | [`69083ce`](https://togithub.com/sanity-io/sanity/commit/69083cefa) ### [`v3.14.2`](https://togithub.com/sanity-io/sanity/releases/tag/v3.14.2) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.14.1...v3.14.2) #### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a v3 Studio, run this command in its folder:** npm install sanity@latest ### 🐛 Notable bugfixes - Fixes an issue where the `styled-components` dependency would not be installed when installing Sanity in an existing project - Fixes an issue where the "Restore" document action would sometimes not restore the document - Fixed an issue where the fallback editor had the title "Editor", instead of the name of the document being edited ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Marius Lundgård | docs: add missing `@hidden` modifier tags | [`358300b`](https://togithub.com/sanity-io/sanity/commit/358300b0e) Snorre Eskeland Brekke | chore(deps): updated [@sanity/assist](https://togithub.com/sanity/assist) | [`49acd6f`](https://togithub.com/sanity-io/sanity/commit/49acd6f74) renovate\[bot] | fix(deps): update dependency get-it to v8.2.0 | [`72ce4ef`](https://togithub.com/sanity-io/sanity/commit/72ce4ef8d) Espen Hovlandsdal | fix(cli): typing update for request/response client errors | [`d548dbd`](https://togithub.com/sanity-io/sanity/commit/d548dbdf8) renovate\[bot] | fix(deps): update dependency [@sanity/client](https://togithub.com/sanity/client) to v6.1.6 ([#4628](https://togithub.com/sanity-io/sanity/issues/4628)) | [`27bfeae`](https://togithub.com/sanity-io/sanity/commit/27bfeae2d) renovate\[bot] | fix(deps): update dependency [@sanity/ui](https://togithub.com/sanity/ui) to v1.7.1 ([#4670](https://togithub.com/sanity-io/sanity/issues/4670)) | [`4802d7c`](https://togithub.com/sanity-io/sanity/commit/4802d7ca6) RitaDias | docs(sanity): structure/desktool items docs ([#4612](https://togithub.com/sanity-io/sanity/issues/4612)) | [`278b1ed`](https://togithub.com/sanity-io/sanity/commit/278b1ed09) Binoy Patel | chore(router): add docs for sanity/router package ([#4617](https://togithub.com/sanity-io/sanity/issues/4617)) | [`415dd84`](https://togithub.com/sanity-io/sanity/commit/415dd84d8) renovate\[bot] | fix(deps): update dependency [@vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v3.9.3 ([#4642](https://togithub.com/sanity-io/sanity/issues/4642)) | [`946ec16`](https://togithub.com/sanity-io/sanity/commit/946ec16a1) Jon Eide Johnsen | fix: add missing styled component dependency ([#4681](https://togithub.com/sanity-io/sanity/issues/4681)) | [`cafa41b`](https://togithub.com/sanity-io/sanity/commit/cafa41bcd) Binoy Patel | fix(core): restore not working on nested panes ([#4668](https://togithub.com/sanity-io/sanity/issues/4668)) | [`b7886ec`](https://togithub.com/sanity-io/sanity/commit/b7886ecfb) Espen Hovlandsdal | fix(desk): prevent fallback editor node from getting 'Editor' as title ([#4688](https://togithub.com/sanity-io/sanity/issues/4688)) | [`9952de9`](https://togithub.com/sanity-io/sanity/commit/9952de955)withastro/astro (astro)
### [`v2.10.7`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2107) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.6...astro@2.10.7) ##### Patch Changes - [#8042](https://togithub.com/withastro/astro/pull/8042) [`4a145c4c7`](https://togithub.com/withastro/astro/commit/4a145c4c7d176a3fb56342844690c6999e880069) Thanks [@matthewp](https://togithub.com/matthewp)! - Treat same pathname with different search params as different page ### [`v2.10.6`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2106) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.5...astro@2.10.6) ##### Patch Changes - [#8027](https://togithub.com/withastro/astro/pull/8027) [`1b8d30209`](https://togithub.com/withastro/astro/commit/1b8d3020990130dabfaaf753db73a32c6e0c896a) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Ensure dev server restarts respect when `base` is removed - [#8033](https://togithub.com/withastro/astro/pull/8033) [`405913cdf`](https://togithub.com/withastro/astro/commit/405913cdf20b26407aa351c090f0a0859a4e6f54) Thanks [@matthewp](https://togithub.com/matthewp)! - Prevent script re-evaluation on page transition - [#8036](https://togithub.com/withastro/astro/pull/8036) [`87d4b1843`](https://togithub.com/withastro/astro/commit/87d4b18437c7565c48cad4bea81831c2a244ebb8) Thanks [@ematipico](https://togithub.com/ematipico)! - Fix a bug where the middleware entry point was passed to integrations even though the configuration `build.excludeMiddleware` was set to `false`. - [#8022](https://togithub.com/withastro/astro/pull/8022) [`c23377caa`](https://togithub.com/withastro/astro/commit/c23377caafbc75deb91c33b9678c1b6868ad40ea) Thanks [@bluwy](https://togithub.com/bluwy)! - Always return a new array instance from `getCollection` in prod - [#8013](https://togithub.com/withastro/astro/pull/8013) [`86bee2812`](https://togithub.com/withastro/astro/commit/86bee2812185df6e14025e5962a335f51853587b) Thanks [@martrapp](https://togithub.com/martrapp)! - Links with hash marks now trigger view transitions if they lead to a different page. Links to the same page do not trigger view transitions. ### [`v2.10.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2105) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.4...astro@2.10.5) ##### Patch Changes - [#8011](https://togithub.com/withastro/astro/pull/8011) [`5b1e39ef6`](https://togithub.com/withastro/astro/commit/5b1e39ef6ec6dcebea96584f95d9530bd9aa715d) Thanks [@bluwy](https://togithub.com/bluwy)! - Move hoisted script analysis optimization behind the `experimental.optimizeHoistedScript` option ### [`v2.10.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2104) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.3...astro@2.10.4) ##### Patch Changes - [#8003](https://togithub.com/withastro/astro/pull/8003) [`16161afb2`](https://togithub.com/withastro/astro/commit/16161afb2b3a04ca7605fcd16de06efe3fabdef2) Thanks [@JuanM04](https://togithub.com/JuanM04)! - Fixed `EndpointOutput` types with `{ encoding: 'binary' }` - [#7995](https://togithub.com/withastro/astro/pull/7995) [`79376f842`](https://togithub.com/withastro/astro/commit/79376f842d25edfe4dc2948548e99b59e1c4d24f) Thanks [@belluzj](https://togithub.com/belluzj)! - Fix quadratic quote escaping in nested data in island props - [#8007](https://togithub.com/withastro/astro/pull/8007) [`58b121d42`](https://togithub.com/withastro/astro/commit/58b121d42a9f58a5a992f0c378b036f37e9715fc) Thanks [@paperdave](https://togithub.com/paperdave)! - Support Bun by adjusting how `@babel/plugin-transform-react-jsx` is imported. ### [`v2.10.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2103) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.2...astro@2.10.3) ##### Patch Changes - [#7986](https://togithub.com/withastro/astro/pull/7986) [`8e5a27b48`](https://togithub.com/withastro/astro/commit/8e5a27b488b326c1f9be6f02c191a2fb0dafac56) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Ensure injectRoute is properly handled in `build` as well as `dev` ### [`v2.10.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2102) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.1...astro@2.10.2) ##### Patch Changes - [#7945](https://togithub.com/withastro/astro/pull/7945) [`a00cfb894`](https://togithub.com/withastro/astro/commit/a00cfb89429003b6e1ad28ec8cc6d46ab4ed244b) Thanks [@matthewp](https://togithub.com/matthewp)! - Fix race condition when performing swap for fallback - [#7983](https://togithub.com/withastro/astro/pull/7983) [`6cd7290d2`](https://togithub.com/withastro/astro/commit/6cd7290d2c8380bdf4d7e36f3296948d10d5bc25) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Fix filename generation for `.astro` pages - [#7946](https://togithub.com/withastro/astro/pull/7946) [`9d0070095`](https://togithub.com/withastro/astro/commit/9d0070095e90d4cbc31f5f9a1c6dd48a0dbeb379) Thanks [@andremralves](https://togithub.com/andremralves)! - Fix: missing CSS import when 404 server Response redirects to a custom 404 page. - [#7977](https://togithub.com/withastro/astro/pull/7977) [`a4a637c8f`](https://togithub.com/withastro/astro/commit/a4a637c8f79fbbb8cc451e9155ef7b3b02c6a6d0) Thanks [@bluwy](https://togithub.com/bluwy)! - Fix inline root resolve logic - [#7943](https://togithub.com/withastro/astro/pull/7943) [`c2682a17c`](https://togithub.com/withastro/astro/commit/c2682a17c05360bc80705032637159920be1f156) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Ensure that injected routes from `node_modules` are properly detected ### [`v2.10.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2101) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.10.0...astro@2.10.1) ##### Patch Changes - [#7935](https://togithub.com/withastro/astro/pull/7935) [`6035bb35f`](https://togithub.com/withastro/astro/commit/6035bb35f222fc6a80b418f13998b21c59da85b6) Thanks [@natemoo-re](https://togithub.com/natemoo-re)! - Properly handle routing when multiple slashes are present in the request by collapsing them to a single `/` - [#7936](https://togithub.com/withastro/astro/pull/7936) [`4b6deda36`](https://togithub.com/withastro/astro/commit/4b6deda360b2ba47d03427c377d5982b24ee894c) Thanks [@matthewp](https://togithub.com/matthewp)! - Export createTransitionScope for the runtime - Updated dependencies \[[`6035bb35f`](https://togithub.com/withastro/astro/commit/6035bb35f222fc6a80b418f13998b21c59da85b6)]: - [@astrojs/internal-helpers](https://togithub.com/astrojs/internal-helpers)[@0](https://togithub.com/0).1.2 ### [`v2.10.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#2100) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.9.7...astro@2.10.0) ##### Minor Changes - [#7861](https://togithub.com/withastro/astro/pull/7861) [`41afb8405`](https://togithub.com/withastro/astro/commit/41afb84057f606b0e7f9a73c1e40487068e43948) Thanks [@matthewp](https://togithub.com/matthewp)! - Persistent DOM and Islands in Experimental View Transitions With `viewTransitions: true` enabled in your Astro config's experimental section, pages using the `Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 using a curated preset maintained by . View repository job log here