diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8f70241..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: / - schedule: - interval: weekly -- package-ecosystem: github-actions - directory: / - schedule: - interval: weekly diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 16c2117..f17eee4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - name: Set Node.js 12.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12.x diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed-status.yml similarity index 62% rename from .github/workflows/licensed.yml rename to .github/workflows/licensed-status.yml index b6b08b1..6f96498 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed-status.yml @@ -1,4 +1,4 @@ -name: Licensed +name: Licensed status on: push: @@ -11,12 +11,15 @@ on: jobs: test: runs-on: ubuntu-latest - name: Check licenses status + name: Check licenses steps: - uses: actions/checkout@v2 - - uses: jonabc/setup-licensed@v1 + with: + fetch-depth: 0 + - run: npm ci + - name: Install licensed + uses: jonabc/setup-licensed@v1 with: version: '3.x' github_token: ${{ secrets.GITHUB_TOKEN }} - - run: npm install - run: licensed status diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63cc0fb..4294a9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,5 +109,3 @@ jobs: Write-Error "File contents of downloaded artifacts are incorrect" } shell: pwsh - - diff --git a/.github/workflows/update_license_cache.yml b/.github/workflows/update_license_cache.yml deleted file mode 100644 index d748286..0000000 --- a/.github/workflows/update_license_cache.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Licensed - -on: - push: - branches: - - main - paths: [package-lock.json] - pull_request: - branches: main - paths: package-lock.json - workflow_dispatch: - -jobs: - update_licenses_cache: - runs-on: ubuntu-latest - name: Update licenses cache - steps: - - uses: actions/checkout@v1 - - uses: jonabc/setup-licensed@v1 - with: - version: '3.x' - github_token: ${{ secrets.GITHUB_TOKEN }} - - run: npm install --production - - uses: jonabc/licensed-ci@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.licensed.yml b/.licensed.yml index 09f8e40..5201c33 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -8,10 +8,4 @@ allowed: - cc0-1.0 - isc - mit - - unlicense - -reviewed: - npm: - - 'fs.realpath' - - '@actions/http-client' - - 'glob' + - unlicense diff --git a/.licenses/npm/@actions/http-client.dep.yml b/.licenses/npm/@actions/http-client.dep.yml index 9d86e46..43316cb 100644 --- a/.licenses/npm/@actions/http-client.dep.yml +++ b/.licenses/npm/@actions/http-client.dep.yml @@ -4,7 +4,7 @@ version: 1.0.11 type: npm summary: Actions Http Client homepage: https://github.com/actions/http-client#readme -license: other +license: mit licenses: - sources: LICENSE text: | diff --git a/.licenses/npm/fs.realpath.dep.yml b/.licenses/npm/fs.realpath.dep.yml index 0cdedf4..2a55c18 100644 --- a/.licenses/npm/fs.realpath.dep.yml +++ b/.licenses/npm/fs.realpath.dep.yml @@ -5,7 +5,7 @@ type: npm summary: Use node's fs.realpath, but fall back to the JS implementation if the native one fails homepage: https://github.com/isaacs/fs.realpath#readme -license: other +license: isc licenses: - sources: LICENSE text: | diff --git a/.licenses/npm/glob.dep.yml b/.licenses/npm/glob.dep.yml index 9ad0c04..39297a1 100644 --- a/.licenses/npm/glob.dep.yml +++ b/.licenses/npm/glob.dep.yml @@ -4,7 +4,7 @@ version: 7.1.6 type: npm summary: a little globber homepage: https://github.com/isaacs/node-glob#readme -license: other +license: isc licenses: - sources: LICENSE text: | diff --git a/package-lock.json b/package-lock.json index 00a0f0d..cdaf68c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -179,41 +179,41 @@ } }, "@typescript-eslint/parser": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.29.2.tgz", - "integrity": "sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==", + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.29.3.tgz", + "integrity": "sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "4.29.2", - "@typescript-eslint/types": "4.29.2", - "@typescript-eslint/typescript-estree": "4.29.2", + "@typescript-eslint/scope-manager": "4.29.3", + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/typescript-estree": "4.29.3", "debug": "^4.3.1" }, "dependencies": { "@typescript-eslint/scope-manager": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz", - "integrity": "sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==", + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz", + "integrity": "sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==", "dev": true, "requires": { - "@typescript-eslint/types": "4.29.2", - "@typescript-eslint/visitor-keys": "4.29.2" + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/visitor-keys": "4.29.3" } }, "@typescript-eslint/types": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.2.tgz", - "integrity": "sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==", + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.3.tgz", + "integrity": "sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz", - "integrity": "sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==", + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz", + "integrity": "sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==", "dev": true, "requires": { - "@typescript-eslint/types": "4.29.2", - "@typescript-eslint/visitor-keys": "4.29.2", + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/visitor-keys": "4.29.3", "debug": "^4.3.1", "globby": "^11.0.3", "is-glob": "^4.0.1", @@ -222,12 +222,12 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "4.29.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz", - "integrity": "sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==", + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz", + "integrity": "sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==", "dev": true, "requires": { - "@typescript-eslint/types": "4.29.2", + "@typescript-eslint/types": "4.29.3", "eslint-visitor-keys": "^2.0.0" } } diff --git a/package.json b/package.json index 8507572..727e1b0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/node": "^16.7.1", - "@typescript-eslint/parser": "^4.29.2", + "@typescript-eslint/parser": "^4.29.3", "@vercel/ncc": "^0.29.2", "concurrently": "^6.2.1", "eslint": "^7.32.0",