Update dependency deepl-node to v1.15.0 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.1
->1.15.0
Release Notes
DeepLcom/deepl-node (deepl-node)
v1.15.0
Compare Source
Added
modelType
option totranslateText()
to use models with highertranslation quality (available for some language pairs), or better latency.
Options are
'quality_optimized'
,'latency_optimized'
, and'prefer_quality_optimized'
modelTypeUsed
field totranslateText()
response, thatindicates the translation model used when the
modelType
option isspecified.
v1.14.0
Compare Source
Added
billedCharacters
field to text translation response.v1.13.1
Compare Source
Added
Added supported glossary languages: Danish (
'da'
), Norwegian (bokmål)(
'nb'
), and Swedish ('sv'
). The corresponding glossary language codeTypeScript types are extended.
Note: older library versions also support the new glossary language pairs,
this update only adds new types.
Security
axios
locked-version due to securityvulnerability in axios <1.7.3
v1.13.0
Compare Source
Added
DeepL engineers use this to test features in the API before they are released. Library users
who cannot update their DeepL library dependency could use these extra parameters to access
features in the API that are released in the future.
Security
follow-redirects
locked-version due to securityvulnerability in follow-redirects <1.15.5
v1.12.0
Compare Source
Added
New language available: Arabic (
'ar'
). Add language code constants and tests.Arabic is currently supported only for text translation; document translation
support for Arabic is coming soon.
Note: older library versions also support the new language, this update only adds new code constants.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.