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(deps): update dependency eftec/bladeone to v4.13 #30

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eftec/bladeone 4.5.4 -> 4.13 age adoption passing confidence

Release Notes

EFTEC/BladeOne (eftec/bladeone)

v4.13

Compare Source

See https://github.com/EFTEC/BladeOne/wiki/Changelog

v4.12

Compare Source

  • Updating dependency to PHP 7.4. The extended support of PHP 7.2 ended 3 years ago.
    • Adding more type "hinting" to the code.

v4.11

Compare Source

changelog
Mainly, now it is possible to create custom controls (custom tags) without much complexity using the new runtime control.
Also, it is possible to add new methods without extending the class.
Example:

$blade->addMethod('runtime','card',static function($args) { // @​card($item)
    $result='';
    $result.=BladeOne::$instance->runChild('card,['value'=>$args[0]]);   // card is a view.
    return $result;
});

v4.10

Compare Source

see changelog for changes.

v4.9

Compare Source

see changelog for changes.

v4.8.2

Compare Source

see changelog for changes.

v4.8

Compare Source

pushing the latest pulls and giving a little maintenance.

v4.7.1

Compare Source

pull 16

v4.7

Compare Source

4.7

  • [optimization] A small optimization. The library does not check if the template folder is a directory or not, every time the file is compiled. No user intervention is required. It also doesn't create the compiles folder automatically, you can create it manually or using the cli.
  • [cli] cli (command line interface) now is installed in the bin folder of vendor. (vendor/bin)
  • [cli] cli now allows to the creation of the folders compilation and template (view).

v4.6

Compare Source

Fixed a bug when we try to display a value that is null or missing. Now, if the value is null, it shows empty.

v4.5.5

Compare Source

fixed a small detail in _e()


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eftec-bladeone-4.x-lockfile branch from fe67635 to b10c9b1 Compare May 28, 2023 12:04
@renovate renovate bot changed the title fix(deps): update dependency eftec/bladeone to v4.8.2 fix(deps): update dependency eftec/bladeone to v4.9 May 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency eftec/bladeone to v4.9 fix(deps): update dependency eftec/bladeone to v4.10 Feb 1, 2024
Copy link
Author

renovate bot commented Feb 1, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update eftec/bladeone:4.13 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading eftec/bladeone (4.5.4 => 4.13)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 49 installs, 0 updates, 0 removals
  - Downloading symfony/polyfill-php80 (v1.26.0)
  - Downloading symfony/polyfill-php73 (v1.26.0)
  - Downloading symfony/polyfill-ctype (v1.26.0)
  - Downloading symfony/polyfill-mbstring (v1.26.0)
  - Downloading symfony/deprecation-contracts (v3.1.1)
  - Downloading symfony/http-foundation (v6.1.2)
  - Downloading psr/event-dispatcher (1.0.0)
  - Downloading symfony/event-dispatcher-contracts (v3.1.1)
  - Downloading symfony/event-dispatcher (v6.1.0)
  - Downloading symfony/var-dumper (v6.1.0)
  - Downloading psr/log (1.1.4)
  - Downloading symfony/error-handler (v6.1.0)
  - Downloading symfony/http-kernel (v5.4.10)
  - Downloading asm89/stack-cors (v2.1.1)
  - Downloading eftec/bladeone (4.13)
  - Downloading filp/whoops (2.14.5)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-message (1.0.1)
  - Downloading psr/http-factory (1.0.1)
  - Downloading guzzlehttp/psr7 (2.4.0)
  - Downloading hassankhan/config (3.0.1)
  - Downloading league/event (3.0.0)
  - Downloading league/mime-type-detection (1.11.0)
  - Downloading league/flysystem (3.1.0)
  - Downloading monolog/monolog (2.7.0)
  - Downloading symfony/yaml (v6.1.2)
  - Downloading psr/container (1.1.2)
  - Downloading symfony/service-contracts (v2.5.2)
  - Downloading symfony/stopwatch (v6.1.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.26.0)
  - Downloading symfony/polyfill-intl-grapheme (v1.26.0)
  - Downloading symfony/string (v6.1.2)
  - Downloading symfony/console (v6.1.2)
  - Downloading symfony/filesystem (v6.1.0)
  - Downloading symfony/config (v6.1.0)
  - Downloading psr/http-client (1.0.1)
  - Downloading guzzlehttp/guzzle (7.4.5)
  - Downloading php-coveralls/php-coveralls (v2.5.1)
  - Downloading php-di/phpdoc-reader (2.2.1)
  - Downloading php-di/invoker (2.3.3)
  - Downloading laravel/serializable-closure (v1.2.0)
  - Downloading php-di/php-di (6.4.0)
  - Downloading phpmailer/phpmailer (v6.6.3)
  - Downloading phpstan/phpstan (1.3.0)
  - Downloading rakit/validation (v1.4.0)
  - Downloading scrawler/database (v5.6.0)
  - Downloading psr/simple-cache (3.0.0)
  - Downloading scrawler/router (v3.2.0)
    Failed to download scrawler/database from dist: The "https://api.github.com/repos/scrawler-archive/database/zipball/94fcf843601a299ebd291755b9e146dc90749bea" file could not be downloaded (HTTP/2 404 ):
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip"}
    Now trying to download from source
  - Syncing scrawler/database (v5.6.0) into cache

In Git.php line 473:
                                                                               
  Failed to execute git clone --mirror -- 'https://ghs...oTj:x-oauth-basic@gi  
  thub.com/scrawler-archive/database.git' '/tmp/renovate/cache/others/compose  
  r/vcs/https---github.com-scrawler-archive-database.git/'                     
                                                                               
  Cloning into bare repository '/tmp/renovate/cache/others/composer/vcs/https  
  ---github.com-scrawler-archive-database.git'...                              
  remote: Support for password authentication was removed on August 13, 2021.  
  remote: Please see https://docs.github.com/get-started/getting-started-with  
  -git/about-remote-repositories#cloning-with-https-urls for information on c  
  urrently recommended modes of authentication.                                
  fatal: Authentication failed for 'https://github.com/scrawler-archive/datab  
  ase.git/'                                                                    
                                                                               

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [-i|--interactive] [--root-reqs] [--] [<packages>...]


@renovate renovate bot changed the title fix(deps): update dependency eftec/bladeone to v4.10 fix(deps): update dependency eftec/bladeone to v4.11 Feb 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency eftec/bladeone to v4.11 fix(deps): update dependency eftec/bladeone to v4.12 Mar 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency eftec/bladeone to v4.12 fix(deps): update dependency eftec/bladeone to v4.13 Mar 26, 2024
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.

None yet

0 participants