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

fix: Removes deprecations #1439

Merged
merged 1 commit into from
Nov 4, 2023
Merged

fix: Removes deprecations #1439

merged 1 commit into from
Nov 4, 2023

Conversation

ryasmi
Copy link
Owner

@ryasmi ryasmi commented Nov 4, 2023

BREAKING CHANGE: Removes support for deprecated Node 16
BREAKING CHANGE: Removes deprecated isBasicAuthFromString - instead use isBasicAuthAsString
BREAKING CHANGE: Removes deprecated InvalidBasicAuthFromString - instead use InvalidBasicAuthAsString
BREAKING CHANGE: Removes deprecated sanitizeBooleanAsString - instead use sanitizeBooleanFromString
BREAKING CHANGE: Removes deprecated sanitizeJsonAsString - instead use sanitizeJsonFromString
BREAKING CHANGE: Removes deprecated sanitizeNumberAsString - instead use sanitizeNumberFromString

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (071a77d) 100.00% compared to head (e98e85d) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1439   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           46        46           
  Lines          792       782   -10     
  Branches       121       121           
=========================================
- Hits           792       782   -10     
Files Coverage Δ
src/rulr.ts 100.00% <ø> (ø)
...BasicAuthFromString/sanitizeBasicAuthFromString.ts 100.00% <ø> (ø)
...tizeBooleanFromString/sanitizeBooleanFromString.ts 100.00% <ø> (ø)
...s/sanitizeJsonFromString/sanitizeJsonFromString.ts 100.00% <ø> (ø)
...nitizeNumberFromString/sanitizeNumberFromString.ts 100.00% <ø> (ø)

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

@ryasmi ryasmi merged commit c6a2efb into master Nov 4, 2023
8 checks passed
@ryasmi ryasmi deleted the remove-deprecations branch November 4, 2023 15:38
Copy link

github-actions bot commented Nov 4, 2023

🎉 This PR is included in version 10.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant