Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update non-major (pages-router) #82

Open
wants to merge 1 commit into
base: pages-router
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sanity/assist 3.0.4 -> 3.0.8 age adoption passing confidence dependencies patch
@sanity/client (source) 6.18.2 -> 6.22.4 age adoption passing confidence dependencies minor
@sanity/image-url (source) 1.0.2 -> 1.1.0 age adoption passing confidence dependencies minor
@sanity/preview-url-secret (source) 1.6.13 -> 1.6.21 age adoption passing confidence dependencies patch
@sanity/vision (source) 3.42.1 -> 3.64.0 age adoption passing confidence dependencies minor
@sanity/visual-editing (source) 1.8.20 -> 1.8.22 age adoption passing confidence dependencies patch
@tailwindcss/typography 0.5.13 -> 0.5.15 age adoption passing confidence dependencies patch
@types/react (source) 18.3.2 -> 18.3.12 age adoption passing confidence dependencies patch
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence dependencies patch
@urql/core (source) 5.0.3 -> 5.0.8 age adoption passing confidence dependencies patch
@urql/next (source) 1.1.1 -> 1.1.3 age adoption passing confidence dependencies patch
@vercel/speed-insights (source) 1.0.10 -> 1.1.0 age adoption passing confidence dependencies minor
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence dependencies patch
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-config-next (source) 14.2.3 -> 14.2.17 age adoption passing confidence devDependencies patch
graphql 16.8.1 -> 16.9.0 age adoption passing confidence dependencies minor
next (source) 14.2.3 -> 14.2.17 age adoption passing confidence dependencies patch
next-sanity (source) 9.0.18 -> 9.8.11 age adoption passing confidence dependencies minor
peter-evans/create-pull-request 6d6857d -> c5a7806 action digest
postcss (source) 8.4.38 -> 8.4.49 age adoption passing confidence dependencies patch
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence devDependencies minor
prettier-plugin-packagejson 2.5.0 -> 2.5.3 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss 0.5.14 -> 0.6.8 age adoption passing confidence devDependencies minor
sanity (source) 3.42.1 -> 3.64.0 age adoption passing confidence dependencies minor
styled-components (source) 6.1.11 -> 6.1.13 age adoption passing confidence dependencies patch
tailwindcss (source) 3.4.3 -> 3.4.14 age adoption passing confidence dependencies patch
typescript (source) 5.4.5 -> 5.6.3 age adoption passing confidence dependencies minor
urql (source) 4.1.0 -> 4.2.1 age adoption passing confidence dependencies minor

Release Notes

sanity-io/assist (@​sanity/assist)

v3.0.8

Compare Source

Bug Fixes

This release is also available on:

v3.0.7

Compare Source

Bug Fixes
  • ensures conditional readOnly state for document is included in requests (b8949fc)

This release is also available on:

v3.0.6

Compare Source

Bug Fixes
  • adds support for document types named using _id incompatible characters (6d5ee68)

This release is also available on:

v3.0.5

Compare Source

Bug Fixes
  • docs: corrects messaging on plan availability (growth and up) (c3e2ce7)

This release is also available on:

sanity-io/client (@​sanity/client)

v6.22.4

Compare Source

Bug Fixes
  • stega: add textTheme to deny list (39edfe1)
  • stega: ignore paths that end with Id (81aa664)

v6.22.3

Compare Source

Bug Fixes

v6.22.2

Compare Source

Bug Fixes

v6.22.1

Compare Source

Bug Fixes
  • add missing listenerName property on welcome event (#​894) (6173089)

v6.22.0

Compare Source

Features
Bug Fixes

v6.21.3

Compare Source

Bug Fixes
  • deprecate studioHost, externalStudioHost in typings (#​879) (ebe840b)
  • support signal on getDocument(s) to cancel requests (#​881) (13d71bb)

v6.21.2

Compare Source

Bug Fixes

v6.21.1

Compare Source

Bug Fixes
  • add support for includeMutations listen parameter (#​872) (5f0a991)

v6.21.0

Compare Source

Features
  • codegen: Allow query reponse types to be overridden through SanityQueries (#​858) (c25d51a)

v6.20.2

Compare Source

Bug Fixes

v6.20.1

Compare Source

Bug Fixes
  • add warning about setting both useCdn and withCredentials to true (#​849) (ae01edb)
  • deps: update dependency get-it to ^8.6.1 (#​856) (ced69bc)

v6.20.0

Compare Source

Features

v6.19.2

Compare Source

Bug Fixes

v6.19.1

Compare Source

Bug Fixes
  • types: adjust action types to reflect Actions API (#​830) (e116c62)

v6.19.0

Compare Source

Features

v6.18.3

Compare Source

Bug Fixes
sanity-io/image-url (@​sanity/image-url)

v1.1.0

Compare Source

Changes
  • Add new frame() method
  • Add new vanityName() method (thanks @​Isissss!)
  • Allow specifying baseUrl in builder typings (thanks @​ryami333!)
  • Allow resetting format through .format(undefined) (thanks @​selbekk!)
sanity-io/visual-editing (@​sanity/preview-url-secret)

v1.6.21

Bug Fixes

v1.6.20

Bug Fixes

v1.6.19

Bug Fixes

v1.6.18

Bug Fixes

v1.6.17

Bug Fixes

v1.6.16

Bug Fixes

v1.6.15

Bug Fixes

v1.6.14

Bug Fixes
sanity-io/sanity (@​sanity/vision)

v3.64.0

Compare Source

v3.63.0

Compare Source

✨ Highlights
Updated Next.js starter template to use Live Mode

Initializing Sanity inside a Next.js application now adds the preconfigured Live Content API helpers sanityFetch and SanityLive.

Performance improvements for template permissions

Template permissions are now resolved sequentially instead of in parallel, improving reliability for large numbers of templates. We've added smarter caching for initial value resolution, reducing duplicate computations.

These improvements should result in more predictable performance and reduced resource usage when working with templates, particularly in larger projects with many templates.

This optimization brings no API changes or breaking changes.

🐛 Notable bugfixes
  • Fixes list scrolling in the Scheduled Publishing interface.
Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.17.6 (#​7669) | bd83ebb
renovate[bot] | fix(deps): update dependency @​sanity/insert-menu to v1.0.10 (#​7668) | 4ede77b
renovate[bot] | fix(deps): Update dev-non-major (#​7671) | 1ebedd2
Snorre Eskeland Brekke | feat: adds support for Create-Studio integration (#​7635) | 12cb46b
renovate[bot] | fix(deps): Update dev-non-major (#​7679) | 070b33c
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.17.7 (#​7683) | 6c1febc
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.1.10 (#​7692) | 7a564a6
Rico Kahler | perf(core): memoize resolveInitialValueForType (#​7674) | 3602d67
Jordan Lawrence | fix: scheduled pub scroll list issue (#​7658) | 4e05b3a
Simeon Griggs | feat(cli): prepare nextjs starter template for live mode (#​7633) | d018a71
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.1.11 (#​7667) | 6479290
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.13 (#​7694) | 3e1cad6
renovate[bot] | chore(deps): update dependency @​vitejs/plugin-react to ^4.3.3 (#​7688) | 56bc1a7
renovate[bot] | fix(deps): Update dev-non-major (#​7693) | f03396f
renovate[bot] | fix(deps): update dependency react-rx to ^4.0.1 (#​7712) | 46982a3
shur | chore: telemetry definition files are owned by @​data-eng (#​7703) | 7ed0f9c
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.14 (#​7713) | ef649b8
renovate[bot] | chore(deps): update dependency lerna to ^8.1.9 (#​7711) | ecac3b8
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.2.0 (#​7709) | d1a35d5
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.0 (#​7714) | fa5cfe7
renovate[bot] | fix(deps): Update dev-non-major (#​7708) | ab24df2
Cody Olsen | chore(deps): bump react-compiler linter (#​7715) | ad56ad0
renovate[bot] | chore(deps): update typescript-tooling (#​7681) | cc629b9
renovate[bot] | fix(deps): Update babel monorepo (#​7719) | 3b20ff6
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.15 (#​7718) | 1fadac5
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.15 (#​7717) | 0f7ee17
renovate[bot] | chore(lockfile): update dependency @​sanity/asset-utils to v2.0.7 (#​7721) | 50c683d
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.16 (#​7722) | 4757af6
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.16 (#​7723) | 3048630
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.3.0 (#​7727) | 2f42394
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.17 (#​7725) | 4864eaa
renovate[bot] | fix(deps): Update dev-non-major (#​7724) | 0e2888c
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.18 (#​7730) | 81cb734
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.4.0 (#​7729) | 5c1a81a
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.4.1 (#​7735) | 953501d
renovate[bot] | chore(test-studio): update dependency @​portabletext/editor to ^1.4.1 (#​7734) | 325e50a
Pedro Bonamin | fix(core): export BetaFeatures and ScheduledPublishing types (#​7659) | 9fbebab
Binoy Patel | test(cli): migrate cli tests to vitest (#​7731) | 51db20a
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.0 (#​7738) | c580ebf
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.1 (#​7739) | c4d4abb
renovate[bot] | chore(deps): update dependency @​sanity/prettier-config to ^1.0.3 (#​7733) | 8aea4fa
Espen Hovlandsdal | fix: invalid locale namespace specified for create (#​7732) | 9b2a6f7
Binoy Patel | test(codegen): migrate codegen tests to vitest (#​7741) | c799d28
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.17.8 (#​7743) | e631b2d
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.5.4 (#​7737) | c0bd3c2
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.19 (#​7742) | 60ece5f
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.3 (#​7744) | 4a3157d
renovate[bot] | chore(deps): update react monorepo (#​7753) | ce6cfab
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​7752) | 46f9218
renovate[bot] | fix(deps): Update dev-non-major (#​7736) | eebf6c4
renovate[bot] | chore(deps): update dependency babel-plugin-react-compiler to v19 (#​7755) | 361f347
Jordan Lawrence | chore(scripts): reordering blocks in release notes template script (#​7758) | 72934dd

v3.62.3

Compare Source

✨ Highlights
Optimized Initial Value Resolution

This release includes a performance enhancement to optimize the resolution of Initial Value Templates:

  • Initial values are now resolved sequentially rather than in parallel, improving reliability in projects with large numbers of templates.
  • Enhanced caching reduces duplicate computations, leading to faster and more predictable performance when handling initial values.

These updates streamline initial value resolution, making it more efficient for projects with complex templates. This may improve the start up performance for your Studio.

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.17.6 (#​7669) | bd83ebb
renovate[bot] | fix(deps): update dependency @​sanity/insert-menu to v1.0.10 (#​7668) | 4ede77b
renovate[bot] | fix(deps): Update dev-non-major (#​7671) | 1ebedd2
Snorre Eskeland Brekke | feat: adds support for Create-Studio integration (#​7635) | 12cb46b
renovate[bot] | fix(deps): Update dev-non-major (#​7679) | 070b33c
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.17.7 (#​7683) | 6c1febc
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.1.10 (#​7692) | 7a564a6
Rico Kahler | perf(core): memoize resolveInitialValueForType (#​7674) | 3602d67

v3.62.2

Compare Source

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

✨ Highlights
  • Updates the Presentation tool to enable visual editing packages to dynamically check which features are supported by the current tool version.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
renovate[bot] | fix(deps): Update dev-non-major (#​7661) | 21988da
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.17.4 (#​7662) | 35fdd4d
renovate[bot] | fix(deps): Update dev-non-major (#​7663) | aa41c29

v3.62.1

Compare Source

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

✨ Highlights
Other features

Configuration

📅 Schedule: Branch creation - "every 3 months 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner May 16, 2024 07:46
Copy link

vercel bot commented May 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
demo-graphql-presentation-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 6:18pm

stipsan
stipsan previously approved these changes May 16, 2024
stipsan
stipsan previously approved these changes May 16, 2024
Copy link

socket-security bot commented May 22, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from 60cc63a to e2727b6 Compare October 30, 2024 20:27
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from e2727b6 to fa47764 Compare October 31, 2024 04:49
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from fa47764 to a8f2595 Compare November 5, 2024 14:16
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from a8f2595 to 7e5474c Compare November 5, 2024 18:00
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from 7e5474c to bd8f7af Compare November 6, 2024 01:08
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from bd8f7af to 4b11947 Compare November 6, 2024 07:49
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from 4b11947 to dd33bf6 Compare November 6, 2024 11:33
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from dd33bf6 to f63a8b4 Compare November 6, 2024 16:56
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from f63a8b4 to e6da55a Compare November 6, 2024 22:50
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from e6da55a to 60a150c Compare November 7, 2024 15:24
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from 60a150c to 48e4ffd Compare November 8, 2024 19:15
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from 48e4ffd to 5fdac1d Compare November 10, 2024 21:31
@renovate renovate bot force-pushed the renovate/pages-router-non-major branch from 5fdac1d to 875e633 Compare November 11, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant