-
-
Notifications
You must be signed in to change notification settings - Fork 2
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(deps): update dependency remeda to v2 #1238
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/remeda-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+21
−5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
80f7689
to
6899974
Compare
6899974
to
5c7737d
Compare
5c7737d
to
dd13bd7
Compare
dd13bd7
to
b4cd517
Compare
b4cd517
to
a4833cc
Compare
a4833cc
to
1edcc3b
Compare
1edcc3b
to
8c436ce
Compare
8c436ce
to
b73d1f3
Compare
b73d1f3
to
1ccf9b2
Compare
1ccf9b2
to
127fa67
Compare
127fa67
to
b5342a7
Compare
b5342a7
to
fc554c3
Compare
fc554c3
to
7903c0e
Compare
7903c0e
to
c7d5301
Compare
577cf76
to
f885f45
Compare
f885f45
to
f490e05
Compare
f490e05
to
f15f3d8
Compare
f15f3d8
to
0bb14ac
Compare
0bb14ac
to
6432961
Compare
6432961
to
668e75b
Compare
668e75b
to
9676ef1
Compare
9676ef1
to
ac588ba
Compare
ac588ba
to
8b22a73
Compare
8b22a73
to
b825795
Compare
b825795
to
1eb0e31
Compare
1eb0e31
to
076293a
Compare
076293a
to
bcb4469
Compare
bcb4469
to
c7790b6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.46.0
->2.20.1
Release Notes
remeda/remeda (remeda)
v2.20.1
Compare Source
Bug Fixes
pipe
+ version bumps (#1024) (236416a), closes #997v2.20.0
Compare Source
Features
v2.19.2
Compare Source
Bug Fixes
v2.19.1
Compare Source
Bug Fixes
v2.19.0
Compare Source
Features
funnel
, an execution timing utility (#848) (fc2fd7e), closes #822v2.18.0
Compare Source
Features
v2.17.5
Compare Source
Bug Fixes
prop
without explicit type params (#920) (251c8fd)v2.17.4
Compare Source
Bug Fixes
v2.17.3
Compare Source
Bug Fixes
v2.17.2
Compare Source
Bug Fixes
v2.17.1
Compare Source
Bug Fixes
v2.17.0
Compare Source
Bug Fixes
bigint
support (#898) (cfdbb9d), closes #874Features
toKebabCase
andtoSnakeCase
(#909) (4ef0504), closes #818v2.16.0
Compare Source
Features
v2.15.2
Compare Source
Bug Fixes
v2.15.1
Compare Source
Bug Fixes
v2.15.0
Compare Source
Features
v2.14.0
Compare Source
Features
sumBy
(#852) (333157a)v2.13.0
Compare Source
Features
v2.12.1
Compare Source
Bug Fixes
v2.12.0
Compare Source
Features
v2.11.0
Compare Source
Features
v2.10.1
Compare Source
Bug Fixes
v2.10.0
Compare Source
Features
v2.9.1
Compare Source
Bug Fixes
v2.9.0
Compare Source
Features
v2.8.0
Compare Source
Features
v2.7.2
Compare Source
Bug Fixes
v2.7.1
Compare Source
Bug Fixes
v2.7.0
Compare Source
Features
v2.6.0
Compare Source
Features
v2.5.0
Compare Source
Features
v2.4.0
Compare Source
Features
v2.3.0
Compare Source
Features
v2.2.2
Compare Source
Bug Fixes
v2.2.1
Compare Source
Bug Fixes
v2.2.0
Compare Source
Features
v2.1.0
Compare Source
Features
v2.0.12
Compare Source
Bug Fixes
v2.0.11
Compare Source
Bug Fixes
v2.0.10
Compare Source
Bug Fixes
v2.0.9
Compare Source
Bug Fixes
Simplify
type to show better type information (#726) (931c52e), closes /github.com/remeda/remeda/pull/683#discussion_r1630022640v2.0.8
Compare Source
Bug Fixes
v2.0.7
Compare Source
Bug Fixes
v2.0.6
Compare Source
Bug Fixes
v2.0.5
Compare Source
Bug Fixes
v2.0.4
Compare Source
Bug Fixes
undefined
on optional props (#715) (43f3fc8)v2.0.3
Compare Source
Bug Fixes
v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
v2.0.0
Compare Source
🎉 We are excited to announce the release of Remeda v2! 🎉
It's been nearly two years since our last major update, and this version is packed with the improvements and changes you've been waiting for. This release focuses on modernization and simplification, gathering many important updates into one comprehensive release.
To make the transition as easy as possible we've prepared a thorough migration guide, which can be found on our documentation site.
Highlights
indexed
andstrict
variants are now merged into the base functions, with indexed parameters and improved typing as defaults, respectively.keys
andidentity
should now be called with no parameters to get their dataLast implementation; only type-guards remain headless.toPairs
is nowentries
), and removed redundant functions that can be replaced with combinations of other functions (e.g.,compact
replaced withfilter(isTruthy)
).symbol
andnumber
keys.clone
,difference
, andintersect
, have had their runtime implementations and semantics adjusted to handle edge cases more consistently.We believe these changes will enhance your development experience, making Remeda more powerful and easier to use. Thank you for being a part of the Remeda community. If you encounter any issues or have questions, please reach out on our GitHub Issues page. Happy coding!
Go ahead and update!
The Remeda Team
v1.61.0
Compare Source
Features
v1.60.1
Compare Source
Bug Fixes
v1.60.0
Compare Source
Features
v1.59.0
Compare Source
Features
v1.58.3
Compare Source
Bug Fixes
stringToPath
(#630) (0a9b635)v1.58.2
Compare Source
Bug Fixes
v1.58.1
Compare Source
v1.58.0
Compare Source
Features
flatten
andflattenDeep
(#619) (1b88179)v1.57.2
Compare Source
Bug Fixes
v1.57.1
Compare Source
Bug Fixes
v1.57.0
Compare Source
Features
v1.56.2
Compare Source
Bug Fixes
v1.56.1
Compare Source
Bug Fixes
v1.56.0
Compare Source
Features
pullObject
(#576) (933b2d4)v1.55.0
Compare Source
Features
sum
andproduct
(#577) (824bc33)v1.54.0
Compare Source
Features
v1.53.0
Compare Source
Features
v1.52.0
Compare Source
Features
noop
, introduceconstant
anddoNothing
(#574) (4a23df9)v1.51.0
Compare Source
Features
hasSubObject
(#518) (6acbc58), closes #386v1.50.1
Compare Source
Bug Fixes
v1.50.0
Compare Source
Features
equals
withisDeepEqual
(#565) (b54e911)v1.49.0
Compare Source
Features
v1.48.0
Compare Source
Features
mapWithFeedback
(#517) (d206e6d), closes #468 #445v1.47.2
Compare Source
Bug Fixes
v1.47.1
Compare Source
Bug Fixes
v1.47.0
Compare Source
Features
v1.46.2
Compare Source
Bug Fixes
v1.46.1
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.