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 app dependencies #1359

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer (source) 15.0.1 -> 15.0.2 age adoption passing confidence
@sanity/pkg-utils 6.11.4 -> 6.11.8 age adoption passing confidence
@sanity/presentation (source) 1.17.7 -> 1.17.8 age adoption passing confidence
@sanity/ui (source) 2.8.10 -> 2.8.19 age adoption passing confidence
@sanity/vision (source) 3.62.2 -> 3.63.0 age adoption passing confidence
@sanity/visual-editing (source) 2.4.2 -> 2.4.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.11.0 -> ^8.13.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.11.0 -> ^8.13.0 age adoption passing confidence
eslint-config-next (source) 15.0.1 -> 15.0.2 age adoption passing confidence
groq (source) 3.62.2 -> 3.63.0 age adoption passing confidence
next (source) 15.0.1 -> 15.0.2 age adoption passing confidence
next-sanity (source) 9.8.7 -> 9.8.8 age adoption passing confidence
sanity (source) 3.62.2 -> 3.63.0 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v15.0.2

Compare Source

sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.11.8

Compare Source

Bug Fixes

v6.11.7

Compare Source

Bug Fixes

v6.11.6

Compare Source

Bug Fixes

v6.11.5

Compare Source

Bug Fixes
sanity-io/visual-editing (@​sanity/presentation)

v1.17.8

Bug Fixes
  • presentation: remove media from preview snapshot payload (#​2079) (f1d04b3)
Dependencies
sanity-io/ui (@​sanity/ui)

v2.8.19

Compare Source

Bug Fixes
  • deps: update dependency react-compiler-runtime to v19.0.0-beta-9ee70a1-20241017 (#​1453) (d84a82f)

v2.8.18

Compare Source

Bug Fixes

v2.8.17

Compare Source

Bug Fixes

v2.8.16

Compare Source

Bug Fixes

v2.8.15

Compare Source

Bug Fixes

v2.8.14

Compare Source

Features
  • Input tokens: Bump input border colors for increased contrast (#​1429) (239be91)
Bug Fixes

v2.8.13

Compare Source

Bug Fixes

v2.8.12

Compare Source

Bug Fixes

v2.8.11

Compare Source

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

v3.63.0

Compare Source

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

sanity-io/visual-editing (@​sanity/visual-editing)

v2.4.4

Bug Fixes

v2.4.3

Bug Fixes
  • presentation: remove media from preview snapshot payload (#​2079) (f1d04b3)
Dependencies
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.13.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vercel/next.js (eslint-config-next)

v15.0.2

Compare Source

sanity-io/sanity (groq)

v3.63.0

Compare Source

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

vercel/next.js (next)

v15.0.2

Compare Source

sanity-io/next-sanity (next-sanity)

v9.8.8

Compare Source

Bug Fixes
sanity-io/sanity (sanity)

v3.63.0

Compare Source

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


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.


  • 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

Copy link

vercel bot commented Nov 5, 2024

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

Name Status Preview Comments Updated (UTC)
preview-kit-next-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 6:41pm
preview-kit-next-pages-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 6:41pm
preview-kit-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 6:41pm
preview-kit-test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2024 6:41pm

@renovate renovate bot requested a review from a team as a code owner November 5, 2024 18:40
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@next/bundle-analyzer@15.0.2 Transitive: environment, filesystem, network, shell +18 2.3 MB matt.straka, rauchg, timer, ...2 more
npm/@sanity/pkg-utils@6.11.8 Transitive: environment, eval, filesystem, network, shell, unsafe +244 78.4 MB armandocerna, ash, atombender, ...59 more
npm/@sanity/presentation@1.17.8 Transitive: network +21 11.4 MB sanity-io
npm/@sanity/ui@2.8.19 Transitive: environment +32 10.5 MB armandocerna, ash, atombender, ...59 more
npm/@sanity/vision@3.63.0 Transitive: environment +43 7.63 MB bjoerge
npm/@sanity/visual-editing@2.4.4 environment Transitive: network +23 19.9 MB sanity-io
npm/@typescript-eslint/eslint-plugin@8.13.0 Transitive: environment, filesystem +86 15.4 MB bradzacher, jameshenry
npm/@typescript-eslint/parser@8.13.0 Transitive: environment, filesystem +30 3.38 MB bradzacher, jameshenry
npm/eslint-config-next@15.0.2 Transitive: environment, eval, filesystem, unsafe +149 12.7 MB timer, timneutkens, vercel-release-bot
npm/groq@3.63.0 None 0 11.8 kB armandocerna, ash, atombender, ...60 more
npm/next-sanity@9.8.8 environment Transitive: eval, filesystem, network, shell, unsafe +757 133 MB sanity-io
npm/next@15.0.2 environment, filesystem, network, shell, unsafe +25 124 MB vercel-release-bot
npm/sanity@3.63.0 Transitive: environment, eval, filesystem, network, shell, unsafe +753 123 MB

🚮 Removed packages: npm/@next/bundle-analyzer@15.0.1, npm/@sanity/pkg-utils@6.11.4, npm/@sanity/presentation@1.17.7, npm/@sanity/ui@2.8.10, npm/@sanity/vision@3.62.2, npm/@typescript-eslint/eslint-plugin@8.11.0, npm/@typescript-eslint/parser@8.11.0, npm/eslint-config-next@15.0.1, npm/groq@3.62.2, npm/next-sanity@9.8.7, npm/next@15.0.1, npm/sanity@3.62.2

View full report↗︎

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