Skip to content

MINOR: set project-level .npmrc to point at public npm registry#3373

Merged
Dave Shoup (shouples) merged 1 commit intomainfrom
djs/set-npm-registry
Apr 16, 2026
Merged

MINOR: set project-level .npmrc to point at public npm registry#3373
Dave Shoup (shouples) merged 1 commit intomainfrom
djs/set-npm-registry

Conversation

@shouples
Copy link
Copy Markdown
Contributor

Avoids trying to look at a CodeArtifact mirror since this repo doesn't use any internal dependencies.

Required for #3372

Copilot AI review requested due to automatic review settings April 16, 2026 20:46
@shouples Dave Shoup (shouples) enabled auto-merge (squash) April 16, 2026 20:46
Copy link
Copy Markdown

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

Adds a project-level npm configuration to ensure installs/audits use the public npm registry (avoiding accidental reliance on an internal CodeArtifact mirror), which unblocks the scheduled npm audit fix workflow in #3372.

Changes:

  • Add a root .npmrc that sets registry=https://registry.npmjs.org/.

@sonarqube-confluent
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@shouples Dave Shoup (shouples) merged commit 83b014c into main Apr 16, 2026
18 checks passed
@shouples Dave Shoup (shouples) deleted the djs/set-npm-registry branch April 16, 2026 21:33
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.

3 participants