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

- batch update March 2024 #212

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps stichoza/google-translate-php from 5.1.2 to 5.1.3.

Release notes

Sourced from stichoza/google-translate-php's releases.

v5.1.3

  • Preserving Parameters Feature: Introducing the preserveParameters() method to preserve specific parameters during translation. Users can now retain placeholders like :name or :count within localization files or templating engines, preventing their translation. Usage can be found in preserving parameters section of documentation. - #199. Thanks @​kylemilloy 🎉
Commits
  • 0d3de08 Add link
  • b604182 Add docs about `preserveParameters()`` method.
  • d142619 Cover static method calls
  • e63e407 Refactor GoogleTranslate constructor and trans methods to use preserveParamet...
  • 6db566a Flip parameters and add return types
  • 2477772 Clean-up code and add condition to parameter injection.
  • 32cd497 Remove sanitize() method and add regex to existing $resultRegexes array.
  • 9e2e66b Merge pull request #199 from kylemilloy/master
  • 0d2addc delint
  • 2559e93 respond to feedback and update tests accordingly
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [stichoza/google-translate-php](https://github.com/Stichoza/google-translate-php) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/Stichoza/google-translate-php/releases)
- [Commits](Stichoza/google-translate-php@v5.1.2...v5.1.3)

---
updated-dependencies:
- dependency-name: stichoza/google-translate-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2024 06:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 1, 2024
@AleksandraKozubal AleksandraKozubal changed the title - (php) Bump stichoza/google-translate-php from 5.1.2 to 5.1.3 - batch update March 2024 Mar 1, 2024
EwelinaSkrzypacz

This comment was marked as outdated.

@AleksandraKozubal AleksandraKozubal merged commit a2e5954 into main Mar 8, 2024
4 checks passed
@AleksandraKozubal AleksandraKozubal deleted the dependabot/composer/main/stichoza/google-translate-php-5.1.3 branch March 8, 2024 11:46
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants