camptocamp / c2cgeoform

Camptocamp GeoForm project
4 stars 8 forks source link

Update CI dependencies (2.3) (patch) #426

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Update
c2cciutils ==1.6.19 -> ==1.6.21 age adoption passing confidence patch
camptocamp/c2cciutils 1.6.19 -> 1.6.21 age adoption passing confidence patch
prettier (source) 3.3.0 -> 3.3.2 age adoption passing confidence patch

Release Notes

camptocamp/c2cciutils (c2cciutils) ### [`v1.6.21`](https://togithub.com/camptocamp/c2cciutils/releases/tag/1.6.21) [Compare Source](https://togithub.com/camptocamp/c2cciutils/compare/1.6.20...1.6.21) ##### 1.6.21 (2024-06-04) ##### Fixed bugs - [#​1724](https://togithub.com/camptocamp/c2cciutils/issues/1724) Fix spelling ([@​sbrunner](https://togithub.com/sbrunner)) ### [`v1.6.20`](https://togithub.com/camptocamp/c2cciutils/releases/tag/1.6.20) [Compare Source](https://togithub.com/camptocamp/c2cciutils/compare/1.6.19...1.6.20) ##### 1.6.20 (2024-06-03) ##### New feature - [#​1722](https://togithub.com/camptocamp/c2cciutils/issues/1722) Publishing: Fix then the Security.md file didn't exists ([@​sbrunner](https://togithub.com/sbrunner))
##### Dependency update - [#​1713](https://togithub.com/camptocamp/c2cciutils/issues/1713) Update dependency camptocamp/c2cciutils to v1.6.19 (1.6) ([@​renovate\[bot\]](https://togithub.com/apps/renovate)) - [#​1712](https://togithub.com/camptocamp/c2cciutils/issues/1712) Update all patch versions (1.6) (patch) ([@​renovate\[bot\]](https://togithub.com/apps/renovate))
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // 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" }; ```

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

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.