From faa22b041f84b290b72eae509ed6993ed571926e Mon Sep 17 00:00:00 2001 From: sfxcode Date: Sat, 29 Jul 2023 03:22:14 +0200 Subject: [PATCH] chore(Dependencies): mongo scala driver 4.10.2 --- build.sbt | 16 ++++++++-------- docs/.vitepress/theme/index.ts | 5 ----- docs/uno.config.ts | 8 -------- package.json | 26 +++----------------------- project/build.properties | 2 +- 5 files changed, 12 insertions(+), 45 deletions(-) diff --git a/build.sbt b/build.sbt index cb3d47f..fab4601 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ developers := List( licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")) -crossScalaVersions := Seq("2.13.10", "2.12.17") +crossScalaVersions := Seq("2.13.11", "2.12.17") scalaVersion := crossScalaVersions.value.head @@ -63,7 +63,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.0" % Test -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.7" % Test +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.8" % Test libraryDependencies += "joda-time" % "joda-time" % "2.12.5" % Test @@ -75,15 +75,15 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-parser" ).map(_ % circeVersion % Test) -libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.1" +libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2" -libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provided +libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.3" % Provided -libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-2" % Provided +libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-5" % Provided -libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.6.0" +libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.7.0" -val MongoJavaServerVersion = "1.43.0" +val MongoJavaServerVersion = "1.44.0" libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided @@ -95,7 +95,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" -libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0" +libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" buildInfoPackage := "dev.mongocamp.driver.mongodb" diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 9428d7a..b618cc3 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,18 +1,13 @@ import DefaultTheme from 'vitepress/theme' import './custom.css' import type {App} from 'vue' -import {anu} from 'anu-vue' import 'uno.css' import DependecyGroup from './components/DependecyGroup.vue' export default { ...DefaultTheme, enhanceApp({app}: { app: App }) { - app.use(anu, { - registerComponents: true, - }) app.component('DependecyGroup', DependecyGroup) - } } diff --git a/docs/uno.config.ts b/docs/uno.config.ts index 731969b..95412dd 100644 --- a/docs/uno.config.ts +++ b/docs/uno.config.ts @@ -1,5 +1,3 @@ -import { presetAnu, presetIconExtraProperties } from 'anu-vue' -import { presetThemeDefault } from '@anu-vue/preset-theme-default' import { defineConfig, @@ -15,18 +13,12 @@ export default defineConfig({ presetIcons({ scale: 1.2, unit: 'em', - extraProperties: presetIconExtraProperties - }), - // anu-vue presets - presetAnu(), - presetThemeDefault() ], transformers: [ transformerVariantGroup(), transformerDirectives() ], - configDeps: ['../anu-vue/src/presets/theme-default/index.ts'], include: [/.*\/anu-vue\.js(.*)?$/, './**/*.vue', './**/*.md'] }) diff --git a/package.json b/package.json index 3c802a6..936bb47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "mongodb-driver", "organization" : "dev.mongocamp", - "version" : "2.6.4.snapshot", + "version" : "2.6.4", "author" : "info@mongocamp.dev", "license" : "Apache-2.0", "repository" : { @@ -19,29 +19,9 @@ "docs:dev" : "pnpm docs:external; vitepress dev docs" }, "devDependencies" : { + "vitepress" : "1.0.0-beta.6", "@unocss/preset-icons" : "^0.51.8", "unocss" : "^0.51.8", - "vitepress" : "1.0.0-alpha.74", - "date-fns" : "^2.29.3", - "@iconify-json/fluent-emoji" : "^1.1.13", - "gray-matter" : "^4.0.3", - "fs-extra" : "^11.1.1", - "conventional-changelog-cli" : "^2.2.2", - "@iconify-json/heroicons-outline" : "^1.1.6", - "flexsearch" : "^0.7.31", - "eslint" : "^8.39.0", - "vue" : "^3.2.47", - "@anu-vue/preset-theme-default" : "^0.13.1", - "typescript" : "^5.0.4", - "anu-vue" : "^0.13.1", - "@openapitools/openapi-generator-cli" : "^2.6.0", - "@iconify-json/logos" : "^1.1.25", - "@antfu/eslint-config" : "^0.38.5", - "@iconify-json/bx" : "^1.1.6", - "@types/node" : "^18.16.2", - "@vueuse/core" : "^10.1.0", - "@iconify-json/mdi" : "^1.1.50", - "@unocss/preset-uno" : "0.51.8", - "markdown-it" : "^13.0.1" + "@iconify-json/fluent-emoji" : "^1.1.13" } } \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index 46e43a9..52413ab 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.3