mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 00:00:20 +08:00
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:
122
node_modules/@humanwhocodes/config-array/api.js
generated
vendored
122
node_modules/@humanwhocodes/config-array/api.js
generated
vendored
@@ -14,31 +14,13 @@ var objectSchema = require('@humanwhocodes/object-schema');
|
||||
// Helpers
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Assets that a given value is an array.
|
||||
* @param {*} value The value to check.
|
||||
* @returns {void}
|
||||
* @throws {TypeError} When the value is not an array.
|
||||
*/
|
||||
function assertIsArray(value) {
|
||||
if (!Array.isArray(value)) {
|
||||
throw new TypeError('Expected value to be an array.');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Assets that a given value is an array containing only strings and functions.
|
||||
* @param {*} value The value to check.
|
||||
* @returns {void}
|
||||
* @throws {TypeError} When the value is not an array of strings and functions.
|
||||
*/
|
||||
function assertIsArrayOfStringsAndFunctions(value, name) {
|
||||
assertIsArray(value);
|
||||
|
||||
if (value.some(item => typeof item !== 'string' && typeof item !== 'function')) {
|
||||
throw new TypeError('Expected array to only contain strings.');
|
||||
}
|
||||
}
|
||||
const NOOP_STRATEGY = {
|
||||
required: false,
|
||||
merge() {
|
||||
return undefined;
|
||||
},
|
||||
validate() { }
|
||||
};
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Exports
|
||||
@@ -60,6 +42,66 @@ const baseSchema = Object.freeze({
|
||||
}
|
||||
}
|
||||
},
|
||||
files: NOOP_STRATEGY,
|
||||
ignores: NOOP_STRATEGY
|
||||
});
|
||||
|
||||
/**
|
||||
* @fileoverview ConfigSchema
|
||||
* @author Nicholas C. Zakas
|
||||
*/
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Helpers
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Asserts that a given value is an array.
|
||||
* @param {*} value The value to check.
|
||||
* @returns {void}
|
||||
* @throws {TypeError} When the value is not an array.
|
||||
*/
|
||||
function assertIsArray(value) {
|
||||
if (!Array.isArray(value)) {
|
||||
throw new TypeError('Expected value to be an array.');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Asserts that a given value is an array containing only strings and functions.
|
||||
* @param {*} value The value to check.
|
||||
* @returns {void}
|
||||
* @throws {TypeError} When the value is not an array of strings and functions.
|
||||
*/
|
||||
function assertIsArrayOfStringsAndFunctions(value, name) {
|
||||
assertIsArray(value);
|
||||
|
||||
if (value.some(item => typeof item !== 'string' && typeof item !== 'function')) {
|
||||
throw new TypeError('Expected array to only contain strings and functions.');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Asserts that a given value is a non-empty array.
|
||||
* @param {*} value The value to check.
|
||||
* @returns {void}
|
||||
* @throws {TypeError} When the value is not an array or an empty array.
|
||||
*/
|
||||
function assertIsNonEmptyArray(value) {
|
||||
if (!Array.isArray(value) || value.length === 0) {
|
||||
throw new TypeError('Expected value to be a non-empty array.');
|
||||
}
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Exports
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* The schema for `files` and `ignores` that every ConfigArray uses.
|
||||
* @type Object
|
||||
*/
|
||||
const filesAndIgnoresSchema = Object.freeze({
|
||||
files: {
|
||||
required: false,
|
||||
merge() {
|
||||
@@ -68,7 +110,7 @@ const baseSchema = Object.freeze({
|
||||
validate(value) {
|
||||
|
||||
// first check if it's an array
|
||||
assertIsArray(value);
|
||||
assertIsNonEmptyArray(value);
|
||||
|
||||
// then check each member
|
||||
value.forEach(item => {
|
||||
@@ -95,6 +137,7 @@ const baseSchema = Object.freeze({
|
||||
* @author Nicholas C. Zakas
|
||||
*/
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Helpers
|
||||
//------------------------------------------------------------------------------
|
||||
@@ -111,6 +154,8 @@ const MINIMATCH_OPTIONS = {
|
||||
|
||||
const CONFIG_TYPES = new Set(['array', 'function']);
|
||||
|
||||
const FILES_AND_IGNORES_SCHEMA = new objectSchema.ObjectSchema(filesAndIgnoresSchema);
|
||||
|
||||
/**
|
||||
* Shorthand for checking if a value is a string.
|
||||
* @param {any} value The value to check.
|
||||
@@ -121,15 +166,23 @@ function isString(value) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Asserts that the files key of a config object is a nonempty array.
|
||||
* Asserts that the files and ignores keys of a config object are valid as per base schema.
|
||||
* @param {object} config The config object to check.
|
||||
* @returns {void}
|
||||
* @throws {TypeError} If the files key isn't a nonempty array.
|
||||
* @throws {TypeError} If the files and ignores keys of a config object are not valid.
|
||||
*/
|
||||
function assertNonEmptyFilesArray(config) {
|
||||
if (!Array.isArray(config.files) || config.files.length === 0) {
|
||||
throw new TypeError('The files key must be a non-empty array.');
|
||||
function assertValidFilesAndIgnores(config) {
|
||||
if (!config || typeof config !== 'object') {
|
||||
return;
|
||||
}
|
||||
const validateConfig = { };
|
||||
if ('files' in config) {
|
||||
validateConfig.files = config.files;
|
||||
}
|
||||
if ('ignores' in config) {
|
||||
validateConfig.ignores = config.ignores;
|
||||
}
|
||||
FILES_AND_IGNORES_SCHEMA.validate(validateConfig);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -349,9 +402,6 @@ function pathMatches(filePath, basePath, config) {
|
||||
*/
|
||||
const relativeFilePath = path.relative(basePath, filePath);
|
||||
|
||||
// if files isn't an array, throw an error
|
||||
assertNonEmptyFilesArray(config);
|
||||
|
||||
// match both strings and functions
|
||||
const match = pattern => {
|
||||
|
||||
@@ -658,6 +708,7 @@ class ConfigArray extends Array {
|
||||
const normalizedConfigs = await normalize(this, context, this.extraConfigTypes);
|
||||
this.length = 0;
|
||||
this.push(...normalizedConfigs.map(this[ConfigArraySymbol.preprocessConfig].bind(this)));
|
||||
this.forEach(assertValidFilesAndIgnores);
|
||||
this[ConfigArraySymbol.isNormalized] = true;
|
||||
|
||||
// prevent further changes
|
||||
@@ -679,6 +730,7 @@ class ConfigArray extends Array {
|
||||
const normalizedConfigs = normalizeSync(this, context, this.extraConfigTypes);
|
||||
this.length = 0;
|
||||
this.push(...normalizedConfigs.map(this[ConfigArraySymbol.preprocessConfig].bind(this)));
|
||||
this.forEach(assertValidFilesAndIgnores);
|
||||
this[ConfigArraySymbol.isNormalized] = true;
|
||||
|
||||
// prevent further changes
|
||||
@@ -827,8 +879,6 @@ class ConfigArray extends Array {
|
||||
return;
|
||||
}
|
||||
|
||||
assertNonEmptyFilesArray(config);
|
||||
|
||||
/*
|
||||
* If a config has a files pattern ending in /** or /*, and the
|
||||
* filePath only matches those patterns, then the config is only
|
||||
|
||||
Reference in New Issue
Block a user