Skip to content

Commit 479c6f5

Browse files
authored
Merge pull request #96 from tsalb/summer-21-major-updates
Summer 21 major updates
2 parents 8f870ef + aca621b commit 479c6f5

File tree

125 files changed

+31409
-4277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+31409
-4277
lines changed

package-lock.json

Lines changed: 31209 additions & 3426 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lwc-utils",
3-
"version": "1.5.4",
3+
"version": "1.7.0",
44
"scripts": {
55
"eslint:validate": "eslint **/lwc/**/*.js",
66
"prettier:validate": "prettier --check '**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}'",
@@ -26,12 +26,21 @@
2626
},
2727
"homepage": "https://github.com/tsalb/lwc-utils#readme",
2828
"devDependencies": {
29-
"@salesforce/eslint-config-lwc": "^0.9.0",
30-
"@salesforce/eslint-plugin-aura": "^1.4.0",
31-
"eslint": "^6.8.0",
32-
"eslint-config-prettier": "^6.11.0",
33-
"prettier": "^2.2.1",
34-
"prettier-plugin-apex": "^1.7.0",
29+
"@lwc/eslint-plugin-lwc": "^1.0.1",
30+
"@prettier/plugin-xml": "^0.13.1",
31+
"@sa11y/jest": "^0.3.1",
32+
"@salesforce/eslint-config-lwc": "^2.0.0",
33+
"@salesforce/eslint-plugin-aura": "^2.0.0",
34+
"@salesforce/eslint-plugin-lightning": "^0.1.1",
35+
"@salesforce/sfdx-lwc-jest": "^0.10.4",
36+
"eslint": "^7.25.0",
37+
"eslint-config-prettier": "^8.3.0",
38+
"eslint-plugin-import": "^2.22.1",
39+
"eslint-plugin-jest": "^23.8.2",
40+
"husky": "^5.2.0",
41+
"jest-canvas-mock": "^2.3.1",
42+
"prettier": "^2.3.0",
43+
"prettier-plugin-apex": "^1.9.1",
3544
"rimraf": "^3.0.2"
3645
}
3746
}

sfdx-project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
"path": "utils-core",
55
"default": true,
66
"package": "LWC Utils",
7-
"versionName": "ver 1.6.0",
8-
"versionNumber": "1.6.0.NEXT",
7+
"versionName": "ver 1.7.0",
8+
"versionNumber": "1.7.0.NEXT",
99
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
1010
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases"
1111
},
1212
{
1313
"path": "utils-recipes",
1414
"default": false,
1515
"package": "LWC Utils Recipes",
16-
"versionName": "ver 1.6.0",
17-
"versionNumber": "1.6.0.NEXT",
16+
"versionName": "ver 1.7.0",
17+
"versionNumber": "1.7.0.NEXT",
1818
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
1919
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases",
2020
"dependencies": [
2121
{
2222
"package": "LWC Utils",
23-
"versionNumber": "1.6.0.LATEST"
23+
"versionNumber": "1.7.0.LATEST"
2424
}
2525
]
2626
}
2727
],
2828
"namespace": "",
2929
"sfdcLoginUrl": "https://login.salesforce.com",
30-
"sourceApiVersion": "51.0",
30+
"sourceApiVersion": "52.0",
3131
"packageAliases": {
32-
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
33-
"LWC Utils Recipes@1.6.0-1": "04t1Q000001MRpjQAG",
3432
"LWC Utils": "0Ho1Q000000blJiSAI",
35-
"LWC Utils@1.5.4-1": "04t1Q000001Qi2eQAC",
36-
"LWC Utils@1.6.0-2": "04t1Q000001MRpeQAG"
33+
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
34+
"LWC Utils@1.6.0-2": "04t1Q000001MRpeQAG",
35+
"LWC Utils@1.7.0-1": "04t1Q000001MRsYQAW",
36+
"LWC Utils Recipes@1.7.0-1": "04t1Q000001MRsdQAG"
3737
}
3838
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>For creating modals and popovers</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>A Lightning Component Bundle</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>Send an event via MessageService when this local flow action is used</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>Generic Flow launcher. The flow base component is only aura in Summer 19</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>Handles and delegates LMS events via messageService</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>Utility component for dynamic modals (overlays)</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>52.0</apiVersion>
44
<description>A Lightning Component Bundle</description>
55
</AuraDefinitionBundle>

0 commit comments

Comments
 (0)