Skip to content

Commit 3195e11

Browse files
renovate[bot]ahnpnl
authored andcommitted
build(deps): Update Jest packages
1 parent 6a7cf93 commit 3195e11

File tree

11 files changed

+651
-651
lines changed

11 files changed

+651
-651
lines changed

e2e/source-map/__tests__/__snapshots__/source-map.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`source-map should display failed test with stacktrace 1`] = `
44
" ● should fail

package-lock.json

Lines changed: 638 additions & 638 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"@eslint/compat": "^1.3.2",
9797
"@eslint/eslintrc": "^3.3.1",
9898
"@eslint/js": "^9.35.0",
99-
"@jest/globals": "^30.0.5",
100-
"@jest/transform": "^30.0.5",
99+
"@jest/globals": "^30.1.2",
100+
"@jest/transform": "^30.1.2",
101101
"@jest/types": "^30.0.5",
102102
"@types/babel__core": "^7.20.5",
103103
"@types/fs-extra": "^11.0.4",
@@ -113,7 +113,7 @@
113113
"@types/yargs-parser": "21.0.3",
114114
"@typescript-eslint/eslint-plugin": "^8.44.0",
115115
"@typescript-eslint/parser": "^8.44.0",
116-
"babel-jest": "^30.0.5",
116+
"babel-jest": "^30.1.2",
117117
"conventional-changelog-angular": "^8.0.0",
118118
"conventional-changelog-cli": "^5.0.0",
119119
"esbuild": "~0.25.9",
@@ -128,7 +128,7 @@
128128
"fs-extra": "^11.3.1",
129129
"globals": "^16.4.0",
130130
"husky": "^9.1.7",
131-
"jest": "^30.0.5",
131+
"jest": "^30.1.3",
132132
"js-yaml": "^4.1.0",
133133
"lint-staged": "^15.5.2",
134134
"memfs": "^4.39.0",

src/cli/__snapshots__/cli.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`config init should create a jest config file with cli options for config type default 1`] = `
44
"const { createDefaultPreset } = require("ts-jest");

src/config/__snapshots__/paths-to-module-name-mapper.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`pathsToModuleNameMapper should convert tsconfig mapping with given prefix: <rootDir>/ 1`] = `
44
{

src/legacy/__snapshots__/ts-jest-transformer.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TsJestTransformer process should process file with babel-jest 1`] = `
44
"foo;

src/legacy/compiler/__snapshots__/ts-compiler.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`TsCompiler getCompiledOutput isolatedModules true should transpile code with config {"babelConfig": false, "module": "CommonJS", "supportsStaticESM": false, "useESM": true} 1`] = `
44
{

src/legacy/config/__snapshots__/config-set.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`config-set _resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and allowSyntheticDefaultImports is false in tsConfig should use correct paths when searching 1`] = `
44
[

src/presets/__snapshots__/create-jest-preset.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`create-jest-preset CJS presets createDefaultLegacyPreset should return preset config 1`] = `
44
{

src/transformers/__snapshots__/hoist-jest.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`hoist-jest should hoist correctly when not using @jest/globals 1`] = `
44
"// These will all be hoisted above imports

0 commit comments

Comments
 (0)