Merge branch 'main' into ignore-group-type

This commit is contained in:
Jennifer Richards 2024-02-12 18:24:17 -04:00 committed by GitHub
commit a54834c05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 39 additions and 40 deletions

View file

@ -77,7 +77,7 @@ jobs:
echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV echo "NEXT_VERSION=$nextStrict" >> $GITHUB_ENV
- name: Create Draft Release - name: Create Draft Release
uses: ncipollo/release-action@v1.13.0 uses: ncipollo/release-action@v1.14.0
if: ${{ github.ref_name == 'release' }} if: ${{ github.ref_name == 'release' }}
with: with:
prerelease: true prerelease: true
@ -150,7 +150,7 @@ jobs:
- name: Download a Coverage Results - name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }} if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.1 uses: actions/download-artifact@v4.1.2
with: with:
name: coverage name: coverage
@ -267,7 +267,7 @@ jobs:
histCoveragePath: historical-coverage.json histCoveragePath: historical-coverage.json
- name: Create Release - name: Create Release
uses: ncipollo/release-action@v1.13.0 uses: ncipollo/release-action@v1.14.0
if: ${{ env.SHOULD_DEPLOY == 'true' }} if: ${{ env.SHOULD_DEPLOY == 'true' }}
with: with:
allowUpdates: true allowUpdates: true
@ -280,7 +280,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Update Baseline Coverage - name: Update Baseline Coverage
uses: ncipollo/release-action@v1.13.0 uses: ncipollo/release-action@v1.14.0
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }} if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
with: with:
allowUpdates: true allowUpdates: true
@ -374,7 +374,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download a Release Artifact - name: Download a Release Artifact
uses: actions/download-artifact@v4.1.1 uses: actions/download-artifact@v4.1.2
with: with:
name: release-${{ env.PKG_VERSION }} name: release-${{ env.PKG_VERSION }}
@ -410,7 +410,7 @@ jobs:
steps: steps:
- name: Download a Release Artifact - name: Download a Release Artifact
uses: actions/download-artifact@v4.1.1 uses: actions/download-artifact@v4.1.2
with: with:
name: release-${{ env.PKG_VERSION }} name: release-${{ env.PKG_VERSION }}
path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }} path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}

View file

@ -59,7 +59,7 @@ jobs:
path: geckodriver.log path: geckodriver.log
- name: Upload Coverage Results to Codecov - name: Upload Coverage Results to Codecov
uses: codecov/codecov-action@v3.1.5 uses: codecov/codecov-action@v4.0.1
with: with:
files: coverage.xml files: coverage.xml

View file

@ -21,4 +21,3 @@ source $DTDIR/env/bin/activate
logger -p user.info -t cron "Running $DTDIR/bin/mm_hourly" logger -p user.info -t cron "Running $DTDIR/bin/mm_hourly"
$DTDIR/ietf/manage.py import_mailman_listinfo

View file

@ -22,7 +22,7 @@
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.14" "npm-check-updates": "16.14.15"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -4079,9 +4079,9 @@
} }
}, },
"node_modules/npm-check-updates": { "node_modules/npm-check-updates": {
"version": "16.14.14", "version": "16.14.15",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.14.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz",
"integrity": "sha512-Y3ajS/Ep40jM489rLBdz9jehn/BMil5s9fA4PSr2ZJxxSmtLWCSmRqsI2IEZ9Nb3MTMu8a3s7kBs0l+JbjdkTA==", "integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",
@ -9249,9 +9249,9 @@
} }
}, },
"npm-check-updates": { "npm-check-updates": {
"version": "16.14.14", "version": "16.14.15",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.14.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz",
"integrity": "sha512-Y3ajS/Ep40jM489rLBdz9jehn/BMil5s9fA4PSr2ZJxxSmtLWCSmRqsI2IEZ9Nb3MTMu8a3s7kBs0l+JbjdkTA==", "integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^5.3.0", "chalk": "^5.3.0",

View file

@ -19,6 +19,6 @@
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.14" "npm-check-updates": "16.14.15"
} }
} }

View file

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"nanoid": "5.0.4", "nanoid": "5.0.5",
"nanoid-dictionary": "5.0.0-beta.1", "nanoid-dictionary": "5.0.0-beta.1",
"slugify": "1.6.6", "slugify": "1.6.6",
"tar": "^6.2.0", "tar": "^6.2.0",
@ -337,9 +337,9 @@
"optional": true "optional": true
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "5.0.4", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.4.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.5.tgz",
"integrity": "sha512-vAjmBf13gsmhXSgBrtIclinISzFFy22WwCYoyilZlsrRXNIHSwgFQ1bEdjRwMT3aoadeIF6HMuDRlOxzfXV8ig==", "integrity": "sha512-/Veqm+QKsyMY3kqi4faWplnY1u+VuKO3dD2binyPIybP31DRO29bPF+1mszgLnrR2KqSLceFLBNw0zmvDzN1QQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -878,9 +878,9 @@
"optional": true "optional": true
}, },
"nanoid": { "nanoid": {
"version": "5.0.4", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.4.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.5.tgz",
"integrity": "sha512-vAjmBf13gsmhXSgBrtIclinISzFFy22WwCYoyilZlsrRXNIHSwgFQ1bEdjRwMT3aoadeIF6HMuDRlOxzfXV8ig==" "integrity": "sha512-/Veqm+QKsyMY3kqi4faWplnY1u+VuKO3dD2binyPIybP31DRO29bPF+1mszgLnrR2KqSLceFLBNw0zmvDzN1QQ=="
}, },
"nanoid-dictionary": { "nanoid-dictionary": {
"version": "5.0.0-beta.1", "version": "5.0.0-beta.1",

View file

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"nanoid": "5.0.4", "nanoid": "5.0.5",
"nanoid-dictionary": "5.0.0-beta.1", "nanoid-dictionary": "5.0.0-beta.1",
"slugify": "1.6.6", "slugify": "1.6.6",
"tar": "^6.2.0", "tar": "^6.2.0",

View file

@ -6,7 +6,7 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@faker-js/faker": "8.4.0", "@faker-js/faker": "8.4.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"luxon": "3.4.4", "luxon": "3.4.4",
@ -22,7 +22,7 @@
"eslint-plugin-n": "16.6.2", "eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.14" "npm-check-updates": "16.14.15"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -101,9 +101,9 @@
} }
}, },
"node_modules/@faker-js/faker": { "node_modules/@faker-js/faker": {
"version": "8.4.0", "version": "8.4.1",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.4.0.tgz", "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.4.1.tgz",
"integrity": "sha512-htW87352wzUCdX1jyUQocUcmAaFqcR/w082EC8iP/gtkF0K+aKcBp0hR5Arb7dzR8tQ1TrhE9DNa5EbJELm84w==", "integrity": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -3804,9 +3804,9 @@
} }
}, },
"node_modules/npm-check-updates": { "node_modules/npm-check-updates": {
"version": "16.14.14", "version": "16.14.15",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.14.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz",
"integrity": "sha512-Y3ajS/Ep40jM489rLBdz9jehn/BMil5s9fA4PSr2ZJxxSmtLWCSmRqsI2IEZ9Nb3MTMu8a3s7kBs0l+JbjdkTA==", "integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",
@ -6015,9 +6015,9 @@
"dev": true "dev": true
}, },
"@faker-js/faker": { "@faker-js/faker": {
"version": "8.4.0", "version": "8.4.1",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.4.0.tgz", "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.4.1.tgz",
"integrity": "sha512-htW87352wzUCdX1jyUQocUcmAaFqcR/w082EC8iP/gtkF0K+aKcBp0hR5Arb7dzR8tQ1TrhE9DNa5EbJELm84w==" "integrity": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg=="
}, },
"@humanwhocodes/config-array": { "@humanwhocodes/config-array": {
"version": "0.11.13", "version": "0.11.13",
@ -8721,9 +8721,9 @@
} }
}, },
"npm-check-updates": { "npm-check-updates": {
"version": "16.14.14", "version": "16.14.15",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.14.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.15.tgz",
"integrity": "sha512-Y3ajS/Ep40jM489rLBdz9jehn/BMil5s9fA4PSr2ZJxxSmtLWCSmRqsI2IEZ9Nb3MTMu8a3s7kBs0l+JbjdkTA==", "integrity": "sha512-WH0wJ9j6CP7Azl+LLCxWAYqroT2IX02kRIzgK/fg0rPpMbETgHITWBdOPtrv521xmA3JMgeNsQ62zvVtS/nCmQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^5.3.0", "chalk": "^5.3.0",

View file

@ -14,10 +14,10 @@
"eslint-plugin-n": "16.6.2", "eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.14.14" "npm-check-updates": "16.14.15"
}, },
"dependencies": { "dependencies": {
"@faker-js/faker": "8.4.0", "@faker-js/faker": "8.4.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"luxon": "3.4.4", "luxon": "3.4.4",