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

chore(deps): upgrade dependencies #149

Merged
merged 2 commits into from
Nov 23, 2023
Merged

chore(deps): upgrade dependencies #149

merged 2 commits into from
Nov 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/core 17.0.0 -> 17.0.3 age adoption passing confidence dependencies patch
@angular-devkit/schematics 17.0.0 -> 17.0.3 age adoption passing confidence dependencies patch
@angular-devkit/schematics-cli 17.0.0 -> 17.0.3 age adoption passing confidence dependencies patch
@roarr/cli 5.12.3 -> 5.12.4 age adoption passing confidence optionalDependencies patch
@swc/core (source) 1.3.96 -> 1.3.99 age adoption passing confidence devDependencies patch
@types/node (source) 20.9.0 -> 20.9.4 age adoption passing confidence devDependencies patch
@types/yargs (source) 17.0.31 -> 17.0.32 age adoption passing confidence devDependencies patch
Microsoft.SourceLink.GitHub 1.1.1 -> 8.0.0 age adoption passing confidence nuget major
eslint (source) 8.53.0 -> 8.54.0 age adoption passing confidence devDependencies minor
node 20.9.0 -> 20.10.0 age adoption passing confidence volta minor
openai 4.18.0 -> 4.20.0 age adoption passing confidence optionalDependencies minor
openai 4.18.0 -> 4.20.0 age adoption passing confidence devDependencies minor
prism-react-renderer 2.2.0 -> 2.3.0 age adoption passing confidence dependencies minor
roarr 7.18.3 -> 7.21.0 age adoption passing confidence dependencies minor
rollup (source) 4.4.1 -> 4.5.1 age adoption passing confidence devDependencies minor
serde (source) 1.0.192 -> 1.0.193 age adoption passing confidence workspace.dependencies patch
ts-mustache ^0.0.2 -> ^0.0.3 age adoption passing confidence dependencies patch
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence dependencies minor
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence devDependencies minor
webc (source) 5.8.0 -> 5.8.1 age adoption passing confidence dependencies patch
zod-to-json-schema 3.21.4 -> 3.22.0 age adoption passing confidence dependencies minor
org.codehaus.mojo:exec-maven-plugin (source) 3.1.0 -> 3.1.1 age adoption passing confidence build patch
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.15.3 -> 2.16.0 age adoption passing confidence dependencies minor
com.fasterxml.jackson.module:jackson-module-kotlin 2.15.3 -> 2.16.0 age adoption passing confidence dependencies minor
com.theokanning.openai-gpt3-java:service 0.17.0 -> 0.18.2 age adoption passing confidence dependencies minor

Release Notes

angular/angular-cli (@​angular-devkit/core)

v17.0.3

Compare Source

17.0.3 (2023-11-21)
@​angular-devkit/build-angular
Commit Description
fix - 450dd29a1 default to watching project root on Windows with application builder
fix - 8072b8574 ensure service worker hashes index HTML file for application builder
perf - d99870740 only create one instance of postcss when needed

v17.0.2

Compare Source

17.0.2 (2023-11-20)

@​angular-devkit/build-angular
Commit Description
fix - 023645185 always normalize AOT file reference tracker paths
fix - 3b99980bd emit root files when localize is enabled when using the esbuild based builders
fix - ef3e3abb8 ensure watch file paths from TypeScript are normalized
fix - d11b36fe2 normalize paths in ssr sourcemaps to posix when using vite
fix - 62d51383a only include vendor sourcemaps when using the dev-server when the option is enabled
fix - d28ba8a73 remove browser-esbuild usage warning

v17.0.1

Compare Source

@​angular/cli
Commit Type Description
5267e6055 fix handle packages with no version
@​schematics/angular
Commit Type Description
d9f7d439e fix add helper script to spawn SSR server from dist
a80926cdb fix html indentation
f7f62c9d6 fix remove downlevelIteration from tsconfig.json for new workspaces
7cb57317d fix use href property binding for links
731917cd0 fix use styleUrl
@​angular-devkit/build-angular
Commit Type Description
15dd71aba fix deleteOutputPath when using esbuild-builder
fa4d8ff31 fix add actionable error when file replacement is missing
160a91160 fix add support for vendor sourcemaps when using the dev-server
5623c193e fix cache stylesheet load errors with application builder
1a5538e0c fix disable Worker wait loop for TS/NG parallel compilation in web containers
883771946 fix do not process ssr entry-point when running ng serve
d3b549167 fix empty output directory instead of removing
596f7639a fix ensure compilation errors propagate to all bundle actions
d900a5217 fix maintain current watch files after build errors
21549bdeb fix prerender default view when no routes are defined
4c251647b fix rewire sourcemap back to original source root
gajus/roarr-cli (@​roarr/cli)

v5.12.4

Compare Source

swc-project/swc (@​swc/core)

v1.3.99

Compare Source

dotnet/sourcelink (Microsoft.SourceLink.GitHub)

v8.0.0: (.NET SDK 8.0.100)

Compare Source

What's Changed

Source Link is now included in .NET SDK 8 and enabled by default. Projects that migrate to .NET SDK 8 do not need to reference Source Link packages explicitly via PackageReference anymore.

New Contributors

Full Changelog: dotnet/sourcelink@1.1.1...8.0.0

eslint/eslint (eslint)

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

nodejs/node (node)

v20.10.0

Compare Source

openai/openai-node (openai)

v4.20.0

Compare Source

Full Changelog: v4.19.1...v4.20.0

Features
Chores

v4.19.1

Compare Source

Full Changelog: v4.19.0...v4.19.1

v4.19.0

Compare Source

Full Changelog: v4.18.0...v4.19.0

Features
FormidableLabs/prism-react-renderer (prism-react-renderer)

v2.3.0

Compare Source

Minor Changes
  • Upgrade clsx to v2.0.0.
    (#​232)
gajus/roarr (roarr)

v7.21.0

Compare Source

v7.20.0

Compare Source

v7.19.0

Compare Source

v7.18.4

Compare Source

rollup/rollup (rollup)

v4.5.1

Compare Source

2023-11-21

Bug Fixes
  • Do not error when a function expression uses the same name for a parameter and its id (#​5262)
Pull Requests

v4.5.0

Compare Source

2023-11-18

Bug Fixes
  • Show a proper error when using native Rollup on armv7 musl Linux (#​5255)
Pull Requests
serde-rs/serde (serde)

v1.0.193

Compare Source

Microsoft/TypeScript (typescript)

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

StefanTerdell/zod-to-json-schema (zod-to-json-schema)

v3.22.0

Compare Source

mojohaus/exec-maven-plugin (org.codehaus.mojo:exec-maven-plugin)

v3.1.1

🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🔧 Build
theokanning/openai-java (com.theokanning.openai-gpt3-java:service)

v0.18.2: Assistant API Fixes 2

Compare Source

What's Changed

Full Changelog: TheoKanning/openai-java@0.18.1...0.18.2

v0.18.1: Assistant API Fixes

Compare Source

What's Changed

Full Changelog: TheoKanning/openai-java@0.18.0...0.18.1

v0.18.0: Assistant API Support

Compare Source

What's Changed

New Contributors

Full Changelog: TheoKanning/openai-java@0.17.0...0.18.0


Configuration

📅 Schedule: Branch creation - "on monday and thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

| datasource  | package                                                  | from    | to       |
| ----------- | -------------------------------------------------------- | ------- | -------- |
| npm         | @angular-devkit/core                                     | 17.0.0  | 17.0.3   |
| npm         | @angular-devkit/schematics                               | 17.0.0  | 17.0.3   |
| npm         | @angular-devkit/schematics-cli                           | 17.0.0  | 17.0.3   |
| npm         | @roarr/cli                                               | 5.12.3  | 5.12.4   |
| npm         | @swc/core                                                | 1.3.96  | 1.3.99   |
| npm         | @types/node                                              | 20.9.0  | 20.9.4   |
| npm         | @types/yargs                                             | 17.0.31 | 17.0.32  |
| nuget       | Microsoft.SourceLink.GitHub                              | 1.1.1   | 8.0.0    |
| npm         | eslint                                                   | 8.53.0  | 8.54.0   |
| github-tags | nodejs/node                                              | 20.9.0  | v20.10.0 |
| npm         | openai                                                   | 4.18.0  | 4.20.0   |
| npm         | prism-react-renderer                                     | 2.2.0   | 2.3.0    |
| npm         | roarr                                                    | 7.18.3  | 7.21.0   |
| npm         | rollup                                                   | 4.4.1   | 4.5.1    |
| crate       | serde                                                    | 1.0.192 | 1.0.193  |
| npm         | ts-mustache                                              | 0.0.2   | 0.0.3    |
| npm         | typescript                                               | 5.2.2   | 5.3.2    |
| crate       | webc                                                     | 5.8.0   | 5.8.1    |
| npm         | zod-to-json-schema                                       | 3.21.4  | 3.22.0   |
| maven       | org.codehaus.mojo:exec-maven-plugin                      | 3.1.0   | 3.1.1    |
| maven       | com.fasterxml.jackson.dataformat:jackson-dataformat-yaml | 2.15.3  | 2.16.0   |
| maven       | com.fasterxml.jackson.module:jackson-module-kotlin       | 2.15.3  | 2.16.0   |
| maven       | com.theokanning.openai-gpt3-java:service                 | 0.17.0  | 0.18.2   |
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Merging #149 (dd473bc) into main (bea1241) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #149   +/-   ##
=========================================
  Coverage     54.67%   54.67%           
  Complexity        2        2           
=========================================
  Files            89       89           
  Lines          2800     2800           
  Branches        155      155           
=========================================
  Hits           1531     1531           
  Misses         1214     1214           
  Partials         55       55           
Flag Coverage Δ
csharp 40.15% <ø> (ø)
kotlin 62.39% <ø> (ø)
nodejs 98.97% <ø> (ø)
rust 31.36% <ø> (ø)

Impacted file tree graph


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bea1241...dd473bc. Read the comment docs.

Signed-off-by: Yuhang Shi <[email protected]>
@toadfanszz toadfanszz added this pull request to the merge queue Nov 23, 2023
Merged via the queue into main with commit 8a86f77 Nov 23, 2023
61 of 64 checks passed
@toadfanszz toadfanszz deleted the renovate/all branch November 23, 2023 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants