Skip to content

Update CI dependencies (minor)#9

Merged
sbrunner merged 2 commits intomasterfrom
renovate/ci-dependencies
Jan 4, 2025
Merged

Update CI dependencies (minor)#9
sbrunner merged 2 commits intomasterfrom
renovate/ci-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
asottile/pyupgrade repository minor v3.17.0 -> v3.19.1 age adoption passing confidence
c2cciutils minor ==1.6.23 -> ==1.7.1 age adoption passing confidence
prettier (source) minor 3.3.3 -> 3.4.2 age adoption passing confidence
prospector-profile-duplicated minor 1.5.0 -> 1.10.0 age adoption passing confidence
prospector-profile-utils minor 1.10.2 -> 1.14.1 age adoption passing confidence
psf/black repository minor 24.8.0 -> 24.10.0 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.29.3 -> 0.30.0 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 38.106.3 -> 38.142.7 age adoption passing confidence
ruff (source, changelog) minor 0.7.1 -> 0.8.4 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

asottile/pyupgrade (asottile/pyupgrade)

v3.19.1

Compare Source

v3.19.0

Compare Source

v3.18.0

Compare Source

camptocamp/c2cciutils (c2cciutils)

v1.7.1

Compare Source

1.7.1 (2024-11-04)

Fixed bugs

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates

v1.7.0

Compare Source

1.7.0 (2024-10-31)
New feature
Fixed bugs
Documentation
Dependency update
Chore

Changes that shouldn't affect the users like continuous integration updates

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>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

sbrunner/prospector-profile-duplicated (prospector-profile-duplicated)

v1.10.0

Compare Source

1.10.0 (2024-12-30)

New feature

v1.9.0

Compare Source

1.9.0 (2024-12-03)

New feature

v1.8.1

Compare Source

1.8.1 (2024-12-03)

New feature

Dependency update

v1.8.0

[Compare Source](https://redirect.github.com/sbrunner/prospector-profile-duplicated/compare/1.7


Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, 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 added the dependencies Update the dependencies label Jan 1, 2025
From the artifact of the previous workflow run
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 1, 2025

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.

@sbrunner sbrunner merged commit 6ec43e0 into master Jan 4, 2025
@sbrunner sbrunner deleted the renovate/ci-dependencies branch January 4, 2025 11:12
@geo-ghci-int geo-ghci-int bot added this to the 1.0.0 milestone Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update the dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant