Skip to content

Commit f69cf6c

Browse files
authored
build: update karma to v6.3.8 which contains sourcemap generated-code fix (#23922)
Updates to Karma v6.3.8 which contains a sourcemap fix we landed upstream. Previous versions of Karma printed/polluted the log output when an error is thrown due to generated-code being part of stack traces (due to ESBuild downleveling). More details here: https://gist.github.com/devversion/549d25915c2dc98a8896ba4408a1e27c. karma-runner/karma@4f23b14
1 parent 5fb821f commit f69cf6c

File tree

2 files changed

+173
-117
lines changed

2 files changed

+173
-117
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@
179179
"jasmine-core": "^3.6.0",
180180
"jsonc-parser": "^3.0.0",
181181
"kagekiri": "^1.4.1",
182-
"karma": "^4.4.1",
182+
"karma": "^6.3.8",
183183
"karma-browserstack-launcher": "^1.6.0",
184184
"karma-chrome-launcher": "^3.1.0",
185-
"karma-firefox-launcher": "^2.0.0",
185+
"karma-firefox-launcher": "^2.1.2",
186186
"karma-jasmine": "^4.0.1",
187-
"karma-parallel": "^0.3.0",
187+
"karma-parallel": "^0.3.1",
188188
"karma-requirejs": "^1.1.0",
189189
"karma-sauce-launcher": "^4.3.6",
190-
"karma-sourcemap-loader": "^0.3.7",
190+
"karma-sourcemap-loader": "^0.3.8",
191191
"luxon": "^2.0.0",
192192
"madge": "^4.0.0",
193193
"marked": "^2.0.0",

0 commit comments

Comments
 (0)