Skip to content

Commit 7cadcf2

Browse files
jhefferman-sfdcjmsjtudependabot[bot]
authored
(258) fix: check process is defined (#5451)
* chore: bump version to 8.21.0 (#5445) * build(deps-dev): bump the theoretically-non-breaking group with 4 updates (#5444) Bumps the theoretically-non-breaking group with 4 updates: [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [lint-staged](https://github.com/lint-staged/lint-staged), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@nx/js` from 21.3.10 to 21.3.11 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/js) Updates `lint-staged` from 16.1.2 to 16.1.4 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.1.2...v16.1.4) Updates `nx` from 21.3.10 to 21.3.11 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/nx) Updates `typescript-eslint` from 8.38.0 to 8.39.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 21.3.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: lint-staged dependency-version: 16.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: nx dependency-version: 21.3.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: typescript-eslint dependency-version: 8.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Tu <jmsjtu@gmail.com> * chore: update nucleus config CLCO `master` (#5447) * chore: update nucleus config * chore: add a comment about nucleus configs * chore: bump version to 8.20.4 * fix: undefined in ssr-client-utils * fix: add branches to web-test-runner.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: James Tu <jmsjtu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20ad10e commit 7cadcf2

File tree

33 files changed

+293
-435
lines changed

33 files changed

+293
-435
lines changed

.github/workflows/web-test-runner.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
- winter26
8+
- spring25
9+
- summer25
710
pull_request:
811
branches:
912
- master
13+
- winter26
14+
- spring25
15+
- summer25
1016

1117
env:
1218
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}}

.nucleus.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ branches:
3232
pull-request:
3333
<<: *branch-definition
3434
merge-method: force-push # release branch should always be in sync with master branch (linear history)
35-
winter25:
35+
# Only active branches need to be included in this config
36+
winter26:
3637
pull-request:
3738
<<: *branch-definition
3839
spring25:

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lwc-monorepo",
3-
"version": "8.20.3",
3+
"version": "8.20.4",
44
"private": true,
55
"description": "Lightning Web Components",
66
"repository": {
@@ -41,7 +41,7 @@
4141
"@eslint/js": "9.32.0",
4242
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4343
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
44-
"@nx/js": "21.3.10",
44+
"@nx/js": "21.3.11",
4545
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -66,15 +66,15 @@
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.4",
6868
"jsdom": "^26.1.0",
69-
"lint-staged": "^16.1.2",
69+
"lint-staged": "^16.1.4",
7070
"magic-string": "^0.30.17",
71-
"nx": "21.3.10",
71+
"nx": "21.3.11",
7272
"prettier": "^3.6.2",
7373
"rollup": "^4.46.2",
7474
"terser": "^5.43.1",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.38.0",
77+
"typescript-eslint": "8.39.0",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

packages/@lwc/aria-reflection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/aria-reflection",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "ARIA element reflection polyfill for strings",
99
"keywords": [
1010
"aom",

packages/@lwc/babel-plugin-component/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/babel-plugin-component",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "Babel plugin to transform a LWC module",
99
"keywords": [
1010
"lwc"
@@ -47,8 +47,8 @@
4747
},
4848
"dependencies": {
4949
"@babel/helper-module-imports": "7.27.1",
50-
"@lwc/errors": "8.20.3",
51-
"@lwc/shared": "8.20.3",
50+
"@lwc/errors": "8.20.4",
51+
"@lwc/shared": "8.20.4",
5252
"line-column": "~1.0.2"
5353
},
5454
"devDependencies": {

packages/@lwc/compiler/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/compiler",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "LWC compiler",
99
"keywords": [
1010
"lwc"
@@ -52,11 +52,11 @@
5252
"@babel/plugin-transform-class-properties": "7.27.1",
5353
"@babel/plugin-transform-object-rest-spread": "7.28.0",
5454
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
55-
"@lwc/babel-plugin-component": "8.20.3",
56-
"@lwc/errors": "8.20.3",
57-
"@lwc/shared": "8.20.3",
58-
"@lwc/ssr-compiler": "8.20.3",
59-
"@lwc/style-compiler": "8.20.3",
60-
"@lwc/template-compiler": "8.20.3"
55+
"@lwc/babel-plugin-component": "8.20.4",
56+
"@lwc/errors": "8.20.4",
57+
"@lwc/shared": "8.20.4",
58+
"@lwc/ssr-compiler": "8.20.4",
59+
"@lwc/style-compiler": "8.20.4",
60+
"@lwc/template-compiler": "8.20.4"
6161
}
6262
}

packages/@lwc/engine-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/engine-core",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "Core LWC engine APIs.",
99
"keywords": [
1010
"lwc"
@@ -46,9 +46,9 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@lwc/features": "8.20.3",
50-
"@lwc/shared": "8.20.3",
51-
"@lwc/signals": "8.20.3"
49+
"@lwc/features": "8.20.4",
50+
"@lwc/shared": "8.20.4",
51+
"@lwc/signals": "8.20.4"
5252
},
5353
"devDependencies": {
5454
"observable-membrane": "2.0.0"

packages/@lwc/engine-dom/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/engine-dom",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "Renders LWC components in a DOM environment.",
99
"keywords": [
1010
"lwc"
@@ -46,10 +46,10 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@lwc/engine-core": "8.20.3",
50-
"@lwc/shared": "8.20.3",
51-
"@lwc/features": "8.20.3",
52-
"@lwc/signals": "8.20.3"
49+
"@lwc/engine-core": "8.20.4",
50+
"@lwc/shared": "8.20.4",
51+
"@lwc/features": "8.20.4",
52+
"@lwc/signals": "8.20.4"
5353
},
5454
"lwc": {
5555
"modules": [

packages/@lwc/engine-server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/engine-server",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "Renders LWC components in a server environment.",
99
"keywords": [
1010
"lwc"
@@ -46,11 +46,11 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@lwc/engine-core": "8.20.3",
50-
"@lwc/rollup-plugin": "8.20.3",
51-
"@lwc/shared": "8.20.3",
52-
"@lwc/features": "8.20.3",
53-
"@lwc/signals": "8.20.3",
49+
"@lwc/engine-core": "8.20.4",
50+
"@lwc/rollup-plugin": "8.20.4",
51+
"@lwc/shared": "8.20.4",
52+
"@lwc/features": "8.20.4",
53+
"@lwc/signals": "8.20.4",
5454
"@rollup/plugin-virtual": "^3.0.2",
5555
"parse5": "^8.0.0"
5656
}

packages/@lwc/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/errors",
7-
"version": "8.20.3",
7+
"version": "8.20.4",
88
"description": "LWC Error Utilities",
99
"keywords": [
1010
"lwc"

0 commit comments

Comments
 (0)