Skip to content

Commit

Permalink
Skip: Update all non-major dependencies (merge commit)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Hang Le committed Aug 23, 2024
2 parents c3e3563 + b320e52 commit ba3044f
Show file tree
Hide file tree
Showing 8 changed files with 568 additions and 579 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Wait other jobs are passed or failed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.38.0
- uses: rojopolis/spellcheck-github-actions@0.41.0
name: Spellcheck
with:
config_path: .pyspelling.yml
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-build-crypt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
&& npx webpack --config "./wasm-webpack.config.js"

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

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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-build-crypt-devel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
&& npx webpack --config "./wasm-webpack.config.js"

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

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

Expand Down
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,45 @@ classifiers = [
dependencies = [
"aiohttp-session==2.12.0",
"aiohttp==3.10.5",
"redis==5.0.7",
"redis==5.0.8",
"asyncpg==0.29.0",
"certifi==2024.7.4",
"click==8.1.7",
"cryptography==43.0.0",
"gunicorn==22.0.0",
"keystoneauth1==5.6.0",
"keystoneauth1==5.7.0",
"oidcrp==2.1.4",
"python-swiftclient==4.6.0",
"uvloop==0.19.0",
"uvloop==0.20.0",
"msgpack==1.0.8",
]

[project.optional-dependencies]
docs = [
"sphinx==7.3.7",
"sphinx==7.4.7",
"sphinx_rtd_theme==2.0.0",
]
test = [
"black==24.4.2",
"coverage==7.5.4",
"black==24.8.0",
"coverage==7.6.1",
"flake8-docstrings==1.7.0",
"flake8==7.1.0",
"mypy==1.10.1",
"flake8==7.1.1",
"mypy==1.11.1",
"pytest-cov==5.0.0",
"pytest-xdist==3.6.1",
"pytest==8.2.2",
"tox==4.15.1",
"setuptools==70.1.1",
"pytest==8.3.2",
"tox==4.18.0",
"setuptools==70.3.0",
]
ui_test = [
"pytest-timeout==2.3.1",
"pytest==8.2.2",
"pytest==8.3.2",
]
dev = [
"honcho==1.1.0",
"pre-commit==3.7.1",
"pre-commit==3.8.0",
"pyspelling==2.10",
"ruff==0.5.0",
"ruff==0.6.2",
"types-certifi",
"types-redis",
"types-requests",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aiohttp==3.10.5
aiohttp-session==2.12.0
redis==5.0.7
redis==5.0.8
asyncpg==0.29.0
certifi==2024.7.4
click==8.1.7
cryptography==43.0.0
gunicorn==22.0.0
keystoneauth1==5.6.0
keystoneauth1==5.7.0
oidcrp==2.1.4
python-swiftclient==4.6.0
uvloop==0.19.0
uvloop==0.20.0
msgpack==1.0.8
32 changes: 16 additions & 16 deletions swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@
"dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@mdi/js": "^7.4.47",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.2",
"@vueuse/rxjs": "^11.0.0",
"@ygoe/msgpack": "^1.0.3",
"cli-highlight": "^2.1.11",
"csc-ui": "0.9.5",
"dexie": "^4.0.8",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.26.0",
"eslint": "^9.9.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-utils": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"rxjs": "^7.8.1",
"sass": "^1.77.5",
"sass": "^1.77.8",
"spark-md5": "^3.0.2",
"vite": "^5.3.1",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vite": "^5.4.2",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3",
"vuex": "^4.1.0",
"webpack": "^5.92.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@eslint/js": "^9.9.0",
"@faker-js/faker": "^8.4.1",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vue/compiler-sfc": "^3.4.29",
"cypress": "^13.11.0",
"@vue/compiler-sfc": "^3.4.38",
"cypress": "^13.13.3",
"cypress-cloud": "^1.10.2",
"globals": "^15.4.0",
"globals": "^15.9.0",
"install": "^0.13.0",
"jest": "^29.7.0",
"pg": "^8.12.0"
Expand Down
Loading

0 comments on commit ba3044f

Please sign in to comment.