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: add better support for readonly types #17

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

RebeccaStevens
Copy link
Owner

BREAKING CHANGE: interface DeepMergeMergeFunctionURItoKind's signature has changed

@RebeccaStevens RebeccaStevens added Type: Enhancement Enhancement of the code, not introducing new features. Breaking Change This change will require a new major release. labels Nov 22, 2021
@codecov
Copy link

codecov bot commented Nov 22, 2021

Codecov Report

Merging #17 (fd5344a) into next (361394e) will not change coverage.
The diff coverage is 100.00%.

❗ Current head fd5344a differs from pull request most recent head bd2036f. Consider uploading reports for the commit bd2036f to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##              next       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           68        68           
  Branches        14        14           
=========================================
  Hits            68        68           
Impacted Files Coverage Δ
src/utils.ts 100.00% <ø> (ø)
src/deepmerge.ts 100.00% <100.00%> (ø)

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 361394e...bd2036f. Read the comment docs.

src/types/defaults.ts Outdated Show resolved Hide resolved
@RebeccaStevens RebeccaStevens force-pushed the readonly-type-support branch 4 times, most recently from 8daeaa0 to fd5344a Compare November 22, 2021 14:36
@RebeccaStevens RebeccaStevens changed the base branch from main to next November 22, 2021 14:48
BREAKING CHANGE: interface DeepMergeMergeFunctionURItoKind's signature has changed
@RebeccaStevens RebeccaStevens merged commit 0609832 into next Nov 22, 2021
@RebeccaStevens RebeccaStevens deleted the readonly-type-support branch November 22, 2021 15:19
github-actions bot pushed a commit that referenced this pull request Nov 22, 2021
## [1.1.8-beta.1](v1.1.7...v1.1.8-beta.1) (2021-11-22)

### Bug Fixes

* add better support for readonly types ([#17](#17)) ([0609832](0609832))
@github-actions
Copy link

github-actions bot commented Nov 22, 2021

🎉 This PR is included in version 2.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Nov 22, 2021
RebeccaStevens added a commit that referenced this pull request Nov 22, 2021
BREAKING CHANGE: interface DeepMergeMergeFunctionURItoKind's signature has changed
github-actions bot pushed a commit that referenced this pull request Nov 22, 2021
# [2.0.0-beta.1](v1.1.7...v2.0.0-beta.1) (2021-11-22)

### Bug Fixes

* add better support for readonly types ([#17](#17)) ([ee59064](ee59064))

### BREAKING CHANGES

* interface DeepMergeMergeFunctionURItoKind's signature has changed
@RebeccaStevens RebeccaStevens removed the Status: Released It's now live. label Nov 22, 2021
github-actions bot pushed a commit that referenced this pull request Nov 22, 2021
# [2.0.0](v1.1.7...v2.0.0) (2021-11-22)

### Bug Fixes

* add better support for readonly types ([#17](#17)) ([ee59064](ee59064))

### BREAKING CHANGES

* interface DeepMergeMergeFunctionURItoKind's signature has changed
@RebeccaStevens RebeccaStevens added the Status: Released It's now live. label Nov 22, 2021
@RebeccaStevens
Copy link
Owner Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

RebeccaStevens pushed a commit that referenced this pull request Mar 18, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change This change will require a new major release. Status: Released It's now live. Type: Enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant