Skip to content

fix(deps): update non-major dependencies#218

Merged
ageorgeh merged 1 commit into
mainfrom
renovate/non-major-dependencies
May 3, 2026
Merged

fix(deps): update non-major dependencies#218
ageorgeh merged 1 commit into
mainfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 23, 2026

This PR contains the following updates:

Package Change Age Confidence
@actions/languageserver ^0.3.54^0.3.55 age confidence
@iconify/json (source) ^2.2.465^2.2.469 age confidence
@sveltejs/kit (source) ^2.57.1^2.59.0 age confidence
@typescript/native-preview (source) 7.0.0-dev.20260423.17.0.0-dev.20260503.1 age confidence
bits-ui ^2.18.0^2.18.1 age confidence
devalue ^5.7.1^5.8.0 age confidence
eslint (source) ^10.2.1^10.3.0 age confidence
eslint-plugin-better-tailwindcss ^4.4.1^4.5.0 age confidence
globals ^17.5.0^17.6.0 age confidence
rolldown (source) 1.0.0-rc.171.0.0-rc.18 age confidence
rolldown-plugin-dts ^0.23.2^0.24.1 age confidence
svelte (source) ^5.55.4^5.55.5 age confidence
svelte-check ^4.4.6^4.4.7 age confidence
svelte2tsx (source) ^0.7.53^0.7.54 age confidence
ts-ag ^1.1.21^1.1.24 age confidence
tsc-alias (source) ^1.8.16^1.8.17 age confidence
typescript-eslint (source) ^8.59.0^8.59.1 age confidence
typescript-svelte-plugin (source) ^0.3.51^0.3.52 age confidence

Release Notes

actions/languageservices (@​actions/languageserver)

v0.3.55

Compare Source

iconify/icon-sets (@​iconify/json)

v2.2.469

Compare Source

v2.2.468

Compare Source

v2.2.467

Compare Source

v2.2.466

Compare Source

sveltejs/kit (@​sveltejs/kit)

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)

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260503.1

Compare Source

v7.0.0-dev.20260502.1

Compare Source

v7.0.0-dev.20260501.1

Compare Source

v7.0.0-dev.20260430.1

Compare Source

v7.0.0-dev.20260429.1

Compare Source

v7.0.0-dev.20260428.1

Compare Source

v7.0.0-dev.20260427.1

Compare Source

v7.0.0-dev.20260426.1

Compare Source

v7.0.0-dev.20260425.1

Compare Source

v7.0.0-dev.20260424.2

Compare Source

v7.0.0-dev.20260424.1

Compare Source

huntabyte/bits-ui (bits-ui)

v2.18.1

Compare Source

Patch Changes
  • fix(text-selection-layer): snapshot enabled and pointer handlers for listeners (#​2041)

  • fix(Tooltip): set wrapper pointer-events when hoverable content is disabled (#​2041)

  • fix(Menu): prevent page scroll-jump on item hover when scroll-padding is set (#​2035)

sveltejs/devalue (devalue)

v5.8.0

Compare Source

Minor Changes
  • c5115b0: feat: add stringifyAsync for async serialization
eslint/eslint (eslint)

v10.3.0

Compare Source

schoero/eslint-plugin-better-tailwindcss (eslint-plugin-better-tailwindcss)

v4.5.0

Compare Source

compare changes

Features
  • Add ignore option to enforce-canonical-classes (#​371)
  • Add tabWidth option to enforce-consistent-line-wrapping (#​367)
Fixes
  • Add missing logical classes (#​368)
  • Warning when tailwind css installation can't be found (#​373)
  • Only sort variants that are safe (#​370)
sindresorhus/globals (globals)

v17.6.0

Compare Source

rolldown/rolldown (rolldown)

v1.0.0-rc.18

Compare Source

💥 BREAKING CHANGES
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors
sxzz/rolldown-plugin-dts (rolldown-plugin-dts)

v0.24.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.0

Compare Source

   🚨 Breaking Changes
   🏎 Performance
    View changes on GitHub
sveltejs/svelte (svelte)

v5.55.5

Compare Source

Patch Changes
  • fix: don't mark deriveds while an effect is updating (#​18124)

  • fix: do not dispatch introstart event with animation of animate directive (#​18122)

sveltejs/language-tools (svelte-check)

v4.4.7

Compare Source

Patch Changes
  • fix: flush stdout/stderr before exit (#​3014)

  • fix: report diagnostics in tsconfig.json (#​3005)

ageorgeh/ts-ag (ts-ag)

v1.1.24

Compare Source

Bug Fixes

v1.1.23

Compare Source

Bug Fixes
  • write if different build config (67222a1)

v1.1.22

Compare Source

Bug Fixes
justkey007/tsc-alias (tsc-alias)

v1.8.17: (2025-04-30)

Compare Source

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.16...v1.8.17

typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch from 697e354 to 30654d5 Compare April 23, 2026 14:48
@renovate renovate Bot changed the title fix(deps): update dependency ts-ag to ^1.1.22 fix(deps): update dependency ts-ag to ^1.1.23 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch from 30654d5 to db66717 Compare April 23, 2026 20:53
@renovate renovate Bot changed the title fix(deps): update dependency ts-ag to ^1.1.23 fix(deps): update non-major dependencies Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 15 times, most recently from cca33dc to 53a6c74 Compare April 30, 2026 22:00
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from 5ba6387 to 7d4610f Compare May 3, 2026 05:02
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch from 7d4610f to c79e2de Compare May 3, 2026 08:53
@ageorgeh ageorgeh merged commit cb24ec6 into main May 3, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/non-major-dependencies branch May 3, 2026 12:46
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

🎉 This PR is included in version 1.1.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant