Open
Conversation
6a26a60 to
8ea9b90
Compare
606aadc to
1d40c16
Compare
d0ff3bf to
f132573
Compare
81123b4 to
27f68cd
Compare
773eacf to
92cf519
Compare
671a121 to
f3375a0
Compare
f3375a0 to
7e27ef3
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:
^8.20.1→^9.0.0^8.20.1→^9.0.0^8.20.1→^9.0.0^5.0.0→^6.0.0^9.0.0→^10.0.0^8.20.1→^9.0.0Release Notes
salesforce/lwc (@lwc/compiler)
v9.1.0Compare Source
What's Changed
nameattribute for<details>by @wjhsf in #5706WeakMultimap@W-21387024 by @wjhsf in #5738Full Changelog: salesforce/lwc@v9.0.3...v9.1.0
v9.0.3Compare Source
What's Changed
Full Changelog: salesforce/lwc@v9.0.2...v9.0.3
v9.0.2Compare Source
What's Changed
New Contributors
Full Changelog: salesforce/lwc@v9.0.1...v9.0.2
v9.0.1Compare Source
What's Changed
Full Changelog: salesforce/lwc@v9.0.0...v9.0.1
v9.0.0Compare Source
Deprecations
@lwc/engine-serveris deprecated and won't receive further updates. Consumers should update their code to use the replacement,@lwc/ssr-runtime.Breaking Changes
mainexport of each package is now ESM, rather than CommonJS.dist/index.cjs.experimentalDynamicComponentoption in@lwc/compileris renamed todynamicImports, and is no longer experimental.@lwc/babel-plugin-componentno longer performs import deduplication, as rollup provides the same functionality.@lwc/rollup-pluginor components on the Salesforce platform. It only impacts direct consumers of@lwc/babel-plugin-componentor@lwc/compiler.wirefunction now has three type parameters, rather than four. TheContextparameter was not necessary, and has been removed. Additionally, invalid@wireusage now reports errors in the correct location. Some edge cases can result in false positive errors or false negatives.{id: "$bookId"}will be type checked, but{id: "$book.id"}will not (it will always be permitted).stringcannot provide type checking for reactive properties. For example,{str: "$notString"}will be permitted, even ifnotStringis not a string property on the component."$myString.length".LightningElementare excluded. This excludes valid edge cases, like"$hostElement.childElementCount"."$myObj.myProp" as Component["myObj"]["myProp"].Other Changes
engines.nodeto warn when using old versions of Node.js. The officially supported Node.js versions remain the LTS releases, currently v22 and v24.node:protocol.Commits
Full Changelog: salesforce/lwc@v8.28.2...v9.0.0
v8.28.2Compare Source
What's Changed
Full Changelog: salesforce/lwc@v8.28.1...v8.28.2
v8.28.1Compare Source
What's Changed
Full Changelog: salesforce/lwc@v8.28.0...v8.28.1
v8.28.0Compare Source
What's Changed
New Contributors
Full Changelog: salesforce/lwc@v8.27.0...v8.28.0
v8.27.0Compare Source
What's Changed
New Contributors
Full Changelog: salesforce/lwc@v8.26.2...v8.27.0
v8.26.2Compare Source
What's Changed
Full Changelog: salesforce/lwc@v8.26.1...v8.26.2
v8.26.1Compare Source
What's Changed
Full Changelog: salesforce/lwc@v8.26.0...v8.26.1
v8.26.0Compare Source
Full Changelog: salesforce/lwc@v8.25.0...v8.26.0
v8.25.1Compare Source
What's Changed
v20.19.4(#5603) by @rax-it in #5606Full Changelog: salesforce/lwc@v8.25.0...v8.25.1
v8.25.0Compare Source
What's Changed
experimentalErrorRecoveryModefor template transformation by @rax-it in #5582integration-not-karmatointegration-wtrandintegration-teststointegration-wdioby @wjhsf in #5597experimentalErrorRecoveryModeby @rax-it in #5593v24.11.1by @rax-it in #5603Full Changelog: salesforce/lwc@v8.24.0...v8.25.0
v8.24.0Compare Source
What's Changed
Full Changelog: salesforce/lwc@v8.23.0...v8.24.0
trivago/prettier-plugin-sort-imports (@trivago/prettier-plugin-sort-imports)
v6.0.2Compare Source
Bug fixes
node:prefix (likenode:test,node:sqlite) to be correctly recognized when using<BUILTIN_MODULES>placeholderv6.0.1Compare Source
Bug fixes
v6.0.0Compare Source
Breaking Changes
New features
<BUILTIN_MODULES>placeholder #381 by @sdotson - Add support for sorting Node.js builtin modules to a specific position using<BUILTIN_MODULES>placeholder inimportOrder<SEPARATOR>placeholder #339 - Add<SEPARATOR>keyword for fine-grained control over import group separation whenimportOrderSeparationis enabledimportOrderExcludeoption #384 by @RyderKishan - Add support for excluding specific files from import sorting using glob patternssort-imports-ignoredetection #358 by @ckwalsh - Improved detection ofsort-imports-ignorecomments throughout the file, not just at line 1Performance improvements
removeNodesFromOriginalCode()performance #356 by @ckwalsh - Replace RegExp logic with string slices for better performanceRefactoring
Chores
eslint/eslint (eslint)
v10.0.3Compare Source
v10.0.2Compare Source
v10.0.1Compare Source
Bug Fixes
c87d5bdfix: update eslint (#20531) (renovate[bot])d841001fix: updateminimatchto10.2.1to address security vulnerabilities (#20519) (루밀LuMir)04c2147fix: update error message for unused suppressions (#20496) (fnx)38b089cfix: update dependency @eslint/config-array to ^0.23.1 (#20484) (renovate[bot])Documentation
5b3dbcedocs: add AI acknowledgement section to templates (#20431) (루밀LuMir)6f23076docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)b69cfb3docs: Update README (GitHub Actions Bot)Chores
e5c281fchore: updates for v9.39.3 release (Jenkins)8c3832achore: update @typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)8330d23test: add tests for config-api (#20493) (Milos Djermanovic)37d6e91chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)da7cd0erefactor: cleanup error message templates (#20479) (Francesco Trotta)84fb885chore: package.json update for @eslint/js release (Jenkins)1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467) (Milos Djermanovic)v10.0.0Compare Source
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)v9.39.2Compare Source
v9.39.1Compare Source
v9.39.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.