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

chore: update dependencies #2260

Merged
merged 3 commits into from
Mar 8, 2021
Merged

Conversation

abdulsattar
Copy link
Contributor

@abdulsattar abdulsattar commented Mar 4, 2021

Details

Weekly dependency update.

Does this PR introduce breaking changes?

  • No, it does not introduce breaking changes.

The PR fulfills these requirements:

  • Have tests for the proposed changes been added? ✅
  • Have you followed these instructions to clearly describe the issue being fixed or feature enhanced? ✅

GUS work item

W-7258582

@abdulsattar abdulsattar force-pushed the abdulsattar/update-deps-mar4 branch from f2df091 to 3f32330 Compare March 4, 2021 10:07
@salesforce-best-lwc-internal
Copy link

⚠ Performance Regression

Best has detected that there is a 23.7% performance regression across your benchmarks.

Please click here to see more details.

Click to view significantly changed benchmarks

@lwc/engine-dom

❌ Regressions base (00b0b39) target (3f32330) trend
ss-slot-create-container.benchmark/benchmark-slot-ss/synthetic-shadow-create 196.75 (± 1.03ms) 269.38 (± 1.85ms) +72.6ms (36.9%)
ss-slot-update-component-with-slot.benchmark/benchmark-slot-ss/synthetic-shadow-slot-update-component-with-slot 20.63 (± 0.55ms) 26.45 (± 0.63ms) +5.8ms (28.3%)
ss-slot-update-container-template.benchmark/benchmark-slot-ss/synthetic-shadow-slot-update-container-template 20.45 (± 0.68ms) 26.32 (± 0.36ms) +5.9ms (28.8%)
ss-slot-update-slotted-content.benchmark/benchmark-slot-ss/synthetic-shadow-slot-update-slotted-content 134.11 (± 1.08ms) 183.82 (± 1.59ms) +49.7ms (37.1%)
table-append-1k.benchmark/benchmark-table/append/1k 204.68 (± 2.74ms) 274.90 (± 1.33ms) +70.2ms (34.3%)
table-clear-1k.benchmark/benchmark-table/clear/1k 11.38 (± 0.26ms) 16.69 (± 0.24ms) +5.3ms (46.7%)
table-create-10k.benchmark/benchmark-table/create/10k 1187.09 (± 8.57ms) 1446.58 (± 7.86ms) +259.5ms (21.9%)
table-create-1k.benchmark/benchmark-table/create/1k 120.83 (± 1.04ms) 170.70 (± 1.19ms) +49.9ms (41.3%)
table-update-10th-1k.benchmark/benchmark-table/update-10th/1k 107.70 (± 1.42ms) 149.90 (± 1.54ms) +42.2ms (39.2%)
tablecmp-append-1k.benchmark/benchmark-table-component/append/1k 273.09 (± 2.08ms) 390.90 (± 1.21ms) +117.8ms (43.1%)
tablecmp-clear-1k.benchmark/benchmark-table-component/clear/1k 6.10 (± 0.24ms) 9.77 (± 0.20ms) +3.7ms (60.3%)
tablecmp-create-10k.benchmark/benchmark-table-component/create/10k 1743.89 (± 15.43ms) 2151.61 (± 19.55ms) +407.7ms (23.4%)
tablecmp-create-1k.benchmark/benchmark-table-component/create/1k 182.03 (± 1.44ms) 250.34 (± 1.66ms) +68.3ms (37.5%)
tablecmp-update-10th-1k.benchmark/benchmark-table-component/update-10th/1k 93.81 (± 0.78ms) 128.99 (± 1.21ms) +35.2ms (37.5%)
wc-append-1k.benchmark/benchmark-table-wc/append/1k 393.04 (± 1.72ms) 532.38 (± 8.46ms) +139.3ms (35.5%)
wc-clear-1k.benchmark/benchmark-table-wc/clear/1k 19.19 (± 0.54ms) 26.71 (± 0.54ms) +7.5ms (39.2%)
wc-create-10k.benchmark/benchmark-table-wc/create/10k 2533.20 (± 6.64ms) 3314.30 (± 15.16ms) +781.1ms (30.8%)
wc-create-1k.benchmark/benchmark-table-wc/create/1k 287.56 (± 0.64ms) 369.65 (± 2.81ms) +82.1ms (28.5%)
wc-update-10th-1k.benchmark/benchmark-table-wc/update-10th/1k 96.61 (± 0.61ms) 133.45 (± 1.56ms) +36.8ms (38.1%)

@lwc/engine-server

❌ Regressions base (00b0b39) target (3f32330) trend
table-render-10k.benchmark/benchmark-table/render/10k 348.18 (± 27.78ms) 504.58 (± 13.71ms) +156.4ms (44.9%)
tablecmp-render-10k.benchmark/benchmark-table-component/render/10k 777.47 (± 34.60ms) 1132.98 (± 31.16ms) +355.5ms (45.7%)

@abdulsattar abdulsattar requested review from pmdartus and ekashida March 8, 2021 05:39
@@ -0,0 +1,2 @@
npx --no-install commitlint --edit $1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file does run twice commitlint, remove the duplicate.

Suggested change
npx --no-install commitlint --edit $1

@@ -0,0 +1,2 @@
npx --no-install lint-staged
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

Suggested change
npx --no-install lint-staged

package.json Outdated
@@ -56,7 +57,7 @@
"rollup-plugin-typescript": "^1.0.1",
"semver": "^7.3.4",
"tslib": "^2.1.0",
"typescript": "^4.1.5",
"typescript": "^4.2.2",
"worker-farm": "^1.7.0"
},
"husky": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the hooks defined here.

package.json Outdated
@@ -18,34 +18,35 @@
"test:integration": "lerna exec --scope integration-tests -- yarn sauce",
"test:performance": "lerna exec --scope perf-benchmarks -- best --runner default",
"release:publish:ci": "./scripts/release/publish.js",
"release:version": "./scripts/release/version.js"
"release:version": "./scripts/release/version.js",
"postinstall": "husky install"
Copy link
Contributor

@ravijayaramappa ravijayaramappa Mar 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move it to “prepare” step instead of postinstall
https://github.com/typicode/husky/tree/main/docs#install

Related discussion: typicode/husky#888
typicode/husky#884

@abdulsattar abdulsattar merged commit 6e6ad10 into master Mar 8, 2021
@abdulsattar abdulsattar deleted the abdulsattar/update-deps-mar4 branch March 8, 2021 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants