diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 939745fa..74b3301c 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -18,7 +18,7 @@ jobs: git fetch origin ${{github.ref_name}}:${{github.ref_name}} git reset --hard ${{github.ref_name}} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: labels: automated pr branch: ${{github.ref_name}} @@ -36,7 +36,7 @@ jobs: git fetch origin ${{github.ref_name}}:${{github.ref_name}} git reset --hard ${{github.ref_name}} - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: labels: automated pr branch: ${{github.ref_name}} diff --git a/package.json b/package.json index f888072b..7f8117dc 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "^10.0.0", "@semantic-release/npm": "^12.0.0", - "@semantic-release/release-notes-generator": "14.0.0", + "@semantic-release/release-notes-generator": "14.0.1", "@toycode/markdown-it-class": "1.2.4", - "bulma": "1.0.1", + "bulma": "1.0.2", "bulma-checkradio": "2.1.3", "bulma-steps-component": "github:atlas-bi/bulma-steps", "bulma-switch": "2.0.4", @@ -61,7 +61,7 @@ "stylelint-config-prettier-scss": "1.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.0.0", - "xo": "^0.58.0" + "xo": "^0.59.0" }, "homepage": "https://demo.atlas.bi", "license": "AGPL-3.0-or-later", @@ -164,7 +164,7 @@ "unicorn/prefer-at": "warn" } }, - "version": "3.15.16", + "version": "3.15.17", "dependencies": { "sass": "^1.63.6" } diff --git a/web.Tests/web.Tests.csproj b/web.Tests/web.Tests.csproj index 28fbc803..5983be79 100644 --- a/web.Tests/web.Tests.csproj +++ b/web.Tests/web.Tests.csproj @@ -13,20 +13,20 @@ - + - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/web/web.csproj b/web/web.csproj index f99b0f79..efbf7560 100644 --- a/web/web.csproj +++ b/web/web.csproj @@ -28,8 +28,8 @@ true - - + + @@ -37,32 +37,32 @@ - - - + + + - + - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all