Skip to content

Commit ec5293d

Browse files
committed
Merge branch 'master' into wjh/wtr-spam
2 parents 43818d5 + 621f8f9 commit ec5293d

File tree

3 files changed

+87
-208
lines changed

3 files changed

+87
-208
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
},
3939
"devDependencies": {
4040
"@commitlint/cli": "^19.8.1",
41-
"@eslint/js": "9.35.0",
41+
"@eslint/js": "9.36.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.5.2",
44+
"@nx/js": "21.5.3",
4545
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -57,7 +57,7 @@
5757
"@vitest/ui": "^3.2.4",
5858
"bytes": "^3.1.2",
5959
"es-module-lexer": "^1.7.0",
60-
"eslint": "9.35.0",
60+
"eslint": "9.36.0",
6161
"eslint-config-flat-gitignore": "^2.1.0",
6262
"eslint-plugin-header": "^3.1.1",
6363
"eslint-plugin-import": "^2.32.0",
@@ -66,7 +66,7 @@
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.6",
6868
"jsdom": "^26.1.0",
69-
"lint-staged": "^16.1.6",
69+
"lint-staged": "^16.2.0",
7070
"magic-string": "^0.30.19",
7171
"nx": "21.5.3",
7272
"prettier": "^3.6.2",

packages/@lwc/integration-not-karma/test/lwc-on/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Rerender from 'x/rerender';
1010
import RerenderLoop from 'x/rerenderLoop';
1111
import PublicProp from 'x/publicProp';
1212
import ComputedKey from 'x/computedKey';
13-
import ValueEvaluationThrows from 'x/ValueEvaluationThrows';
13+
import ValueEvaluationThrows from 'x/valueEvaluationThrows';
1414
import { jasmine } from '../../helpers/jasmine.js';
1515
import { spyConsole } from '../../helpers/console.js';
1616
import { catchUnhandledRejectionsAndErrors } from '../../helpers/utils.js';

0 commit comments

Comments
 (0)