samwilson / phpflickr-cli

A Flickr command-line interface, written in PHP.
https://packagist.org/packages/samwilson/phpflickr-cli
GNU General Public License v3.0
2 stars 1 forks source link

Bump krinkle/intuition from 1.2.0 to 2.0.0 #11

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps krinkle/intuition from 1.2.0 to 2.0.0.

Changelog *Sourced from [krinkle/intuition's changelog](https://github.com/Krinkle/intuition/blob/master/CHANGELOG.md).* > ## v2.0.0 (2019-05-13) > > ### Added > > * core: The `Intuition::getAvailableLangs` method now supports a `$domain` parameter (optional). > > ### Changed > > * messages: Localisation updates from https://translatewiki.net. > * core: The `Intuition::getAvailableLangs` method is now based on the current domain. > Previously, it only considered legacy domains that shipped with the library. > * core: The `globalfunctions` option for `Krinkle\Intuition::__construct` is now disabled by default. > > ### Removed > > * core: The `ToolStart.php` entry point has been removed. ([issue [#101](https://github-redirect.dependabot.com/Krinkle/intuition/issues/101)](https://github-redirect.dependabot.com/Krinkle/intuition/issues/101)) > * core: Remove the un-namespaced `Intuition` and `TsIntuition` class aliases. > Deprecated since v0.5.0, use `Krinkle\Intuition` instead. > > ### Fixed > > * core: The `Intuition::setUseRequestParam` method now always sets the given value. > Previously, it would silently ignored non-boolean values.
Commits - [`aceaaf0`](https://github.com/Krinkle/intuition/commit/aceaaf03c2001c804f08c11456a15a8cc58d5cad) Tag v2.0.0 - [`9f251d2`](https://github.com/Krinkle/intuition/commit/9f251d25d28fd7d6fdaaf50bb9c766adee62f349) Localisation updates from https://translatewiki.net. - [`36f48ff`](https://github.com/Krinkle/intuition/commit/36f48ffe925905ae5d60c7f04d76077e150d3a2c) src: Remove deprecated 'Intuition' and 'TsIntuition' class aliases - [`cc501e3`](https://github.com/Krinkle/intuition/commit/cc501e305c71fced68d44fcc3873342a78eaa6e5) src: Remove ToolStart.php and disable 'globalfunctions' by default - [`328b66c`](https://github.com/Krinkle/intuition/commit/328b66ce51ee4b98713a1f5b028607c698a6c636) Remove internal use of deprecated class aliases - [`d733d35`](https://github.com/Krinkle/intuition/commit/d733d35ad9e3ac26d52b2c986f846b6bb41143f3) Localisation updates from https://translatewiki.net. - [`8c19689`](https://github.com/Krinkle/intuition/commit/8c1968971cbeb739a996617067bdd07dd81a8ca4) build: Commit lock files - [`f56aa2c`](https://github.com/Krinkle/intuition/commit/f56aa2c0873125365924e41d4e9d9d12e9795842) Intuition: Fix indentation of setCookie() - [`a588617`](https://github.com/Krinkle/intuition/commit/a5886177075226df75eb04a89324368032cb36ff) Intuition: Refocus getAvailableLangs() on local domains - [`6ffae8d`](https://github.com/Krinkle/intuition/commit/6ffae8de85805d796278f6161a6ce85769292b4b) Intuition: Remove check before access in loadMessageFile() - Additional commits viewable in [compare view](https://github.com/Krinkle/intuition/compare/v1.2.0...v2.0.0)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.