From 8a0f98fb42aa0db38d0148e402a7a743e3ad7e56 Mon Sep 17 00:00:00 2001 From: James Tu Date: Fri, 29 Mar 2024 16:26:38 -0700 Subject: [PATCH] chore: summer24 CLCO (#4119) * chore: bump git2gus to 252 * chore: bump .nucleus.yaml to include summer24 * chore: bump LWC to version 6.5.0 --- .git2gus/config.json | 2 +- .nucleus.yaml | 4 +-- package.json | 2 +- packages/@lwc/aria-reflection/package.json | 2 +- .../@lwc/babel-plugin-component/package.json | 6 ++-- packages/@lwc/compiler/package.json | 12 +++---- packages/@lwc/engine-core/package.json | 8 ++--- packages/@lwc/engine-dom/package.json | 6 ++-- packages/@lwc/engine-server/package.json | 8 ++--- packages/@lwc/errors/package.json | 2 +- packages/@lwc/features/package.json | 4 +-- packages/@lwc/integration-karma/package.json | 12 +++---- packages/@lwc/integration-tests/package.json | 6 ++-- packages/@lwc/module-resolver/package.json | 2 +- .../perf-benchmarks-components/package.json | 4 +-- packages/@lwc/perf-benchmarks/package.json | 10 +++--- packages/@lwc/rollup-plugin/package.json | 8 ++--- packages/@lwc/shared/package.json | 2 +- packages/@lwc/signals/package.json | 2 +- packages/@lwc/style-compiler/package.json | 4 +-- packages/@lwc/synthetic-shadow/package.json | 6 ++-- packages/@lwc/template-compiler/package.json | 6 ++-- packages/@lwc/wire-service/package.json | 6 ++-- packages/lwc/package.json | 32 +++++++++---------- playground/package.json | 6 ++-- 25 files changed, 81 insertions(+), 81 deletions(-) diff --git a/.git2gus/config.json b/.git2gus/config.json index c9200aadbd..fa23ff0e1e 100644 --- a/.git2gus/config.json +++ b/.git2gus/config.json @@ -1,5 +1,5 @@ { "productTag": "a1aB0000000g309IAA", - "defaultBuild": "250", + "defaultBuild": "252", "hideWorkItemUrl": true } diff --git a/.nucleus.yaml b/.nucleus.yaml index cfcea7f789..11a0dcf3da 100644 --- a/.nucleus.yaml +++ b/.nucleus.yaml @@ -27,10 +27,10 @@ branches: pull-request: <<: *branch-definition merge-method: force-push # release branch should always be in sync with master branch (linear history) - winter24: + spring24: pull-request: <<: *branch-definition - spring24: + summer24: pull-request: <<: *branch-definition milestone-.*: # used for prerelease testing diff --git a/package.json b/package.json index e9372c74e8..edece17573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lwc-monorepo", - "version": "6.4.1", + "version": "6.5.0", "private": true, "description": "Lightning Web Components", "repository": { diff --git a/packages/@lwc/aria-reflection/package.json b/packages/@lwc/aria-reflection/package.json index 5785140cd0..3ec4fbbdff 100644 --- a/packages/@lwc/aria-reflection/package.json +++ b/packages/@lwc/aria-reflection/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/aria-reflection", - "version": "6.4.1", + "version": "6.5.0", "description": "ARIA element reflection polyfill for strings", "keywords": [ "aom", diff --git a/packages/@lwc/babel-plugin-component/package.json b/packages/@lwc/babel-plugin-component/package.json index fa8438d928..b12d6faec0 100644 --- a/packages/@lwc/babel-plugin-component/package.json +++ b/packages/@lwc/babel-plugin-component/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/babel-plugin-component", - "version": "6.4.1", + "version": "6.5.0", "description": "Babel plugin to transform a LWC module", "keywords": [ "lwc" @@ -43,8 +43,8 @@ }, "dependencies": { "@babel/helper-module-imports": "7.22.15", - "@lwc/errors": "6.4.1", - "@lwc/shared": "6.4.1", + "@lwc/errors": "6.5.0", + "@lwc/shared": "6.5.0", "line-column": "~1.0.2" }, "devDependencies": { diff --git a/packages/@lwc/compiler/package.json b/packages/@lwc/compiler/package.json index 39f8a3545e..2fbbe7e9c8 100755 --- a/packages/@lwc/compiler/package.json +++ b/packages/@lwc/compiler/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/compiler", - "version": "6.4.1", + "version": "6.5.0", "description": "LWC compiler", "keywords": [ "lwc" @@ -48,10 +48,10 @@ "@babel/plugin-proposal-object-rest-spread": "7.20.7", "@babel/plugin-transform-async-to-generator": "7.23.3", "@locker/babel-plugin-transform-unforgeables": "0.20.0", - "@lwc/babel-plugin-component": "6.4.1", - "@lwc/errors": "6.4.1", - "@lwc/shared": "6.4.1", - "@lwc/style-compiler": "6.4.1", - "@lwc/template-compiler": "6.4.1" + "@lwc/babel-plugin-component": "6.5.0", + "@lwc/errors": "6.5.0", + "@lwc/shared": "6.5.0", + "@lwc/style-compiler": "6.5.0", + "@lwc/template-compiler": "6.5.0" } } diff --git a/packages/@lwc/engine-core/package.json b/packages/@lwc/engine-core/package.json index 0585df3295..12b4a93227 100644 --- a/packages/@lwc/engine-core/package.json +++ b/packages/@lwc/engine-core/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/engine-core", - "version": "6.4.1", + "version": "6.5.0", "description": "Core LWC engine APIs.", "keywords": [ "lwc" @@ -42,9 +42,9 @@ } }, "dependencies": { - "@lwc/features": "6.4.1", - "@lwc/shared": "6.4.1", - "@lwc/signals": "6.4.1" + "@lwc/features": "6.5.0", + "@lwc/shared": "6.5.0", + "@lwc/signals": "6.5.0" }, "devDependencies": { "observable-membrane": "2.0.0" diff --git a/packages/@lwc/engine-dom/package.json b/packages/@lwc/engine-dom/package.json index 45d2544892..d576fa0714 100644 --- a/packages/@lwc/engine-dom/package.json +++ b/packages/@lwc/engine-dom/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/engine-dom", - "version": "6.4.1", + "version": "6.5.0", "description": "Renders LWC components in a DOM environment.", "keywords": [ "lwc" @@ -42,8 +42,8 @@ } }, "devDependencies": { - "@lwc/engine-core": "6.4.1", - "@lwc/shared": "6.4.1" + "@lwc/engine-core": "6.5.0", + "@lwc/shared": "6.5.0" }, "lwc": { "modules": [ diff --git a/packages/@lwc/engine-server/package.json b/packages/@lwc/engine-server/package.json index 145d8783c0..51f72389d2 100644 --- a/packages/@lwc/engine-server/package.json +++ b/packages/@lwc/engine-server/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/engine-server", - "version": "6.4.1", + "version": "6.5.0", "description": "Renders LWC components in a server environment.", "keywords": [ "lwc" @@ -42,9 +42,9 @@ } }, "devDependencies": { - "@lwc/engine-core": "6.4.1", - "@lwc/rollup-plugin": "6.4.1", - "@lwc/shared": "6.4.1", + "@lwc/engine-core": "6.5.0", + "@lwc/rollup-plugin": "6.5.0", + "@lwc/shared": "6.5.0", "@parse5/tools": "^0.4.0", "@rollup/plugin-virtual": "^3.0.1", "parse5": "^7.1.2" diff --git a/packages/@lwc/errors/package.json b/packages/@lwc/errors/package.json index 2de64c2f1a..70fd334030 100644 --- a/packages/@lwc/errors/package.json +++ b/packages/@lwc/errors/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/errors", - "version": "6.4.1", + "version": "6.5.0", "description": "LWC Error Utilities", "keywords": [ "lwc" diff --git a/packages/@lwc/features/package.json b/packages/@lwc/features/package.json index 722f0f0ab0..a4890b3665 100644 --- a/packages/@lwc/features/package.json +++ b/packages/@lwc/features/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/features", - "version": "6.4.1", + "version": "6.5.0", "description": "LWC Features Flags", "keywords": [ "lwc" @@ -42,6 +42,6 @@ } }, "dependencies": { - "@lwc/shared": "6.4.1" + "@lwc/shared": "6.5.0" } } diff --git a/packages/@lwc/integration-karma/package.json b/packages/@lwc/integration-karma/package.json index 004a353bce..d36810b11c 100644 --- a/packages/@lwc/integration-karma/package.json +++ b/packages/@lwc/integration-karma/package.json @@ -1,7 +1,7 @@ { "name": "@lwc/integration-karma", "private": true, - "version": "6.4.1", + "version": "6.5.0", "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", @@ -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": "6.4.1", - "@lwc/engine-dom": "6.4.1", - "@lwc/engine-server": "6.4.1", - "@lwc/rollup-plugin": "6.4.1", - "@lwc/synthetic-shadow": "6.4.1", + "@lwc/compiler": "6.5.0", + "@lwc/engine-dom": "6.5.0", + "@lwc/engine-server": "6.5.0", + "@lwc/rollup-plugin": "6.5.0", + "@lwc/synthetic-shadow": "6.5.0", "chokidar": "^3.6.0", "istanbul-lib-coverage": "^3.2.2", "istanbul-lib-report": "^3.0.1", diff --git a/packages/@lwc/integration-tests/package.json b/packages/@lwc/integration-tests/package.json index cb5b26f355..f375b2b3de 100644 --- a/packages/@lwc/integration-tests/package.json +++ b/packages/@lwc/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "@lwc/integration-tests", "private": true, - "version": "6.4.1", + "version": "6.5.0", "scripts": { "build": "node scripts/build.js", "build:dev": "MODE=dev yarn build", @@ -16,7 +16,7 @@ "sauce:prod:ci": "MODE=prod yarn build:prod && MODE=prod ../../../scripts/ci/retry.sh wdio ./scripts/wdio.sauce.conf.js" }, "devDependencies": { - "@lwc/rollup-plugin": "6.4.1", + "@lwc/rollup-plugin": "6.5.0", "@wdio/cli": "^8.34.1", "@wdio/local-runner": "^8.34.1", "@wdio/mocha-framework": "^8.33.1", @@ -25,7 +25,7 @@ "@wdio/static-server-service": "^8.32.4", "deepmerge": "^4.3.0", "dotenv": "^16.4.5", - "lwc": "6.4.1", + "lwc": "6.5.0", "minimist": "^1.2.8", "webdriverio": "^8.34.1" } diff --git a/packages/@lwc/module-resolver/package.json b/packages/@lwc/module-resolver/package.json index f90a4d7fbf..ca2f455062 100644 --- a/packages/@lwc/module-resolver/package.json +++ b/packages/@lwc/module-resolver/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/module-resolver", - "version": "6.4.1", + "version": "6.5.0", "description": "Resolves paths for LWC components", "keywords": [ "lwc" diff --git a/packages/@lwc/perf-benchmarks-components/package.json b/packages/@lwc/perf-benchmarks-components/package.json index bda9292468..13fffe8427 100644 --- a/packages/@lwc/perf-benchmarks-components/package.json +++ b/packages/@lwc/perf-benchmarks-components/package.json @@ -1,12 +1,12 @@ { "name": "@lwc/perf-benchmarks-components", - "version": "6.4.1", + "version": "6.5.0", "private": true, "scripts": { "build": "rm -fr dist && rollup -c ./rollup.config.mjs" }, "devDependencies": { - "@lwc/rollup-plugin": "6.4.1" + "@lwc/rollup-plugin": "6.5.0" }, "nx": { "targets": { diff --git a/packages/@lwc/perf-benchmarks/package.json b/packages/@lwc/perf-benchmarks/package.json index 27a20a5b25..9338f65334 100644 --- a/packages/@lwc/perf-benchmarks/package.json +++ b/packages/@lwc/perf-benchmarks/package.json @@ -1,6 +1,6 @@ { "name": "@lwc/perf-benchmarks", - "version": "6.4.1", + "version": "6.5.0", "private": true, "scripts": { "build": "rm -fr dist && rollup -c ./rollup.config.mjs && node scripts/build.js && ./scripts/fix-deps.sh", @@ -17,10 +17,10 @@ "Also note that we use legacy versions of rollup-plugin-node-resolve and rollup-plugin-commonjs because Best uses an old version of Rollup." ], "dependencies": { - "@lwc/engine-dom": "6.4.1", - "@lwc/engine-server": "6.4.1", - "@lwc/perf-benchmarks-components": "6.4.1", - "@lwc/synthetic-shadow": "6.4.1" + "@lwc/engine-dom": "6.5.0", + "@lwc/engine-server": "6.5.0", + "@lwc/perf-benchmarks-components": "6.5.0", + "@lwc/synthetic-shadow": "6.5.0" }, "devDependencies": { "@best/cli": "^11.0.0", diff --git a/packages/@lwc/rollup-plugin/package.json b/packages/@lwc/rollup-plugin/package.json index 2cb27e41a1..f1c7d28483 100644 --- a/packages/@lwc/rollup-plugin/package.json +++ b/packages/@lwc/rollup-plugin/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/rollup-plugin", - "version": "6.4.1", + "version": "6.5.0", "description": "Rollup plugin to compile LWC", "keywords": [ "lwc" @@ -42,12 +42,12 @@ } }, "dependencies": { - "@lwc/compiler": "6.4.1", - "@lwc/module-resolver": "6.4.1", + "@lwc/compiler": "6.5.0", + "@lwc/module-resolver": "6.5.0", "@rollup/pluginutils": "~5.1.0" }, "devDependencies": { - "@lwc/errors": "6.4.1" + "@lwc/errors": "6.5.0" }, "peerDependencies": { "rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0" diff --git a/packages/@lwc/shared/package.json b/packages/@lwc/shared/package.json index 5e829fbcd7..817b1cd3c5 100644 --- a/packages/@lwc/shared/package.json +++ b/packages/@lwc/shared/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/shared", - "version": "6.4.1", + "version": "6.5.0", "description": "Utilities and methods that are shared across packages", "keywords": [ "lwc" diff --git a/packages/@lwc/signals/package.json b/packages/@lwc/signals/package.json index f080201ad5..13f353536c 100644 --- a/packages/@lwc/signals/package.json +++ b/packages/@lwc/signals/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/signals", - "version": "6.4.1", + "version": "6.5.0", "description": "Provides the interface to interact with reactivity from outside the framework", "keywords": [ "lwc" diff --git a/packages/@lwc/style-compiler/package.json b/packages/@lwc/style-compiler/package.json index fb0bac8f95..b646e460bd 100644 --- a/packages/@lwc/style-compiler/package.json +++ b/packages/@lwc/style-compiler/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/style-compiler", - "version": "6.4.1", + "version": "6.5.0", "description": "Transform style sheet to be consumed by the LWC engine", "keywords": [ "lwc" @@ -42,7 +42,7 @@ } }, "dependencies": { - "@lwc/shared": "6.4.1", + "@lwc/shared": "6.5.0", "postcss": "~8.4.37", "postcss-selector-parser": "~6.0.15", "postcss-value-parser": "~4.2.0" diff --git a/packages/@lwc/synthetic-shadow/package.json b/packages/@lwc/synthetic-shadow/package.json index 66506a4945..7a4e063c17 100644 --- a/packages/@lwc/synthetic-shadow/package.json +++ b/packages/@lwc/synthetic-shadow/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/synthetic-shadow", - "version": "6.4.1", + "version": "6.5.0", "description": "Synthetic Shadow Root for LWC", "keywords": [ "lwc" @@ -42,8 +42,8 @@ } }, "devDependencies": { - "@lwc/features": "6.4.1", - "@lwc/shared": "6.4.1" + "@lwc/features": "6.5.0", + "@lwc/shared": "6.5.0" }, "lwc": { "modules": [ diff --git a/packages/@lwc/template-compiler/package.json b/packages/@lwc/template-compiler/package.json index ab0d382e9c..7e9213146d 100644 --- a/packages/@lwc/template-compiler/package.json +++ b/packages/@lwc/template-compiler/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/template-compiler", - "version": "6.4.1", + "version": "6.5.0", "description": "Template compiler package", "keywords": [ "lwc" @@ -42,8 +42,8 @@ } }, "dependencies": { - "@lwc/errors": "6.4.1", - "@lwc/shared": "6.4.1", + "@lwc/errors": "6.5.0", + "@lwc/shared": "6.5.0", "acorn": "8.10.0", "astring": "~1.8.6", "estree-walker": "~2.0.2", diff --git a/packages/@lwc/wire-service/package.json b/packages/@lwc/wire-service/package.json index 49aa39cbda..577d398e8c 100644 --- a/packages/@lwc/wire-service/package.json +++ b/packages/@lwc/wire-service/package.json @@ -4,7 +4,7 @@ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten." ], "name": "@lwc/wire-service", - "version": "6.4.1", + "version": "6.5.0", "description": "@wire service", "keywords": [ "lwc" @@ -42,8 +42,8 @@ } }, "devDependencies": { - "@lwc/engine-core": "6.4.1", - "@lwc/shared": "6.4.1" + "@lwc/engine-core": "6.5.0", + "@lwc/shared": "6.5.0" }, "lwc": { "modules": [ diff --git a/packages/lwc/package.json b/packages/lwc/package.json index df2bb2f436..6df399c984 100644 --- a/packages/lwc/package.json +++ b/packages/lwc/package.json @@ -1,6 +1,6 @@ { "name": "lwc", - "version": "6.4.1", + "version": "6.5.0", "description": "Lightning Web Components (LWC)", "homepage": "https://lwc.dev/", "repository": { @@ -20,21 +20,21 @@ "*.d.ts" ], "dependencies": { - "@lwc/aria-reflection": "6.4.1", - "@lwc/babel-plugin-component": "6.4.1", - "@lwc/compiler": "6.4.1", - "@lwc/engine-core": "6.4.1", - "@lwc/engine-dom": "6.4.1", - "@lwc/engine-server": "6.4.1", - "@lwc/errors": "6.4.1", - "@lwc/features": "6.4.1", - "@lwc/module-resolver": "6.4.1", - "@lwc/rollup-plugin": "6.4.1", - "@lwc/shared": "6.4.1", - "@lwc/style-compiler": "6.4.1", - "@lwc/synthetic-shadow": "6.4.1", - "@lwc/template-compiler": "6.4.1", - "@lwc/wire-service": "6.4.1" + "@lwc/aria-reflection": "6.5.0", + "@lwc/babel-plugin-component": "6.5.0", + "@lwc/compiler": "6.5.0", + "@lwc/engine-core": "6.5.0", + "@lwc/engine-dom": "6.5.0", + "@lwc/engine-server": "6.5.0", + "@lwc/errors": "6.5.0", + "@lwc/features": "6.5.0", + "@lwc/module-resolver": "6.5.0", + "@lwc/rollup-plugin": "6.5.0", + "@lwc/shared": "6.5.0", + "@lwc/style-compiler": "6.5.0", + "@lwc/synthetic-shadow": "6.5.0", + "@lwc/template-compiler": "6.5.0", + "@lwc/wire-service": "6.5.0" }, "lwc": { "modules": [ diff --git a/playground/package.json b/playground/package.json index 939da1e8d8..1747ec2cb6 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@lwc/playground", - "version": "6.4.1", + "version": "6.5.0", "type": "module", "description": "Playground project to experiment with LWC.", "scripts": { @@ -9,9 +9,9 @@ "build": "NODE_ENV=production rollup -c" }, "devDependencies": { - "@lwc/rollup-plugin": "6.4.1", + "@lwc/rollup-plugin": "6.5.0", "@rollup/plugin-replace": "^5.0.5", - "lwc": "6.4.1", + "lwc": "6.5.0", "rollup": "^4.12.1", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-serve": "^3.0.0"