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 #2484

Merged
merged 2 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 17 additions & 23 deletions package.json
Expand Up @@ -24,45 +24,46 @@
"release:publish:ci": "./scripts/release/publish.js",
"release:version": "./scripts/release/version.js"
},
"//": "Currently can't upgrade TypeScript to v4.4.2 because it breaks Rollup: https://git.io/JuCcs",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

"//" is a safe and encouraged way to add comments to package.json.

I felt this was appropriate because otherwise it may be confusing for the next person why we're stuck on TypeScript v4.3.5.

This will be fixed in TypeScript 4.4.3: rollup/plugins#983 (comment)

"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/acorn": "^4.0.6",
"@types/babel__core": "^7.1.15",
"@types/babel__core": "^7.1.16",
"@types/glob": "^7.1.4",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-plugin-tester": "^10.1.0",
"bundlesize": "^0.18.1",
"es5-proxy-compat": "^0.22.2",
"es5-proxy-compat": "^0.22.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"husky": "^7.0.1",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"isbinaryfile": "^4.0.8",
"jest": "^27.0.6",
"jest": "^27.1.0",
"jest-utils-lwc-internals": "link:./scripts/jest/utils",
"lerna": "^4.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"rollup": "^2.56.0",
"rollup-plugin-compat": "^0.22.2",
"rollup": "^2.56.3",
"rollup-plugin-compat": "^0.22.3",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"worker-farm": "^1.7.0"
},
"lint-staged": {
Expand All @@ -83,12 +84,5 @@
"volta": {
"node": "14.17.6",
"yarn": "1.22.5"
},
"resolutions": {
"micromatch": "^4.0.2",
"meow": "^7.1.1",
"node-fetch": "^2.6.1",
"systeminformation": "^5.3.1",
"xmlhttprequest-ssl": "^1.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/babel-plugin-component/package.json
Expand Up @@ -20,7 +20,7 @@
"src/post-process/"
],
"dependencies": {
"@babel/helper-module-imports": "~7.14.5",
"@babel/helper-module-imports": "~7.15.4",
"@lwc/errors": "2.3.7",
"line-column": "~1.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/compiler/package.json
Expand Up @@ -22,9 +22,9 @@
"dist/"
],
"dependencies": {
"@babel/core": "~7.15.0",
"@babel/core": "~7.15.5",
"@babel/plugin-proposal-class-properties": "~7.14.5",
"@babel/plugin-proposal-object-rest-spread": "~7.14.7",
"@babel/plugin-proposal-object-rest-spread": "~7.15.6",
"@lwc/babel-plugin-component": "2.3.7",
"@lwc/errors": "2.3.7",
"@lwc/shared": "2.3.7",
Expand Down
Expand Up @@ -52,6 +52,8 @@
function _possibleConstructorReturn(self, call) {
if (call && (typeof call === "object" || typeof call === "function")) {
return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}

return _assertThisInitialized(self);
Expand Down
5 changes: 3 additions & 2 deletions packages/@lwc/template-compiler/package.json
Expand Up @@ -19,14 +19,15 @@
"build": "tsc"
},
"devDependencies": {
"@types/estree": "0.0.48",
"@types/estree": "0.0.50",
"@types/he": "^1.1.1",
"@types/parse5": "^6.0.1"
},
"//": "Currently can't upgrade TypeScript to v4.4.2 because it breaks Rollup: https://git.io/JuCcs",
"dependencies": {
"@lwc/errors": "2.3.7",
"@lwc/shared": "2.3.7",
"acorn": "~8.4.0",
"acorn": "~8.5.0",
"astring": "~1.7.0",
"estree-walker": "~2.0.2",
"esutils": "~2.0.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/integration-tests/package.json
Expand Up @@ -21,17 +21,17 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "2.3.7",
"@wdio/cli": "^7.9.0",
"@wdio/local-runner": "^7.9.0",
"@wdio/mocha-framework": "^7.9.0",
"@wdio/sauce-service": "^7.9.0",
"@wdio/selenium-standalone-service": "^7.8.0",
"@wdio/spec-reporter": "^7.9.0",
"@wdio/static-server-service": "^7.8.0",
"@wdio/cli": "^7.12.1",
"@wdio/local-runner": "^7.12.1",
"@wdio/mocha-framework": "^7.12.0",
"@wdio/sauce-service": "^7.12.1",
"@wdio/selenium-standalone-service": "^7.10.1",
"@wdio/spec-reporter": "^7.10.1",
"@wdio/static-server-service": "^7.10.1",
"deepmerge": "^4.2.2",
"dotenv": "^10.0.0",
"lwc": "2.3.7",
"minimist": "^1.2.5",
"webdriverio": "^7.9.0"
"webdriverio": "^7.12.1"
}
}
Expand Up @@ -9,7 +9,7 @@ const assert = require('assert');
const URL = '/focusable-coverage';

describe('sequential focus navigation coverage', () => {
before(function () {
before(async function () {
// This test suite fails in ie11 for some unknown reason
if (browser.capabilities.browserName === 'internet explorer') {
this.skip();
Expand Down
Expand Up @@ -17,7 +17,7 @@ function paste() {
}

describe('clipboard-event-composed polyfill', () => {
before(function () {
before(async function () {
// This test suite relies on the Selection API which is not supported in ie11
if (browser.capabilities.browserName === 'internet explorer') {
this.skip();
Expand Down