Skip to content
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

build(deps): bump lwc from 3.5.0 to 4.0.1 #465

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps lwc from 3.5.0 to 4.0.1.

Release notes

Sourced from lwc's releases.

v4.0.1

What's Changed

Full Changelog: salesforce/lwc@v4.0.0...v4.0.1

v4.0.0

LWC v4.0.0 contains breaking changes. Please read carefully below if you are upgrading from v3.

If you are upgrading from v2, please upgrade to v3 first.

ℹ️ LWC v4 corresponds to Salesforce release Spring '24 (API version 60).

Summary of breaking changes

Breaking changes

ℹ️ This change only applies to LWC usage outside Salesforce Lightning Experience. This includes Lightning Web Runtime, Jest tests, and off-core scenarios.

The global polyfill of the ARIA reflection API is removed from @lwc/engine-dom. This affects the exposed ARIA APIs on built-in HTML elements.

Removal of non-standard ARIA APIs

Non-standard ARIA reflection APIs such as ariaActiveDescendant and ariaLabelledBy are no longer available on the global Element.prototype. Use the getAttribute/setAttribute format instead:

Non-standard property Standard attribute
ariaActiveDescendant aria-activedescendant
ariaControls aria-controls
ariaDescribedBy aria-describedby
ariaDetails aria-details
ariaErrorMessage aria-errormessage
ariaFlowTo aria-flowto
ariaLabelledBy aria-labelledby
ariaOwns aria-owns

Example of incorrect code:

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner November 1, 2023 11:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lwc-4.0.1 branch 6 times, most recently from 5fe72a4 to c331595 Compare November 6, 2023 12:05
Bumps [lwc](https://github.com/salesforce/lwc/tree/HEAD/packages/lwc) from 3.5.0 to 4.0.1.
- [Release notes](https://github.com/salesforce/lwc/releases)
- [Commits](https://github.com/salesforce/lwc/commits/v4.0.1/packages/lwc)

---
updated-dependencies:
- dependency-name: lwc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lwc-4.0.1 branch from c331595 to 7174117 Compare November 6, 2023 12:29
@adityanaag3 adityanaag3 merged commit 8e484fe into main Nov 6, 2023
8 checks passed
@adityanaag3 adityanaag3 deleted the dependabot/npm_and_yarn/lwc-4.0.1 branch November 6, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant