Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 8ae039f commit a717b47
Show file tree
Hide file tree
Showing 10 changed files with 2,272 additions and 3,434 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sementic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
name: Semantic Pull Request
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5.4.0
uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

<ItemGroup>
<PackageReference Include="Calzolari.Grpc.AspNetCore.Validation" Version="8.1.0"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.65.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.8"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.10"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.NodeJs" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.PostgreSQL" Version="8.2.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.NodeJs" Version="8.2.1" />
<PackageReference Include="Aspire.Hosting.PostgreSQL" Version="8.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SSTAlumniAssociation.Core/SSTAlumniAssociation.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@

<ItemGroup>
<PackageReference Include="Calzolari.Grpc.AspNetCore.Validation" Version="8.1.0"/>
<PackageReference Include="FluentValidation" Version="11.9.2"/>
<PackageReference Include="FluentValidation" Version="11.10.0"/>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.65.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.8"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.10"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8"/>
<PackageReference Include="Riok.Mapperly" Version="3.6.0"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

<ItemGroup>
<PackageReference Include="Calzolari.Grpc.AspNetCore.Validation" Version="8.1.0"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.65.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.8"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.7"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" Version="8.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" Version="0.8.10"/>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10"/>
<PackageReference Include="Riok.Mapperly" Version="3.6.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App"/>

<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.9.1" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.10.0" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.1" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
Expand Down
66 changes: 33 additions & 33 deletions SSTAlumniAssociation.WebApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sstalumniassociation/web",
"type": "module",
"version": "0.1.6",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.1",
"license": "MIT",
"scripts": {
"build": "nuxt build",
Expand All @@ -18,59 +18,59 @@
"release": "bumpp -r --no-push"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240909.0",
"@cloudflare/workers-types": "^4.20241004.0",
"@formkit/auto-animate": "^0.8.2",
"@growthbook/growthbook": "^1.2.0",
"@iconify-json/lucide": "^1.2.3",
"@libsql/client": "^0.10.0",
"@microsoft/kiota-abstractions": "1.0.0-preview.65",
"@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.64",
"@microsoft/kiota-serialization-form": "1.0.0-preview.53",
"@microsoft/kiota-serialization-json": "1.0.0-preview.65",
"@microsoft/kiota-serialization-multipart": "1.0.0-preview.43",
"@microsoft/kiota-serialization-text": "1.0.0-preview.62",
"@newrelic/browser-agent": "^1.265.1",
"@growthbook/growthbook": "^1.2.1",
"@iconify-json/lucide": "^1.2.8",
"@libsql/client": "^0.14.0",
"@microsoft/kiota-abstractions": "1.0.0-preview.68",
"@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.67",
"@microsoft/kiota-serialization-form": "1.0.0-preview.56",
"@microsoft/kiota-serialization-json": "1.0.0-preview.68",
"@microsoft/kiota-serialization-multipart": "1.0.0-preview.46",
"@microsoft/kiota-serialization-text": "1.0.0-preview.65",
"@newrelic/browser-agent": "^1.268.0",
"@nuxt/devtools": "latest",
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"@nuxtjs/critters": "^0.7.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@paralleldrive/cuid2": "^2.2.2",
"@primevue/nuxt-module": "4.0.6",
"@primevue/themes": "4.0.6",
"@primevue/nuxt-module": "4.1.0",
"@primevue/themes": "4.1.0",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@tanstack/query-core": "^5.55.4",
"@tanstack/query-persist-client-core": "^5.55.4",
"@tanstack/vue-query": "^5.55.4",
"@tanstack/query-core": "^5.59.9",
"@tanstack/query-persist-client-core": "^5.59.9",
"@tanstack/vue-query": "^5.59.9",
"@types/papaparse": "^5.3.14",
"@unocss/nuxt": "^0.62.3",
"@unocss/nuxt": "^0.63.4",
"@vee-validate/zod": "^4.13.2",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"better-sqlite3": "^11.3.0",
"bumpp": "^9.5.2",
"bumpp": "^9.7.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
"drizzle-orm": "^0.33.0",
"execa": "^9.3.1",
"firebase": "^10.13.1",
"framework7": "^8.3.3",
"drizzle-kit": "^0.25.0",
"drizzle-orm": "^0.34.1",
"execa": "^9.4.0",
"firebase": "^10.14.1",
"framework7": "^8.3.4",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.3.3",
"framework7-vue": "^8.3.4",
"html5-qrcode": "^2.3.8",
"idb-keyval": "^6.2.1",
"jose": "^5.8.0",
"jose": "^5.9.3",
"material-icons": "^1.13.12",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"nuxt-vuefire": "^1.0.4",
"papaparse": "^5.4.1",
"primevue": "4.0.6",
"primevue": "4.1.0",
"qrcode": "^1.5.4",
"simple-git": "^3.26.0",
"simple-git": "^3.27.0",
"std-env": "^3.7.0",
"vee-validate": "^4.13.2",
"vue-tsc": "^2.1.6",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sstalumniassociation/monorepo",
"type": "module",
"version": "0.1.6",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.12.1",
"license": "MIT",
"scripts": {
"dev": "dotnet run --project ./SSTAlumniAssociation.AppHost/",
Expand All @@ -12,6 +12,6 @@
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"eslint": "^9.6.0"
"eslint": "^9.12.0"
}
}
Loading

0 comments on commit a717b47

Please sign in to comment.