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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vlucas/phpdotenv ^4|^5 -> 5.6.0 age adoption passing confidence

Release Notes

vlucas/phpdotenv (vlucas/phpdotenv)

v5.6.0: (12/11/2023)

Compare Source

We announce the immediate availability V5.6.0.

Changes
  • Removed support for PHP 7.1 (f1f4ca5)
  • Add official support for PHP 8.3 (f1f4ca5)

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

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.

@github-actions github-actions bot temporarily deployed to pantheon-pr-447 February 22, 2024 16:08 Destroyed
@mrdavidburns
Copy link
Member

Closing because we don't need to pin this to 5.6.0.
We support both ^4|^5. This pull request confirms latest version 5.6.0 doesn't break any checks.

@mrdavidburns mrdavidburns deleted the renovate/vlucas-phpdotenv-5.x branch February 22, 2024 17:24
Copy link
Contributor Author

renovate bot commented Feb 22, 2024

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.

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