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/.gitlab-ci.yml b/.gitlab-ci.yml index 83e52a1b..9af23d22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ deploy_test: public: stage: publish - image: python:3.12 + image: python:3.13 needs: - job: build_web artifacts: false @@ -116,7 +116,7 @@ github: only: - public # public branch stage: publish - image: python:3.12 + image: python:3.13 before_script: - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' - eval $(ssh-agent -s) diff --git a/package.json b/package.json index 48aa2140..636c92ab 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "^11.0.0", "@semantic-release/npm": "^12.0.0", - "@semantic-release/release-notes-generator": "14.0.0", + "@semantic-release/release-notes-generator": "14.0.2", "@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": "^14.0.0", "stylelint-scss": "^6.0.0", - "xo": "^0.58.0" + "xo": "^0.60.0" }, "homepage": "https://demo.atlas.bi", "license": "AGPL-3.0-or-later", @@ -164,7 +164,7 @@ "unicorn/prefer-at": "warn" } }, - "version": "3.15.25", + "version": "3.15.26", "dependencies": { "sass": "^1.63.6" } diff --git a/solr.Dockerfile b/solr.Dockerfile index fde52afc..f8fabd0c 100644 --- a/solr.Dockerfile +++ b/solr.Dockerfile @@ -10,7 +10,7 @@ # to access webapp # http://localhost:8983 -FROM python:3.12-alpine as search +FROM python:3.13-alpine as search WORKDIR /app ARG USER ARG PASSWORD diff --git a/web.Tests/web.Tests.csproj b/web.Tests/web.Tests.csproj index 28fbc803..0663e57f 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 cc290cc2..20b54b5c 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