Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #82

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Blazor-ApexCharts (source) 2.1.0 -> 2.2.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.Sdk 1.16.3 -> 1.16.4 age adoption passing confidence
OpenAI-DotNet 7.4.1 -> 7.4.4 age adoption passing confidence
csharpier 0.26.4 -> 0.26.5 age adoption passing confidence
cypress (source) 13.6.0 -> 13.6.1 age adoption passing confidence
rollup (source) 4.6.1 -> 4.7.0 age adoption passing confidence
tailwindcss (source) 3.3.5 -> 3.3.6 age adoption passing confidence
xunit 2.6.2 -> 2.6.3 age adoption passing confidence
xunit.runner.visualstudio 2.5.4 -> 2.5.5 age adoption passing confidence

Release Notes

apexcharts/Blazor-ApexCharts (Blazor-ApexCharts)

v2.2.0

What's Changed

Full Changelog: apexcharts/Blazor-ApexCharts@v2.1.0...v2.2.0

RageAgainstThePixel/OpenAI-DotNet (OpenAI-DotNet)

v7.4.4: OpenAI-DotNet 7.4.4

What's Changed

Full Changelog: RageAgainstThePixel/OpenAI-DotNet@v7.4.3...v7.4.4

v7.4.3: OpenAI-DotNet 7.4.3

What's Changed

Full Changelog: RageAgainstThePixel/OpenAI-DotNet@v7.4.2...v7.4.3

v7.4.2: OpenAI-DotNet 7.4.2

What's Changed

Full Changelog: RageAgainstThePixel/OpenAI-DotNet@v7.4.1...v7.4.2

belav/csharpier (csharpier)

v0.26.5

Compare Source

What's Changed

0.26.4 sorts NSubstitute before Newtonsoft.Json #​1061

The using sorting in 0.26.4 was taking into account case.

// 0.26.4
using System;
using NSubstitute;
using Newtonsoft.Json;

// 0.26.5
using System;
using Newtonsoft.Json;
using NSubstitute;

Thanks go to @​loraderon for contributing the fix.

Extra newline added when using a collection expression with { get; } #​1063

A collection expression in a property initializer was including an extra new line.

// 0.26.4
public class ClassName
{
    public List<DayOfWeek> DaysOfWeek { get; } =

        [
            DayOfWeek.Sunday,
            // snip
            DayOfWeek.Saturday
        ];    
}

// 0.26.5
public class ClassName
{
    public List<DayOfWeek> DaysOfWeek { get; } =
        [
            DayOfWeek.Sunday,
            // snip
            DayOfWeek.Saturday
        ];    
}

Thanks go to @​SapiensAnatis for contributing the fix.

Comments at the end of a collection expression should be indented #​1059

When the close bracket on a collection expression had a leading comment, it had the same indentation as the bracket.

// 0.26.4
host.AddSection(
    name: "Kontakt Libraries (Third Party)",
    tags: Tags.SamplesUsed,
    tasks:
    [
    // TODO: Add any used third party instruments below as you discover them.
    ]
);

// 0.26.5
host.AddSection(
    name: "Kontakt Libraries (Third Party)",
    tags: Tags.SamplesUsed,
    tasks:
    [
        // TODO: Add any used third party instruments below as you discover them.
    ]
);

Thanks go to @​fgimian for reporting the problem

Full Changelog: belav/csharpier@0.26.4...0.26.5

cypress-io/cypress (cypress)

v13.6.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1

rollup/rollup (rollup)

v4.7.0

Compare Source

2023-12-08

Features
  • Add build for Linux riscv64 architecture (#​5288)
Bug Fixes
  • Improve error message when native Windows build does not start (#​5284)
Pull Requests
tailwindlabs/tailwindcss (tailwindcss)

v3.3.6

Compare Source

Fixed
  • Improve types for resolveConfig (#​12272)
  • Don’t add spaces to negative numbers following a comma (#​12324)
  • Don't emit @config in CSS when watching via the CLI (#​12327)
  • Ensure configured font-feature-settings for mono are included in Preflight (#​12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#​12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#​12514)
  • Fix support for slashes in arbitrary modifiers (#​12515)
  • Fix source maps of variant utilities that come from an @layer rule (#​12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#​12506)
xunit/xunit (xunit)

v2.6.3

Compare Source

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v2.5.5

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot merged commit 8312861 into main Dec 11, 2023
5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 11, 2023 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants