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 #344

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Google.Apis.AndroidPublisher.v3 1.68.0.3576 -> 1.68.0.3616 age adoption passing confidence
Google.Protobuf 3.29.0 -> 3.29.1 age adoption passing confidence
Grpc.Tools 2.67.0 -> 2.68.1 age adoption passing confidence
Microsoft.AspNetCore.Components.WebView.Maui 9.0.10 -> 9.0.12 age adoption passing confidence
Microsoft.Maui.Controls 9.0.10 -> 9.0.12 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 9.0.1 -> 9.0.2 age adoption passing confidence
csharpier 0.30.2 -> 0.30.3 age adoption passing confidence
cypress (source) 13.16.0 -> 13.16.1 age adoption passing confidence
prettier (source) 3.4.1 -> 3.4.2 age adoption passing confidence
rollup (source) 4.28.0 -> 4.28.1 age adoption passing confidence
sass 1.81.0 -> 1.82.0 age adoption passing confidence
tailwindcss (source) 3.4.15 -> 3.4.16 age adoption passing confidence

Release Notes

dotnet/maui (Microsoft.AspNetCore.Components.WebView.Maui)

v9.0.12: SR1.2

Compare Source

What's Changed

Full Changelog: dotnet/maui@9.0.10...9.0.12

npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)

v9.0.2

EFCore.PG depends on Npgsql 9.0.2, which contains an important fix around SSL validation (https://github.com/npgsql/npgsql/issues/5942).

Milestone issues

Full Changelog: npgsql/efcore.pg@v9.0.1...v9.0.2

belav/csharpier (csharpier)

v0.30.3

Compare Source

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore #​1357

The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to @​PetSerAl for the fix

cypress-io/cypress (cypress)

v13.16.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#13-16-1

prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
rollup/rollup (rollup)

v4.28.1

Compare Source

2024-12-06

Bug Fixes
  • Support running Rollup natively on LoongArch (#​5749)
  • Add optional debugId to SourceMap types (#​5751)
Pull Requests
sass/dart-sass (sass)

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 16730c1 to adc3568 Compare December 9, 2024 11:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adc3568 to 198b9ed Compare December 9, 2024 11:28
@LiamMorrow LiamMorrow merged commit 19227fe into main Dec 9, 2024
8 of 9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 9, 2024 11:44
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.

1 participant