Bump the npm group with 11 updates (#1892)
* Bump the npm group with 11 updates Bumps the npm group with 11 updates: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `1.1.1` | `1.1.2` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.10.1` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.0` | `9.0.1` | | [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.3` | `9.0.4` | | [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip) | `0.5.0` | `0.5.1` | | [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.5` | `4.0.6` | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.1` | `7.5.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.5.0` | `6.7.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.6.0` | `6.7.2` | | [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.49.0` | | [sinon](https://github.com/sinonjs/sinon) | `15.2.0` | `16.0.0` | Updates `@actions/artifact` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@actions/core` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `uuid` from 9.0.0 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) Updates `@types/uuid` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Updates `@types/adm-zip` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip) Updates `@types/js-yaml` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml) Updates `@types/semver` from 7.5.1 to 7.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.7.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser) Updates `eslint` from 8.48.0 to 8.49.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0) Updates `sinon` from 15.2.0 to 16.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.0.0) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/uuid" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/adm-zip" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/js-yaml" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/semver" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Update checked-in dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f3a128e0fe
commit
dd1128f4f1
1127 changed files with 1819 additions and 19938 deletions
4
node_modules/sinon/lib/sinon/default-behaviors.js
generated
vendored
4
node_modules/sinon/lib/sinon/default-behaviors.js
generated
vendored
|
|
@ -15,7 +15,9 @@ function throwsException(fake, error, message) {
|
|||
fake.exceptionCreator = error;
|
||||
} else if (typeof error === "string") {
|
||||
fake.exceptionCreator = function () {
|
||||
const newException = new Error(message || "");
|
||||
const newException = new Error(
|
||||
message || `Sinon-provided ${error}`
|
||||
);
|
||||
newException.name = error;
|
||||
return newException;
|
||||
};
|
||||
|
|
|
|||
71
node_modules/sinon/lib/sinon/sandbox.js
generated
vendored
71
node_modules/sinon/lib/sinon/sandbox.js
generated
vendored
|
|
@ -106,6 +106,10 @@ function Sandbox() {
|
|||
return sandbox.fake.apply(null, arguments);
|
||||
};
|
||||
|
||||
obj.define = function () {
|
||||
return sandbox.define.apply(null, arguments);
|
||||
};
|
||||
|
||||
obj.replace = function () {
|
||||
return sandbox.replace.apply(null, arguments);
|
||||
};
|
||||
|
|
@ -158,23 +162,7 @@ function Sandbox() {
|
|||
}
|
||||
}
|
||||
|
||||
forEach(collection, function (fake) {
|
||||
if (typeof fake === "function") {
|
||||
privateResetHistory(fake);
|
||||
return;
|
||||
}
|
||||
|
||||
const methods = [];
|
||||
if (fake.get) {
|
||||
push(methods, fake.get);
|
||||
}
|
||||
|
||||
if (fake.set) {
|
||||
push(methods, fake.set);
|
||||
}
|
||||
|
||||
forEach(methods, privateResetHistory);
|
||||
});
|
||||
forEach(collection, privateResetHistory);
|
||||
};
|
||||
|
||||
sandbox.restore = function restore() {
|
||||
|
|
@ -197,30 +185,28 @@ function Sandbox() {
|
|||
};
|
||||
|
||||
sandbox.restoreContext = function restoreContext() {
|
||||
let injectedKeys = sandbox.injectedKeys;
|
||||
const injectInto = sandbox.injectInto;
|
||||
|
||||
if (!injectedKeys) {
|
||||
if (!sandbox.injectedKeys) {
|
||||
return;
|
||||
}
|
||||
|
||||
forEach(injectedKeys, function (injectedKey) {
|
||||
delete injectInto[injectedKey];
|
||||
forEach(sandbox.injectedKeys, function (injectedKey) {
|
||||
delete sandbox.injectInto[injectedKey];
|
||||
});
|
||||
|
||||
injectedKeys = [];
|
||||
sandbox.injectedKeys.length = 0;
|
||||
};
|
||||
|
||||
function getFakeRestorer(object, property) {
|
||||
const descriptor = getPropertyDescriptor(object, property);
|
||||
|
||||
function restorer() {
|
||||
if (descriptor.isOwn) {
|
||||
if (descriptor?.isOwn) {
|
||||
Object.defineProperty(object, property, descriptor);
|
||||
} else {
|
||||
delete object[property];
|
||||
}
|
||||
}
|
||||
|
||||
restorer.object = object;
|
||||
restorer.property = property;
|
||||
return restorer;
|
||||
|
|
@ -246,7 +232,7 @@ function Sandbox() {
|
|||
throw new TypeError(
|
||||
`Cannot replace non-existent property ${valueToString(
|
||||
property
|
||||
)}`
|
||||
)}. Perhaps you meant sandbox.define()?`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -280,6 +266,31 @@ function Sandbox() {
|
|||
return replacement;
|
||||
};
|
||||
|
||||
sandbox.define = function define(object, property, value) {
|
||||
const descriptor = getPropertyDescriptor(object, property);
|
||||
|
||||
if (descriptor) {
|
||||
throw new TypeError(
|
||||
`Cannot define the already existing property ${valueToString(
|
||||
property
|
||||
)}. Perhaps you meant sandbox.replace()?`
|
||||
);
|
||||
}
|
||||
|
||||
if (typeof value === "undefined") {
|
||||
throw new TypeError("Expected value argument to be defined");
|
||||
}
|
||||
|
||||
verifyNotReplaced(object, property);
|
||||
|
||||
// store a function for restoring the defined property
|
||||
push(fakeRestorers, getFakeRestorer(object, property));
|
||||
|
||||
object[property] = value;
|
||||
|
||||
return value;
|
||||
};
|
||||
|
||||
sandbox.replaceGetter = function replaceGetter(
|
||||
object,
|
||||
property,
|
||||
|
|
@ -358,8 +369,7 @@ function Sandbox() {
|
|||
};
|
||||
|
||||
function commonPostInitSetup(args, spy) {
|
||||
const object = args[0];
|
||||
const property = args[1];
|
||||
const [object, property, types] = args;
|
||||
|
||||
const isSpyingOnEntireObject =
|
||||
typeof property === "undefined" && typeof object === "object";
|
||||
|
|
@ -372,6 +382,11 @@ function Sandbox() {
|
|||
});
|
||||
|
||||
usePromiseLibrary(promiseLib, ownMethods);
|
||||
} else if (Array.isArray(types)) {
|
||||
for (const accessorType of types) {
|
||||
addToCollection(spy[accessorType]);
|
||||
usePromiseLibrary(promiseLib, spy[accessorType]);
|
||||
}
|
||||
} else {
|
||||
addToCollection(spy);
|
||||
usePromiseLibrary(promiseLib, spy);
|
||||
|
|
|
|||
1
node_modules/sinon/lib/sinon/util/core/default-config.js
generated
vendored
1
node_modules/sinon/lib/sinon/util/core/default-config.js
generated
vendored
|
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
"server",
|
||||
"requests",
|
||||
"fake",
|
||||
"define",
|
||||
"replace",
|
||||
"replaceSetter",
|
||||
"replaceGetter",
|
||||
|
|
|
|||
28
node_modules/sinon/lib/sinon/util/core/get-property-descriptor.js
generated
vendored
28
node_modules/sinon/lib/sinon/util/core/get-property-descriptor.js
generated
vendored
|
|
@ -1,6 +1,28 @@
|
|||
"use strict";
|
||||
|
||||
module.exports = function getPropertyDescriptor(object, property) {
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
/*
|
||||
* The following type def is strictly an illegal JSDoc, but the expression forms a
|
||||
* legal Typescript union type and is understood by Visual Studio and the IntelliJ
|
||||
* family of editors. The "TS" flavor of JSDoc is becoming the de-facto standard these
|
||||
* days for that reason (and the fact that JSDoc is essentially unmaintained)
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {{isOwn: boolean} & PropertyDescriptor} SinonPropertyDescriptor
|
||||
* a slightly enriched property descriptor
|
||||
* @property {boolean} isOwn true if the descriptor is owned by this object, false if it comes from the prototype
|
||||
*/
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* Returns a slightly modified property descriptor that one can tell is from the object or the prototype
|
||||
*
|
||||
* @param {*} object
|
||||
* @param {string} property
|
||||
* @returns {SinonPropertyDescriptor}
|
||||
*/
|
||||
function getPropertyDescriptor(object, property) {
|
||||
let proto = object;
|
||||
let descriptor;
|
||||
const isOwn = Boolean(
|
||||
|
|
@ -19,4 +41,6 @@ module.exports = function getPropertyDescriptor(object, property) {
|
|||
}
|
||||
|
||||
return descriptor;
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = getPropertyDescriptor;
|
||||
|
|
|
|||
2
node_modules/sinon/package.json
generated
vendored
2
node_modules/sinon/package.json
generated
vendored
|
|
@ -15,7 +15,7 @@
|
|||
"xhr",
|
||||
"assert"
|
||||
],
|
||||
"version": "15.2.0",
|
||||
"version": "16.0.0",
|
||||
"homepage": "https://sinonjs.org/",
|
||||
"author": "Christian Johansen",
|
||||
"repository": {
|
||||
|
|
|
|||
108
node_modules/sinon/pkg/sinon-esm.js
generated
vendored
108
node_modules/sinon/pkg/sinon-esm.js
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* Sinon.JS 15.2.0, 2023-06-20, @license BSD-3 */let sinon;(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
||||
/* Sinon.JS 16.0.0, 2023-09-13, @license BSD-3 */let sinon;(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
||||
"use strict";
|
||||
// eslint-disable-next-line no-undef
|
||||
sinon = require("./sinon");
|
||||
|
|
@ -816,7 +816,9 @@ function throwsException(fake, error, message) {
|
|||
fake.exceptionCreator = error;
|
||||
} else if (typeof error === "string") {
|
||||
fake.exceptionCreator = function () {
|
||||
const newException = new Error(message || "");
|
||||
const newException = new Error(
|
||||
message || `Sinon-provided ${error}`
|
||||
);
|
||||
newException.name = error;
|
||||
return newException;
|
||||
};
|
||||
|
|
@ -2967,6 +2969,10 @@ function Sandbox() {
|
|||
return sandbox.fake.apply(null, arguments);
|
||||
};
|
||||
|
||||
obj.define = function () {
|
||||
return sandbox.define.apply(null, arguments);
|
||||
};
|
||||
|
||||
obj.replace = function () {
|
||||
return sandbox.replace.apply(null, arguments);
|
||||
};
|
||||
|
|
@ -3019,23 +3025,7 @@ function Sandbox() {
|
|||
}
|
||||
}
|
||||
|
||||
forEach(collection, function (fake) {
|
||||
if (typeof fake === "function") {
|
||||
privateResetHistory(fake);
|
||||
return;
|
||||
}
|
||||
|
||||
const methods = [];
|
||||
if (fake.get) {
|
||||
push(methods, fake.get);
|
||||
}
|
||||
|
||||
if (fake.set) {
|
||||
push(methods, fake.set);
|
||||
}
|
||||
|
||||
forEach(methods, privateResetHistory);
|
||||
});
|
||||
forEach(collection, privateResetHistory);
|
||||
};
|
||||
|
||||
sandbox.restore = function restore() {
|
||||
|
|
@ -3058,30 +3048,28 @@ function Sandbox() {
|
|||
};
|
||||
|
||||
sandbox.restoreContext = function restoreContext() {
|
||||
let injectedKeys = sandbox.injectedKeys;
|
||||
const injectInto = sandbox.injectInto;
|
||||
|
||||
if (!injectedKeys) {
|
||||
if (!sandbox.injectedKeys) {
|
||||
return;
|
||||
}
|
||||
|
||||
forEach(injectedKeys, function (injectedKey) {
|
||||
delete injectInto[injectedKey];
|
||||
forEach(sandbox.injectedKeys, function (injectedKey) {
|
||||
delete sandbox.injectInto[injectedKey];
|
||||
});
|
||||
|
||||
injectedKeys = [];
|
||||
sandbox.injectedKeys.length = 0;
|
||||
};
|
||||
|
||||
function getFakeRestorer(object, property) {
|
||||
const descriptor = getPropertyDescriptor(object, property);
|
||||
|
||||
function restorer() {
|
||||
if (descriptor.isOwn) {
|
||||
if (descriptor?.isOwn) {
|
||||
Object.defineProperty(object, property, descriptor);
|
||||
} else {
|
||||
delete object[property];
|
||||
}
|
||||
}
|
||||
|
||||
restorer.object = object;
|
||||
restorer.property = property;
|
||||
return restorer;
|
||||
|
|
@ -3107,7 +3095,7 @@ function Sandbox() {
|
|||
throw new TypeError(
|
||||
`Cannot replace non-existent property ${valueToString(
|
||||
property
|
||||
)}`
|
||||
)}. Perhaps you meant sandbox.define()?`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -3141,6 +3129,31 @@ function Sandbox() {
|
|||
return replacement;
|
||||
};
|
||||
|
||||
sandbox.define = function define(object, property, value) {
|
||||
const descriptor = getPropertyDescriptor(object, property);
|
||||
|
||||
if (descriptor) {
|
||||
throw new TypeError(
|
||||
`Cannot define the already existing property ${valueToString(
|
||||
property
|
||||
)}. Perhaps you meant sandbox.replace()?`
|
||||
);
|
||||
}
|
||||
|
||||
if (typeof value === "undefined") {
|
||||
throw new TypeError("Expected value argument to be defined");
|
||||
}
|
||||
|
||||
verifyNotReplaced(object, property);
|
||||
|
||||
// store a function for restoring the defined property
|
||||
push(fakeRestorers, getFakeRestorer(object, property));
|
||||
|
||||
object[property] = value;
|
||||
|
||||
return value;
|
||||
};
|
||||
|
||||
sandbox.replaceGetter = function replaceGetter(
|
||||
object,
|
||||
property,
|
||||
|
|
@ -3219,8 +3232,7 @@ function Sandbox() {
|
|||
};
|
||||
|
||||
function commonPostInitSetup(args, spy) {
|
||||
const object = args[0];
|
||||
const property = args[1];
|
||||
const [object, property, types] = args;
|
||||
|
||||
const isSpyingOnEntireObject =
|
||||
typeof property === "undefined" && typeof object === "object";
|
||||
|
|
@ -3233,6 +3245,11 @@ function Sandbox() {
|
|||
});
|
||||
|
||||
usePromiseLibrary(promiseLib, ownMethods);
|
||||
} else if (Array.isArray(types)) {
|
||||
for (const accessorType of types) {
|
||||
addToCollection(spy[accessorType]);
|
||||
usePromiseLibrary(promiseLib, spy[accessorType]);
|
||||
}
|
||||
} else {
|
||||
addToCollection(spy);
|
||||
usePromiseLibrary(promiseLib, spy);
|
||||
|
|
@ -3960,6 +3977,7 @@ module.exports = {
|
|||
"server",
|
||||
"requests",
|
||||
"fake",
|
||||
"define",
|
||||
"replace",
|
||||
"replaceSetter",
|
||||
"replaceGetter",
|
||||
|
|
@ -4209,7 +4227,29 @@ module.exports = function getNextTick(process, setImmediate) {
|
|||
},{}],29:[function(require,module,exports){
|
||||
"use strict";
|
||||
|
||||
module.exports = function getPropertyDescriptor(object, property) {
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
/*
|
||||
* The following type def is strictly an illegal JSDoc, but the expression forms a
|
||||
* legal Typescript union type and is understood by Visual Studio and the IntelliJ
|
||||
* family of editors. The "TS" flavor of JSDoc is becoming the de-facto standard these
|
||||
* days for that reason (and the fact that JSDoc is essentially unmaintained)
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {{isOwn: boolean} & PropertyDescriptor} SinonPropertyDescriptor
|
||||
* a slightly enriched property descriptor
|
||||
* @property {boolean} isOwn true if the descriptor is owned by this object, false if it comes from the prototype
|
||||
*/
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* Returns a slightly modified property descriptor that one can tell is from the object or the prototype
|
||||
*
|
||||
* @param {*} object
|
||||
* @param {string} property
|
||||
* @returns {SinonPropertyDescriptor}
|
||||
*/
|
||||
function getPropertyDescriptor(object, property) {
|
||||
let proto = object;
|
||||
let descriptor;
|
||||
const isOwn = Boolean(
|
||||
|
|
@ -4228,7 +4268,9 @@ module.exports = function getPropertyDescriptor(object, property) {
|
|||
}
|
||||
|
||||
return descriptor;
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = getPropertyDescriptor;
|
||||
|
||||
},{}],30:[function(require,module,exports){
|
||||
"use strict";
|
||||
|
|
@ -17775,6 +17817,8 @@ const _restoreContext = sinon.restoreContext;
|
|||
export { _restoreContext as restoreContext };
|
||||
const _replace = sinon.replace;
|
||||
export { _replace as replace };
|
||||
const _define = sinon.define;
|
||||
export { _define as define };
|
||||
const _replaceGetter = sinon.replaceGetter;
|
||||
export { _replaceGetter as replaceGetter };
|
||||
const _replaceSetter = sinon.replaceSetter;
|
||||
|
|
|
|||
106
node_modules/sinon/pkg/sinon-no-sourcemaps.cjs
generated
vendored
106
node_modules/sinon/pkg/sinon-no-sourcemaps.cjs
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* Sinon.JS 15.2.0, 2023-06-20, @license BSD-3 */(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.sinon = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
||||
/* Sinon.JS 16.0.0, 2023-09-13, @license BSD-3 */(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.sinon = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
||||
"use strict";
|
||||
|
||||
const behavior = require("./sinon/behavior");
|
||||
|
|
@ -811,7 +811,9 @@ function throwsException(fake, error, message) {
|
|||
fake.exceptionCreator = error;
|
||||
} else if (typeof error === "string") {
|
||||
fake.exceptionCreator = function () {
|
||||
const newException = new Error(message || "");
|
||||
const newException = new Error(
|
||||
message || `Sinon-provided ${error}`
|
||||
);
|
||||
newException.name = error;
|
||||
return newException;
|
||||
};
|
||||
|
|
@ -2962,6 +2964,10 @@ function Sandbox() {
|
|||
return sandbox.fake.apply(null, arguments);
|
||||
};
|
||||
|
||||
obj.define = function () {
|
||||
return sandbox.define.apply(null, arguments);
|
||||
};
|
||||
|
||||
obj.replace = function () {
|
||||
return sandbox.replace.apply(null, arguments);
|
||||
};
|
||||
|
|
@ -3014,23 +3020,7 @@ function Sandbox() {
|
|||
}
|
||||
}
|
||||
|
||||
forEach(collection, function (fake) {
|
||||
if (typeof fake === "function") {
|
||||
privateResetHistory(fake);
|
||||
return;
|
||||
}
|
||||
|
||||
const methods = [];
|
||||
if (fake.get) {
|
||||
push(methods, fake.get);
|
||||
}
|
||||
|
||||
if (fake.set) {
|
||||
push(methods, fake.set);
|
||||
}
|
||||
|
||||
forEach(methods, privateResetHistory);
|
||||
});
|
||||
forEach(collection, privateResetHistory);
|
||||
};
|
||||
|
||||
sandbox.restore = function restore() {
|
||||
|
|
@ -3053,30 +3043,28 @@ function Sandbox() {
|
|||
};
|
||||
|
||||
sandbox.restoreContext = function restoreContext() {
|
||||
let injectedKeys = sandbox.injectedKeys;
|
||||
const injectInto = sandbox.injectInto;
|
||||
|
||||
if (!injectedKeys) {
|
||||
if (!sandbox.injectedKeys) {
|
||||
return;
|
||||
}
|
||||
|
||||
forEach(injectedKeys, function (injectedKey) {
|
||||
delete injectInto[injectedKey];
|
||||
forEach(sandbox.injectedKeys, function (injectedKey) {
|
||||
delete sandbox.injectInto[injectedKey];
|
||||
});
|
||||
|
||||
injectedKeys = [];
|
||||
sandbox.injectedKeys.length = 0;
|
||||
};
|
||||
|
||||
function getFakeRestorer(object, property) {
|
||||
const descriptor = getPropertyDescriptor(object, property);
|
||||
|
||||
function restorer() {
|
||||
if (descriptor.isOwn) {
|
||||
if (descriptor?.isOwn) {
|
||||
Object.defineProperty(object, property, descriptor);
|
||||
} else {
|
||||
delete object[property];
|
||||
}
|
||||
}
|
||||
|
||||
restorer.object = object;
|
||||
restorer.property = property;
|
||||
return restorer;
|
||||
|
|
@ -3102,7 +3090,7 @@ function Sandbox() {
|
|||
throw new TypeError(
|
||||
`Cannot replace non-existent property ${valueToString(
|
||||
property
|
||||
)}`
|
||||
)}. Perhaps you meant sandbox.define()?`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -3136,6 +3124,31 @@ function Sandbox() {
|
|||
return replacement;
|
||||
};
|
||||
|
||||
sandbox.define = function define(object, property, value) {
|
||||
const descriptor = getPropertyDescriptor(object, property);
|
||||
|
||||
if (descriptor) {
|
||||
throw new TypeError(
|
||||
`Cannot define the already existing property ${valueToString(
|
||||
property
|
||||
)}. Perhaps you meant sandbox.replace()?`
|
||||
);
|
||||
}
|
||||
|
||||
if (typeof value === "undefined") {
|
||||
throw new TypeError("Expected value argument to be defined");
|
||||
}
|
||||
|
||||
verifyNotReplaced(object, property);
|
||||
|
||||
// store a function for restoring the defined property
|
||||
push(fakeRestorers, getFakeRestorer(object, property));
|
||||
|
||||
object[property] = value;
|
||||
|
||||
return value;
|
||||
};
|
||||
|
||||
sandbox.replaceGetter = function replaceGetter(
|
||||
object,
|
||||
property,
|
||||
|
|
@ -3214,8 +3227,7 @@ function Sandbox() {
|
|||
};
|
||||
|
||||
function commonPostInitSetup(args, spy) {
|
||||
const object = args[0];
|
||||
const property = args[1];
|
||||
const [object, property, types] = args;
|
||||
|
||||
const isSpyingOnEntireObject =
|
||||
typeof property === "undefined" && typeof object === "object";
|
||||
|
|
@ -3228,6 +3240,11 @@ function Sandbox() {
|
|||
});
|
||||
|
||||
usePromiseLibrary(promiseLib, ownMethods);
|
||||
} else if (Array.isArray(types)) {
|
||||
for (const accessorType of types) {
|
||||
addToCollection(spy[accessorType]);
|
||||
usePromiseLibrary(promiseLib, spy[accessorType]);
|
||||
}
|
||||
} else {
|
||||
addToCollection(spy);
|
||||
usePromiseLibrary(promiseLib, spy);
|
||||
|
|
@ -3955,6 +3972,7 @@ module.exports = {
|
|||
"server",
|
||||
"requests",
|
||||
"fake",
|
||||
"define",
|
||||
"replace",
|
||||
"replaceSetter",
|
||||
"replaceGetter",
|
||||
|
|
@ -4204,7 +4222,29 @@ module.exports = function getNextTick(process, setImmediate) {
|
|||
},{}],28:[function(require,module,exports){
|
||||
"use strict";
|
||||
|
||||
module.exports = function getPropertyDescriptor(object, property) {
|
||||
/* eslint-disable jsdoc/valid-types */
|
||||
/*
|
||||
* The following type def is strictly an illegal JSDoc, but the expression forms a
|
||||
* legal Typescript union type and is understood by Visual Studio and the IntelliJ
|
||||
* family of editors. The "TS" flavor of JSDoc is becoming the de-facto standard these
|
||||
* days for that reason (and the fact that JSDoc is essentially unmaintained)
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {{isOwn: boolean} & PropertyDescriptor} SinonPropertyDescriptor
|
||||
* a slightly enriched property descriptor
|
||||
* @property {boolean} isOwn true if the descriptor is owned by this object, false if it comes from the prototype
|
||||
*/
|
||||
/* eslint-enable jsdoc/valid-types */
|
||||
|
||||
/**
|
||||
* Returns a slightly modified property descriptor that one can tell is from the object or the prototype
|
||||
*
|
||||
* @param {*} object
|
||||
* @param {string} property
|
||||
* @returns {SinonPropertyDescriptor}
|
||||
*/
|
||||
function getPropertyDescriptor(object, property) {
|
||||
let proto = object;
|
||||
let descriptor;
|
||||
const isOwn = Boolean(
|
||||
|
|
@ -4223,7 +4263,9 @@ module.exports = function getPropertyDescriptor(object, property) {
|
|||
}
|
||||
|
||||
return descriptor;
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = getPropertyDescriptor;
|
||||
|
||||
},{}],29:[function(require,module,exports){
|
||||
"use strict";
|
||||
|
|
|
|||
108
node_modules/sinon/pkg/sinon.js
generated
vendored
108
node_modules/sinon/pkg/sinon.js
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue