Skip to content

Commit

Permalink
chore: weekly dependencies update (#3207)
Browse files Browse the repository at this point in the history
* chore: weekly dependencies update

* fix: rollback @types/source-map

* fix: update few straglers

* fix: update registry for npm dependencies

* chore: use same url in yarn.lock and npmrc file
  • Loading branch information
ravijayaramappa authored Dec 6, 2022
1 parent f817a04 commit 6018414
Show file tree
Hide file tree
Showing 9 changed files with 435 additions and 286 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.yarnpkg.com/
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,41 +27,41 @@
"release:version": "./scripts/release/version.js"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.3.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
"@rollup/plugin-inject": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/plugin-typescript": "^10.0.1",
"@types/babel__core": "^7.1.20",
"@types/glob": "^8.0.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"babel-plugin-tester": "^10.1.0",
"bytes": "^3.1.2",
"es5-proxy-compat": "^0.22.4",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest": "^27.1.6",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"isbinaryfile": "^5.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"nx": "14.7.6",
"lint-staged": "^13.1.0",
"nx": "15.2.4",
"prettier": "^2.8.0",
"rollup": "^3.4.0",
"rollup": "^3.6.0",
"rollup-plugin-compat": "^0.22.4",
"terser": "^5.15.1",
"terser": "^5.16.1",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"typescript": "4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist/"
],
"dependencies": {
"@babel/core": "~7.20.2",
"@babel/core": "~7.20.5",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/plugin-proposal-object-rest-spread": "~7.20.2",
"@lwc/babel-plugin-component": "2.32.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"sauce": "karma start ./scripts/karma-configs/test/sauce.js --single-run",
"coverage": "node ./scripts/merge-coverage.js"
},
"//": [
"karma-jasmine must be kept at v4 because it is only compatible with jasmine-core@4, which we need for IE11"
],
"//": {
"karma-jasmine": "must be kept at v4 because it is only compatible with jasmine-core@4, which we need for IE11"
},
"devDependencies": {
"@lwc/compiler": "2.32.1",
"@lwc/engine-dom": "2.32.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"sauce:compat": "MODE=compat yarn build:compat && MODE=compat wdio ./scripts/wdio.sauce.conf.js",
"sauce:prod_compat": "MODE=prod_compat yarn build:prod_compat && MODE=prod_compat wdio ./scripts/wdio.sauce.conf.js"
},
"//": {
"webdriverio, @wdio/cli": "Currently can't upgrade @wdio namespaced dependencies to v8.0.0 because it dropped CommonJS support https://github.com/webdriverio/webdriverio/releases/tag/v8.0.0"
},
"devDependencies": {
"@lwc/rollup-plugin": "2.32.1",
"@wdio/cli": "^7.26.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/perf-benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@lwc/synthetic-shadow": "2.32.1"
},
"devDependencies": {
"@best/cli": "^8.0.1",
"@best/runner-headless": "^8.0.1",
"@best/runner-remote": "^8.0.1",
"@best/cli": "^8.1.1",
"@best/runner-headless": "^8.1.1",
"@best/runner-remote": "^8.1.1",
"@lwc/rollup-plugin-node-resolve-v13": "npm:@rollup/[email protected]",
"glob-hash": "^1.0.5",
"markdown-table": "^3.0.2",
"markdown-table": "^3.0.3",
"tachometer": "0.5.10"
},
"nx": {
Expand Down
3 changes: 2 additions & 1 deletion packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"dev": "tsc --watch --preserveWatchOutput --incremental"
},
"//": {
"estree-walker": "Currently can't upgrade: estree-walker to v3.0.0 because it dropped CommonJS support: https://git.io/JXguS, parse5 dropped cjs support in v7.0.0 https://github.com/inikulin/parse5/releases/tag/v7.0.0",
"estree-walker": "Currently can't upgrade: estree-walker to v3.0.0 because it dropped CommonJS support: https://git.io/JXguS",
"parse5, @types/parse5": "Currently can't upgrade parse5: dropped cjs support in v7.0.0 https://github.com/inikulin/parse5/releases/tag/v7.0.0",
"@types/source-map": "Currently required by @best/cli which uses an old version of source-map before it added built-in TypeScript support"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@lwc/rollup-plugin": "2.32.1",
"@rollup/plugin-replace": "^5.0.1",
"lwc": "2.32.1",
"rollup": "^3.4.0",
"rollup": "^3.6.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^2.0.1"
"rollup-plugin-serve": "^2.0.2"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit 6018414

Please sign in to comment.