Skip to content

Version Packages #1217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Version Packages #1217

wants to merge 1 commit into from

Conversation

seek-oss-ci
Copy link
Contributor

@seek-oss-ci seek-oss-ci commented Mar 24, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

[email protected]

Minor Changes

  • Add Port and Strict Port toggle for Start and Serve (#1232)

    Previously sku serve would allow you to choose the port to use with --port. This is now available on sku start.

    Start development server using port 8080:

    sku start --port 8080

    By default, if this port is unavailable a new port will be chosen. If you'd instead prefer to the command to fail, the --strict-port in now available.

    Fails if port not available:

    sku serve --port 8080 --strict-port
  • vite (start|start-ssr): Open default browser on server start (#1223)

  • vite start: Enable devServerMiddleware for vite projects (#1225)

  • vite (start|build): Enable csp functionality (#1226)

  • Change output behaviour of sku build with vite as the bundler. All asset files now get added directly to the dist folder instead of being nested. (#1234)
    Change publicPath behaviour in the sku.config for sku build with vite. The given value now prepends itself to the href and src attributes of assets in the index.html file.

  • Support root resolution of .jsx and .cjs files (#1219)

  • setup-hosts ipv6 hosts are now added alongside their ipv4 counterpart (#1221)

  • vite (start): Enable httpsDevServer config option (#1227)

Patch Changes

  • vite: Ensure bundled pre-render entrypoint has a consistent name, regardless of the configured (#1216)
    renderEntry

  • Disable Node experimental warnings to reduce log noise (#1236)

  • vite: Change render entrypoint file api to match that of webpack rendering (#1222)

  • Re-order root resolution file extensions in order of most common to least common file types (#1219)

    Files with no extension will now be resolved in the following order: .ts -> .tsx -> .mts -> .cts -> .js -> .jsx -> .mjs -> .cjs -> .json

@seek-oss-ci seek-oss-ci requested a review from a team as a code owner March 24, 2025 02:03
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 7 times, most recently from 9d9e22e to 57d358c Compare March 31, 2025 03:39
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 3 times, most recently from b5892c0 to 68bcacd Compare April 3, 2025 00:27
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 68bcacd to 55e8522 Compare April 8, 2025 00:02
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch 4 times, most recently from 7fa9c0e to 3432589 Compare April 23, 2025 03:32
@seek-oss-ci seek-oss-ci force-pushed the changeset-release/master branch from 3432589 to a08af66 Compare April 24, 2025 01:10
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