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 deeplcom/deepl-php requirement from ^0.4.0 to ^1.3.0 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Updates the requirements on deeplcom/deepl-php to permit the latest version.

Release notes

Sourced from deeplcom/deepl-php's releases.

v1.3.0

Added

  • New languages available: Korean ('ko') and Norwegian (bokmål) ('nb'). Add language code constants and tests.

    Note: older library versions also support the new languages, this update only adds new code constants.

Changelog

Sourced from deeplcom/deepl-php's changelog.

[1.3.0] - 2023-01-26

Added

  • New languages available: Korean ('ko') and Norwegian (bokmål) ('nb'). Add language code constants and tests.

    Note: older library versions also support the new languages, this update only adds new code constants.

[1.2.1] - 2023-01-25

Fixed

  • Also send options in API requests even if they are default values.

[1.2.0] - 2022-11-11

Changed

  • Added dependency on psr/log. As this package forms a PHP Standard Recommendation, we don't consider it to break backward-compatibility.

Fixed

  • Change the type of the TranslatorOptions::LOGGER option to Psr\Log\LoggerInterface, to correctly support PSR-3 loggers.

[1.1.0] - 2022-09-28

Added

  • Add new formality options: 'prefer_less' and 'prefer_more'.

Changed

  • Requests resulting in 503 Service Unavailable errors are now retried. Attempting to download a document before translation is completed will now wait and retry (up to 5 times by default), rather than throwing an exception.

[1.0.0] - 2022-09-08

Stable release.

Added

  • Add glossary management support.

  • New language available: Ukrainian ('uk'). Add language code constant and tests.

    Note: older library versions also support new languages, this update only adds new code constant.

  • Add proxy support.

[0.4.1] - 2022-08-12

Changed

  • Update contributing guidelines, we can now accept Pull Requests.

Fixed

  • Fix GitLab CI config.
  • Fix a typo in the readme.

... (truncated)

Commits
  • d4de3c6 docs: Increase version to 1.3.0
  • 4cfe439 feat: New languages Korean (ko) and Norwegian (bokmål) (nb): add language cod...
  • 1b15cb0 docs: Increase version to 1.2.1
  • b9b618c ci: Add 1 retry to the CI jobs that run integration tests
  • 3af3d85 docs: typo
  • 8f9d4c4 fix: also send options in API requests even if they are default values
  • 8a57db6 docs: add Unreleased section to changelog
  • c49ce2a Increase version to 1.2.0
  • 8b81b57 fix: fix Composer install in CI build
  • 1360a7a refactor: code sniffer fixes
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [deeplcom/deepl-php](https://github.com/DeepLcom/deepl-php) to permit the latest version.
- [Release notes](https://github.com/DeepLcom/deepl-php/releases)
- [Changelog](https://github.com/DeepLcom/deepl-php/blob/main/CHANGELOG.md)
- [Commits](DeepLcom/deepl-php@v0.4.0...v1.3.0)

---
updated-dependencies:
- dependency-name: deeplcom/deepl-php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants