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

🎉 6.0.1 #556

Merged
merged 46 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
2eabdda
Merge branch main into develop [skip ci]
sebbo2002 Oct 25, 2023
f536105
docs(README): Add method to calendar in quickstart example (#535)
Justin-Koningsberger Oct 29, 2023
2e804ba
ci(deps): bump actions/setup-node from 3 to 4
dependabot[bot] Oct 30, 2023
1c1b87e
Merge pull request #88 from sebbo2002/dependabot/github_actions/actio…
sebbo2002 Oct 30, 2023
ea4ab63
ci(deps): bump actions/setup-node from 3 to 4 (#536)
dependabot[bot] Oct 30, 2023
43f74c3
Update all development npm dependencies (2023-10-31) (#537)
depfu[bot] Oct 31, 2023
e3215d2
Merge remote-tracking branch 'template/typescript' into develop
sebbo2002 Oct 31, 2023
c0e8a5c
Update all development npm dependencies (2023-11-07) (#538)
depfu[bot] Nov 7, 2023
72fe5bc
docs(README): fix timezone example code
psvenk Nov 8, 2023
2511c25
Update all development npm dependencies (2023-11-14)
depfu[bot] Nov 14, 2023
0b919b3
BREAKING CHANGE: Drop node.js v16 Support
sebbo2002 Nov 17, 2023
07e0342
chore: Add Depfu configuration file
sebbo2002 Nov 17, 2023
49eb281
chore: Add breaking change noteKeywords for semantic release
sebbo2002 Nov 17, 2023
8234c4e
Update all development npm dependencies (2023-11-21)
depfu[bot] Nov 21, 2023
2e75c68
BREAKING CHANGE: Drop node.js v16 Support
sebbo2002 Nov 17, 2023
61000c9
chore: Add Depfu configuration file
sebbo2002 Nov 17, 2023
c9c7050
chore: Add breaking change noteKeywords for semantic release
sebbo2002 Nov 17, 2023
b33685c
chore: Fix `npm run dev` command
sebbo2002 Nov 27, 2023
b4cfc8b
chore(deps): Update all development npm dependencies (2023-11-28)
depfu[bot] Nov 29, 2023
8e56aac
chore(deps): Update dependencies
sebbo2002 Dec 3, 2023
a6bffd8
chore: Fix tsconfig order
sebbo2002 Dec 3, 2023
cf9709b
chore(tsconfig.json): Move transpileOnly to npm run develop command t…
sebbo2002 Dec 3, 2023
32b2519
Merge remote-tracking branch 'template/typescript' into template-upda…
sebbo2002 Dec 3, 2023
f3628df
Merge branch 'develop' into template-updater/update
sebbo2002 Dec 3, 2023
84899a8
Merge pull request #544 from sebbo2002/template-updater/update
sebbo2002 Dec 3, 2023
4b2b3e2
ci(deps): bump actions/stale from 8 to 9
dependabot[bot] Dec 11, 2023
37e0431
Merge pull request #90 from sebbo2002/dependabot/github_actions/actio…
sebbo2002 Dec 11, 2023
89fcbb6
ci(deps): bump actions/stale from 8 to 9
dependabot[bot] Dec 11, 2023
5d99ca7
Merge pull request #547 from sebbo2002/dependabot/github_actions/acti…
sebbo2002 Dec 11, 2023
c8238ee
chore(deps): Update all development npm dependencies (2023-12-12)
depfu[bot] Dec 12, 2023
a36eee3
Merge pull request #549 from sebbo2002/template-updater/update
sebbo2002 Dec 13, 2023
16dfc5f
Merge pull request #548 from sebbo2002/depfu/batch_dev/npm/2023-12-12
sebbo2002 Dec 13, 2023
2225f49
chore(deps): Update all development npm dependencies (2023-12-19)
depfu[bot] Dec 19, 2023
e3f05b0
Merge pull request #550 from sebbo2002/depfu/batch_dev/npm/2023-12-19
sebbo2002 Dec 19, 2023
f8c3d97
chore(deps): Update all development npm dependencies (2023-12-26)
depfu[bot] Dec 26, 2023
aafcad5
Merge pull request #551 from sebbo2002/depfu/batch_dev/npm/2023-12-26
sebbo2002 Dec 26, 2023
3ccd18c
chore(deps): Update all development npm dependencies (2024-01-02)
depfu[bot] Jan 2, 2024
4bb1509
Merge pull request #552 from sebbo2002/depfu/batch_dev/npm/2024-01-02
sebbo2002 Jan 2, 2024
ab04e98
chore(release): :bookmark: 6.0.1-develop.7 [skip ci]
semantic-release-bot Jan 2, 2024
521ab89
docs(README): fix quick start example code
xehpuk Jan 6, 2024
6429800
docs(ICalEvent): Fix JSDoc
xehpuk Jan 6, 2024
3784be9
docs(ICalEvent): Fix JSDoc
xehpuk Jan 6, 2024
1da1724
Merge pull request #554 from xehpuk/patch-2
sebbo2002 Jan 6, 2024
c7776f2
Merge pull request #553 from xehpuk/patch-1
sebbo2002 Jan 6, 2024
a5caeaa
fix(Calendar): Remove `prodId()` string validation
sebbo2002 Jan 6, 2024
4d7ad8c
test(Calendar): Remove prodId format validation test
sebbo2002 Jan 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .depfu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
update_strategy: "individual"

dev_update_strategy: "grouped"
grouped_dev_update_schedule: "weekly"
grouped_dev_update_start_date: "2023-11-21"
grouped_dev_update_time: "08:00"

reasonably_up_to_date: true
update_out_of_spec: true

automerge_strategy: "minor"
automerge_dev_strategy: "major"
automerge_method: "rebase"

engine_update_strategy: "major"

commit_message: "chore(deps): update {{dependency}} to version {{version}}"
commit_message_grouped: "chore(deps): Update {{update_type}} {{project_type}} dependencies ({{date}})"
labels: "dependencies"
auto_assign: "sebbo2002"
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
repository: sebbo2002/release-bot
path: ./.actions/release-bot
- name: 🔧 Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pull-requests: write
steps:
- name: 🧹 Cleanup issues & pull requests
uses: actions/stale@v8
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
strategy:
matrix:
node: [16.x, 18.x, 20.x]
node: [18.x, 20.x, current]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand All @@ -37,7 +37,7 @@ jobs:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: 📦 Install dependencies
Expand All @@ -55,7 +55,7 @@ jobs:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: 📦 Install dependencies
Expand All @@ -81,7 +81,7 @@ jobs:
- name: ☁️ Checkout Project
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Sebastian Pekarek
Copyright (c) 2024 Sebastian Pekarek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ these breaking changes and how you can adapt your code can be found in our
## ⚡️ Quick Start

```javascript
import ical from 'ical-generator';
import ical, {ICalCalendarMethod} from 'ical-generator';
import http from 'node:http';

const calendar = ical({name: 'my first iCal'});

// A method is required for outlook to display event as an invitation
calendar.method(ICalCalendarMethod.REQUEST);

const startTime = new Date();
const endTime = new Date();
endTime.setHours(startTime.getHours()+1);
Expand Down Expand Up @@ -90,7 +94,7 @@ to use a VTimezone generator. Such a function generates a VTimezone entry and re
be used for this:

```typescript
import ical from 'ical-generator';
import {ICalCalendar} from 'ical-generator';
import {getVtimezoneComponent} from '@touch4it/ical-timezones';

const cal = new ICalCalendar();
Expand Down
Loading