Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Upgrade yarn and harden settings - #9694

#9694
Merged
tobias-tengler merged 3 commits into
mainChilliCream/graphql-platform:mainfrom
tte/upgrade-yarnChilliCream/graphql-platform:tte/upgrade-yarnCopy head branch name to clipboard
May 13, 2026
Merged

Upgrade yarn and harden settings#9694
tobias-tengler merged 3 commits into
mainChilliCream/graphql-platform:mainfrom
tte/upgrade-yarnChilliCream/graphql-platform:tte/upgrade-yarnCopy head branch name to clipboard

Conversation

@tobias-tengler

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 13, 2026 07:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Yarn toolchain configuration across the repo’s JavaScript subprojects and adds a supply-chain safety setting (npmMinimalAgeGate) to Yarn configuration.

Changes:

  • Bump declared Yarn version to 4.14.1 in package.json files.
  • Update yarnPath to yarn-4.14.1.cjs for the website projects.
  • Add npmMinimalAgeGate: 10080 (7 days) to Yarn config files.

Reviewed changes

Copilot reviewed 6 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
website/package.json Updates the declared Yarn version to 4.14.1.
website/.yarnrc.yml Adds npmMinimalAgeGate, updates yarnPath, and removes prior Yarn cache/compression settings.
website-next/package.json Updates the declared Yarn version to 4.14.1.
website-next/.yarnrc.yml Adds npmMinimalAgeGate, updates yarnPath, and removes prior Yarn cache/compression settings.
src/Nitro/CommandLine/src/npm/chillicream-nitro/package.json Updates the declared Yarn version to 4.14.1.
src/Nitro/CommandLine/src/npm/chillicream-nitro/.yarnrc.yml Adds npmMinimalAgeGate for the Nitro npm package workspace.
Comments suppressed due to low confidence (2)

website/.yarnrc.yml:4

  • npmMinimalAgeGate is set to 10080 minutes (7 days). Be aware this will block installs of any npm packages published within the last 7 days; if the repo expects to consume newly published packages (e.g., during releases), consider a smaller gate or an environment-specific override to avoid unexpected install failures.
# 7 days (in minutes)
npmMinimalAgeGate: 10080

website-next/.yarnrc.yml:4

  • npmMinimalAgeGate is set to 10080 minutes (7 days). Be aware this will block installs of any npm packages published within the last 7 days; if this project needs to adopt freshly released dependencies quickly, consider a smaller value or an override mechanism to prevent CI/dev installs from failing.
# 7 days (in minutes)
npmMinimalAgeGate: 10080

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread website/.yarnrc.yml
Comment thread website-next/.yarnrc.yml
Comment thread src/Nitro/CommandLine/src/npm/chillicream-nitro/.yarnrc.yml
@tobias-tengler tobias-tengler changed the title Upgrade yarn and set npmMinimalAgeGate Upgrade yarn and harden settings May 13, 2026
@tobias-tengler
tobias-tengler merged commit 47e8fa5 into main May 13, 2026
138 of 140 checks passed
@tobias-tengler
tobias-tengler deleted the tte/upgrade-yarn branch May 13, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.