From f442f8688c72114ec0913bd87959b0a52a8dae11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:07:44 +0000 Subject: [PATCH 1/4] Bump the csharp group with 1 update Bumps Microsoft.DotNet.ILCompiler.LLVM from 10.0.0-rc.1.26117.1 to 10.0.0-rc.1.26357.1 --- updated-dependencies: - dependency-name: Microsoft.DotNet.ILCompiler.LLVM dependency-version: 10.0.0-rc.1.26357.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: csharp ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 35f1b8e..527bba1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@  - 10.0.0-rc.1.26117.1 + 10.0.0-rc.1.26357.1 Date: Tue, 21 Jul 2026 22:11:00 +0000 Subject: [PATCH 2/4] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d23441a48e516b6c34aea4fa41551a30e30af803...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) Updates `actions/cache` from 5.1.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/caa296126883cff596d87d8935842f9db880ef25...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) Updates `actions/setup-node` from 6.5.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/249970729cb0ef3589644e2896645e5dc5ba9c38...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/dotnet.yml | 6 +++--- .github/workflows/mega-linter.yml | 2 +- .github/workflows/reuse.yml | 2 +- .github/workflows/straights-web.yml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7aaca21..cbd897d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: lfs: true persist-credentials: false @@ -37,7 +37,7 @@ jobs: dotnet-version: 9.0.x - name: Cache nugets - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('Directory.Packages.props') }} diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 6eacedd..3ca7c2a 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: "Dependency Review" diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7cb2033..2fc3cda 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,7 @@ jobs: - {os: ubuntu-24.04, osfamily: linux, pub: 'linux'} steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: lfs: true persist-credentials: false @@ -55,7 +55,7 @@ jobs: run: dotnet --version - name: Cache nugets - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('Directory.Packages.props') }} @@ -66,7 +66,7 @@ jobs: run: dotnet restore - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 9272774..f45d8f1 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index a8d5ee1..1863878 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -15,7 +15,7 @@ jobs: REUSE: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: REUSE Compliance Check diff --git a/.github/workflows/straights-web.yml b/.github/workflows/straights-web.yml index fd1d7e2..c61d25e 100644 --- a/.github/workflows/straights-web.yml +++ b/.github/workflows/straights-web.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: lfs: true persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' From c90c81a29531128a4482deaefd1047d57869fc25 Mon Sep 17 00:00:00 2001 From: m-ringler <42344272+m-ringler@users.noreply.github.com> Date: Wed, 22 Jul 2026 00:25:11 +0200 Subject: [PATCH 3/4] Bump version --- Directory.Build.props | 5 ++--- package-lock.json | 4 ++-- package.json | 2 +- webdev/base/shared/index.html | 2 +- webdev/ts/shared/service-worker.ts | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 910d138..a570215 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,7 +12,7 @@ true - 0.8.8 + 0.8.9 m-ringler @@ -31,7 +31,6 @@ true + >true diff --git a/package-lock.json b/package-lock.json index e140e10..bc474cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "straights", - "version": "0.8.8", + "version": "0.8.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "straights", - "version": "0.8.8", + "version": "0.8.9", "devDependencies": { "@edge-runtime/vm": "^5.0.0", "@types/jquery": "^4.0.1", diff --git a/package.json b/package.json index 6aa8300..051c2a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "straights", "private": true, - "version": "0.8.8", + "version": "0.8.9", "devDependencies": { "@edge-runtime/vm": "^5.0.0", "@types/jquery": "^4.0.1", diff --git a/webdev/base/shared/index.html b/webdev/base/shared/index.html index a68b0e7..67e10de 100644 --- a/webdev/base/shared/index.html +++ b/webdev/base/shared/index.html @@ -256,7 +256,7 @@
×
- Straights.Web 0.8.8 + Straights.Web 0.8.9
© 2020 Luis Walter, 2025-2026 Moritz Ringler