Skip to content

chore: add workflow to deprecate v6 on npm - #1407

Closed
tusharpandey13 wants to merge 1 commit into
masterfrom
chore/deprecate-v6-npm
Closed

tusharpandey13 wants to merge 1 commit into
masterfrom
chore/deprecate-v6-npm

Conversation

@tusharpandey13

Copy link
Copy Markdown
Contributor

Summary

  • Adds a workflow_dispatch GitHub Actions workflow that runs npm deprecate to mark all auth0@>=6.0.0 <7.0.0 versions as deprecated on the npm registry.
  • One-time operation: trigger manually from the Actions tab after merging, no automation or scheduled runs.

Pre-merge checklist

  • NPM_TOKEN secret added to repo (classic automation token, scoped to auth0 package)
  • v7_MIGRATION_GUIDE.md exists on master (URL in deprecation message is valid)

How to run

  1. Merge this PR into master.
  2. Go to Actions → Deprecate v6 on npm → Run workflow (select master).
  3. Verify: npm view auth0@6.4.0 deprecated

@tusharpandey13
tusharpandey13 requested a review from a team as a code owner September 15, 2026 16:12
@codecov

codecov Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.68%. Comparing base (e1e90b8) to head (94c24e7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #1407    +/-   ##
========================================
  Coverage   89.68%   89.68%            
========================================
  Files         439      439            
  Lines       21080    21080            
  Branches    10327     9990   -337     
========================================
  Hits        18905    18905            
  Misses       2175     2175            
Flag Coverage Δ
alltests 89.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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