Skip to content

chore(deps): bump ical.js from 2.2.0 to 2.2.1#311

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ical.js-2.2.1
Open

chore(deps): bump ical.js from 2.2.0 to 2.2.1#311
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ical.js-2.2.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps ical.js from 2.2.0 to 2.2.1.

Release notes

Sourced from ical.js's releases.

v2.2.1

What's Changed

Full Changelog: kewisch/ical.js@v2.2.0...v2.2.1

Commits
  • 277d52c Bump version for 2.2.1
  • de1b553 Update Dependencies
  • 980e22a Fix #893, regression in vCard 3 text values.
  • 19c1cb8 Bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group
  • ec04a98 Prevent BYYEARDAY=366 from wrapping into the next year. (#906)
  • 4dc20d6 Bump chai from 5.2.0 to 5.2.1
  • 7b85626 Bump @​octokit/core from 7.0.2 to 7.0.3
  • 3107648 Bump eslint from 9.30.1 to 9.32.0
  • f63e41a Run updates before installing dependencies
  • 638024f Bump @​stylistic/eslint-plugin from 5.1.0 to 5.2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [ical.js](https://github.com/kewisch/ical.js) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/kewisch/ical.js/releases)
- [Changelog](https://github.com/kewisch/ical.js/blob/main/CHANGELOG.md)
- [Commits](kewisch/ical.js@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: ical.js
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
@vercel
Copy link

vercel bot commented Sep 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
portal Ready Ready Preview Comment Sep 2, 2025 8:15pm

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR is a routine dependency update that bumps the ical.js library from version 2.2.0 to 2.2.1. This is a patch release that includes several bug fixes and improvements:

  • TypeScript JSDoc documentation fixes for better developer experience
  • Performance improvement to prevent infinite loops when processing recurring events with no occurrences over a 28-year period
  • Bug fix for BYYEARDAY=366 edge cases that could cause dates to wrap incorrectly into the next year
  • Resolution of a regression in vCard 3 text value handling

The ical.js library is used within the DeltaHacks Portal for handling iCalendar data, which aligns with the application's event management functionality. The portal includes schedule management features and has an ICS file (Final_Deltahacks_Schedule_-_FINAL.ics) in the public directory, indicating calendar functionality integration. This dependency update ensures the calendar parsing and event handling components have the latest bug fixes and stability improvements.

Important Files Changed

Changed Files
Filename Score Overview
package.json 4/5 Minor dependency version bump for ical.js from 2.2.0 to 2.2.1 with bug fixes

Confidence score: 4/5

  • This PR is safe to merge with minimal risk as it's a patch version update with only bug fixes
  • Score reflects the routine nature of dependency updates and the stability improvements included
  • No files require special attention as this is a straightforward dependency bump

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

Copy link
Contributor

@fvcci fvcci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better if we just remove ical.js and ical-js-parser entirely. We don't actually need these deps anymore

@fvcci
Copy link
Contributor

fvcci commented Nov 5, 2025

I think it's better if we just remove ical.js and ical-js-parser entirely. We don't actually need these deps anymore

see this: #389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant