sanity-io / sanity-template-vercel-visual-editing

https://sanity-template-vercel-visual-editing-git-preview.sanity.build
38 stars 14 forks source link

chore(deps): update non-major #52

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sanity/client (source) 6.4.9 -> 6.4.12 age adoption passing confidence dependencies patch
@sanity/vision (source) 3.15.1 -> 3.16.7 age adoption passing confidence dependencies minor
@tailwindcss/typography 0.5.9 -> 0.5.10 age adoption passing confidence dependencies patch
@types/react (source) 18.2.21 -> 18.2.23 age adoption passing confidence devDependencies patch
@​vercel/og 0.5.11 -> 0.5.17 age adoption passing confidence dependencies patch
autoprefixer 10.4.15 -> 10.4.16 age adoption passing confidence devDependencies patch
eslint (source) 8.47.0 -> 8.50.0 age adoption passing confidence devDependencies minor
eslint-config-next (source) 13.4.19 -> 13.5.3 age adoption passing confidence devDependencies minor
next (source) 13.4.19 -> 13.5.3 age adoption passing confidence dependencies minor
next-sanity 5.4.6 -> 5.5.4 age adoption passing confidence dependencies minor
postcss (source) 8.4.28 -> 8.4.30 age adoption passing confidence devDependencies patch
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss 0.5.3 -> 0.5.4 age adoption passing confidence devDependencies patch
sanity (source) 3.15.1 -> 3.16.7 age adoption passing confidence dependencies minor
sanity-plugin-asset-source-unsplash 1.1.0 -> 1.1.1 age adoption passing confidence dependencies patch
tibdex/github-app-token -> 3beb63f age adoption passing confidence action pinDigest
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence devDependencies minor

Release Notes

sanity-io/client (@​sanity/client) ### [`v6.4.12`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#6412-2023-09-13) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.4.11...v6.4.12) ##### Bug Fixes - setup release-please ([#​330](https://togithub.com/sanity-io/client/issues/330)) ([b20b109](https://togithub.com/sanity-io/client/commit/b20b109e0a4ec95c967e5f794d6dbf93550877de)) ### [`v6.4.11`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#6411-2023-09-06) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.4.10...v6.4.11) ##### Bug Fixes - adjust incorrect listener `visibility` option type ([#​317](https://togithub.com/sanity-io/client/issues/317)) ([92ac2a6](https://togithub.com/sanity-io/client/commit/92ac2a6879b1f92cb756fc7b54a04fd98e38f81e)) - remove deprecated annotation for the request method ([#​320](https://togithub.com/sanity-io/client/issues/320)) ([8d8f0e2](https://togithub.com/sanity-io/client/commit/8d8f0e24d9ddf2e5e41f213e9c4f49ae287dd061)) ### [`v6.4.10`](https://togithub.com/sanity-io/client/blob/HEAD/CHANGELOG.md#6410-2023-09-06) [Compare Source](https://togithub.com/sanity-io/client/compare/v6.4.9...v6.4.10) ##### Bug Fixes - **esm:** support `nuxt-module-build` ([#​318](https://togithub.com/sanity-io/client/issues/318)) ([d279283](https://togithub.com/sanity-io/client/commit/d279283d4298b5ae532f9262f32f5489b3fb71b8))
sanity-io/sanity (@​sanity/vision) ### [`v3.16.7`](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.7) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.6...v3.16.7) ##### 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 ##### Improved validation of Block Schema Members We enhanced the validation of block schema members. Block schema members cannot be given a type that is not an object-like type. In previous releases, we weren't preventing that. This could lead to unexpected errors. In this release we addressed the issue by giving certain permissions and warnings for particular scenarios. More details can be found in the PR description. ##### Title updates in Desk Tool In this release, we improved the navigation inside the studio by updating the `` element to make it more specific to the current route every time a user navigates in the studio. This makes it easier to navigate through documents and switch between tools. ##### Increased performance for dataset imports Past versions encountered challenges with concurrent operations during parallel reference strengthening; this issue has been resolved for some time. The current release enhances import performance by further optimizing parallel strengthening of references. This greatly improves import performance. ##### Other features Simplified managing reference publishing icons by adding aria-labels for accessibility. ##### 🐛 Notable bugfixes - Fixed a visibility issue related to breadcrumbing in the review changes section. Made the breadcrumbs consistent with the new breadcrumb styling. - Fixed an issue where dialogs wouldn't properly appear at smaller breakpoints. - Minor fix with the restore document history function in the desk tool related to nested panes. - Use the index as a key instead of the path in the desk tool to handle multiple validation errors for the same field/node. ##### 📓 Full changelog | Author | Message | Commit | | -------------------- | --------------------------------------------------------------------------------- | --------- | | Cody Olsen | chore(ci): fix remote caching on gh actions ([#​4897](https://togithub.com/sanity-io/sanity/issues/4897)) | [`3885585`](https://togithub.com/sanity-io/sanity/commit/3885585bf) | | Per-Kristian Nordnes | fix(schema): add 'span' to core types | [`4e02847`](https://togithub.com/sanity-io/sanity/commit/4e0284789) | | Per-Kristian Nordnes | feature(schema): validate block children for supported object types | [`9c8bb83`](https://togithub.com/sanity-io/sanity/commit/9c8bb83de) | | Per-Kristian Nordnes | test(schema): test block members validation | [`0753806`](https://togithub.com/sanity-io/sanity/commit/07538067b) | | Per-Kristian Nordnes | test(schema): refactor validation test to use main function | [`b3b365e`](https://togithub.com/sanity-io/sanity/commit/b3b365eea) | | Pedro Bonamin | feat(titles): Update titles inside desk tool ([#​4887](https://togithub.com/sanity-io/sanity/issues/4887)) | [`2ace4f1`](https://togithub.com/sanity-io/sanity/commit/2ace4f1f6) | | Nina Andal Aarvik | fix(core): add maxLength to breadcrumb and change symbol ([#​4880](https://togithub.com/sanity-io/sanity/issues/4880)) | [`5c75b2c`](https://togithub.com/sanity-io/sanity/commit/5c75b2c04) | | Bjørge Næss | fix(desk): use index as key instead of path ([#​4890](https://togithub.com/sanity-io/sanity/issues/4890)) | [`645aedd`](https://togithub.com/sanity-io/sanity/commit/645aeddae) | | Binoy Patel | chore: add a docs report actions for PRs ([#​4889](https://togithub.com/sanity-io/sanity/issues/4889)) | [`3841555`](https://togithub.com/sanity-io/sanity/commit/384155522) | | Binoy Patel | chore(docs): fix doc report cleanup script ([#​4901](https://togithub.com/sanity-io/sanity/issues/4901)) | [`a7523a6`](https://togithub.com/sanity-io/sanity/commit/a7523a617) | | Espen Hovlandsdal | refactor: remove unused `useConditionalReadOnly` hook ([#​4902](https://togithub.com/sanity-io/sanity/issues/4902)) | [`b99e332`](https://togithub.com/sanity-io/sanity/commit/b99e332a7) | | Binoy Patel | chore(docs): compare PRs against next branch instead of current ([#​4904](https://togithub.com/sanity-io/sanity/issues/4904)) | [`c27ee3e`](https://togithub.com/sanity-io/sanity/commit/c27ee3e2b) | | Bjørge Næss | chore(perf-tests): omit watch from esbuild options | [`7e9e48f`](https://togithub.com/sanity-io/sanity/commit/7e9e48fd3) | | Robin Pyon | fix(desk): use correct dialog positioning at smaller breakpoints ([#​4894](https://togithub.com/sanity-io/sanity/issues/4894)) | [`e62906f`](https://togithub.com/sanity-io/sanity/commit/e62906f32) | | renovate\[bot] | chore(lockfile): update dependency typescript to v5.2.2 ([#​4912](https://togithub.com/sanity-io/sanity/issues/4912)) | [`fe761cf`](https://togithub.com/sanity-io/sanity/commit/fe761cf20) | | Binoy Patel | chore(docs): fix dataset delete script ([#​4906](https://togithub.com/sanity-io/sanity/issues/4906)) | [`50b7976`](https://togithub.com/sanity-io/sanity/commit/50b79769d) | | Nina Andal Aarvik | fix(core): add aria-label to reference publish icons ([#​4899](https://togithub.com/sanity-io/sanity/issues/4899)) | [`3153954`](https://togithub.com/sanity-io/sanity/commit/31539543b) | | Bjørge Næss | test(import): fix test failure caused by error message update in node v20 ([#​4918](https://togithub.com/sanity-io/sanity/issues/4918)) | [`2f08a79`](https://togithub.com/sanity-io/sanity/commit/2f08a79ad) | | Binoy Patel | chore(docs): fix docs report comment ([#​4920](https://togithub.com/sanity-io/sanity/issues/4920)) | [`bf50a77`](https://togithub.com/sanity-io/sanity/commit/bf50a7713) | | Bjørge Næss | chore(ci): drop Node v16 from test matrix, add Node v20 ([#​4913](https://togithub.com/sanity-io/sanity/issues/4913)) | [`67696cb`](https://togithub.com/sanity-io/sanity/commit/67696cb75) | | Bjørge Næss | chore(sanity): fix resolveUploader typings ([#​4916](https://togithub.com/sanity-io/sanity/issues/4916)) | [`112a46a`](https://togithub.com/sanity-io/sanity/commit/112a46a6e) | | Per-Kristian Nordnes | test(portable-text-editor): increase timeout for CI | [`a94680b`](https://togithub.com/sanity-io/sanity/commit/a94680bf4) | | Pedro Bonamin | feat(WCAG): Associate field descriptions to inputs ([#​4896](https://togithub.com/sanity-io/sanity/issues/4896)) | [`e7a8e32`](https://togithub.com/sanity-io/sanity/commit/e7a8e327f) | | Binoy Patel | fix(core): fixes issue with restoring document in nested panes ([#​4915](https://togithub.com/sanity-io/sanity/issues/4915)) | [`47f3be9`](https://togithub.com/sanity-io/sanity/commit/47f3be9dc) | | Espen Hovlandsdal | fix(import): increase concurrency of patching, document creation ([#​4900](https://togithub.com/sanity-io/sanity/issues/4900)) | [`0f52cfc`](https://togithub.com/sanity-io/sanity/commit/0f52cfc54) | | Binoy Patel | chore(docs): adds docs for useCurrentUser hook ([#​4919](https://togithub.com/sanity-io/sanity/issues/4919)) | [`85719b7`](https://togithub.com/sanity-io/sanity/commit/85719b754) | ### [`v3.16.6`](https://togithub.com/sanity-io/sanity/compare/v3.16.5...v3.16.6) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.5...v3.16.6) ### [`v3.16.5`](https://togithub.com/sanity-io/sanity/compare/v3.16.4...v3.16.5) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.4...v3.16.5) ### [`v3.16.4`](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.4) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.3...v3.16.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 - Fixes a regression in the Portable Text Input toolbar where it didn't reflect the active decorators state in some situations. - Fixes slug input field appearing as nested object ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Per-Kristian Nordnes | test(portable-text-editor): decrease throttle ms for test env | [`353e30c`](https://togithub.com/sanity-io/sanity/commit/353e30cd0f) Per-Kristian Nordnes | chore(portable-text-editor): upgrade jest-dev-server | [`71edba1`](https://togithub.com/sanity-io/sanity/commit/71edba18e8) Per-Kristian Nordnes | chore: update yarn.lock | [`b92f2e5`](https://togithub.com/sanity-io/sanity/commit/b92f2e5aa4) Per-Kristian Nordnes | test(portable-text-editor): improve TS in jest dev server files | [`09eab65`](https://togithub.com/sanity-io/sanity/commit/09eab65eb5) Per-Kristian Nordnes | test(portable-text-editor): refactor collab test environment | [`227cb23`](https://togithub.com/sanity-io/sanity/commit/227cb23599) Per-Kristian Nordnes | test(portable-text-editor): get rid of js-dom dependency | [`8f20546`](https://togithub.com/sanity-io/sanity/commit/8f20546362) Per-Kristian Nordnes | chore(portable-text-editor): upgrade [@​portabletext/toolkit](https://togithub.com/portabletext/toolkit) | [`761ffe8`](https://togithub.com/sanity-io/sanity/commit/761ffe89c9) Per-Kristian Nordnes | chore: update yarn.lock | [`85acf50`](https://togithub.com/sanity-io/sanity/commit/85acf50c28) Per-Kristian Nordnes | chore(portable-text-editor): align versions of react-dom and jest with monorepo | [`06c923a`](https://togithub.com/sanity-io/sanity/commit/06c923a8f3) Per-Kristian Nordnes | chore: update yarn.lock | [`d037f09`](https://togithub.com/sanity-io/sanity/commit/d037f09b6b) Per-Kristian Nordnes | chore(portable-text-editor): use safe fork of node-ipc | [`0ff4349`](https://togithub.com/sanity-io/sanity/commit/0ff4349c51) Per-Kristian Nordnes | chore: update yarn.lock | [`0f31cc5`](https://togithub.com/sanity-io/sanity/commit/0f31cc54e0) Per-Kristian Nordnes | chore(portable-text-editor): remove unused dev dep. | [`d4eccb8`](https://togithub.com/sanity-io/sanity/commit/d4eccb8cf1) Per-Kristian Nordnes | test(portable-text-editor): add missing await statements | [`a3af4e0`](https://togithub.com/sanity-io/sanity/commit/a3af4e0c5a) Per-Kristian Nordnes | test(portable-text-editor): rename 'start' command to 'dev' | [`50952fd`](https://togithub.com/sanity-io/sanity/commit/50952fd171) Per-Kristian Nordnes | test(portable-text-editor): tweak test document markup | [`6209349`](https://togithub.com/sanity-io/sanity/commit/620934978d) Per-Kristian Nordnes | test(portable-text-editor): add comment | [`306932b`](https://togithub.com/sanity-io/sanity/commit/306932bbcb) Per-Kristian Nordnes | test(portable-text-editor): remove test exception | [`20378f9`](https://togithub.com/sanity-io/sanity/commit/20378f9261) Nina Andal Aarvik | fix(core): use primitiveField for slug schema type ([#​4861](https://togithub.com/sanity-io/sanity/issues/4861)) | [`6b3cc02`](https://togithub.com/sanity-io/sanity/commit/6b3cc02e2f) renovate\[bot] | chore(lockfile): update dependency groq-js to v1.2.0 ([#​4862](https://togithub.com/sanity-io/sanity/issues/4862)) | [`66afcd7`](https://togithub.com/sanity-io/sanity/commit/66afcd7415) Per-Kristian Nordnes | fix(portable-text-editor): emit new selection on mark toggle ([#​4881](https://togithub.com/sanity-io/sanity/issues/4881)) | [`d91357f`](https://togithub.com/sanity-io/sanity/commit/d91357f2fb) Per-Kristian Nordnes | test(playwright-ct): add to tests ([#​4876](https://togithub.com/sanity-io/sanity/issues/4876)) | [`97e912d`](https://togithub.com/sanity-io/sanity/commit/97e912de1a) ### [`v3.16.3`](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.3) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.2...v3.16.3) ##### Invalid release This version was erroneously published - please use [v3.16.4](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.4). ### [`v3.16.2`](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.2) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.1...v3.16.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 a regression in v3.16.0 that prevented reference validation errors from appearing in certain cases ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Bjørge Næss | fix(core): preserve earlier document availability status ([#​4888](https://togithub.com/sanity-io/sanity/issues/4888)) | [`c2aec5a`](https://togithub.com/sanity-io/sanity/commit/c2aec5a134) ### [`v3.16.1`](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.1) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.16.0...v3.16.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 a bug that could make certain queries fail due to switching back to an earlier API version ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Espen Hovlandsdal | chore(cli): move vercel dependencies to dev dependencies ([#​4877](https://togithub.com/sanity-io/sanity/issues/4877)) | [`c601cab`](https://togithub.com/sanity-io/sanity/commit/c601cabfda) Bjørge Næss | fix(desk): remove simple filter check/v1 fallback ([#​4882](https://togithub.com/sanity-io/sanity/issues/4882)) | [`e3e004f`](https://togithub.com/sanity-io/sanity/commit/e3e004f199) ### [`v3.16.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.16.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.15.1...v3.16.0) #### Installation and upgrading ##### Fresh install To install and initiate a new Sanity Studio without installing the Sanity CLI globally, run the folling command in the terminal: ```shell npm create sanity@latest ``` ##### Upgrade To upgrade an existing instance to Sanity Studio v3, run the following folling commands in the terminal: ```shell ### Go to the root folder of the installed Studio instance cd path-to/sanity-studio/root-folder ### Upgrade Studio to v3 npm install sanity@latest ``` ### ✨ Highlights In a nutshell: - Enhanced Portable Text editing experience. - Faster syncing. - Full support for Portable Text on Android devices. - Offline detection #### Improved Unicode support Sanity Studio uses the [diff-match-patch](https://togithub.com/google/diff-match-patch) algorithm to match and patch document changes. In previous versions of the Sanity Studio, the underlying library wouldn't work correctly when parsing some Unicode characters. We addressed those issues in this release. If you experienced issues when using characters such as emojis, Kanji, or other non-Latin characters, this release fixes these issues. #### Enhanced Portable Text editing Besides improved Unicode support, the Portable Text Input and the underlying text editor feature a number of improvements to provide a smoother editing experience. ##### Faster synchronization Previously, prolonged fast typing in the editor would trigger debouncing: the Portable Text Input would temporarily suspend committing edits, until you decreased your typing speed below a specified threshold. This behavior could produce bigger discrepancies between your local value and the corresponding actual value stored in the server side. Now your changes are committed in a throttled way: the editor commits the changes as you type, without compromising performance. ##### Improved undo and redo Undo and redo features have been improved considerably, especially when working with several editors on the same document. ##### Better Android support The Portable Text Input is now fully supported on Android. Previously, typing in the editor using an Android on-screen keyboard would cause some issues. ##### Offline detection The Portable Text Editor automatically enters read-only mode if it detects that the network is offline. This behavior helps keep your local document in sync with the corresponding copy on the server when there is no online access, and it prevents losing changes as a consequence of not committing them. #### Other features - The `sanity` module is now marked as free of side effects, which can produce smaller bundle sizes (thanks [@​mckelveygreg](https://togithub.com/mckelveygreg)! 🙏) - Improved UX when deleting a document. ### 🐛 Notable bugfixes - Fixed a bug where changing text styles in the Portable Text Editor would cause the editor to lose focus. - Fixed a problem that would occur when repeatedly applying and removing text decorators while typing in the Portable Text Input. - Fixed the odd placement of the "Empty" placeholder in the Portable Text Editor on WebKit browsers. - Fixed a media visibility issue in Safari occurring in list previews with custom SVG elements. - Fixed the alignment of action items in pane headers on mobile devices. - Fixed a padding inconsistency in reference fields. - Fixed a visibility issue affecting tooltips in the navigation bar, and causing them to be displayed behind open menus. - Fixed an issue affecting cross-dataset reference fields displayed as nested fields, inconsistent with regular reference fields. - Fixed a bug that caused specifying `apiVersion` on `documentList()` and `documentTypeList()` to not work in the desk structure. - Fixed the initial flashes of validation errors for valid content on document load. ### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- renovate\[bot] | fix(deps): update dependency esbuild to ^0.19.0 ([#​4810](https://togithub.com/sanity-io/sanity/issues/4810)) | [`97b3363`](https://togithub.com/sanity-io/sanity/commit/97b3363d8) Greg McKelvey | chore(sanity): :zap: add sideEffects: false to package.json for smaller bundles ([#​4822](https://togithub.com/sanity-io/sanity/issues/4822)) | [`425be21`](https://togithub.com/sanity-io/sanity/commit/425be2170) Fred Carlsen | fix(desk): close document panes when document is deleted ([#​4563](https://togithub.com/sanity-io/sanity/issues/4563)) | [`5b3a415`](https://togithub.com/sanity-io/sanity/commit/5b3a4153e) renovate\[bot] | chore(deps): update dependency [@​sanity/eslint-config-studio](https://togithub.com/sanity/eslint-config-studio) to ^2.0.4 ([#​4784](https://togithub.com/sanity-io/sanity/issues/4784)) | [`5243551`](https://togithub.com/sanity-io/sanity/commit/52435512a) Espen Hovlandsdal | test(e2e): add test for kanji textarea input | [`34e4ebb`](https://togithub.com/sanity-io/sanity/commit/34e4ebbb1) Espen Hovlandsdal | refactor: switch diff-match-patch library | [`279bbd6`](https://togithub.com/sanity-io/sanity/commit/279bbd647) Espen Hovlandsdal | test(e2e): simplify kanji edit test (use fill() over type()) | [`2438b41`](https://togithub.com/sanity-io/sanity/commit/2438b4175) Espen Hovlandsdal | refactor(pte): hoist patchToOperations functions to root | [`e26ba82`](https://togithub.com/sanity-io/sanity/commit/e26ba8278) Espen Hovlandsdal | refactor(pte): drop unused arguments for `patchToOperations` | [`2654b3b`](https://togithub.com/sanity-io/sanity/commit/2654b3b4c) Espen Hovlandsdal | refactor(pte): simplify/optimize diffMatchPatch application | [`25230b8`](https://togithub.com/sanity-io/sanity/commit/25230b8a2) Espen Hovlandsdal | refactor(pte): skip debug serialization when not enabled | [`c64b0ce`](https://togithub.com/sanity-io/sanity/commit/c64b0cee1) Espen Hovlandsdal | refactor(pte): use DMP to apply patches, then apply operations | [`95e308a`](https://togithub.com/sanity-io/sanity/commit/95e308aa2) Espen Hovlandsdal | chore: fix confusing description in test-studio | [`f8b4c45`](https://togithub.com/sanity-io/sanity/commit/f8b4c4592) Espen Hovlandsdal | fix: allow exceeding indices when applying DMP patches | [`80f1bdb`](https://togithub.com/sanity-io/sanity/commit/80f1bdb61) Per-Kristian Nordnes | fix(portable-text-editor): remove invalid return value | [`99355d8`](https://togithub.com/sanity-io/sanity/commit/99355d8bc) Per-Kristian Nordnes | refactor(portable-text-editor): use throttle instead of debounce | [`bc62abc`](https://togithub.com/sanity-io/sanity/commit/bc62abce3) Per-Kristian Nordnes | refactor(portable-text-editor): refactor undo/redo plugin | [`1bc96aa`](https://togithub.com/sanity-io/sanity/commit/1bc96aab6) Per-Kristian Nordnes | feature(core/form/inputs): set PortableTextInput in readOnly mode when offline | [`e0dd766`](https://togithub.com/sanity-io/sanity/commit/e0dd766d2) Per-Kristian Nordnes | fix(core/form/inputs): keep selection intact when toggling block styles (PT-input) | [`79959c9`](https://togithub.com/sanity-io/sanity/commit/79959c9c6) Per-Kristian Nordnes | refactor(portable-text-editor): refactor synchronization + upgrade slate to latest | [`17f3393`](https://togithub.com/sanity-io/sanity/commit/17f3393c2) Per-Kristian Nordnes | chore(portable-text-editor): upgrade slate and slate-react | [`b6ea88d`](https://togithub.com/sanity-io/sanity/commit/b6ea88dbd) Per-Kristian Nordnes | test(portable-text-editor): add and refactor tests | [`66cba84`](https://togithub.com/sanity-io/sanity/commit/66cba84cf) Per-Kristian Nordnes | fix(core/form/inouts): PT-input - remove default outline style of the PTE | [`2bafd32`](https://togithub.com/sanity-io/sanity/commit/2bafd3256) Per-Kristian Nordnes | chore: update yarn.lock | [`7a3dbc8`](https://togithub.com/sanity-io/sanity/commit/7a3dbc801) Per-Kristian Nordnes | chore(sanity): remove unused dep. diff-match-patch | [`1f6cb82`](https://togithub.com/sanity-io/sanity/commit/1f6cb8205) Per-Kristian Nordnes | chore(portable-text-editor): upgrade slate packages | [`8cb1698`](https://togithub.com/sanity-io/sanity/commit/8cb1698a4) Per-Kristian Nordnes | chore(portable-text-editor): remove unused dep. diff-match-patch | [`b8c66bd`](https://togithub.com/sanity-io/sanity/commit/b8c66bd3f) Espen Hovlandsdal | test(portable-text-editor): add failing undo/redo tests | [`17add93`](https://togithub.com/sanity-io/sanity/commit/17add9354) Per-Kristian Nordnes | test(portable-text-editor): add another test for undo/redo | [`0833de9`](https://togithub.com/sanity-io/sanity/commit/0833de96c) Per-Kristian Nordnes | fix(portable-text-editor): fix bug in offset calculation for undo/redo remove text | [`aeff824`](https://togithub.com/sanity-io/sanity/commit/aeff82409) Per-Kristian Nordnes | refactor(portable-text-editor): keep network status / readOnly vars seperate | [`cd87d36`](https://togithub.com/sanity-io/sanity/commit/cd87d3655) Espen Hovlandsdal | chore(deps): upgrade to prettier v3 | [`bc74ba1`](https://togithub.com/sanity-io/sanity/commit/bc74ba134) Espen Hovlandsdal | chore: format with prettier v3 | [`a5cc3e0`](https://togithub.com/sanity-io/sanity/commit/a5cc3e03d) Espen Hovlandsdal | chore: remove unintentionally added file | [`b3a4758`](https://togithub.com/sanity-io/sanity/commit/b3a47589b) Cody Olsen | chore(ci): add turborepo to speed up `yarn build:cli` ([#​4812](https://togithub.com/sanity-io/sanity/issues/4812)) | [`0ae0eac`](https://togithub.com/sanity-io/sanity/commit/0ae0eac07) Jon Eide Johnsen | docs: add ctas to readme header ([#​4836](https://togithub.com/sanity-io/sanity/issues/4836)) | [`0736f75`](https://togithub.com/sanity-io/sanity/commit/0736f7570) ecospark\[bot] | chore(deps): dedupe yarn.lock ([#​4835](https://togithub.com/sanity-io/sanity/issues/4835)) | [`72e0820`](https://togithub.com/sanity-io/sanity/commit/72e082013) Bjørge Næss | chore: convert various scripts to typescript ([#​4832](https://togithub.com/sanity-io/sanity/issues/4832)) | [`e60f891`](https://togithub.com/sanity-io/sanity/commit/e60f891ce) Herman Wikner | feat(core): field actions improvements ([#​4824](https://togithub.com/sanity-io/sanity/issues/4824)) | [`e47e251`](https://togithub.com/sanity-io/sanity/commit/e47e251d2) ecospark\[bot] | chore(prettier): fix unformatted files ([#​4839](https://togithub.com/sanity-io/sanity/issues/4839)) | [`53b4fe8`](https://togithub.com/sanity-io/sanity/commit/53b4fe8b2) Cody Olsen | chore(CI): remove double PRs on prettier fixes ([#​4841](https://togithub.com/sanity-io/sanity/issues/4841)) | [`08e73ad`](https://togithub.com/sanity-io/sanity/commit/08e73add2) Fred Carlsen | test(playwright): initial component testing with playwright-ct ([#​4779](https://togithub.com/sanity-io/sanity/issues/4779)) | [`f44593e`](https://togithub.com/sanity-io/sanity/commit/f44593ec4) Herman Wikner | fix(core): svg preview issue in safari ([#​4838](https://togithub.com/sanity-io/sanity/issues/4838)) | [`6a041b3`](https://togithub.com/sanity-io/sanity/commit/6a041b35c) Nina Andal Aarvik | fix(desk): center align pane header action icons ([#​4854](https://togithub.com/sanity-io/sanity/issues/4854)) | [`d36c174`](https://togithub.com/sanity-io/sanity/commit/d36c17453) Nina Andal Aarvik | fix(core): remove padding on ReferenceField ([#​4842](https://togithub.com/sanity-io/sanity/issues/4842)) | [`0a2438c`](https://togithub.com/sanity-io/sanity/commit/0a2438cde) Nina Andal Aarvik | fix(core): close navbar tooltips when menubutton is open ([#​4826](https://togithub.com/sanity-io/sanity/issues/4826)) | [`c5bfa12`](https://togithub.com/sanity-io/sanity/commit/c5bfa12f8) Nina Andal Aarvik | fix(core): add check for cdr schematype and use PrimitiveField ([#​4859](https://togithub.com/sanity-io/sanity/issues/4859)) | [`3ad324b`](https://togithub.com/sanity-io/sanity/commit/3ad324b3e) Per-Kristian Nordnes | test(playwright): fix hotkey activation + helper method ([#​4856](https://togithub.com/sanity-io/sanity/issues/4856)) | [`093fec3`](https://togithub.com/sanity-io/sanity/commit/093fec33b) ecospark\[bot] | chore(prettier): fix unformatted files 🤖 ✨ ([#​4846](https://togithub.com/sanity-io/sanity/issues/4846)) | [`8e2e5c9`](https://togithub.com/sanity-io/sanity/commit/8e2e5c90e) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.4.9 ([#​4851](https://togithub.com/sanity-io/sanity/issues/4851)) | [`7b3e1f2`](https://togithub.com/sanity-io/sanity/commit/7b3e1f275) renovate\[bot] | chore(lockfile): update dependency [@​sanity/assist](https://togithub.com/sanity/assist) to v1.1.1 ([#​4850](https://togithub.com/sanity-io/sanity/issues/4850)) | [`246c062`](https://togithub.com/sanity-io/sanity/commit/246c06250) Per-Kristian Nordnes | fix(portable-text-editor): fix empty placeholder placement for webkit | [`757b7b5`](https://togithub.com/sanity-io/sanity/commit/757b7b523) Per-Kristian Nordnes | test(portable-text-editor): update snapshot | [`1fb093e`](https://togithub.com/sanity-io/sanity/commit/1fb093e7f) Per-Kristian Nordnes | test(playwright-ct): break up pt-input tests to separate stories | [`2966b63`](https://togithub.com/sanity-io/sanity/commit/2966b6317) Per-Kristian Nordnes | test(playwright-ct): simplify decorators tests | [`71bc3f1`](https://togithub.com/sanity-io/sanity/commit/71bc3f188) Per-Kristian Nordnes | test(form/inputs): add test id for pt-input placeholder | [`de77988`](https://togithub.com/sanity-io/sanity/commit/de779887e) Per-Kristian Nordnes | test(playwright-ct): add test for placeholder (pt-input) | [`dc25e36`](https://togithub.com/sanity-io/sanity/commit/dc25e364f) Per-Kristian Nordnes | test(playwright-ct): wrap all pt-input tests in the same description | [`e9194fc`](https://togithub.com/sanity-io/sanity/commit/e9194fc76) renovate\[bot] | fix(deps): update dependency get-it to ^8.4.3 ([#​4852](https://togithub.com/sanity-io/sanity/issues/4852)) | [`1514a69`](https://togithub.com/sanity-io/sanity/commit/1514a696e) renovate\[bot] | chore(deps): update dependency [@​vercel/frameworks](https://togithub.com/vercel/frameworks) to v1.6.0 ([#​4853](https://togithub.com/sanity-io/sanity/issues/4853)) | [`458ae3e`](https://togithub.com/sanity-io/sanity/commit/458ae3e57) Bjørge Næss | fix(desk): use configured api version when fetching document lists ([#​4749](https://togithub.com/sanity-io/sanity/issues/4749)) | [`9d90fb0`](https://togithub.com/sanity-io/sanity/commit/9d90fb04f) Bjørge Næss | fix(core): wait for availability status to arrive before passing on document existence status ([#​4860](https://togithub.com/sanity-io/sanity/issues/4860)) | [`201cfcc`](https://togithub.com/sanity-io/sanity/commit/201cfcc9f) renovate\[bot] | chore(deps): update dependency [@​vercel/fs-detectors](https://togithub.com/vercel/fs-detectors) to v4.1.3 ([#​4848](https://togithub.com/sanity-io/sanity/issues/4848)) | [`30ab832`](https://togithub.com/sanity-io/sanity/commit/30ab83217) Per-Kristian Nordnes | fix(portable-text-editor): fix issue with fast toggling of decorators | [`25867d6`](https://togithub.com/sanity-io/sanity/commit/25867d6f1) Per-Kristian Nordnes | test(portable-text-editor): support hotkey value | [`cf936f0`](https://togithub.com/sanity-io/sanity/commit/cf936f000) Per-Kristian Nordnes | test(portable-text-editor): add test for sequencing hotkey toggles | [`43b0590`](https://togithub.com/sanity-io/sanity/commit/43b059077) </details> <details> <summary>tailwindcss/typography (@​tailwindcss/typography)</summary> ### [`v0.5.10`](https://togithub.com/tailwindcss/typography/blob/HEAD/CHANGELOG.md#0510---2023-09-05) [Compare Source](https://togithub.com/tailwindcss/typography/compare/v0.5.9...v0.5.10) ##### Fixed - Fix space between `<figcaption>` and `<pre>` ([#​313](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/313)) - Remove typography styles from `not-prose` elements in addition to their children ([#​301](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/301)) - Add `<picture>` styles ([#​314](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/314)) - Fix `prose-invert` when used with colors in light mode ([#​315](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/315)) - Add `<kbd>` styles ([#​317](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/317)) - Add description list (`<dl>`, `<dt>`, `<dd>`) styles ([#​316](https://togithub.com/tailwindlabs/tailwindcss-typography/pull/316)) </details> <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.16`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v8.50.0`](https://togithub.com/eslint/eslint/releases/tag/v8.50.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.49.0...v8.50.0) #### Features - [`27d5a9e`](https://togithub.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0) feat: add suggestions to array-callback-return ([#​17590](https://togithub.com/eslint/eslint/issues/17590)) (Tanuj Kanti) - [`f9082ff`](https://togithub.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f) feat: flat-rule-tester make sure default config always matches ([#​17585](https://togithub.com/eslint/eslint/issues/17585)) (fnx) - [`83914ad`](https://togithub.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc) feat: Implement SourceCode#applyInlineConfig() ([#​17351](https://togithub.com/eslint/eslint/issues/17351)) (Nicholas C. Zakas) - [`22a5582`](https://togithub.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#​17576](https://togithub.com/eslint/eslint/issues/17576)) (Francesco Trotta) - [`85a3d9e`](https://togithub.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e) feat: allowVoid option in array-callback-return ([#​17564](https://togithub.com/eslint/eslint/issues/17564)) (Tanuj Kanti) #### Bug Fixes - [`cc4d26b`](https://togithub.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a) fix: Ensure deprecated context.parserServices warns ([#​17593](https://togithub.com/eslint/eslint/issues/17593)) (Nicholas C. Zakas) - [`1ea4cfb`](https://togithub.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b) fix: Ensure all RuleTester tests all deprecated context methods ([#​17587](https://togithub.com/eslint/eslint/issues/17587)) (Nicholas C. Zakas) - [`aa1b657`](https://togithub.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322) fix: wrong suggestion and message in `no-misleading-character-class` ([#​17571](https://togithub.com/eslint/eslint/issues/17571)) (Yosuke Ota) #### Documentation - [`1800537`](https://togithub.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0) docs: Fix and standardize JSX code examples ([#​17591](https://togithub.com/eslint/eslint/issues/17591)) (Francesco Trotta) - [`48a44a7`](https://togithub.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#​17589](https://togithub.com/eslint/eslint/issues/17589)) (Francesco Trotta) - [`20893d4`](https://togithub.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e) docs: fix incorrect tag's place ([#​17575](https://togithub.com/eslint/eslint/issues/17575)) (Tanuj Kanti) - [`bd7a71f`](https://togithub.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45) docs: Update README (GitHub Actions Bot) #### Chores - [`f8a8a2d`](https://togithub.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).50.0 ([#​17599](https://togithub.com/eslint/eslint/issues/17599)) (Milos Djermanovic) - [`38ada6d`](https://togithub.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) ### [`v8.49.0`](https://togithub.com/eslint/eslint/releases/tag/v8.49.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.48.0...v8.49.0) #### Features - [`da09f4e`](https://togithub.com/eslint/eslint/commit/da09f4e641141f585ef611c6e9d63d4331054706) feat: Implement onUnreachableCodePathStart/End ([#​17511](https://togithub.com/eslint/eslint/issues/17511)) (Nicholas C. Zakas) - [`32b2327`](https://togithub.com/eslint/eslint/commit/32b2327aafdd3b911fabab69ed75c9ff97658c60) feat: Emit deprecation warnings in RuleTester ([#​17527](https://togithub.com/eslint/eslint/issues/17527)) (Nicholas C. Zakas) - [`acb7df3`](https://togithub.com/eslint/eslint/commit/acb7df35b9a7485f26bc6b3e1f9083d1c585dce9) feat: add new `enforce` option to `lines-between-class-members` ([#​17462](https://togithub.com/eslint/eslint/issues/17462)) (Nitin Kumar) #### Documentation - [`ecfb54f`](https://togithub.com/eslint/eslint/commit/ecfb54ff4cdd18f28b4f9b78f0a78fb4cf80f1b8) docs: Update README (GitHub Actions Bot) - [`de86b3b`](https://togithub.com/eslint/eslint/commit/de86b3b2e58edd5826200c23255d8325abe375e1) docs: update `no-promise-executor-return` examples ([#​17529](https://togithub.com/eslint/eslint/issues/17529)) (Nitin Kumar) - [`032c4b1`](https://togithub.com/eslint/eslint/commit/032c4b1476a7b8cfd917a66772d2221950ea87eb) docs: add typescript template ([#​17500](https://togithub.com/eslint/eslint/issues/17500)) (James) - [`cd7da5c`](https://togithub.com/eslint/eslint/commit/cd7da5cc3154f86f7ca45fb58929d27a7af359ed) docs: Update README (GitHub Actions Bot) #### Chores - [`b7621c3`](https://togithub.com/eslint/eslint/commit/b7621c3b16cf7d5539f05336a827e1b32d95e6ac) chore: remove browser test from `npm test` ([#​17550](https://togithub.com/eslint/eslint/issues/17550)) (Milos Djermanovic) - [`cac45d0`](https://togithub.com/eslint/eslint/commit/cac45d04b890b0700dd8908927300608adad05fe) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).49.0 ([#​17549](https://togithub.com/eslint/eslint/issues/17549)) (Milos Djermanovic) - [`cd39508`](https://togithub.com/eslint/eslint/commit/cd395082bffcb4b68efa09226d7c682cef56179e) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`203a971`](https://togithub.com/eslint/eslint/commit/203a971c0abc3a95ae02ff74104a01e569707060) ci: bump actions/checkout from 3 to 4 ([#​17530](https://togithub.com/eslint/eslint/issues/17530)) (dependabot\[bot]) - [`a40fa50`](https://togithub.com/eslint/eslint/commit/a40fa509922b36bb986eb1be9394591f84f62d9e) chore: use eslint-plugin-jsdoc's flat config ([#​17516](https://togithub.com/eslint/eslint/issues/17516)) (Milos Djermanovic) - [`926a286`](https://togithub.com/eslint/eslint/commit/926a28684282aeec37680bbc52a66973b8055f54) test: replace Karma with Webdriver.IO ([#​17126](https://togithub.com/eslint/eslint/issues/17126)) (Christian Bromann) - [`f591d2c`](https://togithub.com/eslint/eslint/commit/f591d2c88bf15af72e3a207b34fa872b4b90464b) chore: Upgrade config-array ([#​17512](https://togithub.com/eslint/eslint/issues/17512)) (Nicholas C. Zakas) ### [`v8.48.0`](https://togithub.com/eslint/eslint/releases/tag/v8.48.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.47.0...v8.48.0) ##### Features - [`1fbb3b0`](https://togithub.com/eslint/eslint/commit/1fbb3b0b477c814c0d179564fe495f4c50a451e9) feat: correct update direction in `for-direction` ([#​17483](https://togithub.com/eslint/eslint/issues/17483)) (Francesco Trotta) - [`d73fbf2`](https://togithub.com/eslint/eslint/commit/d73fbf2228631d6c468cd24710e2579fe6cb70fd) feat: rule tester do not create empty valid or invalid test suites ([#​17475](https://togithub.com/eslint/eslint/issues/17475)) (fnx) - [`ee2f718`](https://togithub.com/eslint/eslint/commit/ee2f718188d32e9888b1932fe6b9bd2a62c529a4) feat: Allow `void` in rule `no-promise-executor-return` ([#​17282](https://togithub.com/eslint/eslint/issues/17282)) (nopeless) ##### Bug Fixes - [`7234f6a`](https://togithub.com/eslint/eslint/commit/7234f6a706a209aa2d79259110328752e9ae3928) fix: update RuleTester JSDoc and deprecations ([#​17496](https://togithub.com/eslint/eslint/issues/17496)) (Jonas Berlin) ##### Documentation - [`7a51d77`](https://togithub.com/eslint/eslint/commit/7a51d77c0a066e461ff288568fdfee0e9539a2b5) docs: no-param-reassign mention strict mode ([#​17494](https://togithub.com/eslint/eslint/issues/17494)) (Stephen Hardy) - [`9cd7ac2`](https://togithub.com/eslint/eslint/commit/9cd7ac2fdb6b1d71a9fb1b8297a478cafacbdafd) docs: add `fetch` script to package.json conventions ([#​17459](https://togithub.com/eslint/eslint/issues/17459)) (Nitin Kumar) - [`cab21e6`](https://togithub.com/eslint/eslint/commit/cab21e64a8f79779c641178f825945958667c6e4) docs: advice for inline disabling of rules ([#​17458](https://togithub.com/eslint/eslint/issues/17458)) (Ashish Yadav) - [`056499d`](https://togithub.com/eslint/eslint/commit/056499de31a139dbc965d18652b0b520e11b408d) docs: fix example of flat config from plugin ([#​17482](https://togithub.com/eslint/eslint/issues/17482)) (Francesco Trotta) - [`9e9edf9`](https://togithub.com/eslint/eslint/commit/9e9edf93ecfa0658e8b79e71bc98530ade150081) docs: update documentation URL in error message ([#​17465](https://togithub.com/eslint/eslint/issues/17465)) (Nitin Kumar) ##### Chores - [`8dd3cec`](https://togithub.com/eslint/eslint/commit/8dd3cec90c97ed97d243a83b87ad4ea9e6b4781a) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).48.0 ([#​17501](https://togithub.com/eslint/eslint/issues/17501)) (Milos Djermanovic) - [`6d0496e`](https://togithub.com/eslint/eslint/commit/6d0496e9476fb2210fba0a3d541df8c052ecf73a) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`9d4216d`](https://togithub.com/eslint/eslint/commit/9d4216d638d39844decffac33ee3d5a47413c80a) chore: Refactor and document CodePathSegment ([#​17474](https://togithub.com/eslint/eslint/issues/17474)) (Nicholas C. Zakas) </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v13.5.3`](https://togithub.com/vercel/next.js/compare/v13.5.2...v13.5.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.5.2...v13.5.3) ### [`v13.5.2`](https://togithub.com/vercel/next.js/compare/v13.5.1...v13.5.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.5.1...v13.5.2) ### [`v13.5.1`](https://togithub.com/vercel/next.js/compare/v13.5.0...v13.5.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.5.0...v13.5.1) ### [`v13.5.0`](https://togithub.com/vercel/next.js/compare/v13.4.19...v13.5.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.19...v13.5.0) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v13.5.3`](https://togithub.com/vercel/next.js/compare/v13.5.2...v13.5.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.5.2...v13.5.3) ### [`v13.5.2`](https://togithub.com/vercel/next.js/releases/tag/v13.5.2) [Compare Source](https://togithub.com/vercel/next.js/comp </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).</p> <p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.</p> <p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a rel="noreferrer nofollow" target="_blank" href="https://togithub.com/renovatebot/renovate/discussions">config help</a> if that's undesired.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box</li> </ul> <hr /> <p>This PR has been generated by <a rel="noreferrer nofollow" target="_blank" href="https://www.mend.io/renovate/">Mend Renovate</a> using a <a rel="noreferrer nofollow" target="_blank" href="https://togithub.com/sanity-io/renovate-config#readme">curated preset</a> maintained by <a rel="noreferrer nofollow" target="_blank" href="https://www.sanity.io/?utm_source=github&utm_medium=referral&utm_campaign=ecosystem-renovate-preset"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.sanity.io/static/images/logo_white.svg?v=2"><img alt="Sanity" src="https://www.sanity.io/static/images/logo_red.svg?v=2" height="10"></picture></a>. View repository job log <a rel="noreferrer nofollow" target="_blank" href="https://developer.mend.io/github/sanity-io/sanity-template-vercel-visual-editing">here</a></p> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/vercel[bot]"><img src="https://avatars.githubusercontent.com/in/8329?v=4" />vercel[bot]</a> commented <strong> 11 months ago</strong> </div> <div class="markdown-body"> <p><strong>The latest updates on your projects</strong>. Learn more about <a href="https://vercel.link/github-learn-more">Vercel for Git ↗︎</a></p> <table> <thead> <tr> <th style="text-align: left;">Name</th> <th style="text-align: left;">Status</th> <th style="text-align: left;">Preview</th> <th style="text-align: left;">Comments</th> <th style="text-align: left;">Updated (UTC)</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"><strong>sanity-template-vercel-visual-editing</strong></td> <td style="text-align: left;">✅ Ready (<a href="https://vercel.com/sanity-io/sanity-template-vercel-visual-editing/Gt5e1p6EiezVxJMuk3dTDwwmYdV8">Inspect</a>)</td> <td style="text-align: left;"><a href="https://vercel.live/open-feedback/sanity-template-vercel-visual-editing-git-renovate-non-major.sanity.build?via=pr-comment-visit-preview-link&passThrough=1">Visit Preview</a></td> <td style="text-align: left;">💬 <a href="https://vercel.live/open-feedback/sanity-template-vercel-visual-editing-git-renovate-non-major.sanity.build?via=pr-comment-feedback-link"><strong>Add feedback</strong></a></td> <td style="text-align: left;">Sep 27, 2023 10:27am</td> </tr> </tbody> </table> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/socket-security[bot]"><img src="https://avatars.githubusercontent.com/in/156372?v=4" />socket-security[bot]</a> commented <strong> 11 months ago</strong> </div> <div class="markdown-body"> <!-- overview-comment --> <p><strong>New, updated, and removed dependencies detected.</strong> Learn more about <a href="https://socket.dev?utm_medium=gh">Socket for GitHub ↗︎</a></p> <table> <thead> <tr> <th style="text-align: left;">Packages</th> <th style="text-align: left;">Version</th> <th style="text-align: left;">New capabilities</th> <th style="text-align: left;">Transitives</th> <th style="text-align: left;">Size</th> <th style="text-align: left;">Publisher</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next/overview/13.5.3">next</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next/overview/13.5.3">13.5.3</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next/issues/13.5.3?issue=usesEval">eval</a>, <a href="https://socket.dev/npm/package/next/issues/13.5.3?issue=networkAccess">network</a>, <a href="https://socket.dev/npm/package/next/issues/13.5.3?issue=filesystemAccess">filesystem</a>, <a href="https://socket.dev/npm/package/next/issues/13.5.3?issue=shellAccess">shell</a>, <a href="https://socket.dev/npm/package/next/issues/13.5.3?issue=envVars">environment</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next/dependencies/13.5.3"><code>+11</code></a></td> <td style="text-align: left;">1.1 GB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/vercel-release-bot">vercel-release-bot</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/eslint-config-next/overview/13.5.3">eslint-config-next</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/eslint-config-next/overview/13.5.3">13.5.3</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/eslint-config-next/dependencies/13.5.3"><code>+6</code></a></td> <td style="text-align: left;">43.9 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/vercel-release-bot">vercel-release-bot</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/@types/react/overview/18.2.23">@types/react</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/@types/react/overview/18.2.23">18.2.23</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/@types/react/dependencies/18.2.23"><code>+0</code></a></td> <td style="text-align: left;">365 kB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/types">types</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next-sanity/overview/5.5.4">next-sanity</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next-sanity/overview/5.5.4">5.5.4</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next-sanity/issues/5.5.4?issue=envVars">environment</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/next-sanity/dependencies/5.5.4"><code>+26</code></a></td> <td style="text-align: left;">1.16 GB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/sanity-io">sanity-io</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/@vercel/og/overview/0.5.17">@vercel/og</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/@vercel/og/diff/0.5.17?from=0.5.11">0.5.11...0.5.17</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/@vercel/og/diff/0.5.17?from=0.5.11&tab=dependencies"><code>+1/-1</code></a></td> <td style="text-align: left;">10.2 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/vercel-release-bot">vercel-release-bot</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/postcss/overview/8.4.30">postcss</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/postcss/diff/8.4.30?from=8.4.28">8.4.28...8.4.30</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/postcss/diff/8.4.30?from=8.4.28&tab=dependencies"><code>+0/-0</code></a></td> <td style="text-align: left;">197 kB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/ai">ai</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/sanity-plugin-asset-source-unsplash/overview/1.1.1">sanity-plugin-asset-source-unsplash</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/sanity-plugin-asset-source-unsplash/diff/1.1.1?from=1.1.0">1.1.0...1.1.1</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/sanity-plugin-asset-source-unsplash/diff/1.1.1?from=1.1.0&tab=dependencies"><code>+16/-33</code></a></td> <td style="text-align: left;">64.1 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/sanity-io">sanity-io</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/autoprefixer/overview/10.4.16">autoprefixer</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/autoprefixer/diff/10.4.16?from=10.4.15">10.4.15...10.4.16</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/autoprefixer/diff/10.4.16?from=10.4.15&tab=dependencies"><code>+2/-2</code></a></td> <td style="text-align: left;">2.51 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/ai">ai</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/eslint/overview/8.50.0">eslint</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/eslint/diff/8.50.0?from=8.47.0">8.47.0...8.50.0</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/eslint/diff/8.50.0?from=8.47.0&tab=dependencies"><code>+2/-3</code></a></td> <td style="text-align: left;">3.03 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/eslintbot">eslintbot</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/typescript/overview/5.2.2">typescript</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/typescript/diff/5.2.2?from=5.1.6">5.1.6...5.2.2</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/typescript/diff/5.2.2?from=5.1.6&tab=dependencies"><code>+0/-0</code></a></td> <td style="text-align: left;">40.6 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/typescript-bot">typescript-bot</a></td> </tr> <tr> <td style="text-align: left;"><a href="https://socket.dev/npm/package/prettier-plugin-tailwindcss/overview/0.5.4">prettier-plugin-tailwindcss</a></td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/prettier-plugin-tailwindcss/diff/0.5.4?from=0.5.3">0.5.3...0.5.4</a></td> <td style="text-align: left;">None</td> <td style="text-align: left;"><a href="https://socket.dev/npm/package/prettier-plugin-tailwindcss/diff/0.5.4?from=0.5.3&tab=dependencies"><code>+0/-1</code></a></td> <td style="text-align: left;">2.5 MB</td> <td style="text-align: left;"><a href="https://socket.dev/npm/user/thecrypticace">thecrypticace</a></td> </tr> </tbody> </table> <p><strong>🚮 Removed packages:</strong> <a href="https://socket.dev/npm/package/@sanity/vision/overview/3.15.1">@sanity/vision@3.15.1</a>, <a href="https://socket.dev/npm/package/@tailwindcss/typography/overview/0.5.9">@tailwindcss/typography@0.5.9</a>, <a href="https://socket.dev/npm/package/prettier/overview/3.0.2">prettier@3.0.2</a>, <a href="https://socket.dev/npm/package/sanity/overview/3.15.1">sanity@3.15.1</a></p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>