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

chore(deps): upgrade dependencies #153

Merged
merged 5 commits into from
Dec 4, 2023
Merged

chore(deps): upgrade dependencies #153

merged 5 commits into from
Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/core 17.0.3 -> 17.0.5 age adoption passing confidence dependencies patch
@angular-devkit/schematics 17.0.3 -> 17.0.5 age adoption passing confidence dependencies patch
@angular-devkit/schematics-cli 17.0.3 -> 17.0.5 age adoption passing confidence dependencies patch
@docusaurus/core (source) 3.0.0 -> 3.0.1 age adoption passing confidence dependencies patch
@docusaurus/module-type-aliases (source) 3.0.0 -> 3.0.1 age adoption passing confidence devDependencies patch
@docusaurus/preset-classic (source) 3.0.0 -> 3.0.1 age adoption passing confidence dependencies patch
@swc/core (source) 1.3.99 -> 1.3.100 age adoption passing confidence devDependencies patch
@types/node (source) 20.9.4 -> 20.10.3 age adoption passing confidence devDependencies minor
NUnit (source) 3.14.0 -> 4.0.1 age adoption passing confidence nuget major
NUnit.Analyzers 3.9.0 -> 3.10.0 age adoption passing confidence nuget minor
actions/setup-java v3 -> v4 age adoption passing confidence action major
async-openai 0.17.0 -> 0.17.1 age adoption passing confidence dependencies patch
eslint (source) 8.54.0 -> 8.55.0 age adoption passing confidence devDependencies minor
gradle (source) 8.4 -> 8.5 age adoption passing confidence minor
gradle/gradle-build-action v2.9.0 -> v2.10.0 age adoption passing confidence action minor
lint-staged 15.1.0 -> 15.2.0 age adoption passing confidence devDependencies minor
maven 3.9.5 -> 3.9.6 age adoption passing confidence patch
openai 4.20.0 -> 4.20.1 age adoption passing confidence optionalDependencies patch
openai 4.20.0 -> 4.20.1 age adoption passing confidence devDependencies patch
rollup (source) 4.5.1 -> 4.6.1 age adoption passing confidence devDependencies minor
ts-mustache ^0.0.3 -> ^0.0.4 age adoption passing confidence dependencies patch
virtual-fs (source) 0.9.0 -> 0.10.0 age adoption passing confidence dependencies minor
wasmer (source) 4.2.3 -> 4.2.4 age adoption passing confidence dependencies patch
wasmer-cache (source) 4.2.3 -> 4.2.4 age adoption passing confidence dependencies patch
wasmer-registry (source) 5.9.0 -> 5.10.0 age adoption passing confidence dependencies minor
wasmer-vm (source) 4.2.3 -> 4.2.4 age adoption passing confidence dependencies patch
wasmer-wasix (source) 0.16.0 -> 0.17.0 age adoption passing confidence dependencies minor
zod-to-json-schema 3.22.0 -> 3.22.1 age adoption passing confidence dependencies patch
com.diffplug.spotless:spotless-maven-plugin 2.40.0 -> 2.41.0 age adoption passing confidence build minor
org.apache.maven.plugins:maven-javadoc-plugin 3.6.2 -> 3.6.3 age adoption passing confidence build patch
org.jetbrains.kotlin.jvm 1.9.20 -> 1.9.21 age adoption passing confidence plugin patch

Release Notes

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

v17.0.5

Compare Source

Rolling back bbbe13d67 which appears to break file watching on Mac devices.

v17.0.4

Compare Source

@​schematics/angular
Commit Type Description
7a2823080 fix remove CommonModule import from standalone components
@​angular-devkit/build-angular
Commit Type Description
0634a4e40 fix avoid native realpath in application builder
22880d9cb fix correct set locale when using esbuild based builders
a0680672f fix correctly watch files when app is in a directory that starts with a dot
bbbe13d67 fix improve file watching on Windows when using certain IDEs
27e7c2e1b fix propagate localize errors to full build result
7455fdca0 fix serve assets from the provided serve-path
657a07bd6 fix treeshake unused class that use custom decorators
77474951b fix use workspace real path when not preserving symlinks
facebook/docusaurus (@​docusaurus/core)

v3.0.1

Compare Source

🐛 Bug Fix
  • docusaurus-utils
  • create-docusaurus, docusaurus-theme-classic, docusaurus-theme-common
    • #​9567 fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (@​slorber)
  • docusaurus-theme-common
  • docusaurus-theme-classic
  • create-docusaurus
🤖 Dependencies
  • docusaurus-plugin-debug
  • create-docusaurus, docusaurus-theme-classic, docusaurus-theme-common
    • #​9572 chore: upgrade prism-react-renderer to 2.3.0 to avoid older clsx (@​harryzcy)
    • #​9567 fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (@​slorber)
  • create-docusaurus, docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-live-codeblock, docusaurus-theme-search-algolia
  • docusaurus
  • docusaurus-plugin-pwa, docusaurus
Committers: 6
swc-project/swc (@​swc/core)

v1.3.100

Compare Source

Bug Fixes
Miscellaneous Tasks
Build
nunit/nunit (NUnit)

v4.0.1: NUnit 4.0.1

Patch release to fix windows targets

See release notes
and
See migration guide

v4.0.0

All changes, see release notes

nunit/nunit.analyzers (NUnit.Analyzers)

v3.10.0: NUnit Analyzers 3.10 (and 2.10)

Compare Source

NUnit Analyzers 3.10 (and 2.10) - November 27, 2023

This release adds a couple of improvements to the analyzers:

  • Check that users don't accidentally specify CallerArgumentExpression parameters
  • Relax analyzers for added support for IAsyncEnumerable on *Source attributes

These improvements extend the functionality in the beta that added support for NUnit 4 and
for migrating to NUnit 4. Especially, the handling of the movement of classic asserts into a new namespace
NUnit.Framework.Legacy and of the improved assert result messages - for more information see
https://docs.nunit.org/articles/nunit/Towards-NUnit4.html. The analyzers can help updating the
classic assert and fix the assert messages.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #​639 Rule to check users don't accidentally specify CallerArgumentExpression parameters
  • #​634 Relax analyzers for added support for IAsyncEnumerable on *Source attributes

Tooling, Process, and Documentation

  • #​648 chore: Skip branch builds on PRs
  • #​644 chore: Update release notes for 3.10 beta
  • #​429 Drop the VSIX project
actions/setup-java (actions/setup-java)

v4

Compare Source

64bit/async-openai (async-openai)

v0.17.1: v0.17.1

Compare Source

New
Thank you Contributors
eslint/eslint (eslint)

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

gradle/gradle (gradle)

v8.5

Compare Source

gradle/gradle-build-action (gradle/gradle-build-action)

v2.10.0

Compare Source

This release introduces a new artifact-retention-days parameter, which allows a user to configure how long the generated dependency-graph artifacts are retained by GitHub Actions. Adjusting the retention period can be useful to reduce storage costs associated with these dependency-graph artifacts.

See the documentation for more details.

Changelog

Full-changelog: gradle/gradle-build-action@v2.9.0...v2.10.0

okonet/lint-staged (lint-staged)

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes
  • #​1362 17bc480 Thanks @​antonk52! - update lilconfig@3.0.0

  • #​1368 7c55ca9 Thanks @​iiroj! - Update most dependencies

  • #​1368 777d4e9 Thanks @​iiroj! - To improve performance, only use lilconfig when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.

  • #​1373 85eb0dd Thanks @​iiroj! - When determining git directory, use fs.realpath() only for symlinks. It looks like fs.realpath() changes some Windows mapped network filepaths unexpectedly, causing issues.

openai/openai-node (openai)

v4.20.1

Compare Source

Full Changelog: v4.20.0...v4.20.1

Chores
  • internal: remove file import and conditionally run prepare (#​533) (48cb729)
Documentation
rollup/rollup (rollup)

v4.6.1

Compare Source

2023-11-30

Bug Fixes
  • Resolve a situation where declaring the same var several times was considered a conflict (#​5276)
Pull Requests

v4.6.0

Compare Source

2023-11-26

Features
  • Allow this.addWatchFile in all plugin hooks (#​5270)
Bug Fixes
  • Show helpful error when native binaries are not installed due to an npm issue (#​5267)
  • Do not access this context in this.addWatchFile so it does not need to be bound when passed around (#​5270)
Pull Requests

v4.5.2

Compare Source

2023-11-24

Bug Fixes
  • Handle files with UTF-8 BOM when using the commonjs plugin (#​5268)
Pull Requests
wasmerio/wasmer (virtual-fs)

v0.10.0

Compare Source

Special thanks to @​newpavlov and @​Maxgy for their contributions!

  • #​942 Deny missing docs in runtime core and add missing docs
  • #​939 Fix bug causing attempts to append to files with WASI to delete the contents of the file
  • #​940 Update supported Rust version to 1.38+
  • #​923 Fix memory leak in the C API caused by an incorrect cast in wasmer_trampoline_buffer_destroy
  • #​921 In LLVM backend, annotate all memory accesses with TBAA metadata.
  • #​883 Allow floating point operations to have arbitrary inputs, even including SNaNs.
  • #​856 Expose methods in the runtime C API to get a WASI import object
StefanTerdell/zod-to-json-schema (zod-to-json-schema)

v3.22.1

Compare Source

diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)

v2.41.0

Added
  • Add a jsonPatch step to json formatter configurations. This allows patching of JSON documents using JSON Patches. (#​1753)
  • Support GJF own import order. (#​1780)
Fixed
  • Use latest versions of popular style guides for eslint tests to fix failing useEslintXoStandardRules test. (#​1761, #​1756)
  • Add support for prettier version 3.0.0 and newer. (#​1760, #​1751)
  • Fix npm install calls when npm cache is not up-to-date. (#​1760, #​1750)
Changes
  • Bump default eslint version to latest 8.31.0 -> 8.45.0 (#​1761)
  • Bump default prettier version to latest (v2) 2.8.1 -> 2.8.8. (#​1760)
  • Bump default greclipse version to latest 4.27 -> 4.28. (#​1775)

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.

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #153 (173b93a) into main (2fc3203) will increase coverage by 11.18%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##               main     #153       +/-   ##
=============================================
+ Coverage     53.30%   64.48%   +11.18%     
  Complexity        2        2               
=============================================
  Files            94       70       -24     
  Lines          2921     1971      -950     
  Branches        155      155               
=============================================
- Hits           1557     1271      -286     
+ Misses         1309      645      -664     
  Partials         55       55               
Flag Coverage Δ
csharp 40.15% <ø> (ø)
kotlin 62.39% <ø> (ø)
nodejs 98.97% <ø> (ø)
rust ?

see 24 files with indirect coverage changes

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 2fc3203...173b93a. Read the comment docs.

| datasource     | package                                                         | from   | to      |
| -------------- | --------------------------------------------------------------- | ------ | ------- |
| npm            | @angular-devkit/core                                            | 17.0.3 | 17.0.5  |
| npm            | @angular-devkit/schematics                                      | 17.0.3 | 17.0.5  |
| npm            | @angular-devkit/schematics-cli                                  | 17.0.3 | 17.0.5  |
| npm            | @docusaurus/core                                                | 3.0.0  | 3.0.1   |
| npm            | @docusaurus/module-type-aliases                                 | 3.0.0  | 3.0.1   |
| npm            | @docusaurus/preset-classic                                      | 3.0.0  | 3.0.1   |
| npm            | @swc/core                                                       | 1.3.99 | 1.3.100 |
| npm            | @types/node                                                     | 20.9.4 | 20.10.3 |
| nuget          | NUnit                                                           | 3.14.0 | 4.0.1   |
| nuget          | NUnit.Analyzers                                                 | 3.9.0  | 3.10.0  |
| github-tags    | actions/setup-java                                              | v3     | v4      |
| crate          | async-openai                                                    | 0.17.0 | 0.17.1  |
| npm            | eslint                                                          | 8.54.0 | 8.55.0  |
| gradle-version | gradle                                                          | 8.4    | 8.5     |
| github-tags    | gradle/gradle-build-action                                      | v2.9.0 | v2.10.0 |
| npm            | lint-staged                                                     | 15.1.0 | 15.2.0  |
| maven          | org.apache.maven:apache-maven                                   | 3.9.5  | 3.9.6   |
| npm            | openai                                                          | 4.20.0 | 4.20.1  |
| npm            | rollup                                                          | 4.5.1  | 4.6.1   |
| npm            | ts-mustache                                                     | 0.0.3  | 0.0.4   |
| crate          | virtual-fs                                                      | 0.9.0  | 0.10.0  |
| crate          | wasmer                                                          | 4.2.3  | 4.2.4   |
| crate          | wasmer-cache                                                    | 4.2.3  | 4.2.4   |
| crate          | wasmer-registry                                                 | 5.9.0  | 5.10.0  |
| crate          | wasmer-vm                                                       | 4.2.3  | 4.2.4   |
| crate          | wasmer-wasix                                                    | 0.16.0 | 0.17.0  |
| npm            | zod-to-json-schema                                              | 3.22.0 | 3.22.1  |
| maven          | com.diffplug.spotless:spotless-maven-plugin                     | 2.40.0 | 2.41.0  |
| maven          | org.apache.maven.plugins:maven-javadoc-plugin                   | 3.6.2  | 3.6.3   |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.20 | 1.9.21  |
Copy link
Contributor Author

renovate bot commented Dec 4, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Yuhang Shi added 2 commits December 4, 2023 10:45
Signed-off-by: Yuhang Shi <clszzyh@gmail.com>
Signed-off-by: Yuhang Shi <clszzyh@gmail.com>
@toadfanszz toadfanszz added this pull request to the merge queue Dec 4, 2023
Merged via the queue into main with commit 4439110 Dec 4, 2023
54 of 65 checks passed
@toadfanszz toadfanszz deleted the renovate/all branch December 4, 2023 03:05
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