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 #17

Merged
merged 1 commit into from
Dec 18, 2024
Merged

chore(deps): update non-major #17

merged 1 commit into from
Dec 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.6.0 -> ^19.6.1 age adoption passing confidence
@sanity/incompatible-plugin 1.0.4 -> 1.0.5 age adoption passing confidence
@sanity/pkg-utils ^6.11.12 -> ^6.12.0 age adoption passing confidence
@sanity/ui (source) 2.8.25 -> 2.10.11 age adoption passing confidence
@types/react (source) ^18.3.12 -> ^18.3.17 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.16.0 -> ^8.18.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.16.0 -> ^8.18.1 age adoption passing confidence
eslint-plugin-react-hooks (source) ^5.0.0 -> ^5.1.0 age adoption passing confidence
prettier (source) ^3.4.0 -> ^3.4.2 age adoption passing confidence
sanity (source) ^3.64.3 -> ^3.67.1 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

sanity-io/incompatible-plugin (@​sanity/incompatible-plugin)

v1.0.5

Compare Source

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

v6.12.0

Compare Source

Features

v6.11.15

Compare Source

Bug Fixes

v6.11.14

Compare Source

Bug Fixes

v6.11.13

Compare Source

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

v2.10.11

Compare Source

Bug Fixes

v2.10.10

Compare Source

Bug Fixes

v2.10.9

Compare Source

Bug Fixes

v2.10.8

Compare Source

Bug Fixes

v2.10.7

Compare Source

Bug Fixes
  • deps: update dependency framer-motion to ^11.13.5 (19e049e)
  • ensure referenceElement don't flash in the wrong position on mount (c95c1c0)

v2.10.6

Compare Source

Bug Fixes
  • allow using useGlobalKeyDown without useCallback (263c0a6)

v2.10.5

Compare Source

Bug Fixes

v2.10.4

Compare Source

Bug Fixes

v2.10.3

Compare Source

Bug Fixes

v2.10.2

Compare Source

Bug Fixes

v2.10.1

Compare Source

Bug Fixes

v2.10.0

Compare Source

Features

v2.9.1

Compare Source

Bug Fixes
  • card: guard when picking new nested theme properties (963f09d)

v2.9.0

Compare Source

Features
  • support neutral and suggest tones (18c08b8)
  • theme: add new tones (fabe61c)
Bug Fixes
  • figma: support new color tones (31d8c48)
  • theme: adjust color tokens (d8b3181)
  • theme: generate tones based on constants (7252249)
  • theme: propagate hue based on tone setting (c11dc3d)
  • theme: use legacy types correctly (79510fe)
  • toast: use neutral tone for info status (cb56633)

v2.8.26

Compare Source

Bug Fixes
  • popover: render the child when a reference element is provided (2c1bf33)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

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

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

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

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

v8.18.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.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

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

v8.17.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.

facebook/react (eslint-plugin-react-hooks)

v5.1.0

Compare Source

prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>
sanity-io/sanity (sanity)

v3.67.1

Compare Source

🐛 Notable bugfixes
  • Fixes a regression introduced in v3.65.0 that could crash the tasks UI when clicking the detail view (see #​7976 for details about the issue)
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
------------ | ------------- | -------------
Pedro Bonamin | fix(core): tasks UpdatedTimeAgo should be a hook (#​8011) | 789f3b2
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.12.0 (#​8010) | a773485
Bjørge Næss | chore(deps): bump minimum requirement of @​sanity/import and @​sanity/export (#​8012) | c7ec5f9

v3.67.0

Compare Source

✨ Highlights

Start in Create enabled by default
image

The option to start drafting new documents in Sanity Create is now enabled by default. Depending on your hosting setup you might see a fully functional Start in Create-button appearing close to your default document actions, or a button that is temporarily disabled and awaiting some minor configuration. To learn how to fully enable the feature for both your development and production environments, or disable it entirely, check out the docs!

🐛 Notable bugfixes
  • Fixes a few deprecation warnings when installing dependencies for a studio.
  • Adds the missing disableArrayWarning option to the SlugOptions type (thank you @​Stilyan!).
  • Upgrades to ESLint 9 for new studios
  • Fixes a problem that could make rendering document lists crash the studio for complex schema types (thank you @​nikaspran!)
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
------------ | ------------- | -------------
RitaDias | test(sanity): update timeout to avoid slow test from being flaky (#​7969) | d6dde60
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.15.0 (#​7971) | 6eacd33
Espen Hovlandsdal | chore(deps): update dependency glob to ^11.0.0 (#​7949) | ccee1f4
Espen Hovlandsdal | fix(i18n): allow weeks to start on Saturday (#​7965) | 59deb00
Espen Hovlandsdal | fix(deps): deprecation warnings due to glob dependency (#​7977) | 5e3b8c1
Stilyan | feat: add disableArrayWarning option to SlugOptions (#​7174) | 1b5fd00
Bjørge Næss | test(cli): remove v2 fixtures and bump timeouts (#​7974) | 583bb6f
Cody Olsen | chore: add markdown plugin back (#​7475) | a7ed9be
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.1 (#​7975) | d23b3f0
Cody Olsen | chore: add back the @sanity/color-input plugin to test studio (#​7502) | 960186d
Bjørge Næss | test(e2e): add missing plugins to e2e studio (#​7981) | e078ebc
ecospark[bot] | fix(deps): update React Compiler dependencies 🤖 ✨ (#​7982) | bf67535
renovate[bot] | fix(deps): update dependency react-rx to ^4.1.8 (#​7983) | 197fc3d
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​7987) | 23a47f3
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.2 (#​7985) | 5d5bac0
Ash | fix(sanity): do not perform incremental search for exact tokens (#​7972) | 9fba9b7
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.3 (#​7986) | 22c9708
Snorre Eskeland Brekke | feat: enable start in Create banner for new documents and include development mode information (#​7955) | 656d4c8
renovate[bot] | fix(deps): update dependency @​sanity/icons to ^3.5.1 (#​7989) | 30d18d6
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.8 (#​7984) | ba996b7
renovate[bot] | fix(deps): update dependency @​sanity/icons to ^3.5.2 (#​7991) | 1b6117f
Cody Olsen | fix(deps): upgrade vite to v5 (#​5285) | 6817f2e
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.4 (#​7993) | 9d3343c
renovate[bot] | chore(deps): update typescript-tooling (#​7988) | 6a9c59e
renovate[bot] | fix(deps): Update dev-non-major (#​7997) | 305a143
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.15.3 (#​7979) | ae98a1d
Ash | refactor(sanity): extract common search token functions | 3aa1e03
Ash | refactor(sanity): skip unnecessary deduplication step | e8bad21
Ash | feat(sanity): do not fade out global search results while fetching more | a303002
Ash | feat: add groq2024 search strategy | 13f2e48
Ash | feat(test-studio): enable groq2024 search strategy | 8c4e248
Nikas Praninskas | fix(sanity): optimise getLeafWeights to not stack overflow (#​7999) | ac2ab18
Espen Hovlandsdal | feat: use eslint 9 for new studios (#​7978) | 30d8f7e
Robin Pyon | feat: switch create integration to opt-out flow (#​8002) | 6b322cb
Rostislav Melkumyan | feat(cli): use @vercel/frameworks in bootstrapRemoteTemplate (#​8001) | 60537c8
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.7 (#​7998) | eb5739b
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.10.7 (#​8005) | 2f135f6
Cody Olsen | chore: reduce renovate double PR noise | 0528bee
ecospark[bot] | chore(prettier): fix unformatted files 🤖 ✨ (#​8006) | da526ea

v3.66.1

Compare Source

🐛 Notable bugfixes

  • Fixes an issue causing the Studio to crash in an environment that doesn't provide a global process variable

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): allow react v19 as peer dependency (#​7962) | 9722cd6
Ash | fix(sanity): reset search cursor state when any parameter changes (#​7889) | 4d7ae8d
Bjørge Næss | fix(core): guard against missing process variable (#​7967) | bab0e19
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.7 (#​7966) | c82d44c

v3.66.0

Compare Source

✨ Highlights

React Compiler for auto-updating studios

Studios that have opted in to the auto-updating feature will now use code optimized by the React Compiler. In many cases, this results in a faster user interface.

Other features

Configurable slug field weight

It's now possible to configure search weights for slug fields using the options.search.weight field option:

defineField({
  name: 'slug',
  type: 'slug',
+ options: {
+   search: {
+     weight: 50,
+   },
+ },
}),

The slug field's weight will now be respected when using global search with "Best match" sorting selected, and when using reference search. Learn more about search weights in the Studio Search Configuration documentation.

Crop/hotspot vector format warning

When using vector formats (like SVG), any crop/hotspot defined for the image will only be applied if the image is delivered in a raster format. To make this clear, a warning is now displayed when setting a crop/hotspot on vector images.

Document links in Vision

When using the @sanity/vision plugin, if query results contain either _id or _ref attributes, a link icon is displayed next to the value making it easier to find and edit the document.

Note: This is currently only displayed if the queried dataset matches the dataset of the active workspace.

Sanity v2 CLI commands removed

v2 has been end-of-life since April 2024 and the CLI commands for v2 will no longer display a removed error.

You can still use @sanity/cli@^2 should you need to run CLI commands against the an old studio project. See the guide for more details on migrating from v2 to v3.

🐛 Notable bugfixes

  • Annotations in the Portable Text Editor will now autofocus on the first input when being created.
  • Fixed a regression in v3.65.0 that caused the document editor panel header to look slightly misaligned with presentation tool's URL bar, and the Tasks panel header.
  • Fixes an issue where editing an annotation in the Portable Text Editor could result in multiple editing dialogs being opened.

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 @​portabletext/editor to ^1.12.0 (#​7883) | 1dc2a68
renovate[bot] | chore(deps): update typescript-tooling (#​7882) | aebe3ce
Ash | refactor(sanity): clarify variable name | fcff773
Ash | chore(sanity): remove duplicate test | ee3f331
Ash | feat: support search weight configuration for slug fields | 022c910
renovate[bot] | fix(deps): Update dev-non-major (#​7893) | 3f7892e
renovate[bot] | chore(lockfile): update dependency @​sanity/react-loader to v1.10.22 (#​7896) | b13265d
renovate[bot] | chore(deps): update dependency @​sanity/code-input to v5 (#​7901) | a323ddd
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.2 (#​7899) | e432e37
renovate[bot] | fix(deps): Update dev-non-major (#​7902) | 56ed6cb
renovate[bot] | fix(deps): update dependency @​sanity/icons to ^3.5.0 (#​7900) | 1ed427e
Pedro Bonamin | fix(core): portable text annotations slow to show (#​7588) | ef50844
renovate[bot] | fix(deps): update dependency groq-js to ^1.14.1 (#​7910) | 037a2f4
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.12.2 (#​7909) | b2f1ff2
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.8.26 (#​7906) | 5b58ced
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.3 (#​7914) | e609391
renovate[bot] | fix(deps): update dependency @​sanity/insert-menu to v1.0.15 (#​7913) | d91efd9
Cody Olsen | fix: vertically center pane header when no tabs (#​7912) | 481febd
Marius Lundgård | fix(sanity): support future UI tones (#​7916) | f5e85ae
renovate[bot] | fix(deps): Update dev-non-major (#​7905) | b4c157c
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.9.0 (#​7918) | d3a4a1f
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.9.0 (#​7919) | b28b160
Rostislav Melkumyan | feat(cli): add test-template for testing --template flag (#​7877) | 52ab8b2
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.23.0 (#​7931) | 90f884d
renovate[bot] | chore(deps): update typescript-tooling (#​7928) | 755cd44
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.4 (#​7930) | ee5f3b6
renovate[bot] | fix(deps): Update dev-non-major (#​7920) | 5b25212
Cody Olsen | fix: support react compiler for auto updating studios (#​7897) | e40d5b6
Rostislav Melkumyan | feat(cli): remove v2 init messaging (#​7887) | 2333027
RitaDias | test(e2e): add unpublish e2e test (#​7927) | 079824e
Rostislav Melkumyan | feat(cli): add support for remote templates with --template (#​7867) | 1f59825
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​7933) | 4fff528
renovate[bot] | fix(deps): update dependency @​sanity/icons to ^3.5.0 (#​7929) | 8ee3384
renovate[bot] | fix(deps): update dependency [@​portabletext/editor](https://r


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

socket-security bot commented Dec 3, 2024

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

Package New capabilities Transitives Size Publisher
npm/@babel/plugin-transform-react-jsx-self@7.25.9 None 0 9.02 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-source@7.25.9 None 0 9.19 kB nicolo-ribaudo
npm/@commitlint/cli@19.6.1 None 0 32.4 kB escapedcat
npm/@commitlint/load@19.6.1 environment, filesystem, unsafe 0 36.3 kB escapedcat
npm/@microsoft/api-extractor-model@7.30.0 None 0 883 kB odspnpm
npm/@microsoft/api-extractor@7.48.0 None +3 2.08 MB odspnpm
npm/@microsoft/tsdoc-config@0.17.1 filesystem Transitive: eval +2 3.9 MB odspnpm
npm/@portabletext/editor@1.16.4 None +1 3.45 MB bjoerge, kmelve, mariuslundgard, ...6 more
npm/@rollup/rollup-android-arm-eabi@4.28.1 None 0 1.61 MB lukastaegert
npm/@rollup/rollup-android-arm64@4.28.1 None 0 2.23 MB lukastaegert
npm/@rollup/rollup-darwin-arm64@4.28.1 None 0 2.19 MB lukastaegert
npm/@rollup/rollup-darwin-x64@4.28.1 None 0 2.37 MB lukastaegert
npm/@rollup/rollup-freebsd-arm64@4.28.1 None 0 2.12 MB lukastaegert
npm/@rollup/rollup-freebsd-x64@4.28.1 None 0 2.46 MB lukastaegert
npm/@rollup/rollup-linux-arm-gnueabihf@4.28.1 None 0 2.24 MB lukastaegert
npm/@rollup/rollup-linux-arm-musleabihf@4.28.1 None 0 2.23 MB lukastaegert
npm/@rollup/rollup-linux-arm64-gnu@4.28.1 None 0 2.21 MB lukastaegert
npm/@rollup/rollup-linux-arm64-musl@4.28.1 None 0 2.12 MB lukastaegert
npm/@rollup/rollup-linux-loongarch64-gnu@4.28.1 None 0 2.56 MB lukastaegert
npm/@rollup/rollup-linux-powerpc64le-gnu@4.28.1 None 0 2.76 MB lukastaegert
npm/@rollup/rollup-linux-riscv64-gnu@4.28.1 None 0 2.26 MB lukastaegert
npm/@rollup/rollup-linux-s390x-gnu@4.28.1 None 0 3.8 MB lukastaegert
npm/@rollup/rollup-linux-x64-gnu@4.28.1 None 0 2.49 MB lukastaegert
npm/@rollup/rollup-linux-x64-musl@4.28.1 None 0 2.49 MB lukastaegert
npm/@rollup/rollup-win32-arm64-msvc@4.28.1 None 0 2.75 MB lukastaegert
npm/@rollup/rollup-win32-ia32-msvc@4.28.1 None 0 2.57 MB lukastaegert
npm/@rollup/rollup-win32-x64-msvc@4.28.1 None 0 3.28 MB lukastaegert
npm/@rushstack/node-core-library@5.10.0 environment, filesystem, shell, unsafe Transitive: eval +1 2.26 MB odspnpm
npm/@rushstack/terminal@0.14.3 None +1 533 kB odspnpm
npm/@rushstack/ts-command-line@4.23.1 environment Transitive: filesystem +1 674 kB odspnpm
npm/@sanity/block-tools@3.67.1 None 0 478 kB ash
npm/@sanity/cli@3.67.1 environment, filesystem +3 11.9 MB ash
npm/@sanity/client@6.24.1 None +1 6.96 kB
npm/@sanity/codegen@3.67.1 None 0 328 kB ash
npm/@sanity/comlink@2.0.1 None +1 944 kB sanity-io
npm/@sanity/diff@3.67.1 None 0 264 kB ash
npm/@sanity/export@3.41.1 filesystem Transitive: environment +9 7.78 MB ricokahler
npm/@sanity/icons@3.5.3 None 0 1.95 MB sanity-io
npm/@sanity/import@3.37.9 filesystem, network Transitive: environment +4 1.01 MB ricokahler
npm/@sanity/incompatible-plugin@1.0.5 None 0 36.5 kB sanity-io
npm/@sanity/insert-menu@1.0.16 None 0 76.2 kB sanity-io
npm/@sanity/migrate@3.67.1 network +2 6.46 MB ash
npm/@sanity/mutate@0.11.1 None +1 708 kB sanity-io
npm/@sanity/pkg-utils@6.12.0 environment +2 1.17 MB sanity-io
npm/@sanity/presentation@1.19.8 None +1 2.56 MB sanity-io
npm/@sanity/preview-url-secret@2.0.5 None 0 162 kB sanity-io
npm/@sanity/schema@3.67.1 None 0 1.16 MB ash
npm/@sanity/types@3.67.1 None 0 0 B
npm/@sanity/ui@2.10.11 None 0 5.51 MB armandocerna, ash, atombender, ...62 more
npm/@sanity/util@3.67.1 None 0 176 kB ash
npm/@sentry-internal/browser-utils@8.46.0 None 0 720 kB billyvg, evanpurkhiser, haza, ...6 more
npm/@sentry-internal/feedback@8.46.0 None 0 552 kB billyvg, evanpurkhiser, haza, ...6 more
npm/@sentry-internal/replay-canvas@8.46.0 None 0 530 kB billyvg, evanpurkhiser, haza, ...6 more
npm/@sentry-internal/replay@8.46.0 None 0 3.92 MB billyvg, evanpurkhiser, haza, ...6 more
npm/@sentry/browser@8.46.0 None 0 1.05 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/core@8.46.0 None 0 3.56 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/react@8.46.0 None 0 417 kB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@types/parse-path@7.0.3 None 0 5.1 kB types
npm/@types/react@18.3.17 None 0 439 kB types
npm/@typescript-eslint/eslint-plugin@8.18.1 None 0 0 B
npm/@typescript-eslint/parser@8.18.1 None 0 18.9 kB bradzacher, jameshenry
npm/@typescript-eslint/scope-manager@8.18.1 None 0 0 B
npm/@typescript-eslint/type-utils@8.18.1 None 0 126 kB bradzacher, jameshenry
npm/@typescript-eslint/types@8.18.1 None 0 0 B
npm/@typescript-eslint/typescript-estree@8.18.1 None 0 0 B
npm/@typescript-eslint/utils@8.18.1 None 0 0 B
npm/@typescript-eslint/visitor-keys@8.18.1 None 0 0 B
npm/@vitejs/plugin-react@4.3.4 None 0 38.3 kB vitebot
npm/cosmiconfig-typescript-loader@6.1.0 None 0 13.9 kB codex-
npm/eslint-plugin-react-hooks@5.1.0 None 0 169 kB react-bot
npm/framer-motion@11.15.0 None 0 0 B
npm/git-up@8.0.0 None 0 19.2 kB ionicabizau
npm/git-url-parse@16.0.0 None 0 34.1 kB ionicabizau
npm/groq-js@1.14.2 None 0 0 B
npm/groq@3.67.1 None 0 11.8 kB ash
npm/jiti@2.4.2 None 0 0 B
npm/motion-dom@11.14.3 None 0 0 B
npm/motion-utils@11.14.3 None 0 3.22 kB popmotion
npm/parse-url@9.2.0 None 0 48 kB ionicabizau
npm/prettier@3.4.2 None 0 7.83 MB prettier-bot
npm/react-rx@4.1.9 None +1 121 kB sanity-io
npm/rollup@4.28.1 environment, filesystem 0 2.6 MB lukastaegert
npm/sanity@3.67.1 Transitive: environment, filesystem, network, shell +33 278 MB ash
npm/slate-react@0.112.0 None 0 2.44 MB ianstormtaylor
npm/slate@0.112.0 None 0 2.12 MB ianstormtaylor
npm/vite@5.4.11 environment, eval, filesystem, network, shell, unsafe +1 3.47 MB vitebot

🚮 Removed packages: npm/@babel/plugin-transform-react-jsx-self@7.25.7, npm/@babel/plugin-transform-react-jsx-source@7.25.7, npm/@babel/types@7.26.0, npm/@commitlint/cli@19.6.0, npm/@commitlint/load@19.5.0, npm/@microsoft/api-extractor-model@7.29.8, npm/@microsoft/api-extractor@7.47.11, npm/@portabletext/editor@1.11.3, npm/@rollup/rollup-android-arm-eabi@4.27.4, npm/@rollup/rollup-android-arm64@4.27.4, npm/@rollup/rollup-darwin-arm64@4.27.4, npm/@rollup/rollup-darwin-x64@4.27.4, npm/@rollup/rollup-freebsd-arm64@4.27.4, npm/@rollup/rollup-freebsd-x64@4.27.4, npm/@rollup/rollup-linux-arm-gnueabihf@4.27.4, npm/@rollup/rollup-linux-arm-musleabihf@4.27.4, npm/@rollup/rollup-linux-arm64-gnu@4.27.4, npm/@rollup/rollup-linux-arm64-musl@4.27.4, npm/@rollup/rollup-linux-powerpc64le-gnu@4.27.4, npm/@rollup/rollup-linux-riscv64-gnu@4.27.4, npm/@rollup/rollup-linux-s390x-gnu@4.27.4, npm/@rollup/rollup-linux-x64-gnu@4.27.4, npm/@rollup/rollup-linux-x64-musl@4.27.4, npm/@rollup/rollup-win32-arm64-msvc@4.27.4, npm/@rollup/rollup-win32-ia32-msvc@4.27.4, npm/@rollup/rollup-win32-x64-msvc@4.27.4, npm/@rushstack/node-core-library@5.9.0, npm/@rushstack/terminal@0.14.2, npm/@rushstack/ts-command-line@4.23.0, npm/@sanity/block-tools@3.64.3, npm/@sanity/cli@3.64.3, npm/@sanity/client@6.22.5, npm/@sanity/codegen@3.64.3, npm/@sanity/comlink@1.1.3, npm/@sanity/diff@3.64.3, npm/@sanity/export@3.41.0, npm/@sanity/icons@1.3.10, npm/@sanity/import@3.37.8, npm/@sanity/incompatible-plugin@1.0.4, npm/@sanity/insert-menu@1.0.12, npm/@sanity/migrate@3.64.3, npm/@sanity/mutate@0.10.2, npm/@sanity/pkg-utils@6.11.12, npm/@sanity/presentation@1.18.4, npm/@sanity/preview-url-secret@2.0.4, npm/@sanity/schema@3.64.3, npm/@sanity/types@3.64.3, npm/@sanity/ui@2.8.25, npm/@sanity/util@3.64.3, npm/@sentry-internal/browser-utils@8.34.0, npm/@sentry-internal/feedback@8.34.0, npm/@sentry-internal/replay-canvas@8.34.0, npm/@sentry-internal/replay@8.34.0, npm/@sentry/browser@8.34.0, npm/@sentry/core@8.34.0, npm/@sentry/react@8.34.0, npm/@sentry/types@8.34.0, npm/@sentry/utils@8.34.0, npm/@types/glob@7.2.0, npm/@types/lodash.isequal@4.5.8, npm/@types/lodash@4.17.10, npm/@types/minimatch@5.1.2, npm/@types/react@18.3.12, npm/@typescript-eslint/eslint-plugin@8.16.0, npm/@typescript-eslint/parser@8.16.0, npm/@typescript-eslint/scope-manager@8.16.0, npm/@typescript-eslint/type-utils@8.16.0, npm/@typescript-eslint/types@8.16.0, npm/@typescript-eslint/typescript-estree@8.16.0, npm/@typescript-eslint/utils@8.16.0, npm/@typescript-eslint/visitor-keys@8.16.0, npm/@vitejs/plugin-react@4.3.2, npm/connect-history-api-fallback@1.6.0, npm/cosmiconfig-typescript-loader@5.1.0, npm/eslint-plugin-react-hooks@5.0.0, npm/git-url-parse@15.0.0, npm/groq-js@1.14.0, npm/groq@3.64.3, npm/jiti@1.21.6, npm/lodash.get@4.4.2, npm/lodash.isequal@4.5.0, npm/prettier@3.4.0, npm/react-compiler-runtime@19.0.0-beta-df7b47d-20241124, npm/react-rx@4.1.6, npm/rollup@4.27.4, npm/sanity@3.64.3, npm/slate-react@0.111.0, npm/slate@0.110.2, npm/vite@4.5.5

View full report↗︎

@renovate renovate bot force-pushed the renovate/non-major branch 17 times, most recently from cc63cb2 to afe90f9 Compare December 10, 2024 14:10
@renovate renovate bot force-pushed the renovate/non-major branch 10 times, most recently from 8585b7d to b7abe08 Compare December 15, 2024 15:45
@renovate renovate bot force-pushed the renovate/non-major branch 7 times, most recently from a8a1f27 to 7edcdc0 Compare December 17, 2024 15:54
@renovate renovate bot force-pushed the renovate/non-major branch from 7edcdc0 to e81af6e Compare December 17, 2024 21:25
@jjburbridge jjburbridge merged commit 1223115 into main Dec 18, 2024
4 checks passed
@jjburbridge jjburbridge deleted the renovate/non-major branch December 18, 2024 09:17
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