Closed renovate[bot] closed 1 year ago
Coverage report for commit: fdca0f1
File: coverage/clover.xml
Cover ┌─────────────────────────┐ Freq.
0% │ ██░░░░░░░░░░░░░░░░░░░░░ │ 4.5%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ ████░░░░░░░░░░░░░░░░░░░ │ 9.1%
90% │ ███████████░░░░░░░░░░░░ │ 27.3%
100% │ ███████████████████████ │ 59.1%
└─────────────────────────┘
*Legend:* █ = Current Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
scripts | |||
CampaignRenderer.ts | 90.91% | 96.15% | 78.57% |
CampaignStat.ts | 89.53% | 87.50% | 88.89% |
Chat.ts | 100.00% | 100.00% | - |
CombatFlag.ts | 100.00% | 100.00% | 100.00% |
EncounterRenderer.ts | 77.33% | 100.00% | 62.86% |
Handlers.ts | 81.67% | 66.67% | 70.97% |
SetupHooks.ts | - | - | - |
StatManager.ts | 89.47% | 100.00% | 33.33% |
enums.ts | 100.00% | 100.00% | 100.00% |
scripts/Helpers | |||
Dates.ts | 100.00% | 100.00% | - |
Gamemaster.ts | 100.00% | 100.00% | 100.00% |
Logger.ts | 100.00% | 100.00% | 100.00% |
Trans.ts | 100.00% | 100.00% | - |
scripts/parsers | |||
DND5e.ts | 100.00% | 100.00% | 100.00% |
MidiQol.ts | 100.00% | 100.00% | 88.24% |
PF2e.ts | 100.00% | 100.00% | 58.82% |
ReadySetRoll.ts | 94.44% | 100.00% | 57.14% |
scripts/stats | |||
DND5eStat.ts | 100.00% | 100.00% | 100.00% |
MidiQolStat.ts | 100.00% | 100.00% | 100.00% |
PF2eStat.ts | 100.00% | 100.00% | 100.00% |
ReadySetRollStat.ts | 92.00% | 100.00% | 66.67% |
Stat.ts | 91.48% | 83.08% | 60.67% |
:robot: comment via lucassabreu/comment-coverage-clover
This PR contains the following updates:
18.16.19
->18.17.1
6.1.0
->6.2.0
6.1.0
->6.2.0
0.18.15
->0.18.16
2.3.13
->2.3.16
1.64.0
->1.64.1
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v6.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#620-2023-07-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) ##### Bug Fixes - **eslint-plugin:** \[member-ordering] account for repeated names ([#6864](https://togithub.com/typescript-eslint/typescript-eslint/issues/6864)) ([d207b59](https://togithub.com/typescript-eslint/typescript-eslint/commit/d207b59e24acb9377a7a55104d082bd91fbb664e)) - **eslint-plugin:** \[no-unsafe-enum-comparison] exempt bit shift operators ([#7074](https://togithub.com/typescript-eslint/typescript-eslint/issues/7074)) ([b3e0e75](https://togithub.com/typescript-eslint/typescript-eslint/commit/b3e0e7571f1abb5dae347d3701844324232b1431)) - **eslint-plugin:** \[prefer-nullish-coalescing] handle case when type of left side is null or undefined ([#7225](https://togithub.com/typescript-eslint/typescript-eslint/issues/7225)) ([b62affe](https://togithub.com/typescript-eslint/typescript-eslint/commit/b62affe8ddac7c0af22bf74f22503d0cda92f4c0)) - **eslint-plugin:** use a default export for the rules type ([#7266](https://togithub.com/typescript-eslint/typescript-eslint/issues/7266)) ([af77a1d](https://togithub.com/typescript-eslint/typescript-eslint/commit/af77a1d33f0853d2ab0f61e4ac04dec47cd7ba18)) ##### Features - **eslint-plugin:** \[class-methods-use-this] add extension rule ([#6457](https://togithub.com/typescript-eslint/typescript-eslint/issues/6457)) ([18ea3b1](https://togithub.com/typescript-eslint/typescript-eslint/commit/18ea3b1f8938e25053f89b7e4ec8dcc6c453118a)) - **eslint-plugin:** sync getFunctionHeadLoc implementation with upstream ([#7260](https://togithub.com/typescript-eslint/typescript-eslint/issues/7260)) ([f813147](https://togithub.com/typescript-eslint/typescript-eslint/commit/f81314731cccb779423e2580a805eff3efff8564)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v6.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#620-2023-07-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.evanw/esbuild (esbuild)
### [`v0.18.16`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#01816) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.18.15...v0.18.16) - Fix a regression with whitespace inside `:is()` ([#3265](https://togithub.com/evanw/esbuild/issues/3265)) The change to parse the contents of `:is()` in version 0.18.14 introduced a regression that incorrectly flagged the contents as a syntax error if the contents started with a whitespace token (for example `div:is( .foo ) {}`). This regression has been fixed.vigoren/foundryvtt-simple-calendar (foundryvtt-simple-calendar)
### [`v2.3.16`](https://togithub.com/vigoren/foundryvtt-simple-calendar/blob/HEAD/CHANGELOG.md#2316---Bug-Fixes) [Compare Source](https://togithub.com/vigoren/foundryvtt-simple-calendar/compare/v2.3.13...v2.3.16) ![](https://img.shields.io/badge/release%20date-July%2022%2C%202023-blue) ![GitHub release](https://img.shields.io/github/downloads-pre/vigoren/foundryvtt-simple-calendar/v2.3.16/module.zip) ##### Bug Fixes - Fixed a bug in Foundry v11 where when typing the compact view would pop above all other windows. ([#525](https://togithub.com/vigoren/foundryvtt-simple-calendar/issues/525)) - Fixed a bug in Foundry v11 where side panels would close when interacting with the calendar. ([#526](https://togithub.com/vigoren/foundryvtt-simple-calendar/issues/526)) - Fixed an issue where side panels would sometimes get stuck open. ([#472](https://togithub.com/vigoren/foundryvtt-simple-calendar/issues/472)) ##### Translation Updates Thank you to the follow people for making updates to Simple Calendars translations: - [Lucas](https://weblate.foundryvtt-hub.com/user/lucasts/) (Portuguese (Brazil))sass/dart-sass (sass)
### [`v1.64.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1641) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.64.0...1.64.1) ##### Embedded Sass - Fix a bug where a valid `SassCalculation.clamp()` with less than 3 arguments would throw an error.Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.