Skip to content

Commit

Permalink
Update Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Dec 17, 2023
1 parent ef2b73f commit 0699b08
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 81 deletions.
4 changes: 2 additions & 2 deletions dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { message, danger, warn } from "danger";
// Add a CHANGELOG entry for app changes
const hasChangelog = danger.git.modified_files.includes("CHANGELOG.md");
const isTrivial = (danger.github.pr.body + danger.github.pr.title).includes(
"#trivial"
"#trivial",
);
if (!hasChangelog && !isTrivial) {
warn("Please add a changelog entry for your changes.");
Expand All @@ -28,6 +28,6 @@ const hasTestChanges =
.length > 0;
if (hasSrcChanges && !hasTestChanges) {
warn(
"There are code changes, but no tests changed or added. That's okay as long as you're refactoring existing code"
"There are code changes, but no tests changed or added. That's okay as long as you're refactoring existing code",
);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"prettier": "^2.1.2"
"prettier": "^3.1.1"
}
}
140 changes: 70 additions & 70 deletions website/docs/maturity-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,62 +12,62 @@ corresponding property or component.

| Icon | Meaning |
| :--: | ------------------- |
| | supported |
| | not supported |
| (✔) | partially supported |
|| supported |
|| not supported |
| (✔) | partially supported |

## Components

See [RFC 5545 section 3.6](https://tools.ietf.org/html/rfc5545#section-3.6).

| Component | Supported |
| --------- | :-------: |
| VEVENT | |
| VTODO | |
| VJOURNAL | |
| VFREEBUSY | |
| VTIMEZONE | (✔) |
| VALARM | |
| VEVENT ||
| VTODO ||
| VJOURNAL ||
| VFREEBUSY ||
| VTIMEZONE | (✔) |
| VALARM ||

## Event Component

See [RFC 5545 section 3.6.1](https://tools.ietf.org/html/rfc5545#section-3.6.1).

| Property | Supported |
| --------------------------- | :-------: |
| dtstamp | |
| uid | |
| dtstart | |
| class | |
| created | |
| description | |
| geo | |
| last-mod | |
| location | |
| organizer | |
| priority | |
| seq | |
| status | |
| summary | |
| transp | |
| url | |
| recurid | |
| rrule | |
| dtend | |
| duration | |
| attach | |
| attendee | |
| categories | (✔) |
| comment | |
| contact | |
| exdate | |
| rstatus | |
| related | |
| resources | |
| rdate | |
| x-prop | (✔) |
| iana-prop | (✔) |
| x-apple-structured-location | |
| dtstamp ||
| uid ||
| dtstart ||
| class ||
| created ||
| description ||
| geo ||
| last-mod ||
| location ||
| organizer ||
| priority ||
| seq ||
| status ||
| summary ||
| transp ||
| url ||
| recurid ||
| rrule ||
| dtend ||
| duration ||
| attach ||
| attendee ||
| categories | (✔) |
| comment ||
| contact ||
| exdate ||
| rstatus ||
| related ||
| resources ||
| rdate ||
| x-prop | (✔) |
| iana-prop | (✔) |
| x-apple-structured-location ||

## Alarm Component

Expand All @@ -77,25 +77,25 @@ See [RFC 5545 section 3.6.1](https://tools.ietf.org/html/rfc5545#section-3.6.1).

| Property | Supported |
| --------- | :-------: |
| action | |
| trigger | |
| duration | |
| repeat | |
| attach | |
| x-prop | (✔) |
| iana-prop | (✔) |
| action ||
| trigger ||
| duration ||
| repeat ||
| attach ||
| x-prop | (✔) |
| iana-prop | (✔) |

### Display

| Property | Supported |
| ----------- | :-------: |
| action | |
| trigger | |
| description | |
| duration | |
| repeat | |
| x-prop | (✔) |
| iana-prop | (✔) |
| action ||
| trigger ||
| description ||
| duration ||
| repeat ||
| x-prop | (✔) |
| iana-prop | (✔) |

### Email

Expand All @@ -107,22 +107,22 @@ See [RFC 5545 section 3.6.5](https://tools.ietf.org/html/rfc5545#section-3.6.5).

| Property | Supported |
| --------- | :-------: |
| tzid | |
| last-mod | |
| tzurl | |
| x-prop | (✔) |
| iana-prop | (✔) |
| tzid ||
| last-mod ||
| tzurl ||
| x-prop | (✔) |
| iana-prop | (✔) |

### Standard / Daylight sub-component

| Property | Supported |
| ------------ | :-------: |
| dtstart | |
| tzoffsetto | |
| tzoffsetfrom | |
| rrule | |
| comment | |
| rdate | |
| tzname | |
| x-prop | (✔) |
| iana-prop | (✔) |
| dtstart ||
| tzoffsetto ||
| tzoffsetfrom ||
| rrule ||
| comment ||
| rdate ||
| tzname ||
| x-prop | (✔) |
| iana-prop | (✔) |
6 changes: 2 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ module.exports = {
items: [
{
label: "Raise a question",
to:
"https://github.com/markuspoerschke/iCal/discussions/categories/q-a",
to: "https://github.com/markuspoerschke/iCal/discussions/categories/q-a",
},
{
label: "Report a bug",
to:
"https://github.com/markuspoerschke/iCal/issues",
to: "https://github.com/markuspoerschke/iCal/issues",
},
],
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


prettier@^2.1.2:
version "2.2.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
prettier@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==

0 comments on commit 0699b08

Please sign in to comment.