Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zxcvbn #864

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Update zxcvbn #864

merged 1 commit into from
Jun 28, 2024

Conversation

dani-garcia
Copy link
Member

@dani-garcia dani-garcia commented Jun 28, 2024

📔 Objective

This contains a small breaking change in the zxcvbn API, so I've created the PR manually.

With this update and #865 we get rid of any dependencies using syn 0.x, which should help a little bit with build times.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation
    team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@dani-garcia dani-garcia requested a review from Hinton June 28, 2024 15:27
@dani-garcia dani-garcia marked this pull request as ready for review June 28, 2024 15:27
Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Detailsf6877530-87df-47f2-8ceb-6faff8f6b907

No New Or Fixed Issues Found

@dani-garcia dani-garcia mentioned this pull request Jun 28, 2024
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.00%. Comparing base (05475f1) to head (4e407f7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #864   +/-   ##
=======================================
  Coverage   56.00%   56.00%           
=======================================
  Files         193      193           
  Lines       12607    12607           
=======================================
  Hits         7060     7060           
  Misses       5547     5547           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dani-garcia dani-garcia merged commit adeb707 into main Jun 28, 2024
105 checks passed
@dani-garcia dani-garcia deleted the ps/update-zxcvbn branch June 28, 2024 19:47
Hinton pushed a commit that referenced this pull request Jun 28, 2024
Update PyO3 to version 0.21. Note that version 0.22 is already released
but `pyo3-log` is not compatible yet.

I've also noticed that we're not using `pyo3-asyncio` at all, as we only
expose a sync API on the Python libs, so I just removed it.

With this update and #864 we get
rid of any dependencies using `syn 0.x`, which should help a little bit
with build times.
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