Skip to content

Commit 00e7e0f

Browse files
committed
Merge branch 'master' into wjh/wtr-party
2 parents cbd65af + 51aa03a commit 00e7e0f

File tree

23 files changed

+2208
-963
lines changed

23 files changed

+2208
-963
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
directory: '/' # Location of package manifests
88
schedule:
99
interval: 'weekly'
10+
labels:
11+
- 'USER STORY'
1012
ignore:
1113
# As a library, we want to avoid bumping TypeScript, so that we don't accidentally use
1214
# language features from a version newer than our downstream users have installed

.github/workflows/benchmark-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20.18.1'
21+
node-version: '20.19.4'
2222
cache: 'yarn'
2323

2424
- name: Install dependencies

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.18.1'
27+
node-version: '20.19.4'
2828
cache: 'yarn'
2929

3030
- name: Install dependencies

.github/workflows/karma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
PUPPETEER_SKIP_DOWNLOAD: 'true' # only needed for @best/runner-local, unused here
2323
GITHUB_RUN_ID: ${{github.run_id}}
2424
COVERAGE: '1'
25-
NODE_VERSION: '20.18.1'
25+
NODE_VERSION: '20.19.4'
2626

2727
jobs:
2828
run-karma-tests-group-1:

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '20.18.1'
32+
node-version: '20.19.4'
3333
cache: 'yarn'
3434

3535
# Needed for perf smoke tests, matches the chromedriver version installed by tachometer (https://github.com/google/tachometer/blob/main/README.md#on-demand-dependencies)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
SAUCE_ACCESS_KEY: ${{secrets.SAUCE_ACCESS_KEY}}
1414
GITHUB_RUN_ID: ${{github.run_id}}
1515
COVERAGE: '1'
16-
NODE_VERSION: '20.18.1'
16+
NODE_VERSION: '20.19.4'
1717

1818
jobs:
1919
# Starting with the basics, just get tests running in CI

.github/workflows/webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '20.18.1'
36+
node-version: '20.19.4'
3737
cache: 'yarn'
3838

3939
# Needed for local browser integration tests

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,45 +37,45 @@
3737
"release:publish:canary": "nx release publish --registry https://registry.npmjs.org"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "^19.8.0",
41-
"@eslint/js": "9.24.0",
40+
"@commitlint/cli": "^19.8.1",
41+
"@eslint/js": "9.31.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.2.1",
45-
"@rollup/plugin-commonjs": "^28.0.3",
44+
"@nx/js": "21.2.3",
45+
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
4848
"@rollup/plugin-replace": "^6.0.2",
49-
"@rollup/plugin-typescript": "^12.1.2",
49+
"@rollup/plugin-typescript": "^12.1.4",
5050
"@swc-node/register": "~1.10.10",
51-
"@swc/core": "~1.11.21",
51+
"@swc/core": "~1.12.14",
5252
"@swc/helpers": "~0.5.17",
5353
"@types/babel__core": "^7.20.5",
5454
"@types/node": "^22.14.1",
55-
"@vitest/coverage-v8": "^3.1.1",
56-
"@vitest/eslint-plugin": "^1.1.42",
57-
"@vitest/ui": "^3.1.1",
55+
"@vitest/coverage-v8": "^3.2.4",
56+
"@vitest/eslint-plugin": "^1.3.4",
57+
"@vitest/ui": "^3.2.4",
5858
"bytes": "^3.1.2",
59-
"es-module-lexer": "^1.6.0",
60-
"eslint": "9.24.0",
59+
"es-module-lexer": "^1.7.0",
60+
"eslint": "9.31.0",
6161
"eslint-config-flat-gitignore": "^2.1.0",
6262
"eslint-plugin-header": "^3.1.1",
63-
"eslint-plugin-import": "^2.31.0",
64-
"glob": "^11.0.1",
65-
"globals": "^16.0.0",
63+
"eslint-plugin-import": "^2.32.0",
64+
"glob": "^11.0.3",
65+
"globals": "^16.3.0",
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.4",
6868
"jsdom": "^26.1.0",
6969
"lint-staged": "^15.5.1",
7070
"magic-string": "^0.30.17",
71-
"nx": "21.2.1",
72-
"prettier": "^3.5.3",
73-
"rollup": "^4.40.0",
74-
"terser": "^5.39.0",
71+
"nx": "21.2.3",
72+
"prettier": "^3.6.2",
73+
"rollup": "^4.45.0",
74+
"terser": "^5.43.1",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.29.1",
78-
"vitest": "^3.1.1"
77+
"typescript-eslint": "8.36.0",
78+
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {
8181
"*.{js,mjs,ts,only,skip}": "eslint --cache",
@@ -92,7 +92,7 @@
9292
"node": ">=10"
9393
},
9494
"volta": {
95-
"node": "20.18.1",
95+
"node": "20.19.4",
9696
"yarn": "1.22.22"
9797
},
9898
"resolutions": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@babel/helper-module-imports": "7.25.9",
49+
"@babel/helper-module-imports": "7.27.1",
5050
"@lwc/errors": "8.20.1",
5151
"@lwc/shared": "8.20.1",
5252
"line-column": "~1.0.2"

packages/@lwc/compiler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@babel/core": "7.26.10",
50-
"@babel/plugin-transform-async-generator-functions": "7.26.8",
51-
"@babel/plugin-transform-async-to-generator": "7.25.9",
52-
"@babel/plugin-transform-class-properties": "7.25.9",
53-
"@babel/plugin-transform-object-rest-spread": "7.25.9",
49+
"@babel/core": "7.28.0",
50+
"@babel/plugin-transform-async-generator-functions": "7.28.0",
51+
"@babel/plugin-transform-async-to-generator": "7.27.1",
52+
"@babel/plugin-transform-class-properties": "7.27.1",
53+
"@babel/plugin-transform-object-rest-spread": "7.28.0",
5454
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
5555
"@lwc/babel-plugin-component": "8.20.1",
5656
"@lwc/errors": "8.20.1",

0 commit comments

Comments
 (0)