trailheadapps / az-insurance

Sample app that demonstrates how to build customer/partner/marketing experiences for Salesforce Experience Cloud and Lightning Web Runtime.
Creative Commons Zero v1.0 Universal
111 stars 98 forks source link

build(deps-dev): bump @salesforce/sfdx-lwc-jest from 0.10.4 to 0.12.5 #5

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @salesforce/sfdx-lwc-jest from 0.10.4 to 0.12.5.

Release notes

Sourced from @​salesforce/sfdx-lwc-jest's releases.

v0.12.5

0.12.5 (2021-06-18)

Bug Fixes

  • account for difference in behavior between npm v6 and v7 (#223) (6a0dd3e)
  • automock apex methods with valid wire adapters (#224) (0cc034d)
  • expose new methods from @​salesforce/wire-service-jest-util (#227) (2b21733), closes #204 #207 #206

v0.12.4

0.12.4 (2021-06-17)

  • chore: update dependencies (#222) (220e490d620479b08ee18e747c4c1692c342f19a)

v0.12.3

Bug fixes

  • #210: Ignore Apex stubs from LWC compiler transformation

v0.12.2

Bug fixes

  • #208: Automatically mock Apex method used as valid wire adapters

v0.12.1

Documentation

  • #204: Documentation updates related to the wire reform.

Improvements

  • #206: Update lightning component stubs in preparation for Summer 21 Salesforce release
  • #207: Adds the follow utils to create test wire adapters: createApexTestWireAdapter, createLdsTestWireAdapter, createTestWireAdapter

v0.12.0

Prepares @​salesforce/sfdx-lwc-jest for the Summer21 Salesforce release.

Improvements

  • #196: Simplify the test runner logic. For both standard and debug runs, Jest will be invoked by spawning a new process. Uses an allow list approach for pass through options instead of a disallow list approach.
  • #201: Update dependencies to match Spring21 Salesforce release.
  • #205: Update dependencies to match Summer21 Salesforce release.

Bug fixes

  • #195: Retrieve the path to Jest binary using require.resolve instead of hardcoded path.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ekashida, a new releaser for @​salesforce/sfdx-lwc-jest since your current version.


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 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[bot] commented 3 years ago

Superseded by #9.