Skip to content

fix(release): allow git deps so v21.2.0-0 publish can succeed - #17

Merged
rdlabo merged 1 commit into
mainfrom
fix/release-npm-allow-git
Jul 14, 2026
Merged

fix(release): allow git deps so v21.2.0-0 publish can succeed#17
rdlabo merged 1 commit into
mainfrom
fix/release-npm-allow-git

Conversation

@rdlabo

@rdlabo rdlabo commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

v21.2.0-0 の Release が Install dependencies で失敗しています。

  • npm install -g npm@latest → npm v12
  • EALLOWGIT: github:rdlabo/apple-sign-in#cap8_build が拒否され publish まで届いていない

対応:

  • release から npm latest 上げを削除(lint と同様)
  • npm ci --allow-git=all + ルート .npmrcallow-git=all

Test plan

  • CI green
  • merge 後に 21.2.0-1npm run release で切り直し(タグの workflow はタグ時点の YAML が使われるため、同じ v21.2.0-0 の再実行では直らない)

Made with Cursor


Open in Devin Review

Release was upgrading to npm@latest which defaults allow-git=none and blocked github:apple-sign-in. Align with lint by dropping the npm bump and explicitly allowing git installs.

Co-authored-by: Cursor <cursoragent@cursor.com>
@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for rdlabo-ionic-angular-library ready!

Name Link
🔨 Latest commit 1e538b0
🔍 Latest deploy log https://app.netlify.com/projects/rdlabo-ionic-angular-library/deploys/6a55fd72692ed2000738ddb9
😎 Deploy Preview https://deploy-preview-17--rdlabo-ionic-angular-library.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@devin-ai-integration devin-ai-integration Bot 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@rdlabo
rdlabo merged commit b394c94 into main Jul 14, 2026
12 checks passed
@rdlabo
rdlabo deleted the fix/release-npm-allow-git branch July 14, 2026 09:15
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.

1 participant