From 1a7352af9bd3e6115def2a5a20690ab23a43ebd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 04:25:15 +0000 Subject: [PATCH 1/2] chore: update dependency file-entry-cache to v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 788d2bb7493..d599fdee570 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^8.0.0", "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", From a9f106ffac32d8737b9738d576d771e42b278219 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Mon, 29 Jan 2024 13:52:01 -0500 Subject: [PATCH 2/2] Update license check to include BlueOak --- Makefile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.js b/Makefile.js index 5e5352895bc..30bd32d378b 100644 --- a/Makefile.js +++ b/Makefile.js @@ -48,7 +48,8 @@ const { cat, cd, echo, exec, exit, find, ls, mkdir, pwd, test } = require("shell const PERF_MULTIPLIER = 13e6; const OPEN_SOURCE_LICENSES = [ - /MIT/u, /BSD/u, /Apache/u, /ISC/u, /WTF/u, /Public Domain/u, /LGPL/u, /Python/u + /MIT/u, /BSD/u, /Apache/u, /ISC/u, /WTF/u, + /Public Domain/u, /LGPL/u, /Python/u, /BlueOak/u ]; //------------------------------------------------------------------------------