Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/salesforce/lwc into ssr-v…
Browse files Browse the repository at this point in the history
…alidate-api-decorator
  • Loading branch information
cardoso committed Jan 6, 2025
2 parents 9ec59fb + ba37125 commit d8ade69
Show file tree
Hide file tree
Showing 36 changed files with 445 additions and 458 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-monorepo",
"version": "8.12.2",
"version": "8.12.3",
"private": true,
"description": "Lightning Web Components",
"repository": {
Expand Down Expand Up @@ -47,9 +47,9 @@
"@swc/core": "~1.10.4",
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.21",
"@vitest/eslint-plugin": "^1.1.24",
"@vitest/ui": "^2.1.8",
"bytes": "^3.1.2",
"es-module-lexer": "^1.6.0",
Expand All @@ -66,11 +66,11 @@
"magic-string": "^0.30.17",
"nx": "20.3.0",
"prettier": "^3.4.2",
"rollup": "^4.29.1",
"rollup": "^4.30.0",
"terser": "^5.37.0",
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "8.18.2",
"typescript-eslint": "8.19.0",
"vitest": "^2.1.8"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/aria-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/aria-reflection",
"version": "8.12.2",
"version": "8.12.3",
"description": "ARIA element reflection polyfill for strings",
"keywords": [
"aom",
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/babel-plugin-component",
"version": "8.12.2",
"version": "8.12.3",
"description": "Babel plugin to transform a LWC module",
"keywords": [
"lwc"
Expand Down Expand Up @@ -47,8 +47,8 @@
},
"dependencies": {
"@babel/helper-module-imports": "7.25.9",
"@lwc/errors": "8.12.2",
"@lwc/shared": "8.12.2",
"@lwc/errors": "8.12.3",
"@lwc/shared": "8.12.3",
"line-column": "~1.0.2"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/compiler",
"version": "8.12.2",
"version": "8.12.3",
"description": "LWC compiler",
"keywords": [
"lwc"
Expand Down Expand Up @@ -52,11 +52,11 @@
"@babel/plugin-transform-class-properties": "7.25.9",
"@babel/plugin-transform-object-rest-spread": "7.25.9",
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
"@lwc/babel-plugin-component": "8.12.2",
"@lwc/errors": "8.12.2",
"@lwc/shared": "8.12.2",
"@lwc/ssr-compiler": "8.12.2",
"@lwc/style-compiler": "8.12.2",
"@lwc/template-compiler": "8.12.2"
"@lwc/babel-plugin-component": "8.12.3",
"@lwc/errors": "8.12.3",
"@lwc/shared": "8.12.3",
"@lwc/ssr-compiler": "8.12.3",
"@lwc/style-compiler": "8.12.3",
"@lwc/template-compiler": "8.12.3"
}
}
8 changes: 4 additions & 4 deletions packages/@lwc/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/engine-core",
"version": "8.12.2",
"version": "8.12.3",
"description": "Core LWC engine APIs.",
"keywords": [
"lwc"
Expand Down Expand Up @@ -46,9 +46,9 @@
}
},
"dependencies": {
"@lwc/features": "8.12.2",
"@lwc/shared": "8.12.2",
"@lwc/signals": "8.12.2"
"@lwc/features": "8.12.3",
"@lwc/shared": "8.12.3",
"@lwc/signals": "8.12.3"
},
"devDependencies": {
"observable-membrane": "2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/engine-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/engine-dom",
"version": "8.12.2",
"version": "8.12.3",
"description": "Renders LWC components in a DOM environment.",
"keywords": [
"lwc"
Expand Down Expand Up @@ -46,9 +46,9 @@
}
},
"devDependencies": {
"@lwc/engine-core": "8.12.2",
"@lwc/shared": "8.12.2",
"@lwc/features": "8.12.2"
"@lwc/engine-core": "8.12.3",
"@lwc/shared": "8.12.3",
"@lwc/features": "8.12.3"
},
"lwc": {
"modules": [
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/engine-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/engine-server",
"version": "8.12.2",
"version": "8.12.3",
"description": "Renders LWC components in a server environment.",
"keywords": [
"lwc"
Expand Down Expand Up @@ -46,10 +46,10 @@
}
},
"devDependencies": {
"@lwc/engine-core": "8.12.2",
"@lwc/rollup-plugin": "8.12.2",
"@lwc/shared": "8.12.2",
"@lwc/features": "8.12.2",
"@lwc/engine-core": "8.12.3",
"@lwc/rollup-plugin": "8.12.3",
"@lwc/shared": "8.12.3",
"@lwc/features": "8.12.3",
"@rollup/plugin-virtual": "^3.0.2",
"parse5": "^7.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/errors",
"version": "8.12.2",
"version": "8.12.3",
"description": "LWC Error Utilities",
"keywords": [
"lwc"
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/features",
"version": "8.12.2",
"version": "8.12.3",
"description": "LWC Features Flags",
"keywords": [
"lwc"
Expand Down Expand Up @@ -46,6 +46,6 @@
}
},
"dependencies": {
"@lwc/shared": "8.12.2"
"@lwc/shared": "8.12.3"
}
}
12 changes: 6 additions & 6 deletions packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/integration-karma",
"private": true,
"version": "8.12.2",
"version": "8.12.3",
"scripts": {
"start": "KARMA_MODE=watch karma start ./scripts/karma-configs/test/local.js",
"test": "karma start ./scripts/karma-configs/test/local.js --single-run --browsers ChromeHeadless",
Expand All @@ -17,11 +17,11 @@
"karma-sauce-launcher-fix-firefox": "using a fork to work around https://github.com/karma-runner/karma-sauce-launcher/issues/275"
},
"devDependencies": {
"@lwc/compiler": "8.12.2",
"@lwc/engine-dom": "8.12.2",
"@lwc/engine-server": "8.12.2",
"@lwc/rollup-plugin": "8.12.2",
"@lwc/synthetic-shadow": "8.12.2",
"@lwc/compiler": "8.12.3",
"@lwc/engine-dom": "8.12.3",
"@lwc/engine-server": "8.12.3",
"@lwc/rollup-plugin": "8.12.3",
"@lwc/synthetic-shadow": "8.12.3",
"@types/jasmine": "^5.1.5",
"chokidar": "^4.0.3",
"istanbul-lib-coverage": "^3.2.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/integration-tests",
"private": true,
"version": "8.12.2",
"version": "8.12.3",
"scripts": {
"build": "node scripts/build.js",
"build:dev": "MODE=dev yarn build",
Expand All @@ -18,16 +18,16 @@
"sauce:prod:ci": "MODE=prod yarn build:prod && MODE=prod ../../../scripts/ci/retry.sh wdio ./scripts/wdio.sauce.conf.js"
},
"devDependencies": {
"@lwc/rollup-plugin": "8.12.2",
"@wdio/cli": "^9.4.5",
"@wdio/local-runner": "^9.4.5",
"@wdio/mocha-framework": "^9.4.4",
"@wdio/sauce-service": "^9.4.5",
"@wdio/spec-reporter": "^9.4.4",
"@wdio/static-server-service": "^9.4.4",
"@lwc/rollup-plugin": "8.12.3",
"@wdio/cli": "^9.5.1",
"@wdio/local-runner": "^9.5.1",
"@wdio/mocha-framework": "^9.5.0",
"@wdio/sauce-service": "^9.5.1",
"@wdio/spec-reporter": "^9.5.0",
"@wdio/static-server-service": "^9.5.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.7",
"lwc": "8.12.2",
"lwc": "8.12.3",
"minimist": "^1.2.8",
"webdriverio": "^9.0.7"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/integration-types/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@lwc/integration-types",
"private": true,
"version": "8.12.2",
"version": "8.12.3",
"description": "Type validation for LWC packages",
"type": "module",
"scripts": {
"test": "node ./scripts/update-paths.js --check && tsc",
"playground": "rollup -c src/playground/rollup.config.js --watch"
},
"dependencies": {
"@lwc/rollup-plugin": "8.12.2",
"lwc": "8.12.2"
"@lwc/rollup-plugin": "8.12.3",
"lwc": "8.12.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.29.1",
"rollup": "^4.30.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/module-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/module-resolver",
"version": "8.12.2",
"version": "8.12.3",
"description": "Resolves paths for LWC components",
"keywords": [
"lwc"
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/perf-benchmarks-components/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@lwc/perf-benchmarks-components",
"version": "8.12.2",
"version": "8.12.3",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs"
},
"devDependencies": {
"@lwc/rollup-plugin": "8.12.2"
"@lwc/rollup-plugin": "8.12.3"
},
"nx": {
"targets": {
Expand Down
14 changes: 7 additions & 7 deletions packages/@lwc/perf-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/perf-benchmarks",
"version": "8.12.2",
"version": "8.12.3",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs && node scripts/build.js && ./scripts/fix-deps.sh",
Expand All @@ -15,17 +15,17 @@
"Don't forget to add these to fix-deps.sh as well."
],
"dependencies": {
"@lwc/engine-dom": "8.12.2",
"@lwc/engine-server": "8.12.2",
"@lwc/perf-benchmarks-components": "8.12.2",
"@lwc/ssr-runtime": "8.12.2",
"@lwc/synthetic-shadow": "8.12.2"
"@lwc/engine-dom": "8.12.3",
"@lwc/engine-server": "8.12.3",
"@lwc/perf-benchmarks-components": "8.12.3",
"@lwc/ssr-runtime": "8.12.3",
"@lwc/synthetic-shadow": "8.12.3"
},
"devDependencies": {
"@best/cli": "^14.0.0",
"@best/runner-headless": "^14.0.0",
"@best/runner-remote": "^14.0.0",
"folder-hash": "4.0.4",
"folder-hash": "4.1.0",
"markdown-table": "^3.0.4",
"tachometer": "^0.7.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/rollup-plugin",
"version": "8.12.2",
"version": "8.12.3",
"description": "Rollup plugin to compile LWC",
"keywords": [
"lwc"
Expand Down Expand Up @@ -46,13 +46,13 @@
}
},
"dependencies": {
"@lwc/compiler": "8.12.2",
"@lwc/module-resolver": "8.12.2",
"@lwc/shared": "8.12.2",
"@lwc/compiler": "8.12.3",
"@lwc/module-resolver": "8.12.3",
"@lwc/shared": "8.12.3",
"@rollup/pluginutils": "~5.1.4"
},
"devDependencies": {
"@lwc/errors": "8.12.2"
"@lwc/errors": "8.12.3"
},
"peerDependencies": {
"rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/shared",
"version": "8.12.2",
"version": "8.12.3",
"description": "Utilities and methods that are shared across packages",
"keywords": [
"lwc"
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/signals",
"version": "8.12.2",
"version": "8.12.3",
"description": "Provides the interface to interact with reactivity from outside the framework",
"keywords": [
"lwc"
Expand Down Expand Up @@ -46,6 +46,6 @@
}
},
"devDependencies": {
"@lwc/shared": "8.12.2"
"@lwc/shared": "8.12.3"
}
}
Loading

0 comments on commit d8ade69

Please sign in to comment.