Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1255)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* fixed the testcases

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored Jun 29, 2024
1 parent 6f26d5b commit e2a7cbb
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 189 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"groupName": "devDependencies"
},
{
"matchPackagePatterns": ["pytest", "cypress", "pretty_assertions"],
"matchPackagePatterns": ["pytest", "cypress", "pretty_assertions", "testcontainers_modules", "testcontainers"],
"groupName": "testing",
"automerge": true
},
Expand Down
4 changes: 2 additions & 2 deletions server/main-api/src/setup/tests.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use meilisearch_sdk::client::Client;
use sqlx::postgres::PgPoolOptions;
use sqlx::{Pool, Postgres};
use testcontainers::core::{ContainerPort, WaitFor};
use testcontainers::{ContainerAsync, GenericImage, ImageExt};
use testcontainers_modules::testcontainers::core::{ContainerPort, WaitFor};
use testcontainers_modules::testcontainers::{ContainerAsync, GenericImage, ImageExt};
use testcontainers_modules::{postgres, testcontainers::runners::AsyncRunner};

#[cfg(not(feature = "skip_db_setup"))]
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sharp": "0.33.4",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.30",
"vue": "3.4.31",
"vue-router": "4.4.0",
"vue3-carousel": "0.3.3"
},
Expand Down
Loading

0 comments on commit e2a7cbb

Please sign in to comment.