deps: sku 16.1.1 - #1487
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate-sku-16.x
branch
from
August 21, 2026 06:17
fd14102 to
16a6057
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:
16.0.0→16.1.1Release Notes
seek-oss/sku (sku)
v16.1.1Compare Source
Patch Changes
Unpin and update
webpackdependency to^5.109.0(#1683)sku'swebpackdependency was pinned to5.108.1in the v16 release to prevent a bug in a newerwebpackversion from affectingskuconsumers. The fix for this bug was released in5.109.0, so thewebpackdependency has now been unpinned.build|start (vite):--convert-loadablenow converts loadable imports for dependencies that ship.mjs,.cjsor aliased imports (#1694)build|start (vite): Handle Vanilla Extract styles from packages that ship source code (#1694)If you were using
dangerouslySetViteConfigto exclude packages fromoptimizeDepsto work around this, you can now remove that configuration along with any of its CommonJS dependencies listed inoptimizeDeps.include.start (vite): Pollyfill files are scanned for dependancy optimization on cold-start to reduce app reloads (#1694)v16.1.0Compare Source
Minor Changes
csp: Add support for report-only Content Security Policy. (#1631)Two new configuration options,
cspReportOnlyEnabledandcspReportOnlyExtraScriptSrcHosts, allow the generation of a "report-only" CSP delivered via theContent-Security-Policy-Report-Onlyheader.See the Content Security Policy section of the sku docs for more details.
csp: AddcspDeliveryconfig option. (#1630)A new configuration option,
cspDelivery, allows control of how the Content Security Policy is delivered and can be set to one of two values:tag: The CSP is embedded directly in the rendered HTML content via a<meta http-equiv="Content-Security-Policy" …>tag. This is the default and matches the previous behaviour.header: The CSP is written to a JSON metadata file alongside the rendered HTML content. This metadata can be used at deployment and/or request time to include aContent-Security-Policyheader in the response for the rendered HTML content.See the Content Security Policy section of the sku docs for more details.
csp: Add support for reporting Content Security Policy violations. (#1675)Two new configuration options,
cspReportToandcspReportOnlyReportTo, allow the reporting of CSP violations via the browser Reporting API.See the Content Security Policy section of the sku docs for more details.
storybook: Add
viteFinalAPI to thesku/config/storybookentrypoint (#1676)This API is the Vite equivalent to the existing webpack-specific APIs already available via the
sku/config/storybookentrypoint.It injects sku-specific configuration into Storybook's Vite config, helping to ensure your Storybook works correctly with Braid and Vanilla Extract.
Please read the sku Storybook docs for more information.
Patch Changes
Missing
*.localhosthosts no longer trigger hosts-file warnings (#1679)configure: Always add.sslto.gitignore(#1668)sku now always adds
.sslto.gitignore, rather than only whenhttpsDevServeris enabled.Improve package manager detection (#1674)
Package manager detection has been improved, and should now correctly detect the package manager your project uses, even when running from a coding agent.
Configuration
📅 Schedule: (in timezone Australia/Melbourne)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.