sanity-template-astro-clean icon indicating copy to clipboard operation
sanity-template-astro-clean copied to clipboard

chore(deps): update non-major

Open renovate[bot] opened this issue 8 months ago • 3 comments

This PR contains the following updates:

Package Change Age Confidence Type Update
@astrojs/react (source) ^4.4.0 -> ^4.4.2 age confidence dependencies patch
@astrojs/vercel (source) ^7.7.2 -> ^7.8.2 age confidence dependencies minor
@sanity/astro (source) ^3.1.4 -> ^3.2.10 age confidence dependencies minor
@sanity/types (source) ^3.48.1 -> ^3.99.0 age confidence devDependencies minor
@sanity/vision (source) ^4.11.0 -> ^4.18.0 age confidence dependencies minor
@types/react (source) ^19.0.0 -> ^19.2.7 age confidence devDependencies minor
@types/react (source) ^19.2.2 -> ^19.2.7 age confidence dependencies patch
@types/react-dom (source) ^19.2.2 -> ^19.2.3 age confidence dependencies patch
astro-portabletext (source) ^0.10.0 -> ^0.12.0 age confidence dependencies minor
autoprefixer ^10.4.21 -> ^10.4.22 age confidence dependencies patch
concurrently ^9.1.0 -> ^9.2.1 age confidence devDependencies patch
eslint (source) ^9.0.0 -> ^9.39.1 age confidence devDependencies minor
eslint (source) ^9.38.0 -> ^9.39.1 age confidence devDependencies minor
groq (source) ^3.48.1 -> ^3.99.0 age confidence dependencies minor
prettier (source) ^3.0.2 -> ^3.6.2 age confidence devDependencies minor
react (source) ^19.0.0 -> ^19.2.0 age confidence dependencies minor
react-dom (source) ^19.0.0 -> ^19.2.0 age confidence dependencies minor
sanity (source) ^4.11.0 -> ^4.18.0 age confidence dependencies minor
sanity-io/template-validator v2.4.0 -> v2.4.3 age confidence action patch
styled-components (source) ^6.1.8 -> ^6.1.19 age confidence dependencies patch
typescript (source) ^5.1.6 -> ^5.9.3 age confidence devDependencies minor
vite (source) ^5.3.2 -> ^5.4.21 age confidence devDependencies minor

Release Notes

withastro/astro (@​astrojs/react)

v4.4.2

Compare Source

Patch Changes
  • #​14715 3d55c5d Thanks @​ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

v4.4.1

Compare Source

Patch Changes
withastro/astro (@​astrojs/vercel)

v7.8.2

Patch Changes

v7.8.1

Patch Changes

v7.8.0

Compare Source

Minor Changes
  • #​11728 5ea02b1 Thanks @​matthewp! - Deprecates the functionPerRoute option

    This option is now deprecated, and will be removed entirely in Astro v5.0. We suggest removing this option from your configuration as soon as you are able to:

    import { defineConfig } from 'astro/config';
    import vercel from '@​astrojs/vercel/serverless';
    
    export default defineConfig({
      // ...
      output: 'server',
      adapter: vercel({
    -     functionPerRoute: true,
      }),
    });
    
Patch Changes
  • #​11783 fc81b01 Thanks @​matthewp! - Prevent race condition with Node 18

    Using Node 18 there can be a race condition where polyfill for the crypto global is not applied in time. This change ensures the polyfills run first.

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

v3.2.10

Compare Source

Bug Fixes

v3.2.9

Compare Source

Bug Fixes

v3.2.8

Compare Source

Bug Fixes

v3.2.7

Compare Source

Bug Fixes

v3.2.6

Compare Source

Bug Fixes

v3.2.5

Compare Source

Bug Fixes

v3.2.4

Compare Source

Bug Fixes
  • optimize shallowequal instead of styled-components (e8684ae)

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features

v3.1.11

Compare Source

Bug Fixes

v3.1.9

Compare Source

Bug Fixes

v3.1.8

Compare Source

Bug Fixes
  • deps: upgrade @sanity/visual-editing to 2.10.7 (7af0441)

v3.1.7

Compare Source

Bug Fixes
  • bump sanity and @sanity/visual-editing to latest (#​220) (a1274ea)

v3.1.6

Compare Source

Bug Fixes
  • error out if studioBasePath looks like an absolute URL (#​211) (9dc8b72)

v3.1.5

Compare Source

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

v3.99.0

Compare Source

Features

v3.98.1

Compare Source

Note: Version bump only for package @​sanity/types

v3.98.0

Compare Source

Note: Version bump only for package @​sanity/types

v3.97.1

Compare Source

Note: Version bump only for package @​sanity/types

v3.97.0

Compare Source

Note: Version bump only for package @​sanity/types

v3.96.0

Compare Source

Note: Version bump only for package @​sanity/types

v3.95.0

Compare Source

Note: Version bump only for package @​sanity/types

v3.94.2

Compare Source

Note: Version bump only for package @​sanity/types

v3.94.1

Compare Source

Note: Version bump only for package @​sanity/types

v3.94.0

Compare Source

Features
Bug Fixes

v3.93.0

Compare Source

Features
Bug Fixes

v3.92.0

Compare Source

Features
Bug Fixes

v3.91.0

Compare Source

Bug Fixes
Reverts

v3.90.0

Compare Source

This release includes various improvements and bug fixes.

For the complete changelog with details, please visit: www.sanity.io/changelog/cfe82482-30ed-4888-b11f-cd2bdd7ccfde

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.50.2 (#​9348) 6e5aa24
Magnus Holm chore: use correct path for "groq" package (#​9458) 4438f2f
Jordan Lawrence test: refactor ObjectBlock tests to use clicks instead of Tab navigation to fix issue with focus in chromium (#​9463) 772b8ce
renovate[bot] fix(deps): update dependency @​sanity/client to ^7.3.0 (#​9462) 704f1b2
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.50.3 (#​9469) a3a3ae3
RitaDias fix(core): update useDocumentVersions to cache observable per id (#​9442) cd8c314
Jordan Lawrence feat: dashboard studio links embed (#​9432) 20db4da
ChrisLaRocque feat(vision): save vision queries (#​9004) 34d2a09
Jordan Lawrence chore: test-studio deploys manifest (#​9332) f200719
Ash feat(sanity): remove Actions API remote feature toggle and default to enabled 994ab1f
Ash feat(sanity): deprecate __internal_serverDocumentActions.enabled configuration option 27bda8f
Simeon Griggs fix: move sanity ui to its own component (#​9466) 78b8fa3
Magnus Holm feat(schema): move builtin types into @​sanity/schema (#​9450) 9acb969
RitaDias refactor(core): move observable cache clean up to helper method (#​9471) 2526a15
renovate[bot] fix(deps): update dependency @​portabletext/editor to ^1.50.6 (#​9470) 64185be
RitaDias fix(core): fix issue where document for unpublished should show the preview for the published document and not untitled (#​9476) 7fbbf7e
Jordan Lawrence feat: deprecate --auto-updates flag in CLI (#​9454) db67752
Bjørge Næss fix(structure): make document list search interactive when not connected (#​9485) 7b2fc6c
Bjørge Næss chore(e2e): cleanup old datasets on PR close (#​9479) f395d60
Ryan Bonial fix(cli): respect prefers reduced motion for SDK template (#​9495) 8345fc7
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.15.18 (#​9461) 1023bd1
Ryan Bonial chore(cli): update SDK templates to version ^2 (#​9494) 219d14f
Jordan Lawrence test: increase timeout for search branching test (#​9492) b541202
renovate[bot] fix(deps): update dependency @​sanity/comlink to ^3.0.4 (#​9467) 494d5ef
Pedro Bonamin chore(actions): fail e2e tests if no preview url is found (#​9504) 1906d31
Magnus Holm feat(schema): place builtin types in a separate registry (#​9451) f8013f1
Pedro Bonamin fix(core): review changes and history updates. (#​9431) 6025c10
Espen Hovlandsdal feat: detect and warn if using http1 against API (#​8848) 73319cd
Pedro Bonamin feat(core): add history cleared event and compare to published (#​9506) c799945
Magnus Holm feat(schema): introduce internal own props on each type (#​9472) fca1e6f

v3.89.0

Compare Source

This release includes various improvements and bug fixes.

For the complete changelog with details, please visit: www.sanity.io/changelog/59ea4a8a-533e-4e41-a7e4-068e4a9b6fe1

Install or upgrade Sanity Studio

To upgrade to this version, run one of the following commands:


# Using npm
npm install sanity@latest

# Using pnpm
pnpm add sanity@latest

# Using yarn
yarn add sanity@latest

# Using bun
bun add sanity@latest

To initiate a new Sanity Studio project or learn more about upgrading, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

📓 Full changelog

Author Message Commit
Cole Peters fix(cli): remove linting configs from app templates (#​9421) 3ae5104
Taylor Beseda chore(cli): update runtime-cli (#​9411) bd6bc5c
renovate[bot] chore(deps): update dependency @​sanity/visual-editing-csm to ^2.0.17 (#​9368) 3beae68
Jordan Lawrence refactor: release type imports use client types (#​9416) 22f804b
RitaDias refactor(core): updated client api version (#​9423) 9bf02a6
Jordan Lawrence chore: marking use of useClient() with no options as deprecated (#​9426) aa6038f
Cole Peters fix(cli): clean up mentions of 'core apps' -> 'custom apps' (#​9437) 7f6bd42
Bjørge Næss chore(eslint): switch off no-nested-ternary rule (#​9436) f94922c
RitaDias fix(core): add fix for hanging requests for the collection states (#​9433) e57b96c
Bjørge Næss chore(efps): add debug info (#​9435) 63b0220
renovate[bot] chore(deps): update dependency styled-components to ^6.1.18 (#​9138) 8d2fe70
Jordan Lawrence refactor: use release version actions client (#​9422) 60192e5
Taylor Beseda chore(cli): update runtime-cli and functions implementation (#​9438) 5d1e5f5
ecospark[bot] fix(deps): update React Compiler dependencies 🤖 ✨ (#​9440) 7ac6926
Per-Kristian Nordnes feat: notify user about Media Library was not found (#​9387) 9a2039c
Jordan Lawrence refactor: createReleaseOperationsStore uses action client for version creation when reverting release (#​9443) 4d8ff45
renovate[bot] fix(deps): update dependency get-it to ^8.6.9 (#​9449) 1adedb5
Carolina Gonzalez fix(cli): remove named export from SDK application templates (#​9453) 8aa8240
Fred Carlsen chore(manifest): add media library config to extracted manifest (#​9430) 062f320
renovate[bot] fix(deps): update dependency @​sanity/client to ^7.2.2 (#​9448) 7e52ce2
ecospark[bot] chore(deps): dedupe pnpm-lock.yaml (#​9457) 4acdef6
Bjørge Næss fix: improve connection error handling (#​5893) 974be51

v3.88.3

Compare Source

Sanity Studio v3.88.3

This release includes various improvements and bug fixes.

For the complete changelog with all details, please visit: www.sanity.io/changelog/3e2a827b-9e24-4bcd-90bd-b76f00950dcf

Install or upgrade Sanity Studio

To upgrade to this version, run:

npm install sanit

</details>

---

### Configuration

📅 **Schedule**: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) (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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/renovate/) using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by [<picture><source media="(prefers-color-scheme: dark)" srcset="https://www.sanity.io/static/images/logo_white.svg?v=3"><img alt="Sanity" src="https://www.sanity.io/static/images/logo_black.svg?v=3" height="22" align="top"></picture>](https://www.sanity.io/?utm_source=github&utm_medium=referral&utm_campaign=ecosystem-renovate-preset). View repository job log [here](https://developer.mend.io/github/sanity-io/sanity-template-astro-clean)
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjQyLjE2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIvCfk6YgZGVwcyIsIvCfpJYgYm90Il19-->

renovate[bot] avatar Apr 01 '25 01:04 renovate[bot]

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
template-astro-clean Ready Ready Preview Comment Dec 1, 2025 10:31pm

vercel[bot] avatar Apr 01 '25 01:04 vercel[bot]

[!WARNING] Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn Medium
Install-time scripts: npm @parcel/watcher during install

Install script: install

Source: node scripts/build-from-source.js

From: package-lock.jsonnpm/@astrojs/[email protected]npm/@parcel/[email protected]

ℹ Read more on: This package | This alert | What is an install script?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@parcel/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

socket-security[bot] avatar Apr 01 '25 01:04 socket-security[bot]