Skip to content

Bump dayjs to latest patch (~1.11.21) (#743)#1076

Merged
ionous merged 1 commit into
shift-org:mainfrom
dduugg:issue-743-dayjs-patch
Jul 10, 2026
Merged

Bump dayjs to latest patch (~1.11.21) (#743)#1076
ionous merged 1 commit into
shift-org:mainfrom
dduugg:issue-743-dayjs-patch

Conversation

@dduugg

@dduugg dduugg commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Closes #743.

Day.js is already at the latest published patch, 1.11.21 (npm has nothing newer in the 1.11.x line or beyond), and package-lock.json already resolves to it. The only thing lagging was the declared floor in the two workspace manifests, which still read ~1.11.13.

This bumps the dayjs range to ~1.11.21 in both app/package.json and cal/package.json so the manifests reflect the current patch. The lockfile needed no change (already synced), and npm install confirmed that.

No runtime change: the installed dayjs version is identical before and after, so this only aligns the manifest floors with the already-current lockfile.

@carrythebanner carrythebanner left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for digging into this @dduugg!

The original issue was a bit vague; I should have clarified that Day.js is also used in a 3rd place, on /calendar/ pages. (The 2 changes here are for the backend and the "beta" cal frontend.) The /calendar/ pages use a version of the library embedded in /site/themes/s2b_hugo_theme/static/lib/; that one is still on v1.11.10. We can definitely merge this but it would also be good to update the other one, too.

@carrythebanner

Copy link
Copy Markdown
Collaborator

I'll file a separate PR for the remaining bit.

@carrythebanner

Copy link
Copy Markdown
Collaborator

For remaining front-end (still needs testing): #1079

@ionous ionous merged commit e25bedc into shift-org:main Jul 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Day.js to latest patch version

3 participants