Closed renovate[bot] closed 5 months ago
Package | Line Rate | Branch Rate | Complexity | Health |
---|---|---|---|---|
lib | 74% | 63% | 0 | ➖ |
lib.generated | 100% | 100% | 0 | ✔ |
lib.generated.icons | 100% | 100% | 0 | ✔ |
lib.internal | 100% | 90% | 0 | ✔ |
Summary | 100% (8339 / 8375) | 68% (48 / 71) | 0 | ✔ |
This PR contains the following updates:
18.0.2
->18.0.3
20.12.13
->20.14.2
3.2.5
->3.3.1
0.14.6
->0.14.7
Release Notes
angular/angular-cli (@schematics/angular)
### [`v18.0.3`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1803-2024-06-05) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.0.2...18.0.3) ##### [@angular/cli](https://togithub.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- | | [b709d2a24](https://togithub.com/angular/angular-cli/commit/b709d2a243926f1ab01e8c8a78d68fc57ab4cab3) | fix | add `schema.json` options to parsed command, also when a version is passed to `ng addprettier/prettier (prettier)
### [`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" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)angular/angular (zone.js)
### [`v0.14.7`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0147-2024-06-06) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.14.6...zone.js-0.14.7) ##### Bug Fixes - **zone.js:** do not mutate event listener options (may be readonly) ([#55796](https://togithub.com/angular/angular/issues/55796)) ([85c1719](https://togithub.com/angular/angular/commit/85c171920ae2b1861896fa6c2d5d7dc8f030a445)), closes [#54142](https://togithub.com/angular/angular/issues/54142) - **zone.js:** store remove abort listener on the scheduled task ([#56160](https://togithub.com/angular/angular/issues/56160)) ([4a3800a](https://togithub.com/angular/angular/commit/4a3800a6a0ae9d667dd961c6e4029c01c6819988)), closes [#56148](https://togithub.com/angular/angular/issues/56148)Configuration
📅 Schedule: Branch creation - "after 11:00pm on the 1 day of the month,before 4am on the 2 day of the month,after 11:00pm on the 15 day of the month,before 4am on the 16 day of the month" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.