jest-watch-typeahead 2.2.2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/file_name_plugin/plugin.js +1 -1
- package/filename.js +1 -0
- package/package.json +19 -22
- package/testname.js +1 -0
package/filename.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jest-watch-typeahead",
|
3
|
-
"version": "
|
3
|
+
"version": "3.0.0",
|
4
4
|
"main": "build/index.js",
|
5
5
|
"exports": {
|
6
6
|
".": "./build/index.js",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest",
|
27
27
|
"lint": "eslint .",
|
28
28
|
"prebuild": "rimraf build",
|
29
|
-
"build": "babel --extensions .js,.ts src -d build && rimraf 'build/**/*.test.{js,ts},integration' 'build/**/__tests__' build/test_utils",
|
29
|
+
"build": "babel --extensions .js,.ts src -d build && rimraf --glob 'build/**/*.test.{js,ts},integration' 'build/**/__tests__' build/test_utils",
|
30
30
|
"prepack": "yarn build",
|
31
31
|
"format": "prettier --write \"**/*.js\" \"**/*.md\" \"**/*.ts\"",
|
32
32
|
"typecheck": "yarn tsc -p ."
|
@@ -34,8 +34,8 @@
|
|
34
34
|
"dependencies": {
|
35
35
|
"ansi-escapes": "^6.0.0",
|
36
36
|
"chalk": "^5.2.0",
|
37
|
-
"jest-regex-util": "^
|
38
|
-
"jest-watcher": "^
|
37
|
+
"jest-regex-util": "^30.0.0",
|
38
|
+
"jest-watcher": "^30.0.0",
|
39
39
|
"slash": "^5.0.0",
|
40
40
|
"string-length": "^5.0.1",
|
41
41
|
"strip-ansi": "^7.0.1"
|
@@ -45,32 +45,32 @@
|
|
45
45
|
"@babel/core": "^7.9.6",
|
46
46
|
"@babel/preset-env": "^7.9.6",
|
47
47
|
"@babel/preset-typescript": "^7.10.4",
|
48
|
-
"@jest/globals": "^
|
49
|
-
"@jest/types": "^
|
48
|
+
"@jest/globals": "^30.0.0",
|
49
|
+
"@jest/types": "^30.0.0",
|
50
50
|
"@semantic-release/changelog": "^6.0.1",
|
51
51
|
"@semantic-release/git": "^10.0.1",
|
52
|
-
"@types/node": "^
|
52
|
+
"@types/node": "^18.19.111",
|
53
53
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
54
54
|
"@typescript-eslint/parser": "^5.0.0",
|
55
|
-
"babel-jest": "^
|
55
|
+
"babel-jest": "^30.0.0",
|
56
56
|
"babel-plugin-add-import-extension": "^1.6.0",
|
57
57
|
"cross-env": "^7.0.3",
|
58
58
|
"eslint": "^8.0.0",
|
59
59
|
"eslint-config-airbnb-base": "^15.0.0",
|
60
|
-
"eslint-config-prettier": "^
|
60
|
+
"eslint-config-prettier": "^10.0.0",
|
61
61
|
"eslint-plugin-import": "^2.20.2",
|
62
62
|
"eslint-plugin-jest": "^27.0.0",
|
63
|
-
"eslint-plugin-prettier": "^
|
64
|
-
"jest": "^
|
65
|
-
"jest-serializer-ansi-escapes": "^
|
66
|
-
"prettier": "^
|
67
|
-
"rimraf": "^
|
68
|
-
"semantic-release": "^
|
63
|
+
"eslint-plugin-prettier": "^5.0.1",
|
64
|
+
"jest": "^30.0.0",
|
65
|
+
"jest-serializer-ansi-escapes": "^3.0.0",
|
66
|
+
"prettier": "^3.1.0",
|
67
|
+
"rimraf": "^5.0.0",
|
68
|
+
"semantic-release": "^24.0.0",
|
69
69
|
"semver": "^7.3.5",
|
70
|
-
"typescript": "^
|
70
|
+
"typescript": "^5.0.4"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
|
-
"jest": "^
|
73
|
+
"jest": "^30.0.0"
|
74
74
|
},
|
75
75
|
"jest": {
|
76
76
|
"extensionsToTreatAsEsm": [
|
@@ -94,12 +94,9 @@
|
|
94
94
|
]
|
95
95
|
},
|
96
96
|
"engines": {
|
97
|
-
"node": "
|
97
|
+
"node": ">=18.0.0"
|
98
98
|
},
|
99
99
|
"release": {
|
100
|
-
"branches": [
|
101
|
-
"main"
|
102
|
-
],
|
103
100
|
"plugins": [
|
104
101
|
"@semantic-release/commit-analyzer",
|
105
102
|
"@semantic-release/release-notes-generator",
|
@@ -109,7 +106,7 @@
|
|
109
106
|
"@semantic-release/github"
|
110
107
|
]
|
111
108
|
},
|
112
|
-
"packageManager": "yarn@3.
|
109
|
+
"packageManager": "yarn@3.8.7",
|
113
110
|
"resolutions": {
|
114
111
|
"ansi-escapes/type-fest": "^3.0.0"
|
115
112
|
}
|
package/testname.js
CHANGED