Skip to content

Commit 7e81c08

Browse files
build(deps): bump add-to-calendar-button-react from 2.7.3 to 2.8.1 (#613)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [add-to-calendar-button-react](https://github.com/add2cal/add-to-calendar-button-react) from 2.7.3 to 2.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/add2cal/add-to-calendar-button-react/releases">add-to-calendar-button-react's releases</a>.</em></p> <blockquote> <h2>v2.8.1</h2> <ul> <li>fixed broken iCal generation</li> <li>dependency updates</li> </ul> <h2>v2.8.0</h2> <ul> <li>Ukranian localization</li> <li>time zone upgrade</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/4e31912a161ec95907005707dbdb7d1c336ab34c"><code>4e31912</code></a> Merge pull request <a href="https://redirect.github.com/add2cal/add-to-calendar-button-react/issues/90">#90</a> from add2cal/dev</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/d5a58d5032405c92b67b31b28bc7abb50ba67d77"><code>d5a58d5</code></a> fixing ical</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/904e7f0022624f1d866589e88cd5952160406017"><code>904e7f0</code></a> Merge pull request <a href="https://redirect.github.com/add2cal/add-to-calendar-button-react/issues/89">#89</a> from add2cal/dev</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/adc78415e96f765a4c4c1cdd3dc80ad4e2674f52"><code>adc7841</code></a> downgrading react for custom element support</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/8eba562db9e51af27e3e7df3ca6cfe850cb74836"><code>8eba562</code></a> changelog</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/7b587e01a6f09b657e00fc65e891e72ed18f2b42"><code>7b587e0</code></a> Merge pull request <a href="https://redirect.github.com/add2cal/add-to-calendar-button-react/issues/88">#88</a> from add2cal/dev</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/d96a7772ef71bc8d75d262232a62cf09b51ec947"><code>d96a777</code></a> dep bump</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/3e57a698cde24c207102fa37410ad22b143bd0fb"><code>3e57a69</code></a> gitignore fix</li> <li><a href="https://github.com/add2cal/add-to-calendar-button-react/commit/87ef8864dc71c7e2aa18846ccaf45fa411278313"><code>87ef886</code></a> dep bump</li> <li>See full diff in <a href="https://github.com/add2cal/add-to-calendar-button-react/compare/v2.7.3...v2.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=add-to-calendar-button-react&package-manager=npm_and_yarn&previous-version=2.7.3&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69013b7 commit 7e81c08

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/node": "^22.9.0",
1313
"@types/react": "^18.3.5",
1414
"@types/react-dom": "^18.3.0",
15-
"add-to-calendar-button-react": "^2.7.3",
15+
"add-to-calendar-button-react": "^2.8.1",
1616
"axios": "^1.7.7",
1717
"clsx": "^2.1.1",
1818
"date-fns": "^4.1.0",

0 commit comments

Comments
 (0)