We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
name
version specification
new version
dayjs
^1.11.11
1.11.12
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of dayjs for this test run.
We've tested your project with an updated dependency and the build failed.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, we encountered failing tests after pinning. This means that this new version is not compatible with your project and the test failure will potentially also happen on fresh installs.
If you have correctly specified a semantic versioning version range, you should probably also file an issue with the upstream project as they might have released an update that's breaking SemVer rules, which is not cool. (But then again, not all projects explicitly follow SemVer)
We've left the pull request open for you to investigate this issue. Please don't merge it as is, because, again, we've pinned the version of dayjs for this test run.
What changed?
✳️ dayjs (^1.11.11 → 1.11.12) · Repo · Changelog
Release Notes
1.11.12
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): 1.11.12 [skip ci]
Merge pull request #2694 from iamkun/dev
chore: rm useless import
chore: added README translation for Swahili speakers (#2691)
fix: timezone plugin currect parse UTC tz (#2693)
fix: add UTC support to negativeYear plugin (#2692)
fix: Fix zero offset issue when use tz with locale (#2532)
chore: update demo
chore: update demo
chore: Update README.md
fix: Improve typing for min/max plugin (#2573)
chore: update doc demo
chore: Update README.md
fix: Add NegativeYear Plugin support (#2640)
Merge branch 'dev' into master
chore: update readme
chore: update ci