laminas / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files
https://docs.laminas.dev/laminas-inputfilter/
BSD 3-Clause "New" or "Revised" License
41 stars 28 forks source link

Lock file maintenance #74

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 2am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



Read more information about the use of Renovate Bot within Laminas.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


Ocramius commented 1 year ago

/cc @gsteel all updates mentioned here are related to your recent work: do you know whether the casing of those locales changed? 🤔

gsteel commented 1 year ago

I observed this test failure locally a few days ago. It's an odd one that I haven't tracked down yet - the $encoding variable is explicitly lowercased in AbstractUnicode so I'm unsure why this test ever passed in the first place.

Before the change this test was iterating over a raw object, and now it's got an iterable.

I'm tempted to say that the test is wrong here rather than an regression in laminas-filter.

I'll try and look into it properly later on.

gsteel commented 1 year ago

I'm still none the wiser as to why the currently failing test hasn't always failed.

See https://github.com/laminas/laminas-filter/pull/66 - laminas-filter has been lowercasing the encoding option since 2012

Commit 5b81532 updates the failing test to expect a lowercase value