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

Update dependency remeda to v2 #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update dependency remeda to v2 #315

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remeda (source) 1.61.0 -> 2.14.0 age adoption passing confidence

Release Notes

remeda/remeda (remeda)

v2.14.0

Compare Source

Features

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
  • takeXXX,dropXXX: Support unions of arrays/tuples (#​789) (9f1f4c1)

v2.9.0

Compare Source

Features
  • Add toUpperCase, toLowerCase, capitalize, uncapitalize, toCamelCase, startsWith, endsWith (#​790) (57a6825), closes #​509

v2.8.0

Compare Source

Features
  • unique, uniqueWith, uniqueBy: Use input shape to improve return type. (#​813) (880255c)

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
  • isStrictEqual, isShallowEqual: add more equality tools (#​773) (e9982fd)

v2.4.0

Compare Source

Features

v2.3.0

Compare Source

Features
  • forEach: pass complex array shapes thru the pipe (#​762) (9c7c101)

v2.2.2

Compare Source

Bug Fixes
  • sum,product: Function overloading doesn't work in dataLast invocations (#​754) (0c7cee5)

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
  • pullObject,fromKeys: Don't partialize unbound records (#​735) (ca8f2d4)

v2.0.11

Compare Source

Bug Fixes

v2.0.10

Compare Source

Bug Fixes

v2.0.9

Compare Source

Bug Fixes

v2.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
  • set: prevent setting 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

  • Modernized Runtime and TypeScript Support: Remeda is now compiled with a target of ES2022, and the minimum TypeScript version is now 5.1, allowing us to leverage the latest features for improved type safety and better runtime performance.
  • Removed Variants: The indexed and strict variants are now merged into the base functions, with indexed parameters and improved typing as defaults, respectively.
  • Headless Invocation Changes: Functions like keys and identity should now be called with no parameters to get their dataLast implementation; only type-guards remain headless.
  • Function Renames and Removals: We have aligned function names with ECMAScript standards (e.g., toPairs is now entries), and removed redundant functions that can be replaced with combinations of other functions (e.g., compact replaced with filter(isTruthy)).
  • Object Keys Handling: Typing changes better reflect JavaScript's handling of symbol and number keys.
  • Re-Implementations: Several functions, including clone, difference, and intersect, 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!
npm install remeda@latest
yarn add remeda@latest
pnpm add remeda@latest
bun add remeda@latest

The Remeda Team


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 3, 2024
@renovate renovate bot force-pushed the renovate/remeda-2.x branch 7 times, most recently from 1812e17 to 55765e5 Compare June 10, 2024 00:14
@renovate renovate bot force-pushed the renovate/remeda-2.x branch 3 times, most recently from e61525e to 9575f66 Compare June 12, 2024 21:32
@renovate renovate bot force-pushed the renovate/remeda-2.x branch 4 times, most recently from 1f36f7c to 9280c9a Compare June 18, 2024 19:35
@renovate renovate bot force-pushed the renovate/remeda-2.x branch 2 times, most recently from 0c8044d to 3bfd022 Compare June 26, 2024 18:02
@renovate renovate bot force-pushed the renovate/remeda-2.x branch 2 times, most recently from 5bb6321 to 30d8b8b Compare July 3, 2024 19:11
@renovate renovate bot force-pushed the renovate/remeda-2.x branch 6 times, most recently from d87a4eb to fb102e1 Compare August 7, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants