Skip to content

Maintenance: Update Patch & Minor#707

Merged
dle-renovate-bot[bot] merged 1 commit into
masterfrom
dle-renovate/minor-patch
Jul 1, 2026
Merged

Maintenance: Update Patch & Minor#707
dle-renovate-bot[bot] merged 1 commit into
masterfrom
dle-renovate/minor-patch

Conversation

@dle-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/adapter-node (source) ^5.5.5^5.5.7 age confidence
@sveltejs/kit (source) ^2.66.0^2.68.0 age confidence
eslint-plugin-svelte (source) ^3.19.0^3.20.0 age confidence
playwright (source) 1.61.01.61.1 age confidence
prettier (source) ^3.8.4^3.9.1 age confidence
svelte (source) ^5.56.3^5.56.4 age confidence
svelte-check ^4.6.0^4.7.1 age confidence
svelte-highlight (source) ^7.11.0^7.13.0 age confidence
typescript-eslint (source) ^8.61.1^8.62.0 age confidence
vite (source) ^7.3.5^7.3.6 age confidence
wrangler (source) ^4.103.0^4.105.0 age confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-node)

v5.5.7

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.68.0

Minor Changes
  • feat: expose RemoteFormEnhanceInstance and RemoteFormEnhanceCallback types (#​15816)

  • feat: set value of submit fields when form is submitted (#​15979)

Patch Changes
  • fix: skip native_navigation when __data.json returns 404 on a static fallback page (#​16135)

  • fix: ignore third-party monkeypatches in pushState/replaceState warning detection (#​15267)

  • fix: snapshot form fields on read (#​16150)

  • fix: strip field prefix before erroring on duplicates (#​16151)

  • fix: call reset function via prototype (#​16138)

  • chore: fix navigation type hover info (#​16147)

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.20.0

Compare Source

Minor Changes
Patch Changes
  • #​1503 989bfa5 Thanks @​teemingc! - fix(valid-prop-names-in-kit-pages): drop errors from allowed page props in Svelte 5 to follow SvelteKit
microsoft/playwright (playwright)

v1.61.1

Compare Source

Bug Fixes
  • #​41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #​41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #​41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #​41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #​41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks
prettier/prettier (prettier)

v3.9.1

Compare Source

diff

CLI: Fix ignored file has been cached incorrectly (#​19483 by @​kovsu)

Bug details #​18016

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

diff

Flow: Support readonly as a variance annotation (#​19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};

// Prettier 3.8.4
SyntaxError

// Prettier 3.8.5
type T = {
  readonly foo: string,
};
sveltejs/svelte (svelte)

v5.56.4

Compare Source

Patch Changes
  • fix: include wrapping parentheses in {@​const} declarator end position (#​18436)

  • fix: always unset reactivity context after restoring it (#​18453)

  • fix: don't notify searchParams subscribers when the URL changes without affecting the search string (#​18425)

  • fix: strip ? from optional parameters in <script lang="ts"> so generated JavaScript is valid (#​18448)

sveltejs/language-tools (svelte-check)

v4.7.1

Compare Source

Patch Changes
  • fix: correctly parse --tsgo-experimental-api flag (#​3067)

v4.7.0

Compare Source

Minor Changes
  • feat: add --config option (#​3066)

  • feat: svelte-check tsgo support with experimental api (#​3036)

Patch Changes
metonym/svelte-highlight (svelte-highlight)

v7.13.0

Compare Source

Features

  • add use:highlight Svelte action
  • add HighlightEditable
  • add CodeWindow
  • add Typewriter
  • add AnsiOutput
  • add FileTabs
  • add loadLanguage dynamic language loader
  • support light/dark theme switching in HighlightStyle

v7.12.0

Compare Source

Features

  • add CopyButton
  • add focus mode to dim/blur un-highlighted lines
  • add HighlightStyle for scoped themes
  • expose and document container CSS variables
  • support font size style prop in LangTag
  • add custom bibtex language
  • add custom bicep language
  • add custom blade language
  • add custom caddy language
  • add custom cairo language
  • add custom clarity language
  • add custom cue language
  • add custom cypher language
  • add custom d2 language
  • add custom dhall language
  • add custom dotenv language
  • add custom fish language
  • add custom gleam language
  • add custom groq language
  • add custom hcl language
  • add custom json5 language
  • add custom jsonc language
  • add custom jsonnet language
  • add custom liquid language
  • add custom move language
  • add custom nickel language
  • add custom nushell language
  • add custom odin language
  • add custom pkl language
  • add custom promql language
  • add custom prisma language
  • add custom pug language
  • add custom razor language
  • add custom rescript language
  • add custom solidity language
  • add custom starlark language
  • add custom toml language
  • add custom v language
  • add custom vyper language
  • add custom wgsl language
  • add custom zig language
typescript-eslint/typescript-eslint (typescript-eslint)

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.3.6

Compare Source

Please refer to CHANGELOG.md for details.

cloudflare/workers-sdk (wrangler)

v4.105.0

Compare Source

Minor Changes
  • #​14311 34e0cef Thanks @​sherryliu-lsy! - Add Google Artifact Registry support to containers registries configure

    wrangler containers registries configure now recognizes *-docker.pkg.dev (Google Artifact Registry) domains.

    • The Google service account email is the public credential, supplied with --gar-email. It must match the client_email in the service account key.
    • The service account JSON key is the private credential. It is provided via stdin (a file path, raw JSON, or base64) or an interactive prompt (a file path or base64) — never as a CLI flag, so it does not appear in shell history. The key is validated against --gar-email and stored base64-encoded.
    • Secret reuse inherits the existence-first flow: when the target Secrets Store secret already exists, it is reused by reference and the key is not required. In that case the email cannot be verified locally; it is validated against the key when images are pulled.
    <path-to-key>.json | npx wrangler@latest containers registries configure <region>-docker.pkg.dev --gar-email=<service-account-email> --secret-name=Google_Service_Account_JSON_Key
Patch Changes
  • #​14424 5f40dd5 Thanks @​MattieTK! - Bump am-i-vibing from 0.4.0 to 0.5.0

    This updates the agentic environment detection library to the latest version, which adds detection for the Pi coding agent (earendil-works/pi).

  • #​14406 3b743c1 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260623.1 1.20260625.1
  • #​14343 daa5389 Thanks @​th0m! - Use digest-pinned image references for Dockerfile container deploys

    Dockerfile-backed container deploys now use the pushed image digest when deploying the container application. This lets snapshot-enabled container apps pass Cloudchamber validation while keeping local, non-pushed builds and registry image URI deploys unchanged.

  • #​14394 8a5cf8c Thanks @​Partha-Shankar! - fix(d1): escape migrationsTableName and filenames in SQLite queries

    D1 migration commands in both wrangler and @cloudflare/vitest-pool-workers interpolated the migrationsTableName config value and migration filenames directly into SQL strings without any escaping. This meant:

    • A table name such as my"table would produce invalid SQL in CREATE TABLE, SELECT, and INSERT statements, and
    • A migration filename containing an apostrophe (e.g. what's-new.sql) would break the INSERT INTO ... VALUES ('...') statement appended after each migration in wrangler.

    Both identifiers are now properly escaped before interpolation: migrationsTableName is wrapped in double-quotes with internal double-quotes doubled (SQL-standard identifier quoting), and migration filenames used as string literals have their single-quotes doubled before insertion.

  • Updated dependencies [3b743c1]:

    • miniflare@​4.20260625.0

v4.104.0

Compare Source

Minor Changes
  • #​14369 e312dec Thanks @​edmundhung! - Add getEnv() to createTestHarness() Worker handles

    Tests can now access the full env object for a Worker with await server.getWorker<Env>().getEnv(), including vars, secrets, and bindings.

Patch Changes
  • #​14364 a085dec Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260617.1 1.20260619.1
  • #​14383 9a0de8f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260619.1 1.20260621.1
  • #​14397 fab565f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260621.1 1.20260623.1
  • #​14388 3f02864 Thanks @​petebacondarwin! - Stop erroring when find_additional_modules discovers a file that only matches a inactive module rule

    Module rules assign module types to imported files — they are not include/exclude filters. Also, setting fallthrough: false in a rule will cause subsequent rules to become inactive. Previously, when find_additional_modules walked the filesystem and discovered a file whose only matching rule is inactive, Wrangler would throw an error and fail the build.

    This meant that adding a user rule like the one below would break the build for any .txt, .html, .sql, .bin or .wasm file that didn't match the user-supplied globs but lived somewhere under the module root:

    // wrangler.json
    {
      "rules": [
        {
          "type": "Text",
          "globs": ["html/includeme.html"],
          "fallthrough": false
        }
      ]
    }

    Discovered files that only match an inactive rule are now silently skipped (a debug-level log records each skip for troubleshooting), so users can use fallthrough: false to narrow the set of files attached to their Worker without having to delete or move untouched files on disk.

    The direct-import path is unchanged: importing a file in code that only matches an inactive rule is still a hard error, because the imported file genuinely needs a defined module type.

    Fixes #​14257.

  • #​14358 4ef872f Thanks @​gabivlj! - Fix container egress interception on arm64 Docker runtimes

    Both wrangler dev and the Cloudflare Vite plugin no longer force the proxy-everything sidecar image to pull as linux/amd64, allowing Docker to select the native image from the multi-platform manifest. Set MINIFLARE_CONTAINER_EGRESS_IMAGE_PLATFORM to force a specific platform when needed.

  • #​14362 2a02858 Thanks @​sherryliu-lsy! - Don't require the private credential when reusing an existing Secrets Store secret in containers registries configure

    wrangler containers registries configure now checks whether the target Secrets Store secret already exists before resolving the private credential. When the secret already exists it is reused by reference, so the private credential no longer needs to be supplied (via stdin in non-interactive mode, or via a prompt interactively). This applies to all external registries.

    The new-secret path is unchanged: the credential is still required and stored. The only visible interactive change is that the secret prompt now appears last and only when a new secret is being created.

  • Updated dependencies [a085dec, 9a0de8f, fab565f]:

    • miniflare@​4.20260623.0

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate.

| datasource | package                | from    | to      |
| ---------- | ---------------------- | ------- | ------- |
| npm        | @sveltejs/adapter-node | 5.5.6   | 5.5.7   |
| npm        | @sveltejs/kit          | 2.67.0  | 2.68.0  |
| npm        | eslint-plugin-svelte   | 3.19.0  | 3.20.0  |
| npm        | playwright             | 1.61.0  | 1.61.1  |
| npm        | prettier               | 3.8.4   | 3.9.1   |
| npm        | svelte                 | 5.56.3  | 5.56.4  |
| npm        | svelte-check           | 4.6.0   | 4.7.1   |
| npm        | svelte-highlight       | 7.11.0  | 7.13.0  |
| npm        | typescript-eslint      | 8.61.1  | 8.62.0  |
| npm        | vite                   | 7.3.5   | 7.3.6   |
| npm        | wrangler               | 4.103.0 | 4.105.0 |
@dle-renovate-bot dle-renovate-bot Bot enabled auto-merge (squash) July 1, 2026 00:47
@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ba5fda5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes changesets to release 1 package
Name Type
@dle.dev/ember Patch

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dle-renovate-bot dle-renovate-bot Bot merged commit 272126e into master Jul 1, 2026
7 checks passed
@dle-renovate-bot dle-renovate-bot Bot deleted the dle-renovate/minor-patch branch July 1, 2026 00:50
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.

0 participants