fix(deps): update dependency svelte-meta-tags to v5#951
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.6.0→^5.0.0Release Notes
oekazuma/svelte-meta-tags (svelte-meta-tags)
v5.0.0Compare Source
Major Changes
96c14b0: feat: updateschema-dtsto v2schema-dts(the package providing the types for theJsonLdcomponent'sschemaprop) has been updated from v1 to v2. The runtime behavior ofJsonLdis unchanged.This is a breaking change at the type level:
schema-dtsdirectly, update it to^2.0.0. Mixingschema-dtsv1 types in your app with this version can cause TypeScript "Excessive stack depth" errors when assigning to theschemaprop.schema-dtsv2 itself includes breaking type changes (non-recursiveRoletypings,Quantityas a core DataType, renamed non-schema.org type exports). See the schema-dts v2.0.0 release notes.schema-dtsv2 depends onschema-dts-lib, which declarestypescript >=4.9.5as a peer dependency. With strict peer-dependency enforcement (e.g. pnpm'sstrict-peer-dependencies=true), projects without TypeScript installed may need to add it explicitly.New
schema-dtsv2 features such asWithActionConstraints(typedquery-input/-input/-outputconstraints) andMergeLeafTypes(multi-typed schema objects) work with theschemaprop out of the box.Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.