Skip to content

Commit

Permalink
build(deps): bump the theoretically-non-breaking group across 1 direc…
Browse files Browse the repository at this point in the history
…tory with 30 updates (#4306)
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 5d98773 commit eb91679
Show file tree
Hide file tree
Showing 9 changed files with 765 additions and 772 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,40 +32,40 @@
"prettier": "v3 requires ESM, and we use prettier in our Jest tests. Jest does not support ESM yet."
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@commitlint/cli": "^19.2.2",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@types/node": "^20.14.2",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"bytes": "^3.1.2",
"es-module-lexer": "^1.5.2",
"es-module-lexer": "^1.5.3",
"eslint": "^8.57.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"glob": "^10.3.15",
"eslint-plugin-jest": "^28.6.0",
"glob": "^10.4.1",
"husky": "^9.0.11",
"isbinaryfile": "^5.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"magic-string": "^0.30.10",
"nx": "19.0.2",
"nx": "19.3.0",
"prettier": "^2.8.8",
"rollup": "^4.17.2",
"terser": "^5.31.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.1",
"rollup": "^4.18.0",
"terser": "^5.31.1",
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",
"typescript": "5.4.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@babel/helper-module-imports": "7.24.3",
"@babel/helper-module-imports": "7.24.7",
"@lwc/errors": "6.7.2",
"@lwc/shared": "6.7.2",
"line-column": "~1.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
}
},
"dependencies": {
"@babel/core": "7.24.5",
"@babel/plugin-transform-async-generator-functions": "7.24.3",
"@babel/plugin-transform-async-to-generator": "7.24.1",
"@babel/plugin-transform-class-properties": "7.24.1",
"@babel/plugin-transform-object-rest-spread": "7.24.5",
"@babel/core": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.24.7",
"@babel/plugin-transform-async-to-generator": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
"@babel/plugin-transform-object-rest-spread": "7.24.7",
"@locker/babel-plugin-transform-unforgeables": "0.20.0",
"@lwc/babel-plugin-component": "6.7.2",
"@lwc/errors": "6.7.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "6.7.2",
"@wdio/cli": "^8.36.1",
"@wdio/local-runner": "^8.36.1",
"@wdio/mocha-framework": "^8.36.1",
"@wdio/sauce-service": "^8.36.1",
"@wdio/spec-reporter": "^8.36.1",
"@wdio/static-server-service": "^8.36.1",
"@wdio/cli": "^8.38.2",
"@wdio/local-runner": "^8.38.2",
"@wdio/mocha-framework": "^8.38.2",
"@wdio/sauce-service": "^8.38.2",
"@wdio/spec-reporter": "^8.38.2",
"@wdio/static-server-service": "^8.38.2",
"deepmerge": "^4.3.0",
"dotenv": "^16.4.5",
"lwc": "6.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/ssr-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
},
"dependencies": {
"@lwc/template-compiler": "6.7.2",
"acorn": "8.11.3",
"acorn": "8.12.0",
"astring": "^1.8.6",
"estree-toolkit": "^1.7.5",
"immer": "^10.1.1",
"meriyah": "^4.3.8"
"meriyah": "^4.5.0"
},
"devDependencies": {
"@types/estree": "^1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lwc/shared": "6.7.2",
"postcss": "~8.4.38",
"postcss-selector-parser": "~6.0.15",
"postcss-selector-parser": "~6.1.0",
"postcss-value-parser": "~4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lwc/errors": "6.7.2",
"@lwc/shared": "6.7.2",
"acorn": "~8.11.3",
"acorn": "~8.12.0",
"astring": "~1.8.6",
"he": "~1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "6.7.2",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"lwc": "6.7.2",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit eb91679

Please sign in to comment.