Skip to content

docs: add minimumDependencyAge to configuration reference#3046

Open
aymenhmaidiwastaken wants to merge 1 commit intodenoland:mainfrom
aymenhmaidiwastaken:docs/add-minimum-dependency-age
Open

docs: add minimumDependencyAge to configuration reference#3046
aymenhmaidiwastaken wants to merge 1 commit intodenoland:mainfrom
aymenhmaidiwastaken:docs/add-minimum-dependency-age

Conversation

@aymenhmaidiwastaken
Copy link
Copy Markdown

Summary

  • Added documentation for the minimumDependencyAge field in deno.json
  • This supply chain security feature was added in denoland/deno#31007 but wasn't documented in the configuration reference
  • Covers all supported value formats: number (minutes), ISO 8601 duration, and RFC 3339 date
  • Documents the --minimum-dependency-age CLI override flag

Closes #3017

Document the minimumDependencyAge field in deno.json, which prevents
downloading dependencies published too recently as a supply chain
security measure. Covers number, ISO 8601 duration, and RFC 3339 date
formats, plus the CLI override flag.

Closes denoland#3017
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.

Docs for deno.json don't mention minimumDependencyAge setting

1 participant