Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-monorepo",
"version": "9.0.3",
"version": "9.0.4-alpha.0",
"private": true,
"description": "Lightning Web Components",
"repository": {
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": "9.0.3",
"version": "9.0.4-alpha.0",
"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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Babel plugin to transform a LWC module",
"keywords": [
"lwc"
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@babel/helper-module-imports": "7.28.6",
"@lwc/errors": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/errors": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "LWC compiler",
"keywords": [
"lwc"
Expand Down Expand Up @@ -57,11 +57,11 @@
"@babel/plugin-transform-class-properties": "7.28.6",
"@babel/plugin-transform-object-rest-spread": "7.28.6",
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
"@lwc/babel-plugin-component": "9.0.3",
"@lwc/errors": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/ssr-compiler": "9.0.3",
"@lwc/style-compiler": "9.0.3",
"@lwc/template-compiler": "9.0.3"
"@lwc/babel-plugin-component": "9.0.4-alpha.0",
"@lwc/errors": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"@lwc/ssr-compiler": "9.0.4-alpha.0",
"@lwc/style-compiler": "9.0.4-alpha.0",
"@lwc/template-compiler": "9.0.4-alpha.0"
}
}
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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Core LWC engine APIs.",
"keywords": [
"lwc"
Expand Down Expand Up @@ -51,9 +51,9 @@
}
},
"dependencies": {
"@lwc/features": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/signals": "9.0.3"
"@lwc/features": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"@lwc/signals": "9.0.4-alpha.0"
},
"devDependencies": {
"observable-membrane": "2.0.0"
Expand Down
10 changes: 5 additions & 5 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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Renders LWC components in a DOM environment.",
"keywords": [
"lwc"
Expand Down Expand Up @@ -51,10 +51,10 @@
}
},
"devDependencies": {
"@lwc/engine-core": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/features": "9.0.3",
"@lwc/signals": "9.0.3"
"@lwc/engine-core": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"@lwc/features": "9.0.4-alpha.0",
"@lwc/signals": "9.0.4-alpha.0"
},
"lwc": {
"modules": [
Expand Down
12 changes: 6 additions & 6 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": "9.0.3",
"version": "9.0.4-alpha.0",
"private": true,
"description": "Renders LWC components in a server environment.",
"keywords": [
Expand Down Expand Up @@ -51,11 +51,11 @@
}
},
"devDependencies": {
"@lwc/engine-core": "9.0.3",
"@lwc/rollup-plugin": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/features": "9.0.3",
"@lwc/signals": "9.0.3",
"@lwc/engine-core": "9.0.4-alpha.0",
"@lwc/rollup-plugin": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"@lwc/features": "9.0.4-alpha.0",
"@lwc/signals": "9.0.4-alpha.0",
"@rollup/plugin-virtual": "^3.0.2",
"parse5": "^8.0.0"
}
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": "9.0.3",
"version": "9.0.4-alpha.0",
"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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "LWC Features Flags",
"keywords": [
"lwc"
Expand Down Expand Up @@ -51,6 +51,6 @@
}
},
"dependencies": {
"@lwc/shared": "9.0.3"
"@lwc/shared": "9.0.4-alpha.0"
}
}
6 changes: 3 additions & 3 deletions packages/@lwc/integration-types/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lwc/integration-types",
"private": true,
"version": "9.0.3",
"version": "9.0.4-alpha.0",
"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": "9.0.3",
"lwc": "9.0.3"
"@lwc/rollup-plugin": "9.0.4-alpha.0",
"lwc": "9.0.4-alpha.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/integration-wdio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/integration-wdio",
"private": true,
"version": "9.0.3",
"version": "9.0.4-alpha.0",
"type": "commonjs",
"scripts": {
"build": "node scripts/build.js",
Expand All @@ -19,7 +19,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": "9.0.3",
"@lwc/rollup-plugin": "9.0.4-alpha.0",
"@wdio/cli": "^9.24.0",
"@wdio/local-runner": "^9.24.0",
"@wdio/mocha-framework": "^9.24.0",
Expand All @@ -28,7 +28,7 @@
"@wdio/static-server-service": "^9.24.0",
"deepmerge": "^4.3.1",
"dotenv": "^17.3.1",
"lwc": "9.0.3",
"lwc": "9.0.4-alpha.0",
"minimist": "^1.2.8",
"webdriverio": "^9.24.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/@lwc/integration-wtr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/integration-wtr",
"private": true,
"version": "9.0.3",
"version": "9.0.4-alpha.0",
"type": "module",
"scripts": {
"build": "playwright install || true",
Expand All @@ -10,11 +10,11 @@
"test:hydration": "web-test-runner --config configs/hydration.js"
},
"devDependencies": {
"@lwc/compiler": "9.0.3",
"@lwc/engine-dom": "9.0.3",
"@lwc/engine-server": "9.0.3",
"@lwc/rollup-plugin": "9.0.3",
"@lwc/synthetic-shadow": "9.0.3",
"@lwc/compiler": "9.0.4-alpha.0",
"@lwc/engine-dom": "9.0.4-alpha.0",
"@lwc/engine-server": "9.0.4-alpha.0",
"@lwc/rollup-plugin": "9.0.4-alpha.0",
"@lwc/synthetic-shadow": "9.0.4-alpha.0",
"@types/chai": "^5.2.3",
"@types/jasmine": "^6.0.0",
"@vitest/expect": "^4.0.17",
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": "9.0.3",
"version": "9.0.4-alpha.0",
"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": "9.0.3",
"version": "9.0.4-alpha.0",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs"
},
"devDependencies": {
"@lwc/rollup-plugin": "9.0.3"
"@lwc/rollup-plugin": "9.0.4-alpha.0"
},
"nx": {
"targets": {
Expand Down
12 changes: 6 additions & 6 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": "9.0.3",
"version": "9.0.4-alpha.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"Don't forget to add these to fix-deps.sh as well."
],
"dependencies": {
"@lwc/engine-dom": "9.0.3",
"@lwc/engine-server": "9.0.3",
"@lwc/perf-benchmarks-components": "9.0.3",
"@lwc/ssr-runtime": "9.0.3",
"@lwc/synthetic-shadow": "9.0.3"
"@lwc/engine-dom": "9.0.4-alpha.0",
"@lwc/engine-server": "9.0.4-alpha.0",
"@lwc/perf-benchmarks-components": "9.0.4-alpha.0",
"@lwc/ssr-runtime": "9.0.4-alpha.0",
"@lwc/synthetic-shadow": "9.0.4-alpha.0"
},
"devDependencies": {
"@best/cli": "^16.1.0",
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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Rollup plugin to compile LWC",
"keywords": [
"lwc"
Expand Down Expand Up @@ -51,13 +51,13 @@
}
},
"dependencies": {
"@lwc/compiler": "9.0.3",
"@lwc/module-resolver": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/compiler": "9.0.4-alpha.0",
"@lwc/module-resolver": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"@rollup/pluginutils": "~5.3.0"
},
"devDependencies": {
"@lwc/errors": "9.0.3"
"@lwc/errors": "9.0.4-alpha.0"
},
"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": "9.0.3",
"version": "9.0.4-alpha.0",
"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": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Provides the interface to interact with reactivity from outside the framework",
"keywords": [
"lwc"
Expand Down Expand Up @@ -51,6 +51,6 @@
}
},
"devDependencies": {
"@lwc/shared": "9.0.3"
"@lwc/shared": "9.0.4-alpha.0"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/ssr-client-utils/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/ssr-client-utils",
"version": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Client-side complement to @lwc/ssr-compiler",
"keywords": [
"lwc",
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/ssr-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/ssr-compiler",
"version": "9.0.3",
"version": "9.0.4-alpha.0",
"description": "Compile component for use during server-side rendering",
"keywords": [
"compiler",
Expand Down Expand Up @@ -54,17 +54,17 @@
},
"dependencies": {
"@babel/types": "7.29.0",
"@lwc/errors": "9.0.3",
"@lwc/shared": "9.0.3",
"@lwc/template-compiler": "9.0.3",
"@lwc/errors": "9.0.4-alpha.0",
"@lwc/shared": "9.0.4-alpha.0",
"@lwc/template-compiler": "9.0.4-alpha.0",
"acorn": "8.16.0",
"astring": "^1.9.0",
"estree-toolkit": "^1.7.13",
"immer": "^11.1.4",
"meriyah": "^7.1.0"
},
"devDependencies": {
"@lwc/babel-plugin-component": "9.0.3",
"@lwc/babel-plugin-component": "9.0.4-alpha.0",
"@types/estree": "^1.0.8"
}
}
Loading
Loading