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 dependency vlucas/phpdotenv to v5 #441

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change
vlucas/phpdotenv require-dev major ^3.6.6 -> ^5.0.0

Release Notes

vlucas/phpdotenv

v5.5.0: (16/10/2022)

Compare Source

We announce the immediate availability V5.5.0.

New Features
  • Add support for unicode variable names (1a7ea2a)
Changes
  • Add official support for PHP 8.2 (b674e23)
  • Made repository checks a little stricter (4c16545)
Bug Fixes
  • Fix issue where line ending in =" is incorrectly marked as a multi-line start (f926695)

v5.4.1: (12/12/2021)

Compare Source

We announce the immediate availability V5.4.1.

Bug Fixes
  • Updated author homepages (2e93cc9)
  • Cleaned up phpdoc types (264dce5)

v5.4.0: (10/11/2021)

Compare Source

We announce the immediate availability V5.4.0.

New Features
  • Add support for BOM-signed env files (#​501)

v5.3.1: (02/10/2021)

Compare Source

We announce the immediate availability V5.3.1.

Bug Fixes

v5.3.0: (20/01/2021)

Compare Source

We announce the immediate availability V5.3.0.

New Features
  • Made Validator::assert and Validator::assertNullable public (b3eac5c)
Bug Fixes
  • Reject env files with missmatched quotes (ef736ad)

v5.2.0: (14/09/2020)

Compare Source

We announce the immediate availability V5.2.0.

New Features
  • Support boolean values in $_ENV and $_SERVER (#​457)

v5.1.0: (14/07/2020)

Compare Source

We announce the immediate availability V5.1.0.

New Features
  • Added Dotenv::createArrayBacked() and Dotenv::parse() (ad9eb3f)

v5.0.1: (14/07/2020)

Compare Source

We announce the immediate availability V5.0.1.

Bug Fixes
  • Added additional type information and fixed edge cases

v5.0.0: (07/06/2020)

Compare Source

We announce the immediate availability V5.0.0.

We've made some further improvements to this library, since v4, maintaining the same API where possible.

New Features
  • Support for multibyte values
  • More flexible repositories
  • Disable get/putenv by default
  • Replaced whitelists by allow lists
  • Strict parameter typing
Upgrading Notes

Please see the upgrading guide.

v4.3.0: (16/10/2022)

Compare Source

We announce the immediate availability V4.3.0.

Changes
  • Add official support for PHP 8.2 (c349cad)
  • Made repository checks a little stricter (3b56df1)
Bug Fixes
  • Fix issue where line ending in =" is incorrectly marked as a multi-line start (67a491d)

v4.2.2: (12/12/2021)

Compare Source

We announce the immediate availability V4.2.2.

Bug Fixes
  • Updated author homepages (2e93cc9)
  • PHP 8.1 compatibility fixes (5b547cd)

v4.2.1: (02/10/2021)

Compare Source

We announce the immediate availability V4.2.1.

Bug Fixes

v4.2.0: (20/01/2021)

Compare Source

We announce the immediate availability V4.2.0.

New Features
  • Backported Dotenv::createArrayBacked() and Dotenv::parse() (b56a067)
Bug Fixes
  • Reject env files with missmatched quotes (e9a36be)

v4.1.8: (14/07/2020)

Compare Source

We announce the immediate availability V4.1.8.

Bug Fixes
  • Bumped minimum ctype polyfill (e1d57f6)
  • Fixed preg error lookup for all PHP versions (d4c24c3)
  • Added additional type information and fixed edge cases

v4.1.7: (07/06/2020)

Compare Source

We announce the immediate availability V4.1.7.

Bug Fixes
  • Bumped minimum ctype polyfill (333c21d)

v4.1.6: (23/05/2020)

Compare Source

We announce the immediate availability V4.1.6.

Bug Fixes
  • Graceful preg error handling when parsing names (8f71e9a)

v4.1.5: (02/05/2020)

Compare Source

We announce the immediate availability V4.1.5.

Bug Fixes
  • Tentative support for PHP 8.0 (3295f90)

v4.1.4: (12/04/2020)

Compare Source

We announce the immediate availability V4.1.4.

Documentation
  • Updated funding information (feb6dad)

v4.1.3: (27/03/2020)

Compare Source

We announce the immediate availability V4.1.3.

Bug Fixes
  • Recommend the pcre extension ext-pcre (884ab15)
  • Fixed allowedValues when not present (#​420)

v4.1.2: (12/03/2020)

Compare Source

We announce the immediate availability V4.1.2.

Bug Fixes
  • Fixed empty variable parsing (82cccaa)

v4.1.1: (02/03/2020)

Compare Source

We announce the immediate availability V4.1.1.

Bug Fixes

v4.1.0: V4.1 (14/12/2019)

Compare Source

We announce the immediate availability V4.1.0.

New Features
Changes

v4.0.1: (08/12/2019)

Compare Source

We announce the immediate availability V4.0.1.

Bug Fixes

v4.0.0: V4.0 (30/11/2019)

Compare Source

We announce the immediate availability V4.0.0.

We've made some further improvements to this library, since v3, maintaining the same API where possible.

New Features
  • Match single quote semantics with bash (#​380)
  • Support escaping dollars in unquoted and double quoted strings (#​380)
  • Right to left processing of environment variable interpolation (#​380)
  • More flexible design with support for separate readers and writers (#​387)
Upgrading Notes

Please see the upgrading guide.

v3.6.10: (12/12/2021)

Compare Source

We announce the immediate availability V3.6.10.

Bug Fixes
  • Updated author homepages (2e93cc9)
  • PHP 8.1 compatibility fixes (5b547cd)

v3.6.9: (02/10/2021)

Compare Source

We announce the immediate availability V3.6.9.

Bug Fixes

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/vlucas-phpdotenv-5.x branch 3 times, most recently from a74cb18 to 5b2dbb7 Compare October 31, 2020 07:21
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch 2 times, most recently from 40da880 to 94f68dc Compare November 9, 2020 08:31
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch 2 times, most recently from bef2fe7 to 47399d1 Compare November 14, 2020 14:55
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch 3 times, most recently from 4867c9e to 5bfad84 Compare December 11, 2020 16:09
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch from 5bfad84 to 288a804 Compare January 7, 2021 17:18
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch 14 times, most recently from 76c51b0 to 980b3a7 Compare January 21, 2021 13:37
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch 3 times, most recently from fe2e116 to 0fcef6c Compare January 27, 2021 18:24
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch from 0fcef6c to 0c7ead9 Compare February 16, 2021 08:44
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch from 0c7ead9 to 4fbf224 Compare June 6, 2021 20:57
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch from 4fbf224 to 07541c5 Compare June 16, 2021 12:09
@renovate renovate bot force-pushed the renovate/vlucas-phpdotenv-5.x branch from 07541c5 to b726d64 Compare October 18, 2021 23:27
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@jelhan jelhan closed this Jul 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 9, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vlucas-phpdotenv-5.x branch July 9, 2023 19:27
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.

2 participants