Skip to content

STUD-10494 Bump fsevents lockfile dependency#12

Merged
kevinbrock-wk merged 1 commit into
masterfrom
kevin/fsevents-1.2.13
Jun 24, 2026
Merged

STUD-10494 Bump fsevents lockfile dependency#12
kevinbrock-wk merged 1 commit into
masterfrom
kevin/fsevents-1.2.13

Conversation

@kevinbrock-wk

@kevinbrock-wk kevinbrock-wk commented Jun 24, 2026

Copy link
Copy Markdown

Summary

  • Bumps the fork's locked fsevents development dependency from 1.2.4 to 1.2.13.
  • Refreshes package-lock.json with a current npm install so the lockfile is up to date outside Dependabot.
  • Keeps the package on the fsevents 1.x line because the current build toolchain resolves it through chokidar@1.7.0, which declares fsevents:^1.0.0.

Why not fsevents 2.x here?

fsevents@2.3.3 is the npm latest release, but it is not a drop-in lockfile bump for this fork. The dependency path is:

webpack@1.15.0 -> watchpack@0.2.9 -> chokidar@1.7.0 -> fsevents:^1.0.0

Moving cleanly to fsevents@2.x would require modernizing the fork's legacy build/watch stack, especially webpack@1 / watchpack@0 / chokidar@1. That is larger than this patch and carries more build risk.

Validation

  • npm ci
  • npm install --package-lock-only --ignore-scripts
  • npm ci
  • npm run build

Follow-up

After this PR merges, update oc-builder's pnpm-lock.yaml so github:Workiva/react-dnd-mouse-backend resolves to the merged fork commit.

Made with Cursor

Update the fork's locked fsevents dependency to the latest 1.x patch and refresh the npm lockfile metadata so installs are reproducible outside Dependabot.

Co-authored-by: Cursor <cursoragent@cursor.com>
@kevinbrock-wk kevinbrock-wk changed the title Bump fsevents lockfile dependency STUD-10494 Bump fsevents lockfile dependency Jun 24, 2026
@kevinbrock-wk

Copy link
Copy Markdown
Author

QA +1

@kevinbrock-wk

Copy link
Copy Markdown
Author

@Workiva/release-management-p

@kevinbrock-wk kevinbrock-wk merged commit 27c6fd7 into master Jun 24, 2026
3 of 4 checks passed
@kevinbrock-wk kevinbrock-wk deleted the kevin/fsevents-1.2.13 branch June 24, 2026 21:52
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.

2 participants