ci: add dry-aged-deps for dependency freshness checks#45
Merged
Conversation
Install dry-aged-deps and configure it via projenrc: - Add as dev dependency with exclusions for all 20 currently outdated packages that cannot be updated due to version constraints - Add --check to build workflow as a post-build step - Add --check to pre-push husky hook - Add .dry-aged-deps.json to cspell ignore paths - Add .yarnrc with --ignore-engines for Node 20+ compatibility https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
❌ The current Mergify configuration is invalidDetails
{{ body }} |
Use projen file overrides to upgrade checkout, upload-artifact, download-artifact, and setup-node from v2/v3 to v4 across all workflows. Required because GitHub has deprecated v1/v2 artifacts. https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
❌ The current Mergify configuration is invalidDetails
{{ body }} |
Newer npm versions output notice lines before the filename, breaking the shell subshell expansion in `mv $(npm pack) dist/js/`. Using `npm pack --pack-destination dist/js` avoids this entirely. https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
❌ The current Mergify configuration is invalidDetails
{{ body }} |
Disable mergify in projen githubOptions and remove the generated .mergify.yml file. https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
❌ The current Mergify configuration is invalidDetails
{{ body }} |
1 similar comment
❌ The current Mergify configuration is invalidDetails
{{ body }} |
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.
Summary
dry-aged-depsas a dev dependency for supply-chain-safe dependency freshness monitoring.dry-aged-deps.jsonconfig with exclusions (with reasons) for all 20 currently outdated packagesdry-aged-deps --checkas a post-build step in the GitHub Actions build workflowdry-aged-deps --checkto the pre-push husky hook.yarnrcwith--ignore-enginesfor Node 20+ compatibility with eslint-plugin-jsdocTest plan
dry-aged-deps --checkexits 0 with all current outdated deps excludedhttps://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce