Skip to content

deps: sku 15.13.0#960

Merged
rexhao merged 1 commit intomasterfrom
renovate-sku-15.x
Apr 10, 2026
Merged

deps: sku 15.13.0#960
rexhao merged 1 commit intomasterfrom
renovate-sku-15.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 9, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sku (source) 15.12.215.13.0 age adoption passing confidence

Release Notes

seek-oss/sku (sku)

v15.13.0

Compare Source

Minor Changes
  • webpack: Add support for Vite-style query parameters when importing SVG files (#​1538)

    To support migration from webpack to Vite, SVG imports in webpack now support the same raw, inline and url query parameters as Vite. This allows you to specify how the SVG should be imported: as a raw string, a base64 data URL, or an asset URL. See the image asset docs for more information.

    If your application is still using webpack, it is recommended to run the following codemod to automatically migrate all SVG imports to use the raw query parameter:

    pnpm dlx @​sku-lib/codemod svg-import-query-param .

    This will ensure consistent SVG import behaviour when the time comes to migrate your application to Vite. The url and inline query parameters can also be used, however they aren't a drop-in replacement for the existing import behaviour (i.e. without any query paramters).

Patch Changes
  • vite: Align asset inline limit with webpack (#​1538)

    To align with sku's webpack config, image assets imported in a Vite app that are smaller than 10,000 bytes will now be inlined as base64-encoded data URLs. Previously the limit was 4,096 bytes.

  • vocab: Set projectRoot in vocab config to fix crash with tinyglobby@0.2.16 (#​1542)


Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • Branch creation
    • "after 3:00 am and before 6:00 am every weekday"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 9, 2026

⚠️ No Changeset found

Latest commit: 7e54cbb

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 no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@rexhao rexhao merged commit 1c26653 into master Apr 10, 2026
5 checks passed
@rexhao rexhao deleted the renovate-sku-15.x branch April 10, 2026 01:32
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