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

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer (source) 15.0.3 -> 15.0.4 age adoption passing confidence
@sanity/presentation (source) 1.19.5 -> 1.19.7 age adoption passing confidence
@sanity/vision (source) 3.65.1 -> 3.66.1 age adoption passing confidence
@sanity/visual-editing (source) 2.10.4 -> 2.10.5 age adoption passing confidence
@types/react (source) ^18.3.13 -> ^18.3.14 age adoption passing confidence
@types/react-dom (source) ^18.3.1 -> ^18.3.2 age adoption passing confidence
eslint-config-next (source) 15.0.3 -> 15.0.4 age adoption passing confidence
eslint-plugin-react-hooks (source) ^5.0.0 -> ^5.1.0 age adoption passing confidence
groq (source) 3.65.1 -> 3.66.1 age adoption passing confidence
next (source) 15.0.3 -> 15.0.4 age adoption passing confidence
next-sanity (source) 9.8.22 -> 9.8.25 age adoption passing confidence
react (source) 19.0.0-rc-fb9a90fa48-20240614 -> 19.0.0 age adoption passing confidence
react-dom (source) 19.0.0-rc-fb9a90fa48-20240614 -> 19.0.0 age adoption passing confidence
sanity (source) 3.65.1 -> 3.66.1 age adoption passing confidence

Release Notes

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

v15.0.4

Compare Source

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

v1.19.7

Bug Fixes
  • prevent infinite refetch on missing main document (89bb92f)

v1.19.6

Bug Fixes
  • improve the iframe viewport transition (a195c8e)
sanity-io/sanity (@​sanity/vision)

v3.66.1

Compare Source

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
------------ | ------------- | -------------
Snorre Eskeland Brekke | feat: Start in Create button is now enabled by default (#​7884) | 723f7fe
Snorre Eskeland Brekke | Revert "feat: Start in Create button is now enabled by default (#​7884)" | e515f9e
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 to ^1.12.3 (#​7921) | 1e6a839
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.24.0 (#​7935) | 5bce66e
Yang Yu | fix(deps): bump sentry/react to 8.33 (#​7932) | e855a41
Bjørge Næss | fix(vision): add a warning about unsupported perspective when pasting (#​7937) | bd2b3cf
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.24.1 (#​7938) | 4bc55d6
Rostislav Melkumyan | feat: add CI specific token label (#​7934) | 4b64fbb
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.13.0 (#​7939) | ad43939
Bjørge Næss | chore(vision): revert accidental file rename (#​7945) | b4df341
renovate[bot] | fix(deps): update dependency @​sanity/insert-menu to v1.0.16 (#​7942) | 2aac70c
renovate[bot] | fix(deps): Update dev-non-major (#​7946) | 59ebd9b
Bjørge Næss | fix: add svg hotspot+crop warning to image tool dialog (#​7917) | 3bd79af
RitaDias | test(e2e): restore last e2e tests (#​7926) | b74b50e
Pedro Bonamin | fix(core): disable scheduledPublishing and tasks if /features returns error (#​7517) | a20fb8f
Sindre Gulseth | feat(vision): link to edit documents on _id, _ref attributes (#​6124) | 2379f2b
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.9.1 (#​7948) | 561e7fc
renovate[bot] | fix(deps): update dependency @​sanity/mutate to ^0.11.1 (#​7903) | 08d3686
Rostislav Melkumyan | feat(cli): generate read token conditionally for remote template (#​7953) | ff90128
Bjørge Næss | fix(cli): remove v2 commands (#​5750) | d98873c
Christian Grøngaard | fix(core): only open one annotation object edit modal at a time (#​7898) | fbecbc8
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.5 (#​7957) | 7c5a231
Bjørge Næss | fix(core): add telemetry debug/noop logger (#​7958) | 4767ac7
renovate[bot] | fix(deps): Update dev-non-major (#​7959) | c06deef
Espen Hovlandsdal | fix: reword warning about vector images not support crop/hotspot (#​7960) | eecd0c5

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

v2.10.5

Bug Fixes
  • open-in-studio: set preview correctly for hash router studios (#​2296) (97a243c)
vercel/next.js (eslint-config-next)

v15.0.4

Compare Source

sanity-io/sanity (groq)

v3.66.1

Compare Source

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 to ^1.12.3 (#​7921) | 1e6a839
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.24.0 (#​7935) | 5bce66e
Yang Yu | fix(deps): bump sentry/react to 8.33 (#​7932) | e855a41
Bjørge Næss | fix(vision): add a warning about unsupported perspective when pasting (#​7937) | bd2b3cf
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.24.1 (#​7938) | 4bc55d6
Rostislav Melkumyan | feat: add CI specific token label (#​7934) | 4b64fbb
renovate[bot] | fix(deps): update dependency @​portabletext/editor to ^1.13.0 (#​7939) | ad43939
Bjørge Næss | chore(vision): revert accidental file rename (#​7945) | b4df341
renovate[bot] | fix(deps): update dependency @​sanity/insert-menu to v1.0.16 (#​7942) | 2aac70c
renovate[bot] | fix(deps): Update dev-non-major (#​7946) | 59ebd9b
Bjørge Næss | fix: add svg hotspot+crop warning to image tool dialog (#​7917) | 3bd79af
RitaDias | test(e2e): restore last e2e tests (#​7926) | b74b50e
Pedro Bonamin | fix(core): disable scheduledPublishing and tasks if /features returns error (#​7517) | a20fb8f
Sindre Gulseth | feat(vision): link to edit documents on _id, _ref attributes (#​6124) | 2379f2b
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.9.1 (#​7948) | 561e7fc
renovate[bot] | fix(deps): update dependency @​sanity/mutate to ^0.11.1 (#​7903) | 08d3686
Rostislav Melkumyan | feat(cli): generate read token conditionally for remote template (#​7953) | ff90128
Bjørge Næss | fix(cli): remove v2 commands (#​5750) | d98873c
Christian Grøngaard | fix(core): only open one annotation object edit modal at a time (#​7898) | fbecbc8
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.19.5 (#​7957) | 7c5a231
Bjørge Næss | fix(core): add telemetry debug/noop logger (#​7958) | 4767ac7
renovate[bot] | fix(deps): Update dev-non-major (#​7959) | c06deef
Espen Hovlandsdal | fix: reword warning about vector images not support crop/hotspot (#​7960) | eecd0c5

vercel/next.js (next)

v15.0.4

Compare Source

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

v9.8.25

Compare Source

Bug Fixes

v9.8.24

Compare Source

Bug Fixes

v9.8.23

Compare Source

Bug Fixes
facebook/react (react)

v19.0.0

Compare Source

facebook/react (react-dom)

v19.0.0

Compare Source

sanity-io/sanity (sanity)

v3.66.1

Compare Source

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
------------ | ------------- | -------------
Snorre Eskeland Brekke | feat: Start in Create button is now enabled by default (#​7884) | 723f7fe
Snorre Eskeland Brekke | Revert "feat: Start in Create button is now enabled by default (#​7884)" | e515f9e
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 (


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

@renovate renovate bot requested a review from a team as a code owner December 6, 2024 13:56
Copy link

vercel bot commented Dec 6, 2024

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

Name Status Preview Comments Updated (UTC)
preview-kit-next-app-router ❌ Failed (Inspect) Dec 6, 2024 3:32pm
preview-kit-next-pages-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 3:32pm
preview-kit-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 3:32pm
preview-kit-test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 3:32pm

Copy link

socket-security bot commented Dec 6, 2024

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

Package New capabilities Transitives Size Publisher
npm/@next/[email protected] Transitive: environment, filesystem, network, shell +18 2.31 MB matt.straka, rauchg, timer, ...2 more
npm/@sanity/[email protected] None +20 12.4 MB sanity-io
npm/@sanity/[email protected] Transitive: environment +44 7.85 MB armandocerna, ash, atombender, ...61 more
npm/@sanity/[email protected] environment, eval +24 19.3 MB sanity-io
npm/@types/[email protected] None 0 29.9 kB types
npm/@types/[email protected] None +2 1.67 MB types
npm/[email protected] Transitive: environment, eval, filesystem, unsafe +134 12.2 MB timer, timneutkens, vercel-release-bot
npm/[email protected] None 0 169 kB react-bot
npm/[email protected] None 0 11.8 kB armandocerna, ash, atombender, ...62 more
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +738 118 MB armandocerna, ash, atombender, ...62 more
npm/[email protected] environment, filesystem, network, shell, unsafe +25 125 MB vercel-release-bot
npm/[email protected] Transitive: environment +1 84.2 kB
npm/[email protected] None 0 0 B
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +739 177 MB armandocerna, ash, atombender, ...61 more

🚮 Removed packages: npm/@next/[email protected], npm/@sanity/[email protected], npm/@sanity/[email protected], npm/@sanity/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant