Skip to content

chore: upgrade all dependencies within existing version ranges#49

Merged
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP
Mar 14, 2026
Merged

chore: upgrade all dependencies within existing version ranges#49
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP

Conversation

@tompahoward
Copy link
Copy Markdown
Contributor

Summary

  • Runs yarn upgrade to pull all packages to their latest versions within declared semver ranges
  • Fixes eslint crash (unicorn/expiring-todo-comments incompatible with eslint 8.57.x) by disabling the rule
  • Removes http-status-codes from dry-aged-deps exclusions (now at latest)
  • Adds missing exclusions for @commitlint/*, @types/node, eslint-plugin-jsdoc, eslint-plugin-jsonc

Test plan

  • npm run build passes locally (compile + test + package)
  • dry-aged-deps reports no untracked outdated packages
  • CI build passes

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce

Runs yarn upgrade to pull all packages to their latest versions
within declared semver ranges. Fixes eslint crash caused by
eslint-plugin-unicorn/expiring-todo-comments incompatibility with
eslint 8.57.x by disabling the rule. Updates dry-aged-deps exclusions.

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
@tompahoward tompahoward merged commit 4357388 into main Mar 14, 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.

2 participants