@jest/transform
Advanced tools
Comparing version 30.0.0-alpha.3 to 30.0.0-alpha.4
@@ -112,3 +112,3 @@ /*! | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
/** | ||
@@ -891,3 +891,3 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. | ||
const UPGRADE_NOTE = ` ${_chalk().default.bold('This error may be caused by a breaking change in Jest 28:')} | ||
https://jestjs.io/docs/28.x/upgrading-to-jest28#transformer | ||
https://jest-archive-august-2023.netlify.app/docs/28.x/upgrading-to-jest28#transformer | ||
`; | ||
@@ -944,3 +944,3 @@ const makeInvalidReturnValueError = transformPath => _chalk().default.red([_chalk().default.bold(`${BULLET}Invalid return value:`), ' `process()` or/and `processAsync()` method of code transformer found at ', ` "${(0, _slash().default)(transformPath)}" `, ' should return an object or a Promise resolving to an object. The object ', ' must have `code` property with a string of processed code.', ''].join('\n') + UPGRADE_NOTE + DOCUMENTATION_NOTE); | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
/** | ||
@@ -1025,3 +1025,3 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. | ||
module.exports = JSON.parse('{"name":"@jest/transform","version":"30.0.0-alpha.2","repository":{"type":"git","url":"https://github.com/jestjs/jest.git","directory":"packages/jest-transform"},"license":"MIT","main":"./build/index.js","types":"./build/index.d.ts","exports":{".":{"types":"./build/index.d.ts","require":"./build/index.js","import":"./build/index.mjs","default":"./build/index.js"},"./package.json":"./package.json"},"dependencies":{"@babel/core":"^7.11.6","@jest/types":"workspace:*","@jridgewell/trace-mapping":"^0.3.18","babel-plugin-istanbul":"^6.1.1","chalk":"^4.0.0","convert-source-map":"^2.0.0","fast-json-stable-stringify":"^2.1.0","graceful-fs":"^4.2.9","jest-haste-map":"workspace:*","jest-regex-util":"workspace:*","jest-util":"workspace:*","micromatch":"^4.0.4","pirates":"^4.0.4","slash":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@jest/test-utils":"workspace:*","@types/babel__core":"^7.1.14","@types/convert-source-map":"^2.0.0","@types/graceful-fs":"^4.1.3","@types/micromatch":"^4.0.1","@types/write-file-atomic":"^4.0.0","dedent":"^1.0.0"},"engines":{"node":"^16.10.0 || ^18.12.0 || >=20.0.0"},"publishConfig":{"access":"public"}}'); | ||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@jest/transform","version":"30.0.0-alpha.3","repository":{"type":"git","url":"https://github.com/jestjs/jest.git","directory":"packages/jest-transform"},"license":"MIT","main":"./build/index.js","types":"./build/index.d.ts","exports":{".":{"types":"./build/index.d.ts","require":"./build/index.js","import":"./build/index.mjs","default":"./build/index.js"},"./package.json":"./package.json"},"dependencies":{"@babel/core":"^7.11.6","@jest/types":"workspace:*","@jridgewell/trace-mapping":"^0.3.18","babel-plugin-istanbul":"^6.1.1","chalk":"^4.0.0","convert-source-map":"^2.0.0","fast-json-stable-stringify":"^2.1.0","graceful-fs":"^4.2.9","jest-haste-map":"workspace:*","jest-regex-util":"workspace:*","jest-util":"workspace:*","micromatch":"^4.0.4","pirates":"^4.0.4","slash":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@jest/test-utils":"workspace:*","@types/babel__core":"^7.1.14","@types/convert-source-map":"^2.0.0","@types/graceful-fs":"^4.1.3","@types/micromatch":"^4.0.1","@types/write-file-atomic":"^4.0.0","dedent":"^1.0.0"},"engines":{"node":"^16.10.0 || ^18.12.0 || >=20.0.0"},"publishConfig":{"access":"public"}}'); | ||
@@ -1028,0 +1028,0 @@ /***/ }) |
{ | ||
"name": "@jest/transform", | ||
"version": "30.0.0-alpha.3", | ||
"version": "30.0.0-alpha.4", | ||
"repository": { | ||
@@ -23,3 +23,3 @@ "type": "git", | ||
"@babel/core": "^7.11.6", | ||
"@jest/types": "30.0.0-alpha.3", | ||
"@jest/types": "30.0.0-alpha.4", | ||
"@jridgewell/trace-mapping": "^0.3.18", | ||
@@ -31,5 +31,5 @@ "babel-plugin-istanbul": "^6.1.1", | ||
"graceful-fs": "^4.2.9", | ||
"jest-haste-map": "30.0.0-alpha.3", | ||
"jest-regex-util": "30.0.0-alpha.3", | ||
"jest-util": "30.0.0-alpha.3", | ||
"jest-haste-map": "30.0.0-alpha.4", | ||
"jest-regex-util": "30.0.0-alpha.4", | ||
"jest-util": "30.0.0-alpha.4", | ||
"micromatch": "^4.0.4", | ||
@@ -41,3 +41,3 @@ "pirates": "^4.0.4", | ||
"devDependencies": { | ||
"@jest/test-utils": "30.0.0-alpha.3", | ||
"@jest/test-utils": "30.0.0-alpha.4", | ||
"@types/babel__core": "^7.1.14", | ||
@@ -56,3 +56,3 @@ "@types/convert-source-map": "^2.0.0", | ||
}, | ||
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da" | ||
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
53253
+ Added@jest/schemas@30.0.0-alpha.4(transitive)
+ Added@jest/types@30.0.0-alpha.4(transitive)
+ Addedjest-haste-map@30.0.0-alpha.4(transitive)
+ Addedjest-regex-util@30.0.0-alpha.4(transitive)
+ Addedjest-util@30.0.0-alpha.4(transitive)
+ Addedjest-worker@30.0.0-alpha.4(transitive)
+ Addedpicomatch@4.0.2(transitive)
- Removed@jest/schemas@30.0.0-alpha.3(transitive)
- Removed@jest/types@30.0.0-alpha.3(transitive)
- Removedjest-haste-map@30.0.0-alpha.3(transitive)
- Removedjest-regex-util@30.0.0-alpha.3(transitive)
- Removedjest-util@30.0.0-alpha.3(transitive)
- Removedjest-worker@30.0.0-alpha.3(transitive)
- Removedpicomatch@3.0.1(transitive)
Updated@jest/types@30.0.0-alpha.4
Updatedjest-util@30.0.0-alpha.4