From 8f678128c395a1a2ba5e4ec1637dcfb3f20b3762 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Sun, 2 Aug 2026 00:42:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20=EF=BB=BF#=20devlooped/oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update cron schedule in triage workflow https://github.com/devlooped/oss/commit/5ee8c91 - feat: add validation step to check for disallowed package versions in publish workflow https://github.com/devlooped/oss/commit/0ca5fd1 - Update actions-includes version to v2 https://github.com/devlooped/oss/commit/d571412 - Fix PackageId assumption for static web assets https://github.com/devlooped/oss/commit/3a758f4 - Disable warning on packing non-packable projects https://github.com/devlooped/oss/commit/320a5c5 # inventaire/isbn3 - Auto-update groups https://github.com/inventaire/isbn3/commit/469a46f --- .github/workflows/includes.yml | 2 +- .github/workflows/publish.yml | 12 ++++- .github/workflows/triage.yml | 4 +- .netconfig | 22 ++++----- Directory.Build.rsp | 1 + src/Directory.Build.targets | 9 +++- src/ISBN/groups.js | 85 +++++++++++++++++++++++++++------- 7 files changed, 101 insertions(+), 34 deletions(-) diff --git a/.github/workflows/includes.yml b/.github/workflows/includes.yml index 8fd6690..ee446be 100644 --- a/.github/workflows/includes.yml +++ b/.github/workflows/includes.yml @@ -32,7 +32,7 @@ jobs: token: ${{ env.PR_TOKEN || github.token }} - name: +Mᐁ includes - uses: devlooped/actions-includes@v1 + uses: devlooped/actions-includes@v2 - name: 📝 OSMF EULA shell: pwsh diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 035d811..4fe29c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ env: Configuration: Release PackOnBuild: true GeneratePackageOnBuild: true - VersionLabel: ${{ github.ref }} + VersionLabel: refs/tags/${{ github.event.release.tag_name }} GH_TOKEN: ${{ secrets.GH_TOKEN }} MSBUILDTERMINALLOGGER: auto SLEET_FEED_URL: https://api.nuget.org/v3/index.json @@ -44,6 +44,16 @@ jobs: name: logs path: '*.binlog' + - name: ✅ validate + shell: pwsh + working-directory: bin + run: | + $invalid = Get-ChildItem -File -Filter "*.42.42*.nupkg" + if ($invalid) { + Write-Error "Found dev/local packages with disallowed 42.42* version prefix:`n$($invalid.Name -join "`n")" + exit 1 + } + - name: 🚀 nuget env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 99eec76..bd30f7c 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,7 +1,7 @@ name: 'triage' on: schedule: - - cron: '42 0 * * *' + - cron: '42 0 1,15 * *' workflow_dispatch: # Manual triggering through the GitHub UI, API, or CLI @@ -104,4 +104,4 @@ jobs: closeDays: ${{ fromJson(inputs.daysBeforeClose || 30) }} closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity.\n\nHappy Coding!" pingDays: 80 - pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information." \ No newline at end of file + pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information." diff --git a/.netconfig b/.netconfig index 6e51a35..e4152cb 100644 --- a/.netconfig +++ b/.netconfig @@ -60,8 +60,8 @@ weak [file ".github/workflows/publish.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml - sha = 7f5f9ee9f362f7e8f951d618f8f799033550e687 - etag = c60411d1aa4e98e7f69e2d34cbccb8eb7e387ec11f6f8e78ee8d8b92122d7025 + sha = 0ca5fd11125cd10c51b4433a86917c06ff1ae839 + etag = ac46ffdcef820bbc6bd32378aef25ff79713196e0a5696791abb3a804e06e4d8 weak [file ".gitignore"] url = https://github.com/devlooped/oss/blob/main/.gitignore @@ -70,8 +70,8 @@ weak [file "Directory.Build.rsp"] url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp - sha = 0f7f7f7e8a29de9b535676f75fe7c67e629a5e8c - etag = 0ccae83fc51f400bfd7058170bfec7aba11455e24a46a0d7e6a358da6486e255 + sha = 320a5c5710f269ccb038b5e74146fed8b5a114ae + etag = 9872addf980da78842d42e70e72f90fb10ba52c1c2ccddc8aa9a2b83e0005679 weak [file "_config.yml"] url = https://github.com/devlooped/oss/blob/main/_config.yml @@ -95,8 +95,8 @@ weak [file "src/Directory.Build.targets"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets - sha = c67952501337303eda0fb8b340cb7606666abd8f - etag = cb83faed0cc8b930a7b6bdc61bea03a54059858cf04353e55fee94d9e3ae0fad + sha = 3a758f47e8955c15a016b3db08f383781cbdee26 + etag = 22005ab28676aa6d790171003057c81fe4ceec01251626385a3dcef3417ae3cd weak [file "src/kzu.snk"] url = https://github.com/devlooped/oss/blob/main/src/kzu.snk @@ -106,12 +106,12 @@ [file "src/ISBN/groups.js"] url = https://github.com/inventaire/isbn3/blob/master/lib/groups.js sha = 469a46f5b93875349cb7fae88aea25101910c179 - etag = 5bcc6b7d87cccfd3859cb32f1af57d2d3c6fde0629c0c11954180b7268508fa8 + etag = 292563058d1ec1276daf0d1a664d07214f40bfb985af1c59beef263559a3e0fa weak [file ".github/workflows/includes.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml - sha = 7c1c6e615b5785e0ac9db33cb17343d6c1de16ff - etag = 5e6a10be141ee629201bfad01eae09b5c36a67f541ec7ab411ae400b5d73de1d + sha = d571412f07b0fb3c40023dc906f64906d7ed2b46 + etag = ab627107749577bb619b024aff93027359b66b4c3f5a85a36b235e428387cd17 weak [file ".github/workflows/combine-prs.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/combine-prs.yml @@ -141,8 +141,8 @@ skip [file ".github/workflows/triage.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/triage.yml - sha = 61a602fc61eedbdae235f01e93657a6219ac2427 - etag = 152cd3a559c08da14d1da12a5262ba1d2e0ed6bed6d2eabf5bd209b0c35d8a75 + sha = 5ee8c91c8d9e8c0ee739fe1ec877f36c15a4aff0 + etag = b19dc36058fc7d385cb5795c9e0860c11b9d027c57cb2a5e6a112e692c6884c1 weak [file "src/nuget.config"] url = https://github.com/devlooped/oss/blob/main/src/nuget.config diff --git a/Directory.Build.rsp b/Directory.Build.rsp index 509cc66..a67e054 100644 --- a/Directory.Build.rsp +++ b/Directory.Build.rsp @@ -3,3 +3,4 @@ -m:1 -v:m -clp:Summary;ForceNoAlign +-p:WarnOnPackingNonPackableProject=false diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 20a680d..4a6ef38 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -39,7 +39,14 @@ $(MSBuildSDKsPath)\..\NuGet.Build.Tasks.Pack.targets - + + + + + + $(MSBuildProjectName) + + diff --git a/src/ISBN/groups.js b/src/ISBN/groups.js index 902f6ad..54c806b 100644 --- a/src/ISBN/groups.js +++ b/src/ISBN/groups.js @@ -110,6 +110,14 @@ module.exports = { ], [ '040', + '045' + ], + [ + '0460', + '0469' + ], + [ + '047', '047' ], [ @@ -120,6 +128,14 @@ module.exports = { '05', '05' ], + [ + '0665000', + '0665749' + ], + [ + '0665750', + '0665999' + ], [ '0666000', '0669999' @@ -542,10 +558,10 @@ module.exports = { ], [ '450', - '603' + '602' ], [ - '6040000', + '6030000', '6049999' ], [ @@ -1193,6 +1209,10 @@ module.exports = { '1830', '1899' ], + [ + '190', + '194' + ], [ '19500', '19999' @@ -1273,7 +1293,7 @@ module.exports = { '449' ], [ - '5500', + '5000', '7793' ], [ @@ -1467,6 +1487,27 @@ module.exports = { ] ] }, + '978-635': { + name: 'Iran', + ranges: [ + [ + '00', + '04' + ], + [ + '250', + '324' + ], + [ + '5800', + '6999' + ], + [ + '96000', + '99999' + ] + ] + }, '978-65': { name: 'Brazil', ranges: [ @@ -1521,7 +1562,7 @@ module.exports = { '50' ], [ - '997', + '994', '999' ] ] @@ -2693,7 +2734,11 @@ module.exports = { ranges: [ [ '00', - '18' + '17' + ], + [ + '180', + '189' ], [ '19500', @@ -3659,10 +3704,10 @@ module.exports = { ], [ '30000', - '67999' + '66999' ], [ - '68', + '67', '68' ], [ @@ -4112,7 +4157,7 @@ module.exports = { ranges: [ [ '20', - '20' + '22' ], [ '700', @@ -4150,7 +4195,7 @@ module.exports = { ranges: [ [ '0', - '1' + '3' ], [ '40', @@ -4188,11 +4233,11 @@ module.exports = { ranges: [ [ '01', - '15' + '18' ], [ '225', - '299' + '374' ], [ '5000', @@ -4271,7 +4316,7 @@ module.exports = { '799' ], [ - '9300', + '9200', '9999' ] ] @@ -7630,14 +7675,14 @@ module.exports = { ranges: [ [ '0', - '3' + '4' ], [ '50', - '76' + '79' ], [ - '865', + '845', '999' ] ] @@ -7718,7 +7763,7 @@ module.exports = { name: 'Luxembourg', ranges: [ [ - '550', + '400', '999' ] ] @@ -7932,10 +7977,14 @@ module.exports = { ranges: [ [ '00', - '23' + '21' ], [ - '24000', + '220000', + '229999' + ], + [ + '23000', '24999' ], [