Skip to content

chore(deps): update dependencies (non-major)#235

Draft
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-non-major
Draft

chore(deps): update dependencies (non-major)#235
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 14, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@changesets/cli (source) ^2.30.0^2.31.0 age confidence devDependencies minor
@ocavue/eslint-config ^4.5.3^4.5.7 age confidence devDependencies patch 4.5.8
@sveltejs/kit (source) ^2.57.1^2.60.1 age confidence devDependencies minor
@vitejs/plugin-vue (source) ^6.0.6^6.0.7 age confidence dependencies patch
actions/setup-node v6.3.0v6.4.0 age confidence action minor
actions/upload-artifact v7.0.0v7.0.1 age confidence action patch
astro (source) ^6.3.3^6.3.5 age confidence devDependencies patch 6.3.7 (+1)
astrobook ^0.12.7^0.13.2 age confidence devDependencies minor
changesets/action v1.7.0v1.8.0 age confidence action minor
eslint (source) ^10.2.0^10.4.0 age confidence devDependencies minor
knip (source) ^6.4.1^6.14.1 age confidence devDependencies minor
lit (source) ^3.3.2^3.3.3 age confidence devDependencies patch
lit (source) ^3.0.0^3.3.3 age confidence dependencies patch
pkg-pr-new (source) ^0.0.66^0.0.74 age confidence devDependencies patch 0.0.75
pnpm/action-setup v6.0.7v6.0.8 age confidence action patch
preact (source) ^10.29.1^10.29.2 age confidence devDependencies patch
preact (source) ^10.29.1^10.29.2 age confidence dependencies patch
prettier (source) ^3.8.2^3.8.3 age confidence devDependencies patch
prettier-plugin-svelte ^3.5.1^3.5.2 age confidence devDependencies patch
prosemirror-menu ^1.3.0^1.3.2 age confidence dependencies patch
prosemirror-menu ^1.0.0^1.3.2 age confidence dependencies patch
prosemirror-menu ^1.3.0^1.3.2 age confidence devDependencies patch
prosemirror-model ^1.25.4^1.25.7 age confidence dependencies patch
react (source) ^19.2.5^19.2.6 age confidence devDependencies patch
react (source) ^19.2.5^19.2.6 age confidence dependencies patch
react-dom (source) ^19.2.5^19.2.6 age confidence devDependencies patch
react-dom (source) ^19.2.5^19.2.6 age confidence dependencies patch
solid-js (source) ^1.9.12^1.9.13 age confidence devDependencies patch
solid-js (source) ^1.9.12^1.9.13 age confidence dependencies patch
svelte (source) ^5.55.3^5.55.8 age confidence devDependencies patch 5.55.9
tsdown (source) ^0.21.8^0.22.0 age confidence devDependencies minor
vite (source) ^7.3.2^7.3.3 age confidence devDependencies patch
vite (source) ^7.3.2^7.3.3 age confidence dependencies patch
vue (source) ^3.5.32^3.5.34 age confidence devDependencies patch
vue (source) ^3.5.32^3.5.34 age confidence dependencies patch

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was 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 --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes
ocavue/eslint-config (@​ocavue/eslint-config)

v4.5.7

Compare Source

Bug Fixes

v4.5.6

Compare Source

Bug Fixes

v4.5.5

Compare Source

Bug Fixes

v4.5.4

Compare Source

Bug Fixes
sveltejs/kit (@​sveltejs/kit)

v2.60.1

Compare Source

Patch Changes
  • chore: bump svelte and devalue (#​15836)

  • fix: prevent query.batch cross-talk (dadaefc)

v2.60.0

Compare Source

Minor Changes
  • feat: allow 'submit' and 'hidden' form fields to accept numbers and booleans (#​15802)

  • feat: warn on unread form remote 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.1

Compare Source

Patch Changes
  • fix: resolve paths to route files with the letter drive on Windows (#​15793)

v2.59.0

Compare Source

Minor Changes
  • feat: support query.batch in requested(...) (#​15751)

  • breaking: on the server, make the promise returned from refresh represent adding the refresh to the map, not the time it takes to run the remote function (#​15705)

  • feat: experimental query.live function (#​15705)

Patch Changes
  • fix: unwrap Promise in RemoteCommand output 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.0

Compare Source

Minor Changes
  • breaking: require limit in requested (as originally intended) (#​15739)

  • feat: RemoteQueryFunction gains an optional third generic parameter Validated (defaulting to Input) that represents the argument type after schema validation/transformation (#​15739)

  • breaking: requested now yields { arg, query } entries instead of the validated argument (#​15739)

Patch Changes
  • fix: allow query().current, .error, .loading, and .ready to work in non-reactive contexts (#​15699)

  • fix: prevent deep_set crash on nullish nested values (#​15600)

  • fix: restore correct RemoteFormFields typing 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 in transformPageChunk would 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 resolve is 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.7

Features
Bug Fixes
actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

withastro/astro (astro)

v6.3.5

Compare Source

Patch Changes
  • #​16771 07c8805 Thanks @​ematipico! - Fixes position prop on <Image> and <Picture> components breaking Content Security Policy (CSP).

  • #​16593 50924ce Thanks @​yanthomasdev! - Improves error messages with more consistent and correct writing.

  • #​16757 5d661cd Thanks @​astrobot-houston! - Fixes dev server serving stale content when SSR-only modules change (e.g. .astro files outside the project root in a monorepo, or dynamically imported components).

    Previously, the astro:hmr-reload plugin returned an empty array after detecting SSR-only module changes, which prevented Vite's updateModules from 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.4

Compare Source

Patch Changes
  • #​16723 0f10bfe Thanks @​matthewp! - Adds fetchFile option to experimental.advancedRouting to customize or disable the entrypoint file

    export default defineConfig({
      experimental: {
        advancedRouting: {
          fetchFile: 'fetch.ts',
        },
      },
    });
  • #​16723 0f10bfe Thanks @​matthewp! - Fixes Hono cache() middleware to follow the standard wrapper pattern

  • #​16723 0f10bfe Thanks @​matthewp! - Adds App.Providers interface for typing custom context providers on Astro and ctx

    declare namespace App {
      interface Providers {
        oauth: import('./lib/oauth').OAuthSession;
      }
    }
  • #​16723 0f10bfe Thanks @​matthewp! - Adds FetchState.response property, set automatically after pages() or middleware() completes

    const response = await middleware(state, (s) => pages(s));
    console.log(state.response === response); // true
  • #​16723 0f10bfe Thanks @​matthewp! - Adds Fetchable type export for typing the advanced routing entrypoint

    import type { Fetchable } from 'astro';
    
    export default {
      async fetch(request) {
        return new Response('ok');
      },
    } satisfies Fetchable;
  • #​16572 4a5a077 Thanks @​DORI2001! - Suppresses [WARN] Vite warning: unused imports from "@&#8203;astrojs/internal-helpers/remote" during prerender builds. The package is now bundled alongside astro in the prerender environment, matching how it is handled in the SSR environment.

  • #​16756 b6ee23d Thanks @​astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to <head> in the dev server when using the Cloudflare adapter with prerenderEnvironment: 'node' and rendering content through a wrapper component.

  • #​16747 904d19a Thanks @​astrobot-houston! - Fixes Astro action requests failing in astro dev when using the Cloudflare adapter with prerenderEnvironment: '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 3495ce4 Thanks @​demaisj! - Fix Map and Set instances saved in a content collection being broken when retrieving entries.

  • #​16614 fca1c32 Thanks @​Eptagone! - Fixes entry.data type inference when a live collection is configured without a schema.

  • #​16661 03b8f7f Thanks @​ocavue! - Updates typescript to v6. No changes are needed from users.

  • #​16681 c22770a Thanks @​dotnetCarpenter! - Fixes an issue where SVG images with width="0" or height="0" incorrectly threw a NoImageMetadata error instead of being treated as valid dimensions.

ocavue/astrobook (astrobook)

v0.13.2

Compare Source

Please refer to CHANGELOG.md for details.

v0.13.1

Compare Source

Please refer to CHANGELOG.md for details.

v0.13.0

Compare Source

Please refer to CHANGELOG.md for details.

changesets/action (changesets/action)

v1.8.0

Compare Source

Minor Changes
  • #​258 f5dbf72 Thanks @​tom-sherman! - Support draft version PR modes with a new prDraft input. Use create to create new version PRs as drafts, or always to also convert existing version PRs back to draft when updating them.
Patch Changes
eslint/eslint (eslint)

v10.4.0

Compare Source

v10.3.0

Compare Source

v10.2.1

Compare Source

webpro-nl/knip (knip)

v6.14.1: Release 6.14.1

Compare Source

v6.14.0: Release 6.14.0

Compare Source

  • Resolve imports satisfied via transitive peerDeps (d654ec7)
  • Don't flag undeclared sibling workspace imports as unlisted (#​1742) (e7122a1)
  • Update github-actions reporter snapshots (2308b5a)
  • Cache syncGlob() results like defaultGlob() does (6c34287)
  • Trim redundant statSync calls in FileEntryCache (eee3b89)
  • Cache parsed .gitignore patterns across --cache runs (7ffdc2f)
  • Tighten cache module callsites (64e5072)
  • Extract shared disk-cache helper used by glob and gitignore caches (0987421)
  • Simplify CacheConsultant: replace trampoline with default arrow methods (bebe750)
  • Pin pnpm minimumReleaseAge and trustPolicy (77efb32)
  • Eliminate rescanFrontier polling in walkAndAnalyze (38d91b6)
  • Reduce findWorkspaceByFilePath per-call overhead (9149437)
  • Memoize DependencyDeputy.getDependencies (a661a21)
  • Tighten module-graph map helpers (drop double-lookup + optional chains) (c11d62f)
  • Add --duration flag for zero-overhead duration measurement (d4b59d8)
  • Cover analysis pipeline with --performance timerify (694dbf4)
  • Align --help text (6f12997)
  • Add cli arg shorthands: -p, -s, -w, -D, -f, -F, -u (f21a587)
  • Format (8db5346)
  • This one's okay (662ceaf)

v6.13.1: Release 6.13.1

Compare Source

  • Add jest.config.{cts,mts} (#​1743) (44738d6) - thanks @​joshkel!
  • Update ecosystem tests (74420a6)
  • Fix export * as re-exported namespace case (5923af4)
  • Add .mts and .cts config files to some plugins (69d1e83)
  • Docusaurus: ignore @generated/*, handle local plugin paths (ce5f767)
  • Nx: expand {projectRoot} / {workspaceRoot} token variables (8715312)

v6.13.0: Release 6.13.0

Compare Source

v6.12.2: Release 6.12.2

Compare Source

  • Fix symbol reporter file paths with --directory (#​1733) (d54074d) - thanks @​cyphercodes!
  • fix(webpack): reference TS loaders for .ts/.cts config (close #​1732) (f37c5da)
  • fix(serverless-framework): skip functions without handler (close #​1735) (616739d)
  • ci(integration): disable minimumReleaseAge for test installs (081dfc8)
  • ci(snapshots): query — add CreateQueriesOptions to unused types (5dd0b8a)

v6.12.1: Release 6.12.1

Compare Source

v6.12.0: Release 6.12.0

Compare Source

v6.11.0: Release 6.11.0

Compare Source

  • Ignore & remove uninteresting lines in snapshots (767ebaf)
  • Flag stale @internal tags in production mode (resolve #​1658) (dd1caed)
  • Add compiler-extensions in tsc-files mode (resolve #​1708) (ea867ad)

v6.10.0: Release 6.10.0

Compare Source

  • Ecosystem patches → snapshots (1803f9f)
  • Fix unlisted pkg when only @​types/pkg listed (resolve #​1707) (62082b6)
  • Don't report imports matching engines.X as unlisted (23582e0)
  • Treat imports in .d.ts files as type-only (84caac5)
  • Treat tsconfig compilerOptions.types as type-only (ce18854)
  • Resolve hoisted deps from monorepo root in single-package mode (resolve #​1711) (23b756f)

v6.9.0: Release 6.9.0

Compare Source

  • Expose types for JSON reporter (961b734)

v6.8.0: Release 6.8.0

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 14, 2026

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

Project Deployment Actions Updated (UTC)
prosemirror-adapter-e2e Ready Ready Preview, Comment May 21, 2026 6:43pm

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 14, 2026

Open in StackBlitz

@prosemirror-adapter/core

npm i https://pkg.pr.new/@prosemirror-adapter/core@235

@prosemirror-adapter/lit

npm i https://pkg.pr.new/@prosemirror-adapter/lit@235

@prosemirror-adapter/preact

npm i https://pkg.pr.new/@prosemirror-adapter/preact@235

@prosemirror-adapter/react

npm i https://pkg.pr.new/@prosemirror-adapter/react@235

@prosemirror-adapter/solid

npm i https://pkg.pr.new/@prosemirror-adapter/solid@235

@prosemirror-adapter/svelte

npm i https://pkg.pr.new/@prosemirror-adapter/svelte@235

@prosemirror-adapter/vue

npm i https://pkg.pr.new/@prosemirror-adapter/vue@235

commit: fc4fc64

Copy link
Copy Markdown
Contributor

@ocavue ocavue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 7e470d3 to 845622c Compare April 17, 2026 11:47
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 845622c to fbb24ab Compare April 18, 2026 13:56
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from fbb24ab to ef02a37 Compare April 18, 2026 14:52
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from ef02a37 to 2de5b5e Compare April 18, 2026 21:42
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 2de5b5e to 49e6d89 Compare April 19, 2026 10:43
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 49e6d89 to fb1514f Compare April 21, 2026 10:50
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from fb1514f to 7c06aa5 Compare April 22, 2026 14:13
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 7c06aa5 to 71ddd0b Compare April 23, 2026 08:45
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from c379ec2 to 62d520f Compare April 27, 2026 16:03
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 62d520f to 581d64c Compare April 29, 2026 12:56
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 581d64c to 0d8ded6 Compare April 29, 2026 21:05
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 0d8ded6 to ae4c5b6 Compare April 30, 2026 11:11
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from ae4c5b6 to b9e2429 Compare April 30, 2026 15:54
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from b9e2429 to f91b35f Compare May 1, 2026 13:53
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from f91b35f to 85bf905 Compare May 1, 2026 16:53
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 85bf905 to da94273 Compare May 2, 2026 16:49
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from da94273 to 78ff245 Compare May 3, 2026 04:57
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 78ff245 to f7e6b56 Compare May 3, 2026 09:04
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from f7e6b56 to 5d5c67d Compare May 5, 2026 18:10
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 5d5c67d to fdc7a4d Compare May 6, 2026 00:39
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from fdc7a4d to 8ec8331 Compare May 6, 2026 08:25
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from 8ec8331 to c7ad75a Compare May 7, 2026 09:58
@renovate renovate Bot force-pushed the renovate/dependencies-non-major branch from c7ad75a to 76230be Compare May 7, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant