Skip to content

Commit ba3044f

Browse files
Hang Lecsc-jmrenovate-bot
committed
Skip: Update all non-major dependencies (merge commit)
Merge branch 'renovate/all-minor-patch' into 'main' * Update versions in package.json * Skip: Update all non-major dependencies See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/355 Approved-by: Hang Le <[email protected]> Co-authored-by: Joonatan Mäkinen <[email protected]> Co-authored-by: renovate-bot <group_183_bot_2d78ce980e0cdf1c1f6cfb0fa4c95beb@noreply.gitlab.ci.csc.fi> Merged by Hang Le <[email protected]>
2 parents c3e3563 + b320e52 commit ba3044f

File tree

8 files changed

+568
-579
lines changed

8 files changed

+568
-579
lines changed

.github/workflows/dependency-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@v2.1.0
15+
uses: dependabot/fetch-metadata@v2.2.0
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Wait other jobs are passed or failed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: rojopolis/spellcheck-github-actions@0.38.0
17+
- uses: rojopolis/spellcheck-github-actions@0.41.0
1818
name: Spellcheck
1919
with:
2020
config_path: .pyspelling.yml

dockerfiles/Dockerfile-build-crypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
1919
&& npx webpack --config "./wasm-webpack.config.js"
2020

2121
# Build upworker and downworker WebAssembly contents
22-
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.0 AS WASMCRYPT
22+
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.1 AS WASMCRYPT
2323

2424
COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/
2525

dockerfiles/Dockerfile-build-crypt-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
1919
&& npx webpack --config "./wasm-webpack.config.js"
2020

2121
# Build upworker and downworker WebAssembly contents
22-
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.0 AS WASMCRYPT
22+
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.1 AS WASMCRYPT
2323

2424
COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/
2525

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,45 @@ classifiers = [
2424
dependencies = [
2525
"aiohttp-session==2.12.0",
2626
"aiohttp==3.10.5",
27-
"redis==5.0.7",
27+
"redis==5.0.8",
2828
"asyncpg==0.29.0",
2929
"certifi==2024.7.4",
3030
"click==8.1.7",
3131
"cryptography==43.0.0",
3232
"gunicorn==22.0.0",
33-
"keystoneauth1==5.6.0",
33+
"keystoneauth1==5.7.0",
3434
"oidcrp==2.1.4",
3535
"python-swiftclient==4.6.0",
36-
"uvloop==0.19.0",
36+
"uvloop==0.20.0",
3737
"msgpack==1.0.8",
3838
]
3939

4040
[project.optional-dependencies]
4141
docs = [
42-
"sphinx==7.3.7",
42+
"sphinx==7.4.7",
4343
"sphinx_rtd_theme==2.0.0",
4444
]
4545
test = [
46-
"black==24.4.2",
47-
"coverage==7.5.4",
46+
"black==24.8.0",
47+
"coverage==7.6.1",
4848
"flake8-docstrings==1.7.0",
49-
"flake8==7.1.0",
50-
"mypy==1.10.1",
49+
"flake8==7.1.1",
50+
"mypy==1.11.1",
5151
"pytest-cov==5.0.0",
5252
"pytest-xdist==3.6.1",
53-
"pytest==8.2.2",
54-
"tox==4.15.1",
55-
"setuptools==70.1.1",
53+
"pytest==8.3.2",
54+
"tox==4.18.0",
55+
"setuptools==70.3.0",
5656
]
5757
ui_test = [
5858
"pytest-timeout==2.3.1",
59-
"pytest==8.2.2",
59+
"pytest==8.3.2",
6060
]
6161
dev = [
6262
"honcho==1.1.0",
63-
"pre-commit==3.7.1",
63+
"pre-commit==3.8.0",
6464
"pyspelling==2.10",
65-
"ruff==0.5.0",
65+
"ruff==0.6.2",
6666
"types-certifi",
6767
"types-redis",
6868
"types-requests",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiohttp==3.10.5
22
aiohttp-session==2.12.0
3-
redis==5.0.7
3+
redis==5.0.8
44
asyncpg==0.29.0
55
certifi==2024.7.4
66
click==8.1.7
77
cryptography==43.0.0
88
gunicorn==22.0.0
9-
keystoneauth1==5.6.0
9+
keystoneauth1==5.7.0
1010
oidcrp==2.1.4
1111
python-swiftclient==4.6.0
12-
uvloop==0.19.0
12+
uvloop==0.20.0
1313
msgpack==1.0.8

swift_browser_ui_frontend/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@
1616
"dependencies": {
1717
"@intlify/unplugin-vue-i18n": "^4.0.0",
1818
"@mdi/js": "^7.4.47",
19-
"@vitejs/plugin-vue": "^5.0.5",
19+
"@vitejs/plugin-vue": "^5.1.2",
2020
"@vueuse/rxjs": "^11.0.0",
2121
"@ygoe/msgpack": "^1.0.3",
2222
"cli-highlight": "^2.1.11",
2323
"csc-ui": "0.9.5",
2424
"dexie": "^4.0.8",
25-
"eslint": "^9.5.0",
26-
"eslint-plugin-vue": "^9.26.0",
25+
"eslint": "^9.9.0",
26+
"eslint-plugin-vue": "^9.27.0",
2727
"eslint-utils": "^3.0.0",
2828
"lodash": "^4.17.21",
29-
"luxon": "^3.4.4",
29+
"luxon": "^3.5.0",
3030
"rxjs": "^7.8.1",
31-
"sass": "^1.77.5",
31+
"sass": "^1.77.8",
3232
"spark-md5": "^3.0.2",
33-
"vite": "^5.3.1",
34-
"vue": "^3.4.29",
35-
"vue-i18n": "^9.13.1",
36-
"vue-router": "^4.3.3",
33+
"vite": "^5.4.2",
34+
"vue": "^3.4.38",
35+
"vue-i18n": "^9.14.0",
36+
"vue-router": "^4.4.3",
3737
"vuex": "^4.1.0",
38-
"webpack": "^5.92.0",
38+
"webpack": "^5.94.0",
3939
"webpack-cli": "^5.1.4"
4040
},
4141
"devDependencies": {
4242
"@eslint/eslintrc": "^3.1.0",
43-
"@eslint/js": "^9.5.0",
43+
"@eslint/js": "^9.9.0",
4444
"@faker-js/faker": "^8.4.1",
45-
"@testing-library/dom": "^10.0.0",
46-
"@testing-library/jest-dom": "^6.4.6",
45+
"@testing-library/dom": "^10.4.0",
46+
"@testing-library/jest-dom": "^6.4.8",
4747
"@testing-library/user-event": "^14.5.2",
4848
"@testing-library/vue": "^8.1.0",
49-
"@vue/compiler-sfc": "^3.4.29",
50-
"cypress": "^13.11.0",
49+
"@vue/compiler-sfc": "^3.4.38",
50+
"cypress": "^13.13.3",
5151
"cypress-cloud": "^1.10.2",
52-
"globals": "^15.4.0",
52+
"globals": "^15.9.0",
5353
"install": "^0.13.0",
5454
"jest": "^29.7.0",
5555
"pg": "^8.12.0"

0 commit comments

Comments
 (0)