Skip to content

Remove no-fund option from .npmrc#3038

Open
siddharthkp wants to merge 3 commits intomainfrom
fix-unsupported-env
Open

Remove no-fund option from .npmrc#3038
siddharthkp wants to merge 3 commits intomainfrom
fix-unsupported-env

Conversation

@siddharthkp
Copy link
Copy Markdown
Member

@siddharthkp siddharthkp commented Apr 10, 2026

What are you trying to accomplish?

Was debugging a breaking workflow and saw a bunch of warnings posing as errors creating noise in the logs

npm warn Unknown env config "no-fund". This will stop working in the next major version of npm.
npm warn Unknown project config "no-audit". This will stop working in the next major version of npm.
npm warn publish "repository" was changed from a string to an object

screenshot of the logs with the warnings from above

What approach did you choose and why?

Clean up warnings by removing no-fund and no-audit from .npmrc and fixing repository field in package.json

After:

no warnings anymore in the logs

Can these changes ship as is?

  • Yes, this PR does not depend on additional changes. 🚢

@siddharthkp siddharthkp requested review from a team as code owners April 10, 2026 07:56
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 10, 2026

⚠️ No Changeset found

Latest commit: f02f13c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes a deprecated npm environment config entry (no-fund) from the repository’s .npmrc to avoid future npm warnings/breakage.

Changes:

  • Removed no-fund=true from .npmrc.
Show a summary per file
File Description
.npmrc Drops deprecated no-fund config to prevent “Unknown env config” warnings in newer npm versions.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

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