Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae64814

Browse files
authoredJan 30, 2024
deps: bump jest-haste-map from 27.5.1 to 29.7.0
Bumps [jest-haste-map](https://github.com/jestjs/jest/tree/HEAD/packages/jest-haste-map) from 27.5.1 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-haste-map) --- updated-dependencies: - dependency-name: jest-haste-map dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16b3372 commit ae64814

File tree

6 files changed

+570
-250
lines changed

6 files changed

+570
-250
lines changed
 

‎package-lock.json

+565-245
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/decorators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lib/"
2121
],
2222
"devDependencies": {
23-
"jest-haste-map": "^27.2.0",
23+
"jest-haste-map": "^29.7.0",
2424
"jest-resolve": "^29.6.1"
2525
},
2626
"dependencies": {

‎packages/example-plugin-decorators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/cli": "^7.16.7",
1414
"@babel/plugin-proposal-class-properties": "^7.16.7",
1515
"@babel/plugin-proposal-decorators": "^7.16.7",
16-
"jest-haste-map": "^27.2.0",
16+
"jest-haste-map": "^29.7.0",
1717
"jest-resolve": "^29.6.1"
1818
},
1919
"dependencies": {

‎packages/example-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "rplugin/node/test/index.js",
77
"license": "MIT",
88
"devDependencies": {
9-
"jest-haste-map": "^27.2.0",
9+
"jest-haste-map": "^29.7.0",
1010
"jest-resolve": "^29.6.1"
1111
}
1212
}

‎packages/integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
],
5252
"devDependencies": {
5353
"jest": "^27.2.0",
54-
"jest-haste-map": "^27.2.0",
54+
"jest-haste-map": "^29.7.0",
5555
"jest-resolve": "^29.6.1"
5656
}
5757
}

‎packages/neovim/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/which": "^3.0.0",
5959
"babel-jest": "^29.6.1",
6060
"jest": "^27.2.0",
61-
"jest-haste-map": "^27.2.0",
61+
"jest-haste-map": "^29.7.0",
6262
"jest-resolve": "^29.6.1",
6363
"typedoc": "^0.24.8",
6464
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)
Please sign in to comment.