chore(deps): update jsonwebtoken requirement from 9 to 10#5
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): update jsonwebtoken requirement from 9 to 10#5dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.0.0...v10.4.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
4e43dbc to
430d49f
Compare
podheitor
pushed a commit
that referenced
this pull request
May 31, 2026
…rint #5 ATTENDEE lines were parsed for cn/role/partstat/rsvp but not CUTYPE (RFC 5545 §3.2.3), so resource and room attendees were indistinguishable from people. Add it: - itip::Attendee gains a cutype field; parse_attendees reads the CUTYPE param (uppercased; None when absent → caller treats as the INDIVIDUAL default). - GET /calendars/:cal_id/events/:id/attendees now returns cutype and accepts ?cutype=resource|room|individual|… to filter (INDIVIDUAL also matches attendees with no CUTYPE param). No migration — attendees are parsed live from ical_raw, same as the existing endpoint. Scope is resource/room *visibility*; a bookable-room registry and double-booking detection remain a separate, larger follow-up. 559 calendar lib tests pass (incl. 3 new CUTYPE tests).
podheitor
pushed a commit
that referenced
this pull request
May 31, 2026
… — sprint #6 Builds on sprint #5 (CUTYPE parsing) to complete roadmap #10's larger half: a room/equipment registry and conflict detection. - migrations calendar_resources (registry: email/name/kind/capacity, UNIQUE per tenant) + calendar_event_resources (per-event booking index), both +down. - EventRepo now also syncs booked resources: sync_resources extracts the event's CUTYPE=ROOM/RESOURCE attendee emails (lowercased, deduped) and re-indexes them delete-then-insert in-tx on create/update/replace_by_uid, alongside attachments. - domain/resource.rs: ResourceRepo (create/list/get/delete) + conflicts() — a self-join on calendar_event_resources sharing a resource_email whose events overlap in time (stored dtstart/dtend, no RRULE expansion, matching the existing events-conflicts endpoint). - api/resources.rs: GET/POST /api/v1/resources, GET/DELETE /:id, and GET /:id/conflicts?from=&to= (404 if the resource isn't registered). - error: new ResourceNotFound(Uuid) → 404. Closes roadmap #10. 567 calendar lib tests pass (incl. 8 new resource/booking tests).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on jsonwebtoken to permit the latest version.
Changelog
Sourced from jsonwebtoken's changelog.
... (truncated)
Commits
69a8fbfv10.4.0d18e40fUpdate changelog for 10.4.0 (#507)ddd2389security: zeroize encoding and decoding keys (#483)991e89aFix more clippy complaints (#503)75f2113algorithms: exposeAlgorithmFamily(#466)0c5931aFixup typo in the DecodingKey::from_ec_der method (#501)8a80349Small fixes (#498)9934c7fFix formatting in Ed25519 key serialization (#485)abbc307Fix type confusione99740dfix: bump minimal version requirements (#481)