Skip to content

Commit 0252ae8

Browse files
authored
Merge branch 'master' into rave/persist-creds
2 parents 565bb30 + 36b4e49 commit 0252ae8

File tree

253 files changed

+2508
-4381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+2508
-4381
lines changed

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
- release
8+
- 'spring*'
9+
- 'summer*'
10+
- 'winter*'
711
pull_request:
8-
branches:
9-
- master
1012

1113
env:
1214
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}}
@@ -20,7 +22,7 @@ jobs:
2022
# TODO: add env var combos we use for Karma tests
2123
# TODO: upload result artifacts
2224
# TODO: make it saucy 🥫
23-
run-wtr-tests-group-1:
25+
wtr-group-1:
2426
runs-on: ubuntu-22.04
2527
env:
2628
SAUCE_TUNNEL_ID: github-action-tunnel-wtr-${{github.run_id}}-group-1
@@ -50,11 +52,3 @@ jobs:
5052

5153
- run: yarn test
5254
- run: yarn test:hydration
53-
54-
run-karma-tests:
55-
runs-on: ubuntu-22.04
56-
defaults:
57-
run:
58-
working-directory: ./packages/@lwc/integration-not-karma
59-
needs:
60-
- run-wtr-tests-group-1

eslint.config.mjs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,25 @@ export default tseslint.config(
355355
},
356356
},
357357
{
358-
files: ['packages/@lwc/integration-karma/**', 'packages/@lwc/integration-not-karma/**'],
358+
files: ['packages/@lwc/integration-not-karma/**'],
359+
360+
languageOptions: {
361+
globals: {
362+
lwcRuntimeFlags: true,
363+
process: true,
364+
TestUtils: true,
365+
...globals.browser,
366+
...globals.jasmine,
367+
},
368+
},
369+
370+
rules: {
371+
'no-var': 'off',
372+
'prefer-rest-params': 'off',
373+
},
374+
},
375+
{
376+
files: ['packages/@lwc/integration-karma/**'],
359377

360378
languageOptions: {
361379
globals: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lwc-monorepo",
3-
"version": "8.21.6",
3+
"version": "8.22.0",
44
"private": true,
55
"description": "Lightning Web Components",
66
"repository": {

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.21.6",
7+
"version": "8.22.0",
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.21.6",
7+
"version": "8.22.0",
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.21.6",
51-
"@lwc/shared": "8.21.6",
50+
"@lwc/errors": "8.22.0",
51+
"@lwc/shared": "8.22.0",
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.21.6",
7+
"version": "8.22.0",
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.4",
5454
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
55-
"@lwc/babel-plugin-component": "8.21.6",
56-
"@lwc/errors": "8.21.6",
57-
"@lwc/shared": "8.21.6",
58-
"@lwc/ssr-compiler": "8.21.6",
59-
"@lwc/style-compiler": "8.21.6",
60-
"@lwc/template-compiler": "8.21.6"
55+
"@lwc/babel-plugin-component": "8.22.0",
56+
"@lwc/errors": "8.22.0",
57+
"@lwc/shared": "8.22.0",
58+
"@lwc/ssr-compiler": "8.22.0",
59+
"@lwc/style-compiler": "8.22.0",
60+
"@lwc/template-compiler": "8.22.0"
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.21.6",
7+
"version": "8.22.0",
88
"description": "Core LWC engine APIs.",
99
"keywords": [
1010
"lwc"
@@ -46,9 +46,9 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@lwc/features": "8.21.6",
50-
"@lwc/shared": "8.21.6",
51-
"@lwc/signals": "8.21.6"
49+
"@lwc/features": "8.22.0",
50+
"@lwc/shared": "8.22.0",
51+
"@lwc/signals": "8.22.0"
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.21.6",
7+
"version": "8.22.0",
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.21.6",
50-
"@lwc/shared": "8.21.6",
51-
"@lwc/features": "8.21.6",
52-
"@lwc/signals": "8.21.6"
49+
"@lwc/engine-core": "8.22.0",
50+
"@lwc/shared": "8.22.0",
51+
"@lwc/features": "8.22.0",
52+
"@lwc/signals": "8.22.0"
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.21.6",
7+
"version": "8.22.0",
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.21.6",
50-
"@lwc/rollup-plugin": "8.21.6",
51-
"@lwc/shared": "8.21.6",
52-
"@lwc/features": "8.21.6",
53-
"@lwc/signals": "8.21.6",
49+
"@lwc/engine-core": "8.22.0",
50+
"@lwc/rollup-plugin": "8.22.0",
51+
"@lwc/shared": "8.22.0",
52+
"@lwc/features": "8.22.0",
53+
"@lwc/signals": "8.22.0",
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.21.6",
7+
"version": "8.22.0",
88
"description": "LWC Error Utilities",
99
"keywords": [
1010
"lwc"

0 commit comments

Comments
 (0)