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 (patch) #532

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
c2cciutils ==1.6.20 -> ==1.6.21 age adoption passing confidence patch
camptocamp/c2cciutils 1.6.20 -> 1.6.21 age adoption passing confidence patch
prettier (source) 3.3.0 -> 3.3.2 age adoption passing confidence patch
python-jsonschema/check-jsonschema 0.28.4 -> 0.28.6 age adoption passing confidence repository patch

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

camptocamp/c2cciutils (c2cciutils)

v1.6.21

Compare Source

1.6.21 (2024-06-04)

Fixed bugs

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.28.6

Compare Source

  • Update vendored schemas: bitbucket-pipelines, circle-ci, readthedocs,
    renovate (2024-06-23)
  • Add CircleCI schema and pre-commit hook. Thanks :user:jrdnbradford! (:pr:444)

v0.28.5

Compare Source

  • Update vendored schemas: bitbucket-pipelines, dependabot, github-actions,
    github-workflows, gitlab-ci, readthedocs, renovate (2024-06-10)
  • Update bitbucket schema to use the option from the
    intellij-bitbucket-references-plugin . For more details on this decision, see
    :issue:440 . Thanks @​blade2005 for the PR! (:pr:442)

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 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 added the dependencies Update the dependencies label Jul 1, 2024
@renovate renovate bot enabled auto-merge (rebase) July 1, 2024 16:24
Copy link
Contributor Author

renovate bot commented Jul 2, 2024

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.

@renovate renovate bot merged commit cb4f748 into master Jul 2, 2024
11 checks passed
@renovate renovate bot deleted the renovate/patch-ci-dependencies branch July 2, 2024 08:44
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