[full-ci] Bump punic/punic from 3.7.0 to 3.8.0#40448
Conversation
|
@dependabot rebase |
a2825fb to
12f046e
Compare
|
https://drone.owncloud.com/owncloud/core/37113/9/7 something has changed with the date format locales/defaults. |
5ad2866 to
6542cf4
Compare
|
https://drone.owncloud.com/owncloud/core/37268/9/7 The expected and actual strings look the same, but there are some special characters in the actual strings. |
Bumps [punic/punic](https://github.com/punic/punic) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/punic/punic/releases) - [Changelog](https://github.com/punic/punic/blob/main/CHANGELOG.md) - [Commits](punic/punic@3.7.0...3.8.0) --- updated-dependencies: - dependency-name: punic/punic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6542cf4 to
1eb6659
Compare
|
A bit of investigation: The actual string returned has "e280af" between the time "11:53:25" and the letters "AM". https://bugs.php.net/bug.php?id=77914 (the change in this PR is not related to that non-bug, but the bug comments are useful) It seems that the latest databases that punic is now using are putting this Unicode character within the time string. That seems reasonable - we do not want date-time strings to be wrapped at that point. For example: With the NARROW NO-BREAK SPACE we would get: And that is a smarter wrap of the date-time string. I will adjust the test expectations. |
1eb6659 to
e81869e
Compare
|
I also pushed a commit to update symfony dependencies that are waiting: |
|
https://drone.owncloud.com/owncloud/core/37279/23/7 fails due to known issue #40457 - I will manually change the drone result to a pass, and then merge this PR. |
Bumps punic/punic from 3.7.0 to 3.8.0.
Release notes
Sourced from punic/punic's releases.
Changelog
Sourced from punic/punic's changelog.
Commits
f24eb48[skip ci] Update APIsce8557ePrepare version 3.8.0d18bac8Merge pull request #417 from mlocati/cldr-42850150aUpgrade CLDR data to v42da1deabExecute tests with PHP 8.2 too, test more Windows casesf540aa6[skip ci] Update APIsc8525cePrepare for next version847bd53[skip ci] Update APIsDependabot 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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)