File tree Expand file tree Collapse file tree 3 files changed +87
-208
lines changed
packages/@lwc/integration-not-karma/test/lwc-on Expand file tree Collapse file tree 3 files changed +87
-208
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Rerender from 'x/rerender';
1010import RerenderLoop from 'x/rerenderLoop' ;
1111import PublicProp from 'x/publicProp' ;
1212import ComputedKey from 'x/computedKey' ;
13- import ValueEvaluationThrows from 'x/ValueEvaluationThrows ' ;
13+ import ValueEvaluationThrows from 'x/valueEvaluationThrows ' ;
1414import { jasmine } from '../../helpers/jasmine.js' ;
1515import { spyConsole } from '../../helpers/console.js' ;
1616import { catchUnhandledRejectionsAndErrors } from '../../helpers/utils.js' ;
You can’t perform that action at this time.
0 commit comments