Skip to content

Commit 51ca632

Browse files
chore: bump the theoretically-non-breaking group with 2 updates (#408)
* chore: bump the theoretically-non-breaking group with 2 updates Bumps the theoretically-non-breaking group with 2 updates: [husky](https://github.com/typicode/husky) and [prettier](https://github.com/prettier/prettier). Updates `husky` from 9.1.6 to 9.1.7 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.6...v9.1.7) Updates `prettier` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <support@github.com> * chore(prettier): apply fixes from version bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Harney <wharney@salesforce.com>
1 parent cfde114 commit 51ca632

File tree

5 files changed

+68
-68
lines changed

5 files changed

+68
-68
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ sfdx-lwc-jest -- --no-cache
5757

5858
### Version
5959

60-
- @salesforce/sfdx-lwc-jest: x.x.x
61-
- Node: x.x.x
60+
- @salesforce/sfdx-lwc-jest: x.x.x
61+
- Node: x.x.x
6262

6363
**Possible Solution**
6464

CHANGELOG.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -6,129 +6,129 @@ Newer release notes can be found in [GitHub Releases](https://github.com/salesfo
66

77
## Fixes
88

9-
- Update a variety of stubs, including adding missing `empApi` and `pageReferenceUtils` libraries [#134](https://github.com/salesforce/sfdx-lwc-jest/pull/134)
10-
- Add `selectedItem` attribute to `<lightning-tree>` stub [#126](https://github.com/salesforce/sfdx-lwc-jest/pull/126)
11-
- Add missing `<lightning-progress-ring>` stub [#132](https://github.com/salesforce/sfdx-lwc-jest/pull/132)
9+
- Update a variety of stubs, including adding missing `empApi` and `pageReferenceUtils` libraries [#134](https://github.com/salesforce/sfdx-lwc-jest/pull/134)
10+
- Add `selectedItem` attribute to `<lightning-tree>` stub [#126](https://github.com/salesforce/sfdx-lwc-jest/pull/126)
11+
- Add missing `<lightning-progress-ring>` stub [#132](https://github.com/salesforce/sfdx-lwc-jest/pull/132)
1212

1313
## Chores
1414

15-
- Add code formatting and linting on all files [#135](https://github.com/salesforce/sfdx-lwc-jest/pull/135)
15+
- Add code formatting and linting on all files [#135](https://github.com/salesforce/sfdx-lwc-jest/pull/135)
1616

1717
## 0.7.0 (January 22, 2020)
1818

1919
## Fixes
2020

21-
- Fix null exit code in jest process exit [#120](https://github.com/salesforce/sfdx-lwc-jest/pull/120)
21+
- Fix null exit code in jest process exit [#120](https://github.com/salesforce/sfdx-lwc-jest/pull/120)
2222

2323
## Chores
2424

25-
- Upgrade LWC to version 1.1.13-224.4
25+
- Upgrade LWC to version 1.1.13-224.4
2626

2727
## 0.6.2 (November 25, 2019)
2828

2929
## Fixes
3030

31-
- Add missing `required` property to `<lightning-input>` [#114](https://github.com/salesforce/sfdx-lwc-jest/pull/114)
31+
- Add missing `required` property to `<lightning-input>` [#114](https://github.com/salesforce/sfdx-lwc-jest/pull/114)
3232

3333
## Chores
3434

35-
- Upgrade `dependencies` and `devDependencies` [#112](https://github.com/salesforce/sfdx-lwc-jest/pull/112)
36-
- Update bin reference. The `sfdx-lwc-jest` package will now expose 2 aliases `sfdx-lwc-jest` and `lwc-jest` (legacy binary name) pointing to the same executable file. [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
35+
- Upgrade `dependencies` and `devDependencies` [#112](https://github.com/salesforce/sfdx-lwc-jest/pull/112)
36+
- Update bin reference. The `sfdx-lwc-jest` package will now expose 2 aliases `sfdx-lwc-jest` and `lwc-jest` (legacy binary name) pointing to the same executable file. [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
3737

3838
## 0.6.1 (October 16, 2019)
3939

4040
## Fixes
4141

42-
- Add missing `dateStyle` and `timeStyle` properties to `<lightning-input>` [#94](https://github.com/salesforce/sfdx-lwc-jest/pull/94)
43-
- Add missing `autocomplete` property to `<lightning-input>` [#92](https://github.com/salesforce/sfdx-lwc-jest/pull/92)
42+
- Add missing `dateStyle` and `timeStyle` properties to `<lightning-input>` [#94](https://github.com/salesforce/sfdx-lwc-jest/pull/94)
43+
- Add missing `autocomplete` property to `<lightning-input>` [#92](https://github.com/salesforce/sfdx-lwc-jest/pull/92)
4444

4545
## Chores
4646

47-
- Upgrade `lwc` related packages to the latest version [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
47+
- Upgrade `lwc` related packages to the latest version [#100](https://github.com/salesforce/sfdx-lwc-jest/pull/100)
4848

4949
## 0.5.3 (August 8, 2019)
5050

5151
## Chores
5252

53-
- Rename package to `@salesforce/sfdx-lwc-jest` to match project name [#86](https://github.com/salesforce/sfdx-lwc-jest/pull/86)
53+
- Rename package to `@salesforce/sfdx-lwc-jest` to match project name [#86](https://github.com/salesforce/sfdx-lwc-jest/pull/86)
5454

5555
## 0.5.2 (August 7, 2019)
5656

5757
## Features
5858

59-
- Add real implementation to `getFieldValue` and `getFieldDisplayValue` [#83](https://github.com/salesforce/sfdx-lwc-jest/pull/83)
59+
- Add real implementation to `getFieldValue` and `getFieldDisplayValue` [#83](https://github.com/salesforce/sfdx-lwc-jest/pull/83)
6060

6161
## Fixes
6262

63-
- Add missing `tooltip` and `density` properties to stubs [#81](https://github.com/salesforce/sfdx-lwc-jest/pull/81)
64-
- Add missing `variant` property to `<lightning-radio-group>` [#74](https://github.com/salesforce/sfdx-lwc-jest/pull/74)
65-
- Update code coverage paths so coverage is properly reported on Windows [#72](https://github.com/salesforce/sfdx-lwc-jest/pull/72)
63+
- Add missing `tooltip` and `density` properties to stubs [#81](https://github.com/salesforce/sfdx-lwc-jest/pull/81)
64+
- Add missing `variant` property to `<lightning-radio-group>` [#74](https://github.com/salesforce/sfdx-lwc-jest/pull/74)
65+
- Update code coverage paths so coverage is properly reported on Windows [#72](https://github.com/salesforce/sfdx-lwc-jest/pull/72)
6666

6767
## Chores
6868

69-
- Upgrade `js-yaml` dependency to address security alert [#82](https://github.com/salesforce/sfdx-lwc-jest/pull/82)
70-
- Upgrade `lodash` dependency to address security alert [#78](https://github.com/salesforce/sfdx-lwc-jest/pull/78)
69+
- Upgrade `js-yaml` dependency to address security alert [#82](https://github.com/salesforce/sfdx-lwc-jest/pull/82)
70+
- Upgrade `lodash` dependency to address security alert [#78](https://github.com/salesforce/sfdx-lwc-jest/pull/78)
7171

7272
## 0.5.1 (June 18, 2019)
7373

7474
### Fixes
7575

76-
- Add `title` property back to the `<lightning-card>` stub ([#69](https://github.com/salesforce/lwc-jest/pull/69))
76+
- Add `title` property back to the `<lightning-card>` stub ([#69](https://github.com/salesforce/lwc-jest/pull/69))
7777

7878
### Chores
7979

80-
- Upgrade LWC to version 0.37.4-220.2, removes `deasync` dependency :tada:
80+
- Upgrade LWC to version 0.37.4-220.2, removes `deasync` dependency :tada:
8181

8282
## 0.5.0 (May 13, 2019)
8383

8484
### Fixes
8585

86-
- `platformResourceLoader` mock returns resolved Promise again
86+
- `platformResourceLoader` mock returns resolved Promise again
8787

8888
### Chores
8989

90-
- Upgrade LWC to version 0.37.4
91-
- Expected API version check bumped to version 46.0 to match next major release
92-
- Upgrade Jest to version 24.8.0
90+
- Upgrade LWC to version 0.37.4
91+
- Expected API version check bumped to version 46.0 to match next major release
92+
- Upgrade Jest to version 24.8.0
9393

9494
## 0.4.14 (May 7, 2019)
9595

9696
### Fixes
9797

98-
- Add missing `disabled` property to buttons components ([#54](https://github.com/salesforce/lwc-jest/pull/54))
98+
- Add missing `disabled` property to buttons components ([#54](https://github.com/salesforce/lwc-jest/pull/54))
9999

100100
### Chores
101101

102-
- Remove old mock generation logic, rename mocks --> stubs ([#53](https://github.com/salesforce/lwc-jest/pull/53))
102+
- Remove old mock generation logic, rename mocks --> stubs ([#53](https://github.com/salesforce/lwc-jest/pull/53))
103103

104104
## 0.4.13 (May 2, 2019)
105105

106106
### Fixes
107107

108-
- Update significant number of `lightning` stubs based on new generation script ([#50](https://github.com/salesforce/lwc-jest/pull/50))
109-
- Add `type` prop to `<lightning-tile>` stub ([#48](https://github.com/salesforce/lwc-jest/pull/48))
110-
- Add `formatFractionDigits` prop to `<lightning-input>` stub ([#47](https://github.com/salesforce/lwc-jest/pull/47))
108+
- Update significant number of `lightning` stubs based on new generation script ([#50](https://github.com/salesforce/lwc-jest/pull/50))
109+
- Add `type` prop to `<lightning-tile>` stub ([#48](https://github.com/salesforce/lwc-jest/pull/48))
110+
- Add `formatFractionDigits` prop to `<lightning-input>` stub ([#47](https://github.com/salesforce/lwc-jest/pull/47))
111111

112112
### Chores
113113

114-
- Upgrade LWC to version 0.34.8 ([#44](https://github.com/salesforce/lwc-jest/pull/44))
115-
- Update README with additional troubleshooting info on deasync ([#43](https://github.com/salesforce/lwc-jest/pull/43) [#49](https://github.com/salesforce/lwc-jest/pull/49))
114+
- Upgrade LWC to version 0.34.8 ([#44](https://github.com/salesforce/lwc-jest/pull/44))
115+
- Update README with additional troubleshooting info on deasync ([#43](https://github.com/salesforce/lwc-jest/pull/43) [#49](https://github.com/salesforce/lwc-jest/pull/49))
116116

117117
## 0.4.12 (March 11, 2019)
118118

119119
### Fixes
120120

121-
- `lightning/platformResourceLoader` mock APIs to return a resolved Promise ([#38](https://github.com/salesforce/lwc-jest/pull/38))
121+
- `lightning/platformResourceLoader` mock APIs to return a resolved Promise ([#38](https://github.com/salesforce/lwc-jest/pull/38))
122122

123123
### Chores
124124

125-
- Upgrade LWC to version 0.34.7
125+
- Upgrade LWC to version 0.34.7
126126

127127
## 0.4.11 (March 8, 2019)
128128

129129
### Fixes
130130

131-
- Set `process.env.NODE_ENV` to 'test' if unset for non-debug mode ([#34](https://github.com/salesforce/lwc-jest/pull/34))
132-
- Fix code coverage option and remove `testURL` config ([#32](https://github.com/salesforce/lwc-jest/pull/32))
133-
- Fix custom namespace resolution logic ([#30](https://github.com/salesforce/lwc-jest/pull/30))
134-
- Add missing functions to `<lightning-input>` mock ([#22](https://github.com/salesforce/lwc-jest/pull/22))
131+
- Set `process.env.NODE_ENV` to 'test' if unset for non-debug mode ([#34](https://github.com/salesforce/lwc-jest/pull/34))
132+
- Fix code coverage option and remove `testURL` config ([#32](https://github.com/salesforce/lwc-jest/pull/32))
133+
- Fix custom namespace resolution logic ([#30](https://github.com/salesforce/lwc-jest/pull/30))
134+
- Add missing functions to `<lightning-input>` mock ([#22](https://github.com/salesforce/lwc-jest/pull/22))

CODE_OF_CONDUCT.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@ socioeconomic status, or other similar personal characteristics.
3535
Examples of behavior that contributes to creating a positive environment
3636
include:
3737

38-
- Using welcoming and inclusive language
39-
- Being respectful of differing viewpoints and experiences
40-
- Gracefully accepting constructive criticism
41-
- Focusing on what is best for the community
42-
- Showing empathy toward other community members
38+
- Using welcoming and inclusive language
39+
- Being respectful of differing viewpoints and experiences
40+
- Gracefully accepting constructive criticism
41+
- Focusing on what is best for the community
42+
- Showing empathy toward other community members
4343

4444
Examples of unacceptable behavior by participants include:
4545

46-
- The use of sexualized language or imagery and unwelcome sexual attention or
47-
advances
48-
- Personal attacks, insulting/derogatory comments, or trolling
49-
- Public or private harassment
50-
- Publishing, or threatening to publish, others' private information—such as
51-
a physical or electronic address—without explicit permission
52-
- Other conduct which could reasonably be considered inappropriate in a
53-
professional setting
54-
- Advocating for or encouraging any of the above behaviors
46+
- The use of sexualized language or imagery and unwelcome sexual attention or
47+
advances
48+
- Personal attacks, insulting/derogatory comments, or trolling
49+
- Public or private harassment
50+
- Publishing, or threatening to publish, others' private information—such as
51+
a physical or electronic address—without explicit permission
52+
- Other conduct which could reasonably be considered inappropriate in a
53+
professional setting
54+
- Advocating for or encouraging any of the above behaviors
5555

5656
## Our Responsibilities
5757

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ See the [Jest documentation](http://facebook.github.io/jest/docs/en/cli.html) fo
7979

8080
Debug mode lets you easily debug your Jest tests.
8181

82-
- Put a `debugger;` into your code
83-
- Open `chrome://inspect`
84-
- Run `sfdx-lwc-jest` with the `--debug` flag.
82+
- Put a `debugger;` into your code
83+
- Open `chrome://inspect`
84+
- Run `sfdx-lwc-jest` with the `--debug` flag.
8585

8686
Pass other parameters to Jest after the `--` flag. For example,
8787

@@ -93,9 +93,9 @@ sfdx-lwc-jest --debug -- --no-cache
9393

9494
If you prefer to debug inside Visual Studio Code, follow these steps:
9595

96-
- From the Visual Studio Code dropdowns, select Debug > Add Configuration....
97-
- If you're prompted for an Environment choose any value.
98-
- Mac users, replace the contents of the generated `launch.json` with the following. (for Windows users see the [Jest website](https://jestjs.io/docs/en/troubleshooting#debugging-in-vs-code) for launch.json contents).
96+
- From the Visual Studio Code dropdowns, select Debug > Add Configuration....
97+
- If you're prompted for an Environment choose any value.
98+
- Mac users, replace the contents of the generated `launch.json` with the following. (for Windows users see the [Jest website](https://jestjs.io/docs/en/troubleshooting#debugging-in-vs-code) for launch.json contents).
9999

100100
```json
101101
{
@@ -118,8 +118,8 @@ If you prefer to debug inside Visual Studio Code, follow these steps:
118118
}
119119
```
120120

121-
- Add a `jest.config.js` file to the root of the Salesforce DX project as described [here](#overriding-jest-config). You must add this file to run Jest from Visual Studio Code.
122-
- To run tests, press F5 or select Debug > Start Debugging.
121+
- Add a `jest.config.js` file to the root of the Salesforce DX project as described [here](#overriding-jest-config). You must add this file to run Jest from Visual Studio Code.
122+
- To run tests, press F5 or select Debug > Start Debugging.
123123

124124
## Watch Mode
125125

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,9 +2142,9 @@ human-signals@^5.0.0:
21422142
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
21432143

21442144
husky@^9.1.6:
2145-
version "9.1.6"
2146-
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c"
2147-
integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==
2145+
version "9.1.7"
2146+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
2147+
integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
21482148

21492149
iconv-lite@0.6.3:
21502150
version "0.6.3"
@@ -3215,9 +3215,9 @@ prelude-ls@^1.2.1:
32153215
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
32163216

32173217
prettier@^3.3.3:
3218-
version "3.3.3"
3219-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
3220-
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
3218+
version "3.4.1"
3219+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b"
3220+
integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==
32213221

32223222
pretty-format@^29.7.0:
32233223
version "29.7.0"

0 commit comments

Comments
 (0)