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 issue with ManipulateType #1864

Merged
merged 1 commit into from
May 6, 2022
Merged

Fix issue with ManipulateType #1864

merged 1 commit into from
May 6, 2022

Conversation

SpencerKaiser
Copy link
Contributor

@SpencerKaiser SpencerKaiser commented Apr 19, 2022

@codecov
Copy link

codecov bot commented Apr 19, 2022

Codecov Report

Merging #1864 (cdfc254) into dev (8757477) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               dev     #1864   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          181       181           
  Lines         2064      2064           
  Branches       537       537           
=========================================
  Hits          2064      2064           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8757477...cdfc254. Read the comment docs.

@SpencerKaiser
Copy link
Contributor Author

@iamkun any chance you could take a look? 👀 This should be a super light types-only change and I provided sandbox URLs for the issue and the solution so you could see the tweak

@SpencerKaiser
Copy link
Contributor Author

In fact, here's an updated sandbox with the full types, not just a demo using similar types.

@iamkun
Copy link
Owner

iamkun commented May 6, 2022

Thanks

@iamkun iamkun merged commit d033dfc into iamkun:dev May 6, 2022
iamkun pushed a commit that referenced this pull request May 6, 2022
## [1.11.2](v1.11.1...v1.11.2) (2022-05-06)

### Bug Fixes

* add OpUnitType (week) to quarterOfYear startOf/endOf types ([#1865](#1865)) ([400bc3e](400bc3e))
* Fix type issue with ManipulateType ([#1864](#1864)) ([d033dfc](d033dfc))
* fix UTC plugin .valueOf not taking DST into account  ([#1448](#1448)) ([27d1c50](27d1c50))
@iamkun
Copy link
Owner

iamkun commented May 6, 2022

🎉 This PR is included in version 1.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iamkun iamkun added the released label May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Definition of ManipulateType and breaks type safety for add
2 participants