diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915d..6bdc2ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,22 @@ version: 2 updates: - # Enable version updates for npm - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory directory: '/' - # Check the npm registry for updates every day (weekdays) schedule: interval: 'daily' + labels: + - "dependencies" + groups: + npm: + patterns: + - "*" + - directory: / + package-ecosystem: "github-actions" + schedule: + interval: "daily" + labels: + - "dependencies" + groups: + github-actions: + patterns: + - "*" diff --git a/.github/workflows/autolabel.yaml b/.github/workflows/autolabel.yaml deleted file mode 100644 index 978edd0..0000000 --- a/.github/workflows/autolabel.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Add Labels - -on: - pull_request: - types: opened - -jobs: - add_labels: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-ecosystem/action-add-labels@v1 - if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} - with: - labels: maintenance diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 54aa5d9..8b0b7ea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: | npm install - run: | diff --git a/.github/workflows/verify-labels.yaml b/.github/workflows/verify-labels.yaml index 20fe1e6..dd84bd8 100644 --- a/.github/workflows/verify-labels.yaml +++ b/.github/workflows/verify-labels.yaml @@ -8,7 +8,7 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: jesusvasquez333/verify-pr-label-action@2f0319c23a61915af52e8f905cf7c272be3b363d #v1.3.1 + - uses: jesusvasquez333/verify-pr-label-action@657d111bbbe13e22bbd55870f1813c699bde1401 #v1.4.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' valid-labels: 'bug, enhancement, maintenance' diff --git a/package-lock.json b/package-lock.json index c98c261..949030c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/jest": "^26.0.15", - "@types/node": "^18.15.8", + "@types/node": "^20.11.30", "@typescript-eslint/parser": "^5.56.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.36.0", @@ -1734,10 +1734,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.15.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.8.tgz", - "integrity": "sha512-kzGNJZ57XEH7RdckxZ7wfRjB9hgZABF+NLgR1B2zogUvV0gmK0/60VYA4yb4oKZckPiiJlmmfpdqTfCN0VRX+Q==", - "dev": true + "version": "20.11.30", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", + "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -10366,6 +10369,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "node_modules/union-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", @@ -12276,10 +12285,13 @@ "dev": true }, "@types/node": { - "version": "18.15.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.8.tgz", - "integrity": "sha512-kzGNJZ57XEH7RdckxZ7wfRjB9hgZABF+NLgR1B2zogUvV0gmK0/60VYA4yb4oKZckPiiJlmmfpdqTfCN0VRX+Q==", - "dev": true + "version": "20.11.30", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", + "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } }, "@types/normalize-package-data": { "version": "2.4.1", @@ -18775,6 +18787,12 @@ "which-boxed-primitive": "^1.0.2" } }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "union-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", diff --git a/package.json b/package.json index db39ba9..2a28ed6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/jest": "^26.0.15", - "@types/node": "^18.15.8", + "@types/node": "^20.11.30", "@typescript-eslint/parser": "^5.56.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.36.0",