Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: release LWC v9#5635

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
wjhsf wants to merge28 commits intomaster
base:master
Choose a base branch
Loading
fromlwc-v9
Draft

chore: release LWC v9#5635

wjhsf wants to merge28 commits intomasterfromlwc-v9

Conversation

@wjhsf
Copy link
Contributor

@wjhsfwjhsf commentedDec 10, 2025
edited
Loading

Breaking Changes

  • Themain export is now ESM, rather than CJS.
    • The CJS bundle is still published, but it has been renamed toindex.cjs, rather thanindex.cjs.js.
  • LWC is now authored using TypeScript v6 (prerelease).
  • The wire decorator now usesconst to better infer generic types, so may report errors that were previously false negatives.

Deprecations

  • @lwc/engine-server has been deprecated. Users should update their code to use the replacement package,@lwc/ssr-runtime.

Other Changes

  • We now leverageengines.node to warn on node 16 or earlier, as LWC uses syntax not supported by those versions of node.

Planned, but not included

  • I tried to addpackage.json exports, but it broke vitest. I didn't want to spend too much time on a minor feature, so I gave up.

jmsjtuand others added6 commitsDecember 10, 2025 16:34
* build(deps): bump meriyah from 5.0.0 to 7.0.0Bumps [meriyah](https://github.com/meriyah/meriyah) from 5.0.0 to 7.0.0.- [Release notes](https://github.com/meriyah/meriyah/releases)- [Changelog](https://github.com/meriyah/meriyah/blob/main/CHANGELOG.md)- [Commits](meriyah/meriyah@v5.0.0...v7.0.0)---updated-dependencies:- dependency-name: meriyah  dependency-version: 7.0.0  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>* chore: fix version bump errors---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: change packages to type: module* chore: don't lint .cjs fileswe don't use them* chore: convert `module.exports` to `export default`* chore: replace `__dirname` with `import.meta.dirname`* chore: use .cjs extension* chore: rename test command to match package* revert(wdio): change back to commonjs* chore: convert script to esm* chore: change `main` entrypoint from CJS to ESM* fix(esm): misc changes to support ESM-first* fix: still use CJS for bundling* feat: add package.json `exports`
wjhsfand others added22 commitsDecember 15, 2025 20:24
* chore(scripts): add engines.node to package.json validation* chore(package.json): add engines.node to packages* chore(engines): downgrade node to lowest version that works* chore(engines): downgrade node to lowest version that works* chore(engines): remove useless engines from root package.json
breaks vitest and I don't want to spend any more time on this
* feat: remove engine-server from `lwc` barrel* chore: mark engine-server as private* test(ssr): move fixtures from engine-server to ssr-compiler* chore: fix deps again hopefully
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@lpomerleaulpomerleaulpomerleau left review comments

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@wjhsf@lpomerleau@jmsjtu

[8]ページ先頭

©2009-2025 Movatter.jp