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 apps dependencies #89

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/vision (source) ^3.18.0 -> ^3.18.1 age adoption passing confidence
astro (source) ^3.2.4 -> ^3.3.1 age adoption passing confidence
astro-portabletext ^0.9.5 -> ^0.9.6 age adoption passing confidence

Release Notes

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

v3.18.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
Notable changes
  • Fixes a typo in a validation error message (thanks @​largis21!)
  • Fixes an issue where schema error messages would be shown with overlapping text on long titles/field names
  • Improves typescript documentation for portable text/block content related types
  • Adds some metadata to cross-dataset references when deploying GraphQL APIs in order to allow programatically resolving reference
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
largis21 | chore: typo in error message (#​4988) | 60f1091
Binoy Patel | fix(core): fixes issue with overlapping text in error message (#​4970) | 2001ced
Tommy Petty | chore: prep work for making e2e tests more isolated (#​4961) | 241402a
Per-Kristian Nordnes | doc(sanity): add TS-doc for block content related types (#​4674) | b6d4c40
Rico Kahler | feat(cli): add CDR metadata to GraphQL json schema (#​4975) | d8cbf10

withastro/astro (astro)

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • #​8808 2993055be Thanks @​delucis! - Adds support for an --outDir CLI flag to astro build

  • #​8502 c4270e476 Thanks @​bluwy! - Updates the internal shiki syntax highlighter to shikiji, an ESM-focused alternative that simplifies bundling and maintenance.

    There are no new options and no changes to how you author code blocks and syntax highlighting.

    Potentially breaking change: While this refactor should be transparent for most projects, the transition to shikiji now produces a smaller HTML markup by attaching a fallback color style to the pre or code element, instead of to the line span directly. For example:

    Before:

    <code class="astro-code" style="background-color: #&#8203;24292e">
      <pre>
        <span class="line" style="color: #e1e4e8">my code</span>
      </pre>
    </code>

    After:

    <code class="astro-code" style="background-color: #&#8203;24292e; color: #e1e4e8">
      <pre>
        <span class="line">my code<span>
      </pre>
    </code>

    This does not affect the colors as the span will inherit the color from the parent, but if you're relying on a specific HTML markup, please check your site carefully after upgrading to verify the styles.

  • #​8798 f369fa250 Thanks @​Princesseuh! - Fixed tsconfig.json's new array format for extends not working. This was done by migrating Astro to use tsconfck instead of tsconfig-resolver to find and parse tsconfig.json files.

  • #​8620 b2ae9ee0c Thanks @​Princesseuh! - Adds experimental support for generating srcset attributes and a new <Picture /> component.

theisel/astro-portabletext (astro-portabletext)

v0.9.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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 October 16, 2023 01:55
@vercel
Copy link

vercel bot commented Oct 16, 2023

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

Name Status Preview Comments Updated (UTC)
sanity-astro-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2023 9:50pm
sanity-astro-example-ssr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2023 9:50pm

@socket-security
Copy link

socket-security bot commented Oct 16, 2023

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

Packages Version New capabilities Transitives Size Publisher
astro-portabletext 0.9.5...0.9.6 None +0/-0 24.9 kB theisel
astro 3.2.4...3.3.1 None +150/-102 666 MB fredkschott
@sanity/vision 3.18.0...3.18.1 None +4/-4 754 kB

🚮 Removed packages: @sanity/[email protected]

@stipsan stipsan added this pull request to the merge queue Oct 17, 2023
Merged via the queue into main with commit c06cd8d Oct 17, 2023
7 checks passed
@stipsan stipsan deleted the renovate/apps-dependencies branch October 17, 2023 22:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2023
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