From 6a567e2bbe449403300bbc6fa0f937a6c40caf08 Mon Sep 17 00:00:00 2001 From: Kasper Marstal Date: Fri, 1 Nov 2024 20:56:55 +0100 Subject: [PATCH 1/4] ci: Disable commitlint for dependabot (#43) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d944a..b2092bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,4 +42,5 @@ jobs: name: Conventional Commits steps: - name: Run commitlint + if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false) uses: opensource-nepal/commitlint@v1 From 97e326aef860239bfb65c891c0f12c11d755b6dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:00:47 +0100 Subject: [PATCH 2/4] build(deps): bump Sentry.Extensions.Logging from 4.10.2 to 4.12.1 (#39) Bumps [Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet) from 4.10.2 to 4.12.1. - [Release notes](https://github.com/getsentry/sentry-dotnet/releases) - [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-dotnet/compare/4.10.2...4.12.1) --- updated-dependencies: - dependency-name: Sentry.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kasper Marstal --- src/Cellm/Cellm.csproj | 2 +- src/Cellm/packages.lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Cellm/Cellm.csproj b/src/Cellm/Cellm.csproj index 1710dcc..b1bf0f1 100644 --- a/src/Cellm/Cellm.csproj +++ b/src/Cellm/Cellm.csproj @@ -35,7 +35,7 @@ - + Always diff --git a/src/Cellm/packages.lock.json b/src/Cellm/packages.lock.json index 5ad7b0c..c71289d 100644 --- a/src/Cellm/packages.lock.json +++ b/src/Cellm/packages.lock.json @@ -179,13 +179,13 @@ }, "Sentry.Extensions.Logging": { "type": "Direct", - "requested": "[4.10.2, )", - "resolved": "4.10.2", - "contentHash": "1F86+Ly1+9I7WSCdwAWg14GCuBwYgCGOf4x2BiDMxEsYw7FCAmCjfjA+AVEEim4efVtdMuldvH7Ux1K9tRvH8w==", + "requested": "[4.12.1, )", + "resolved": "4.12.1", + "contentHash": "0u8QJxh58+i9D1EKBpcH87J8iAOAYB0oLzyWKMIW1NSUHND19pf9ZMG5gE/F4/iNRFefZ7GAVMyNpepg+mmL7w==", "dependencies": { "Microsoft.Extensions.Http": "6.0.0", "Microsoft.Extensions.Logging.Configuration": "6.0.0", - "Sentry": "4.10.2" + "Sentry": "4.12.1" } }, "Sentry.Profiling": { @@ -517,8 +517,8 @@ }, "Sentry": { "type": "Transitive", - "resolved": "4.10.2", - "contentHash": "B5amIE3VXi4BdERxExlmaRWTfUNmv7uiznMdyVZBAbT9pq/uS8rabQ2/K3qNCpew9hzGvHeA7oRLaumS84COEA==" + "resolved": "4.12.1", + "contentHash": "OLf7885OKHWLaTLTyw884mwOT4XKCWj2Hz5Wuz/TJemJqXwCIdIljkJBIoeHviRUPvtB7ulDgeYXf/Z7ScToSA==" }, "System.Collections.Immutable": { "type": "Transitive", From b4f00339020e0ab6161e11ddbbff4ad6513a7dcb Mon Sep 17 00:00:00 2001 From: Kasper Marstal Date: Fri, 1 Nov 2024 22:15:34 +0100 Subject: [PATCH 3/4] ci: Disable conventional commits lint (#44) * ci: Disable commitlint for dependabot * ci: Disable conventional commits This github action insists on limiting commit message length with no way of disabling it, resulting in faulty runs for dependabot --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2092bb..b319d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,3 @@ jobs: dotnet-version: 6.0.x - name: Lint solution run: dotnet format --no-restore --verify-no-changes - commitlint: - runs-on: ubuntu-latest - name: Conventional Commits - steps: - - name: Run commitlint - if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false) - uses: opensource-nepal/commitlint@v1 From d3ba357a84ad80ad29f31d88499d438ee8ffd886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:18:22 +0100 Subject: [PATCH 4/4] build(deps): bump Sentry.Profiling from 4.10.2 to 4.12.1 (#41) Bumps [Sentry.Profiling](https://github.com/getsentry/sentry-dotnet) from 4.10.2 to 4.12.1. - [Release notes](https://github.com/getsentry/sentry-dotnet/releases) - [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-dotnet/compare/4.10.2...4.12.1) --- updated-dependencies: - dependency-name: Sentry.Profiling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kasper Marstal --- src/Cellm/Cellm.csproj | 2 +- src/Cellm/packages.lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Cellm/Cellm.csproj b/src/Cellm/Cellm.csproj index b1bf0f1..59013c0 100644 --- a/src/Cellm/Cellm.csproj +++ b/src/Cellm/Cellm.csproj @@ -36,7 +36,7 @@ - + Always diff --git a/src/Cellm/packages.lock.json b/src/Cellm/packages.lock.json index c71289d..e5b2af4 100644 --- a/src/Cellm/packages.lock.json +++ b/src/Cellm/packages.lock.json @@ -190,12 +190,12 @@ }, "Sentry.Profiling": { "type": "Direct", - "requested": "[4.10.2, )", - "resolved": "4.10.2", - "contentHash": "OgFfG7nnF6iENkq9AqDPn5T1H1/aPbo4zj990YdSddfrE/A5PCpU8cDKZ/JT2oWokb6igtQgpJHjFxAeZM9NBQ==", + "requested": "[4.12.1, )", + "resolved": "4.12.1", + "contentHash": "UbYfATbG7c8NH2TR5RrWeT2oySAsTB3pTcOKj24dCtIngpsp0qO/8ROwuUg8eYaIrRk3egHlf0ST1w+FV/w0jA==", "dependencies": { "Microsoft.Diagnostics.NETCore.Client": "0.2.510501", - "Sentry": "4.10.2" + "Sentry": "4.12.1" } }, "ExcelDna.Integration": {