chore(deps): update dependencies (non-major)#235
Draft
renovate[bot] wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@prosemirror-adapter/core
@prosemirror-adapter/lit
@prosemirror-adapter/preact
@prosemirror-adapter/react
@prosemirror-adapter/solid
@prosemirror-adapter/svelte
@prosemirror-adapter/vue
commit: |
50dda51 to
8eecf58
Compare
8eecf58 to
b09a507
Compare
b09a507 to
76336f6
Compare
76336f6 to
350c786
Compare
350c786 to
7e470d3
Compare
ocavue
requested changes
Apr 17, 2026
Contributor
ocavue
left a comment
There was a problem hiding this comment.
Blocked by microsoft/playwright#40009
7e470d3 to
845622c
Compare
845622c to
fbb24ab
Compare
fbb24ab to
ef02a37
Compare
ef02a37 to
2de5b5e
Compare
2de5b5e to
49e6d89
Compare
49e6d89 to
fb1514f
Compare
fb1514f to
7c06aa5
Compare
7c06aa5 to
71ddd0b
Compare
c379ec2 to
62d520f
Compare
62d520f to
581d64c
Compare
581d64c to
0d8ded6
Compare
0d8ded6 to
ae4c5b6
Compare
ae4c5b6 to
b9e2429
Compare
b9e2429 to
f91b35f
Compare
f91b35f to
85bf905
Compare
85bf905 to
da94273
Compare
da94273 to
78ff245
Compare
78ff245 to
f7e6b56
Compare
f7e6b56 to
5d5c67d
Compare
5d5c67d to
fdc7a4d
Compare
fdc7a4d to
8ec8331
Compare
8ec8331 to
c7ad75a
Compare
c7ad75a to
76230be
Compare
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:
^2.30.0→^2.31.0^4.5.3→^4.5.74.5.8^2.57.1→^2.60.1^6.0.6→^6.0.7v6.3.0→v6.4.0v7.0.0→v7.0.1^6.3.3→^6.3.56.3.7(+1)^0.12.7→^0.13.2v1.7.0→v1.8.0^10.2.0→^10.4.0^6.4.1→^6.14.1^3.3.2→^3.3.3^3.0.0→^3.3.3^0.0.66→^0.0.740.0.75v6.0.7→v6.0.8^10.29.1→^10.29.2^10.29.1→^10.29.2^3.8.2→^3.8.3^3.5.1→^3.5.2^1.3.0→^1.3.2^1.0.0→^1.3.2^1.3.0→^1.3.2^1.25.4→^1.25.7^19.2.5→^19.2.6^19.2.5→^19.2.6^19.2.5→^19.2.6^19.2.5→^19.2.6^1.9.12→^1.9.13^1.9.12→^1.9.13^5.55.3→^5.55.85.55.9^0.21.8→^0.22.0^7.3.2→^7.3.3^7.3.2→^7.3.3^3.5.32→^3.5.34^3.5.32→^3.5.34Release Notes
changesets/changesets (@changesets/cli)
v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas only handled when it was the sole argument; passing it alongside a subcommand (e.g.changeset version --help) would silently execute the command instead. Now--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:ocavue/eslint-config (@ocavue/eslint-config)
v4.5.7Compare Source
Bug Fixes
v4.5.6Compare Source
Bug Fixes
@eslint-react/eslint-pluginto v5 (#441) (f182ab5)v4.5.5Compare Source
Bug Fixes
v4.5.4Compare Source
Bug Fixes
sveltejs/kit (@sveltejs/kit)
v2.60.1Compare Source
Patch Changes
chore: bump
svelteanddevalue(#15836)fix: prevent
query.batchcross-talk (dadaefc)v2.60.0Compare Source
Minor Changes
feat: allow 'submit' and 'hidden' form fields to accept numbers and booleans (#15802)
feat: warn on unread
formremote function validation issues (#15653)Patch Changes
fix: abort navigation after async rendering if obsolete (#15811)
fix: skip refreshing queries on full-page reload form submissions (#15803)
v2.59.1Compare Source
Patch Changes
v2.59.0Compare Source
Minor Changes
feat: support
query.batchinrequested(...)(#15751)breaking: on the server, make the promise returned from
refreshrepresent adding the refresh to the map, not the time it takes to run the remote function (#15705)feat: experimental
query.livefunction (#15705)Patch Changes
fix: unwrap
PromiseinRemoteCommandoutput type (#15771)fix: empty call to
.updates()on a command/form invocation means "don't update anything" (#15705)fix:
form.fields.foo.as('checkbox', default_value)now works (#15752)fix: remote forms with default values defined by
field.as('text', defaultValue)now correctly reset to the provided default values once submitted (#15753)fix: make sure queries always get started correctly (#15705)
fix: allow plain functions as overrides in
updates(#15705)v2.58.0Compare Source
Minor Changes
breaking: require
limitinrequested(as originally intended) (#15739)feat:
RemoteQueryFunctiongains an optional third generic parameterValidated(defaulting toInput) that represents the argument type after schema validation/transformation (#15739)breaking:
requestednow yields{ arg, query }entries instead of the validated argument (#15739)Patch Changes
fix: allow
query().current,.error,.loading, and.readyto work in non-reactive contexts (#15699)fix: prevent
deep_setcrash on nullish nested values (#15600)fix: restore correct
RemoteFormFieldstyping for nullable array fields (e.g. when a schema uses.default([])), so.as('checkbox')and friends work again (#15723)fix: don't warn about removed SSI comments in
transformPageChunk(#15695)Server-side include (SSI) directives like
<!--#include virtual="..." -->are HTML comments that are replaced by servers such as nginx. Previously, removing them intransformPageChunkwould trigger a false positive warning about breaking Svelte's hydration. Since SSI comments always start with<!--#and Svelte's hydration comments never do, they can be safely excluded from the check.Change enhance function return type from void to MaybePromise. (#15710)
fix: throw an error when
resolveis called with an external URL (#15733)fix: avoid FOUC for CSR-only pages by loading styles and fonts before CSR starts (#15718)
fix: reset form result on redirect (#15724)
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.7Features
@rolldown/pluginutilsversion (#776) (941b651)Bug Fixes
actions/setup-node (actions/setup-node)
v6.4.0Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
withastro/astro (astro)
v6.3.5Compare Source
Patch Changes
#16771
07c8805Thanks @ematipico! - Fixespositionprop on<Image>and<Picture>components breaking Content Security Policy (CSP).#16593
50924ceThanks @yanthomasdev! - Improves error messages with more consistent and correct writing.#16757
5d661cdThanks @astrobot-houston! - Fixes dev server serving stale content when SSR-only modules change (e.g..astrofiles outside the project root in a monorepo, or dynamically imported components).Previously, the
astro:hmr-reloadplugin returned an empty array after detecting SSR-only module changes, which prevented Vite'supdateModulesfrom propagating the invalidation to the SSR module runner. The runner's evaluated module cache stayed stale, so subsequent requests continued returning old content.Now the plugin returns the SSR-only modules so Vite can process them through
updateModules, which properly invalidates the module runner's cache and ensures fresh content on the next request.v6.3.4Compare Source
Patch Changes
#16723
0f10bfeThanks @matthewp! - AddsfetchFileoption toexperimental.advancedRoutingto customize or disable the entrypoint file#16723
0f10bfeThanks @matthewp! - Fixes Honocache()middleware to follow the standard wrapper pattern#16723
0f10bfeThanks @matthewp! - AddsApp.Providersinterface for typing custom context providers onAstroandctx#16723
0f10bfeThanks @matthewp! - AddsFetchState.responseproperty, set automatically afterpages()ormiddleware()completes#16723
0f10bfeThanks @matthewp! - AddsFetchabletype export for typing the advanced routing entrypoint#16572
4a5a077Thanks @DORI2001! - Suppresses[WARN] Vite warning: unused imports from "@​astrojs/internal-helpers/remote"during prerender builds. The package is now bundled alongsideastroin the prerender environment, matching how it is handled in the SSR environment.#16756
b6ee23dThanks @astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to<head>in the dev server when using the Cloudflare adapter withprerenderEnvironment: 'node'and rendering content through a wrapper component.#16747
904d19aThanks @astrobot-houston! - Fixes Astro action requests failing inastro devwhen using the Cloudflare adapter withprerenderEnvironment: 'node'alongside a prerendered catch-all route such as[...page].astro.Actions and other SSR POST endpoints now continue to work in dev instead of returning an HTTP 500 error.
#16701
3495ce4Thanks @demaisj! - FixMapandSetinstances saved in a content collection being broken when retrieving entries.#16614
fca1c32Thanks @Eptagone! - Fixesentry.datatype inference when a live collection is configured without a schema.#16661
03b8f7fThanks @ocavue! - Updatestypescriptto v6. No changes are needed from users.#16681
c22770aThanks @dotnetCarpenter! - Fixes an issue where SVG images withwidth="0"orheight="0"incorrectly threw aNoImageMetadataerror instead of being treated as valid dimensions.ocavue/astrobook (astrobook)
v0.13.2Compare Source
Please refer to CHANGELOG.md for details.
v0.13.1Compare Source
Please refer to CHANGELOG.md for details.
v0.13.0Compare Source
Please refer to CHANGELOG.md for details.
changesets/action (changesets/action)
v1.8.0Compare Source
Minor Changes
f5dbf72Thanks @tom-sherman! - Support draft version PR modes with a newprDraftinput. Usecreateto create new version PRs as drafts, oralwaysto also convert existing version PRs back to draft when updating them.Patch Changes
#502
6002dbdThanks @oshytiko! - Fixed initial.changesetstate being picked up, whencwdparameter is provided#536
81b3f61Thanks @radnan! - Fixed.changesetstate being picked for the version command whencwdparameter is providedeslint/eslint (eslint)
v10.4.0Compare Source
v10.3.0Compare Source
v10.2.1Compare Source
webpro-nl/knip (knip)
v6.14.1: Release 6.14.1Compare Source
e1c1b17) - thanks @jinhyuk9714!9dae641)919cba2)v6.14.0: Release 6.14.0Compare Source
d654ec7)e7122a1)2308b5a)6c34287)eee3b89)7ffdc2f)64e5072)0987421)bebe750)77efb32)38d91b6)9149437)a661a21)c11d62f)d4b59d8)694dbf4)6f12997)f21a587)8db5346)662ceaf)v6.13.1: Release 6.13.1Compare Source
44738d6) - thanks @joshkel!74420a6)export * asre-exported namespace case (5923af4).mtsand.ctsconfig files to some plugins (69d1e83)@generated/*, handle local plugin paths (ce5f767){projectRoot}/{workspaceRoot}token variables (8715312)v6.13.0: Release 6.13.0Compare Source
abb08b0) - thanks @unrevised6419!projects(#1710) (7cb2d37) - thanks @joshkel!4c96fd2)6e726a2)42497c2)e566c4b)a123d5c)edfee2b)7c5acc4)0b68b81)8788c1a)0fed975)999a5e3)f63537a)v6.12.2: Release 6.12.2Compare Source
d54074d) - thanks @cyphercodes!.ts/.ctsconfig (close #1732) (f37c5da)616739d)081dfc8)5dd0b8a)v6.12.1: Release 6.12.1Compare Source
de33a2c) - thanks @lishaduck!0fe8dc3) - thanks @re-taro!370236d) - thanks @jakeleventhal!4dcd756) - thanks @jakeleventhal!2d555a1) - thanks @jeffrey-takuma!c3dcc8f)78fd581)7e689bf)v6.12.0: Release 6.12.0Compare Source
2354194)4afc873)b106065)c226a72)ddcf7de) - thanks @jakeleventhal!3a2c22b)3a2c22b(8300078)d56ee51)7195b0a)60f8482) - thanks @jakeleventhal!>inside SFC<script>attribute values (resolve #1714) (9e5501f)7cc4fc1)10f97c1) - thanks @jakeleventhal!53236b5)727f842)0db3300)isTreatConfigHintsAsErrors(f27c3f4)aab1e83)c709a5a)v6.11.0: Release 6.11.0Compare Source
767ebaf)@internaltags in production mode (resolve #1658) (dd1caed)ea867ad)v6.10.0: Release 6.10.0Compare Source
1803f9f)62082b6)23582e0)84caac5)ce18854)23b756f)v6.9.0: Release 6.9.0Compare Source
961b734)v6.8.0: Release 6.8.0Compare Source
9167557) - thanks @sebastianbreguel!c937697) - thanks @PatrykWalach!0f94d2d)f2819b3)5c21d27](https://redirecConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.