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 CI dependencies (minor) #633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
astral-sh/ruff-pre-commit repository minor v0.7.4 -> v0.9.1 age adoption passing confidence
camptocamp/jsonschema-gentypes repository minor 2.8.1 -> 2.9.3 age adoption passing confidence
poetry-dynamic-versioning minor ==1.4.1 -> ==1.7.0 age adoption passing confidence
poetry-plugin-export minor ==1.8.0 -> ==1.9.0 age adoption passing confidence
prettier (source) minor 3.3.3 -> 3.4.2 age adoption passing confidence
prospector-profile-duplicated minor 1.8.1 -> 1.10.4 age adoption passing confidence
prospector-profile-utils minor 1.11.1 -> 1.15.1 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.29.4 -> 0.31.0 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 39.31.4 -> 39.111.1 age adoption passing confidence
ruff (source, changelog) minor 0.7.4 -> 0.9.2 age adoption passing confidence
sbrunner/hooks repository minor 1.1.2 -> 1.2.1 age adoption passing confidence
sbrunner/python-versions-hook repository minor 0.7.0 -> 0.8.0 age adoption passing confidence
tag-publish minor ==0.9.2 -> ==0.13.3 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

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.1

v0.9.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.0

v0.8.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.6

v0.8.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.5

v0.8.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.4

v0.8.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.3

v0.8.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.2

v0.8.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.1

v0.8.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.8.0

camptocamp/jsonschema-gentypes (camptocamp/jsonschema-gentypes)

v2.9.3

Compare Source

2.9.3 (2024-12-13)

Fixed bugs

v2.9.2

Compare Source

2.9.2 (2024-12-13)

Fixed bugs

v2.9.1

Compare Source

2.9.1 (2024-12-13)

Fixed bugs

Chore

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

v2.9.0

Compare Source

2.9.0 (2024-12-06)

New feature

Dependency update

Chore

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

mtkennerly/poetry-dynamic-versioning (poetry-dynamic-versioning)

v1.7.0

Compare Source

  • Added:
    • The enable command now supports the bypass/override environment variables
      to use a different placeholder version than 0.0.0.
  • Fixed:
    • The enable command would add "version" to project.dynamic even if it were already present.
      (Contributed by waketzheng)
    • The enable command would set tool.poetry.version to "0.0.0"
      even if the field were already present with a different value.

v1.6.0

Compare Source

  • Added:
    • CLI: show command to print the version without changing any files.

v1.5.2

Compare Source

  • Fixed:
    • The formatting of project.dynamic and tool.poetry.version
      could be changed when triggering the plugin via poetry dynamic-versioning or pip install
      (but not via poetry build or poetry-dynamic-versioning).

v1.5.1

Compare Source

v1.5.0

Compare Source

  • Added:
    • CLI: When pyproject.toml contains the project section,
      the enable command will add the required fields for Poetry 2.0.0+.
  • Fixed:
    • For compatibility with Poetry 2.0.0,
      adjusted Poetry constraint from ^1.2.0 to >=1.2.0.
    • For compatibility with Poetry 2.0.0,
      when inserting the dynamic version into pyproject.toml with PEP 621 mode activated,
      the plugin ensures not to set project.version and tool.poetry.version at the same time.
    • An UnboundLocalError could happen when pyproject.toml was misconfigured.
python-poetry/poetry-plugin-export (poetry-plugin-export)

v1.9.0

Compare Source

Added
  • Add an --all-groups option to export dependencies from all groups (#​294).
Changed
  • Drop support for Python 3.8 (#​300).
  • Clarify the help text of --with and --only and deprecate --without (#​212).
  • Fail if the poetry.lock file is not consistent with the pyproject.toml file (#​310).
Fixed
  • Fix an issue where the export failed with the message "dependency walk failed".
    This fix requires a poetry.lock file created with Poetry 2.x (#​286).
  • Fix an issue where the pre-commit hook regex matched wrong files (#​285).
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.4

Compare Source

1.10.4 (2025-01-04)

Fixed bugs

v1.10.3

Compare Source

1.10.3 (2025-01-04)

Fixed bugs

v1.10.2

Compare Source

1.10.2 (2025-01-04)

New feature

v1.10.1

Compare Source

1.10.1 (2025-01-04)

New feature

Dependency update

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

sbrunner/prospector-profile-utils (prospector-profile-utils)

v1.15.1

Compare Source

1.15.1 (2025-01-04)

Fixed bugs

v1.15.0

Compare Source

1.15.0 (2025-01-04)

New feature

Dependency update

v1.14.1

Compare Source

1.14.1 (2024-12-03)

New feature

  • #​94 Disable Consider possible security implications associated with the s… (@​sbrunner)

v1.14.0

Compare Source

1.14.0 (2024-12-03)

New feature

v1.13.0

Compare Source

1.13.0 (2024-12-02)

Fixed bugs

Dependency update

v1.12.2

Compare Source

1.12.2 (2024-11-18)

New feature

python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.31.0

Compare Source

  • Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci,
    dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)

  • Drop support for Python 3.8

  • Rename --format-regex to --regex-variant and convert
    --format-regex to a deprecated alias.
    It will be removed in a future release.

  • Regular expression interpretation in "pattern", "patternProperties", and
    "format": "regex" usages now uses unicode-mode JS regular expressions by
    default. (:issue:353)

    • Use --regex-variant nonunicode to get non-unicode JS regular
      expressions, the default behavior from previous versions.
    • Custom validators may be impacted by the new regular expression
      features. Validators are now always modified with the jsonschema
      library's extend() API to control the pattern and
      patternProperties keywords.

v0.30.0

Compare Source

  • Update vendored schemas: azure-pipelines, bitbucket-pipelines, buildkite,
    circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify,
    readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
  • Fix caching behavior to always use URL hashes as cache keys. This fixes a
    cache confusion bug in which the wrong schema could be retrieved from the
    cache. This resolves :cve:2024-53848. Thanks :user:sethmlarson for reporting!
  • Deprecate the --cache-filename flag. It no longer has any effect and will
    be removed in a future release.
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v39.111.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.111.1 for more changes

v39.111.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.111.0 for more changes

v39.110.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.110.0 for more changes

v39.109.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.109.0 for more changes

v39.107.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.107.2 for more changes

v39.107.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.107.1 for more changes

v39.107.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.107.0 for more changes

v39.106.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.106.1 for more changes

v39.106.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.106.0 for more changes

v39.100.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.100.1 for more changes

v39.100.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.100.0 for more changes

v39.99.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.99.0 for more changes

v39.98.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.98.0 for more changes

v39.97.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.97.0 for more changes

v39.96.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.96.2 for more changes

v39.96.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.96.1 for more changes

v39.96.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.96.0 for more changes

v39.95.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.95.0 for more changes

v39.94.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.94.2 for more changes

v39.94.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.94.0 for more changes

v39.93.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.93.1 for more changes

v39.93.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.93.0 for more changes

v39.92.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.92.2 for more changes

v39.92.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.92.1 for more changes

v39.92.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.92.0 for more changes

v39.91.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.4 for more changes

v39.91.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.3 for more changes

v39.91.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.2 for more changes

v39.91.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.1 for more changes

v39.91.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.91.0 for more changes

v39.86.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.3 for more changes

v39.86.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.2 for more changes

v39.86.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.1 for more changes

v39.86.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.86.0 for more changes

v39.85.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.85.0 for more changes

v39.84.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.84.0 for more changes

v39.83.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.6 for more changes

v39.83.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.5 for more changes

v39.83.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.4 for more changes

v39.83.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.3 for more changes

v39.83.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.2 for more changes

v39.83.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.1 for more changes

v39.83.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.83.0 for more changes

v39.82.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.9 for more changes

v39.82.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.8 for more changes

v39.82.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.7 for more changes

v39.82.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.6 for more changes

v39.82.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.5 for more changes

v39.82.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.3 for more changes

v39.82.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.2 for more changes

v39.82.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.1 for more changes

v39.82.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.82.0 for more changes

v39.80.0

Compare Source

v39.79.1

Compare Source

v39.77.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.77.0 for more changes

v39.76.0

Compare Source

v39.75.1

Compare Source

v39.75.0

Compare Source

v39.74.1

Compare Source

v39.74.0

Compare Source

v39.73.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.73.0 for more changes

v39.72.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.72.5 for more changes

v39.72.4

Compare Source

v39.72.2

Compare Source

v39.72.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.72.1 for more changes

v39.71.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.71.0 for more changes

v39.70.0

Compare Source

v39.69.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.4 for more changes

v39.69.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.3 for more changes

v39.69.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.2 for more changes

v39.69.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.1 for more changes

v39.69.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.69.0 for more changes

[v39.68.1](https://redirect.github.com/renovatebot/pre-commit-hooks/releas


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 Dec 1, 2024
@renovate renovate bot enabled auto-merge (squash) December 1, 2024 16:21
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 24 times, most recently from 2914ce6 to 096f363 Compare December 6, 2024 16:49
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 3 times, most recently from 2d1f91a to cb7c2e9 Compare January 15, 2025 14:58
@renovate renovate bot force-pushed the renovate/ci-dependencies branch 3 times, most recently from 649fba3 to 590afbf Compare January 16, 2025 14:55
@renovate renovate bot force-pushed the renovate/ci-dependencies branch from 590afbf to 52fed17 Compare January 16, 2025 15:23
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.

0 participants