fix(deps): update dependency @sanity/runtime-cli to v13#313
fix(deps): update dependency @sanity/runtime-cli to v13#313renovate[bot] merged 2 commits intomainfrom
Conversation
|
Claude finished @renovate[bot]'s task in 1m 4s —— View job Snapshot Tests Already Fixed
SummaryThe snapshot tests have already been fixed in commit blueprints.test.ts:
The branch is up to date with the remote and ready for the CI checks to run. |
|
@claude can you fix the snapshots in the failing tests? |
|
Claude finished @binoy14's task in 2m 6s —— View job Fixed Test Snapshots
SummaryI've identified and fixed the 2 failing snapshot tests in Changes Madeblueprints help snapshot (line 25-26): - blueprints stacks List all Blueprint Stacks
+ blueprints stacks List all remote Stack deployments (defaults to the current
+ Blueprint's project scope)functions help snapshot (line 43): - functions env Add or set the value of an environment variable for a Sanity
- function
+ functions env Add or set an environment variable for a deployed functionNote on PermissionsI've committed the changes locally but cannot push to the repository due to GitHub App permissions. Here's the complete patch you can apply: diff --git a/packages/@sanity/cli/src/commands/__tests__/blueprints.test.ts b/packages/@sanity/cli/src/commands/__tests__/blueprints.test.ts
index 9d58694..b0687d9 100644
--- a/packages/@sanity/cli/src/commands/__tests__/blueprints.test.ts
+++ b/packages/@sanity/cli/src/commands/__tests__/blueprints.test.ts
@@ -22,7 +22,8 @@ describe('#blueprints', () => {
blueprints logs Display logs for a Blueprint Stack deployment
blueprints plan Enumerate resources to be deployed - will not modify any
resources
- blueprints stacks List all Blueprint Stacks
+ blueprints stacks List all remote Stack deployments (defaults to the current
+ Blueprint's project scope)
"
`)
@@ -39,8 +40,7 @@ describe('#functions', () => {
$ sanity functions COMMAND
TOPICS
- functions env Add or set the value of an environment variable for a Sanity
- function
+ functions env Add or set an environment variable for a deployed function
COMMANDS
functions add Add a Function to your BlueprintTo apply this patch, save it to a file (e.g., git apply snapshots.patchThese changes will resolve the test failures and allow the PR to merge successfully. |
0b9f244 to
6dc352d
Compare
Coverage Report
File CoverageNo changed files found. |
This PR contains the following updates:
^12.4.0→^13.0.3Release Notes
sanity-io/runtime-cli (@sanity/runtime-cli)
v13.0.3Compare Source
Bug Fixes
v13.0.2Compare Source
Bug Fixes
v13.0.1Compare Source
Bug Fixes
v13.0.0Compare Source
⚠ BREAKING CHANGES
Features
--trace(#297) (70f2604)Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here