sfdx-lwc-jest
sfdx-lwc-jest copied to clipboard
chore: bump the lwc group across 1 directory with 6 updates
Bumps the lwc group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @lwc/compiler | 6.7.2 |
7.0.1 |
| @lwc/engine-dom | 6.7.2 |
7.0.1 |
| @lwc/engine-server | 6.7.2 |
7.0.1 |
| @lwc/module-resolver | 6.7.2 |
7.0.1 |
| @lwc/synthetic-shadow | 6.7.2 |
7.0.1 |
| @lwc/wire-service | 6.7.2 |
7.0.1 |
Updates @lwc/compiler from 6.7.2 to 7.0.1
Release notes
Sourced from @lwc/compiler's releases.
v7.0.1
What's Changed
- feat(scripts): add test:bespoke script by
@wjhsfin salesforce/lwc#4307- fix(template-compiler): parsed template content should be allocated to
content.childNodesby@ekashidain salesforce/lwc#4311- fix(template-compiler): correctly handle open curly bracket resulting from html character entity by
@ekashidain salesforce/lwc#4312- fix: support v6 engine + v7 compiler by
@nolanlawsonin salesforce/lwc#4315- build(deps-dev): bump
@rollup/plugin-commonjsfrom 25.0.7 to 26.0.1 by@dependabotin salesforce/lwc#4322- build(deps-dev): bump rollup-plugin-serve from 1.1.1 to 3.0.0 by
@dependabotin salesforce/lwc#4321- perf(template-compiler): static-optimize
spellcheckby@nolanlawsonin salesforce/lwc#4317- build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 14 updates by
@dependabotin salesforce/lwc#4327- fix(engine-dom): make native lifecycle all-or-nothing by
@nolanlawsonin salesforce/lwc#4316- chore(ci): rebalance karma tests by
@nolanlawsonin salesforce/lwc#4328- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4333- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4334Full Changelog: https://github.com/salesforce/lwc/compare/v7.0.0...v7.0.1
v7.0.0
LWC v7.0.0 contains breaking changes. Please read carefully below if you are upgrading from v6.
If you are upgrading from v5, please upgrade to v6 first.
[!NOTE] LWC v7 corresponds to Salesforce release Winter '25 (API version 62).
New features
- Class object binding for more ergonomic
classes in templatesthis.stylefor a more ergonomic way to change component styles at runtimethis.hostElementfor an alternative tothis.template.hostthat works in light DOMSummary of breaking changes
- Class object binding
- New
this.styleproperty- New
this.hostElementproperty- Improved TypeScript types
@lwc/template-compilerAPI changesBreaking changes
[!NOTE] On the Salesforce Lightning platform, this change only applies to components with an API version of 62 or above.
Class object binding is a new feature that makes it more ergonomic to render
classattributes in your LWC components. As part of this feature,classrendering has changed for some uncommon use cases.If you are using a dynamic
classin your template:
... (truncated)
Commits
Updates @lwc/engine-dom from 6.7.2 to 7.0.1
Release notes
Sourced from @lwc/engine-dom's releases.
v7.0.1
What's Changed
- feat(scripts): add test:bespoke script by
@wjhsfin salesforce/lwc#4307- fix(template-compiler): parsed template content should be allocated to
content.childNodesby@ekashidain salesforce/lwc#4311- fix(template-compiler): correctly handle open curly bracket resulting from html character entity by
@ekashidain salesforce/lwc#4312- fix: support v6 engine + v7 compiler by
@nolanlawsonin salesforce/lwc#4315- build(deps-dev): bump
@rollup/plugin-commonjsfrom 25.0.7 to 26.0.1 by@dependabotin salesforce/lwc#4322- build(deps-dev): bump rollup-plugin-serve from 1.1.1 to 3.0.0 by
@dependabotin salesforce/lwc#4321- perf(template-compiler): static-optimize
spellcheckby@nolanlawsonin salesforce/lwc#4317- build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 14 updates by
@dependabotin salesforce/lwc#4327- fix(engine-dom): make native lifecycle all-or-nothing by
@nolanlawsonin salesforce/lwc#4316- chore(ci): rebalance karma tests by
@nolanlawsonin salesforce/lwc#4328- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4333- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4334Full Changelog: https://github.com/salesforce/lwc/compare/v7.0.0...v7.0.1
v7.0.0
LWC v7.0.0 contains breaking changes. Please read carefully below if you are upgrading from v6.
If you are upgrading from v5, please upgrade to v6 first.
[!NOTE] LWC v7 corresponds to Salesforce release Winter '25 (API version 62).
New features
- Class object binding for more ergonomic
classes in templatesthis.stylefor a more ergonomic way to change component styles at runtimethis.hostElementfor an alternative tothis.template.hostthat works in light DOMSummary of breaking changes
- Class object binding
- New
this.styleproperty- New
this.hostElementproperty- Improved TypeScript types
@lwc/template-compilerAPI changesBreaking changes
[!NOTE] On the Salesforce Lightning platform, this change only applies to components with an API version of 62 or above.
Class object binding is a new feature that makes it more ergonomic to render
classattributes in your LWC components. As part of this feature,classrendering has changed for some uncommon use cases.If you are using a dynamic
classin your template:
... (truncated)
Commits
35ebe60chore: release v7.0.1 (#4333)4bc49f8fix(engine-dom): make native lifecycle all-or-nothing (#4316)1a83a8dchore: release v7.0.0 (#4309)2bc9115feat(types): update types for v7 (#4186)c87600afeat: allow access to host CSSStyleDeclaration via this.style (#4044)- See full diff in compare view
Updates @lwc/engine-server from 6.7.2 to 7.0.1
Release notes
Sourced from @lwc/engine-server's releases.
v7.0.1
What's Changed
- feat(scripts): add test:bespoke script by
@wjhsfin salesforce/lwc#4307- fix(template-compiler): parsed template content should be allocated to
content.childNodesby@ekashidain salesforce/lwc#4311- fix(template-compiler): correctly handle open curly bracket resulting from html character entity by
@ekashidain salesforce/lwc#4312- fix: support v6 engine + v7 compiler by
@nolanlawsonin salesforce/lwc#4315- build(deps-dev): bump
@rollup/plugin-commonjsfrom 25.0.7 to 26.0.1 by@dependabotin salesforce/lwc#4322- build(deps-dev): bump rollup-plugin-serve from 1.1.1 to 3.0.0 by
@dependabotin salesforce/lwc#4321- perf(template-compiler): static-optimize
spellcheckby@nolanlawsonin salesforce/lwc#4317- build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 14 updates by
@dependabotin salesforce/lwc#4327- fix(engine-dom): make native lifecycle all-or-nothing by
@nolanlawsonin salesforce/lwc#4316- chore(ci): rebalance karma tests by
@nolanlawsonin salesforce/lwc#4328- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4333- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4334Full Changelog: https://github.com/salesforce/lwc/compare/v7.0.0...v7.0.1
v7.0.0
LWC v7.0.0 contains breaking changes. Please read carefully below if you are upgrading from v6.
If you are upgrading from v5, please upgrade to v6 first.
[!NOTE] LWC v7 corresponds to Salesforce release Winter '25 (API version 62).
New features
- Class object binding for more ergonomic
classes in templatesthis.stylefor a more ergonomic way to change component styles at runtimethis.hostElementfor an alternative tothis.template.hostthat works in light DOMSummary of breaking changes
- Class object binding
- New
this.styleproperty- New
this.hostElementproperty- Improved TypeScript types
@lwc/template-compilerAPI changesBreaking changes
[!NOTE] On the Salesforce Lightning platform, this change only applies to components with an API version of 62 or above.
Class object binding is a new feature that makes it more ergonomic to render
classattributes in your LWC components. As part of this feature,classrendering has changed for some uncommon use cases.If you are using a dynamic
classin your template:
... (truncated)
Commits
Updates @lwc/module-resolver from 6.7.2 to 7.0.1
Release notes
Sourced from @lwc/module-resolver's releases.
v7.0.1
What's Changed
- feat(scripts): add test:bespoke script by
@wjhsfin salesforce/lwc#4307- fix(template-compiler): parsed template content should be allocated to
content.childNodesby@ekashidain salesforce/lwc#4311- fix(template-compiler): correctly handle open curly bracket resulting from html character entity by
@ekashidain salesforce/lwc#4312- fix: support v6 engine + v7 compiler by
@nolanlawsonin salesforce/lwc#4315- build(deps-dev): bump
@rollup/plugin-commonjsfrom 25.0.7 to 26.0.1 by@dependabotin salesforce/lwc#4322- build(deps-dev): bump rollup-plugin-serve from 1.1.1 to 3.0.0 by
@dependabotin salesforce/lwc#4321- perf(template-compiler): static-optimize
spellcheckby@nolanlawsonin salesforce/lwc#4317- build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 14 updates by
@dependabotin salesforce/lwc#4327- fix(engine-dom): make native lifecycle all-or-nothing by
@nolanlawsonin salesforce/lwc#4316- chore(ci): rebalance karma tests by
@nolanlawsonin salesforce/lwc#4328- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4333- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4334Full Changelog: https://github.com/salesforce/lwc/compare/v7.0.0...v7.0.1
v7.0.0
LWC v7.0.0 contains breaking changes. Please read carefully below if you are upgrading from v6.
If you are upgrading from v5, please upgrade to v6 first.
[!NOTE] LWC v7 corresponds to Salesforce release Winter '25 (API version 62).
New features
- Class object binding for more ergonomic
classes in templatesthis.stylefor a more ergonomic way to change component styles at runtimethis.hostElementfor an alternative tothis.template.hostthat works in light DOMSummary of breaking changes
- Class object binding
- New
this.styleproperty- New
this.hostElementproperty- Improved TypeScript types
@lwc/template-compilerAPI changesBreaking changes
[!NOTE] On the Salesforce Lightning platform, this change only applies to components with an API version of 62 or above.
Class object binding is a new feature that makes it more ergonomic to render
classattributes in your LWC components. As part of this feature,classrendering has changed for some uncommon use cases.If you are using a dynamic
classin your template:
... (truncated)
Commits
35ebe60chore: release v7.0.1 (#4333)1a83a8dchore: release v7.0.0 (#4309)- See full diff in compare view
Updates @lwc/synthetic-shadow from 6.7.2 to 7.0.1
Release notes
Sourced from @lwc/synthetic-shadow's releases.
v7.0.1
What's Changed
- feat(scripts): add test:bespoke script by
@wjhsfin salesforce/lwc#4307- fix(template-compiler): parsed template content should be allocated to
content.childNodesby@ekashidain salesforce/lwc#4311- fix(template-compiler): correctly handle open curly bracket resulting from html character entity by
@ekashidain salesforce/lwc#4312- fix: support v6 engine + v7 compiler by
@nolanlawsonin salesforce/lwc#4315- build(deps-dev): bump
@rollup/plugin-commonjsfrom 25.0.7 to 26.0.1 by@dependabotin salesforce/lwc#4322- build(deps-dev): bump rollup-plugin-serve from 1.1.1 to 3.0.0 by
@dependabotin salesforce/lwc#4321- perf(template-compiler): static-optimize
spellcheckby@nolanlawsonin salesforce/lwc#4317- build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 14 updates by
@dependabotin salesforce/lwc#4327- fix(engine-dom): make native lifecycle all-or-nothing by
@nolanlawsonin salesforce/lwc#4316- chore(ci): rebalance karma tests by
@nolanlawsonin salesforce/lwc#4328- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4333- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4334Full Changelog: https://github.com/salesforce/lwc/compare/v7.0.0...v7.0.1
v7.0.0
LWC v7.0.0 contains breaking changes. Please read carefully below if you are upgrading from v6.
If you are upgrading from v5, please upgrade to v6 first.
[!NOTE] LWC v7 corresponds to Salesforce release Winter '25 (API version 62).
New features
- Class object binding for more ergonomic
classes in templatesthis.stylefor a more ergonomic way to change component styles at runtimethis.hostElementfor an alternative tothis.template.hostthat works in light DOMSummary of breaking changes
- Class object binding
- New
this.styleproperty- New
this.hostElementproperty- Improved TypeScript types
@lwc/template-compilerAPI changesBreaking changes
[!NOTE] On the Salesforce Lightning platform, this change only applies to components with an API version of 62 or above.
Class object binding is a new feature that makes it more ergonomic to render
classattributes in your LWC components. As part of this feature,classrendering has changed for some uncommon use cases.If you are using a dynamic
classin your template:
... (truncated)
Commits
35ebe60chore: release v7.0.1 (#4333)1a83a8dchore: release v7.0.0 (#4309)- See full diff in compare view
Updates @lwc/wire-service from 6.7.2 to 7.0.1
Release notes
Sourced from @lwc/wire-service's releases.
v7.0.1
What's Changed
- feat(scripts): add test:bespoke script by
@wjhsfin salesforce/lwc#4307- fix(template-compiler): parsed template content should be allocated to
content.childNodesby@ekashidain salesforce/lwc#4311- fix(template-compiler): correctly handle open curly bracket resulting from html character entity by
@ekashidain salesforce/lwc#4312- fix: support v6 engine + v7 compiler by
@nolanlawsonin salesforce/lwc#4315- build(deps-dev): bump
@rollup/plugin-commonjsfrom 25.0.7 to 26.0.1 by@dependabotin salesforce/lwc#4322- build(deps-dev): bump rollup-plugin-serve from 1.1.1 to 3.0.0 by
@dependabotin salesforce/lwc#4321- perf(template-compiler): static-optimize
spellcheckby@nolanlawsonin salesforce/lwc#4317- build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 14 updates by
@dependabotin salesforce/lwc#4327- fix(engine-dom): make native lifecycle all-or-nothing by
@nolanlawsonin salesforce/lwc#4316- chore(ci): rebalance karma tests by
@nolanlawsonin salesforce/lwc#4328- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4333- chore: release v7.0.1 by
@nolanlawsonin salesforce/lwc#4334Full Changelog: https://github.com/salesforce/lwc/compare/v7.0.0...v7.0.1
v7.0.0
LWC v7.0.0 contains breaking changes. Please read carefully below if you are upgrading from v6.
If you are upgrading from v5, please upgrade to v6 first.
[!NOTE] LWC v7 corresponds to Salesforce release Winter '25 (API version 62).
New features
- Class object binding for more ergonomic
classes in templatesthis.stylefor a more ergonomic way to change component styles at runtimethis.hostElementfor an alternative tothis.template.hostthat works in light DOMSummary of breaking changes
- Class object binding
- New
this.styleproperty- New
this.hostElementproperty- Improved TypeScript types
@lwc/template-compilerAPI changesBreaking changes
[!NOTE] On the Salesforce Lightning platform, this change only applies to components with an API version of 62 or above.
Class object binding is a new feature that makes it more ergonomic to render
classattributes in your LWC components. As part of this feature,classrendering has changed for some uncommon use cases.If you are using a dynamic
classin your template:
... (truncated)
Commits
35ebe60chore: release v7.0.1 (#4333)1a83a8dchore: release v7.0.0 (#4309)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions