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 #7

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 25, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
vlucas/phpdotenv require major ^2.5 -> ^5.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

v3.6.8: (20/01/2021)

Compare Source

We announce the immediate availability V3.6.8.

Bug Fixes
  • Reject env files with missmatched quotes (04e416a)

v3.6.7: (14/07/2020)

Compare Source

We announce the immediate availability V3.6.7.

Bug Fixes
  • Bumped minimum ctype polyfill (e1d57f6)
  • Fixed preg error lookup for all PHP versions (d4c24c3)

v3.6.6: (07/06/2020)

Compare Source

We announce the immediate availability V3.6.6.

Bug Fixes
  • Bumped minimum ctype polyfill (471ea86)

v3.6.5: (23/05/2020)

Compare Source

We announce the immediate availability V3.6.5.

Bug Fixes
  • Graceful preg error handling when parsing names (5c8934c)

v3.6.4: (02/05/2020)

Compare Source

We announce the immediate availability V3.6.4.

Bug Fixes
  • Tentative support for PHP 8.0 (10d3f85)

v3.6.3: (12/04/2020)

Compare Source

We announce the immediate availability V3.6.3.

Documentation
  • Updated funding information (1b31030)

v3.6.2: (27/03/2020)

Compare Source

We announce the immediate availability V3.6.2.

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

v3.6.1: (12/03/2020)

Compare Source

We announce the immediate availability V3.6.1.

Bug Fixes
  • Recommend the filter extension ext-filter (124efcd)
  • Fixed empty variable parsing (82cccaa)

v3.6.0: (10/09/2019)

Compare Source

We announce the immediate availability V3.6.0.

New Features
  • Support for validation using regular expressions (#​371)

v3.5.0: (27/08/2019)

Compare Source

We announce the immediate availability V3.5.0.

New Features
  • Support for validation of optional variables (#​367)
  • Support for additional quoted escape sequences such as "\n" (#​368)

v3.4.0: (15/06/2019)

Compare Source

We announce the immediate availability V3.4.0.

Bug Fixes
  • Fixed handling multiple occurrences of a variable (5084b23)

v3.3.3: (06/03/2019)

Compare Source

We announce the immediate availability V3.3.3.

Bug Fixes
  • Add some extra type checks on names (#​351)

v3.3.2: (30/01/2019)

Compare Source

We announce the immediate availability V3.3.2.

Bug Fixes
  • Fixed detection of closing multiline-quotes (#​342)

v3.3.1: (29/01/2019)

Compare Source

We announce the immediate availability V3.3.1.

Bug Fixes
  • Fixed parsing regressions (#​339)

v3.3.0: (26/01/2019)

Compare Source

We announce the immediate availability V3.3.0.

Bug Fixes
  • Rewrite parser and fix escaped quotes in multiline values (#​322)

v3.2.0: (24/01/2019)

Compare Source

We announce the immediate availability V3.2.0.

New Features
  • Support direct loading with a string (#​321)

v3.1.1: (23/01/2019)

Compare Source

We announce the immediate availability V3.1.1.

Changes
  • Allow DotenvFactory to accept an empty array of adapters (#​320)

v3.1.0: (04/01/2019)

Compare Source

We announce the immediate availability V3.1.0.

Changes

v3.0.0: (03/01/2019)

Compare Source

Happy new year, and happy new release! We've made some important improvements to this library since v2 (such as first-class support for multiline variables), but maintained much of the same API where possible.

New Features
  • More flexibility in terms of which parts of the environment we try to read and modify (#​300)
  • First-class support for multiline variables (#​301)
  • No more trimming of values. you get them exactly as is now (#​302)
  • Accept a list of paths to try in order looking for the dotenv file, rather than a single path (#​307)
  • Stronger validation of variable names to avoid silent failures or obscure errors (#​311)
Upgrading Notes
  • Replace new Dotenv(...) with Dotenv::create(...) (#​300)
  • Loader::load() and its callers now return an associative array of the variables loaded with their values, rather than an array of raw lines from the environment file (#​306)
  • As mentioned in the new feature, we're no longer trimming values, so that may be a breaking change for you (#​302)

Please see the upgrading guide for more detail.


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
Copy link
Author

renovate bot commented Mar 23, 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.

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.

1 participant