Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade dependencies (#145)
Browse files Browse the repository at this point in the history
| datasource  | package                                     | from   | to     |
| ----------- | ------------------------------------------- | ------ | ------ |
| npm         | @angular-devkit/core                        | 16.2.9 | 17.0.0 |
| npm         | @angular-devkit/schematics                  | 16.2.9 | 17.0.0 |
| npm         | @angular-devkit/schematics-cli              | 16.2.9 | 17.0.0 |
| nuget       | Microsoft.Extensions.FileProviders.Embedded | 7.0.13 | 8.0.0  |
| nuget       | Microsoft.Extensions.Logging.Abstractions   | 7.0.1  | 8.0.0  |
| nuget       | System.Text.Encodings.Web                   | 7.0.0  | 8.0.0  |
| github-tags | actions/github-script                       | v6     | v7     |
| npm         | lint-staged                                 | 15.0.2 | 15.1.0 |
| npm         | openai                                      | 4.16.1 | 4.18.0 |
| npm         | prettier                                    | 3.0.3  | 3.1.0  |
| npm         | prism-react-renderer                        | 2.1.0  | 2.2.0  |
| npm         | rollup                                      | 4.3.0  | 4.4.1  |
| crate       | tokio                                       | 1.33.0 | 1.34.0 |
| npm         | @yarnpkg/cli                                | 4.0.1  | 4.0.2  |
| maven       | com.theokanning.openai-gpt3-java:service    | 0.16.1 | 0.17.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 32cda32 commit 96f8e97
Show file tree
Hide file tree
Showing 10 changed files with 512 additions and 614 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-bindings-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Compare version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: compare_version
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Compare version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: compare_version
with:
result-encoding: string
Expand Down
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ supportedArchitectures:
os:
- current

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@commitlint/config-conventional"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"devDependencies": {
"@pleisto/eslint-plugin": "^1.4.84",
"@types/node": "^20.8.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/csharp/Pleisto.Flappy/Pleisto.Flappy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.13" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -35,7 +35,7 @@
<PackageReference Include="Stubble.Core" Version="1.10.8" />
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.Encodings.Web" Version="7.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
<!-- Include template by embedded resources -->
<EmbeddedResource Include="../../../templates/**/*.mustache">
<Visible>false</Visible>
Expand Down
2 changes: 1 addition & 1 deletion packages/kotlin/flappy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation("io.ktor:ktor-client-java-jvm:2.3.6")
implementation("io.ktor:ktor-client-core:2.3.6")
implementation("io.ktor:ktor-client-okhttp:2.3.6")
implementation("com.theokanning.openai-gpt3-java:service:0.16.1")
implementation("com.theokanning.openai-gpt3-java:service:0.17.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
Expand Down
2 changes: 1 addition & 1 deletion packages/rust-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reqwest = { version = "^0.11.22", default-features = false, features = [
"json",
"multipart",
] }
tokio = { version = "1.33.0", features = [
tokio = { version = "1.34.0", features = [
"sync",
"macros",
"time",
Expand Down
6 changes: 3 additions & 3 deletions tools/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@types/yargs": "^17.0.29"
},
"dependencies": {
"@angular-devkit/core": "^16.2.7",
"@angular-devkit/schematics": "^16.2.7",
"@angular-devkit/schematics-cli": "^16.2.7",
"@angular-devkit/core": "^17.0.0",
"@angular-devkit/schematics": "^17.0.0",
"@angular-devkit/schematics-cli": "^17.0.0",
"chalk": "^4.1.2",
"jsonc": "^2.0.0",
"ts-mustache": "^0.0.2",
Expand Down
Loading

0 comments on commit 96f8e97

Please sign in to comment.