Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 93925b6 commit 3438fa7
Show file tree
Hide file tree
Showing 8 changed files with 268 additions and 188 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.4.2
tag: v1.5.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
interval: 10s
start_period: 30s
meilisearch:
image: getmeili/meilisearch:v1.4.2
image: getmeili/meilisearch:v1.5.0
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down
110 changes: 81 additions & 29 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json.workspace = true
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }

# database
sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros","chrono"] }
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros","chrono"] }

# metrics
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ unicode-truncate = "0.2.0"
serde_yaml = "0.9"

# database
sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros"] }
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros"] }

# search
meilisearch-sdk = "0.24.3"
Expand Down
12 changes: 6 additions & 6 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"dependencies": {
"@vueuse/core": "10.6.1",
"maplibre-gl": "3.6.1",
"maplibre-gl": "3.6.2",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.10.0",
"swagger-ui-dist": "5.10.3",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.3.8",
"vue": "3.3.9",
"vue-router": "4.2.5"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@vue/tsconfig": "0.4.0",
"@yankeeinlondon/link-builder": "1.2.1",
"autoprefixer": "^10.4.16",
"cypress": "13.5.1",
"cypress": "13.6.0",
"eslint": "8.54.0",
"eslint-plugin-vue": "9.18.1",
"isomorphic-fetch": "3.0.0",
Expand All @@ -48,11 +48,11 @@
"sass": "1.69.5",
"stylelint-scss": "5.3.1",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vite-plugin-md": "0.21.5",
"vite-plugin-rewrite-all": "1.0.2",
"vue-i18n": "9.7.0",
"vue-i18n": "9.7.1",
"vue-tsc": "1.8.22"
},
"type": "module"
Expand Down
Loading

0 comments on commit 3438fa7

Please sign in to comment.