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(deps): update dependency remeda to v2 #1238

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remeda (source) 1.46.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

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

v1.58.2

Compare Source

Bug Fixes

v1.58.1

Compare Source

v1.58.0

Compare Source

Features

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

v1.55.0

Compare Source

Features

v1.54.0

Compare Source

Features

v1.53.0

Compare Source

Features

v1.52.0

Compare Source

Features
  • deprecate noop, introduce constant and doNothing (#​574) (4a23df9)

v1.51.0

Compare Source

Features

v1.50.1

Compare Source

Bug Fixes

v1.50.0

Compare Source

Features

v1.49.0

Compare Source

Features

v1.48.0

Compare Source

Features

v1.47.2

Compare Source

Bug Fixes

v1.47.1

Compare Source

Bug Fixes

v1.47.0

Compare Source

Features
  • Code quality improvements to all utilities (via lint and manual inspection) (#​555) (b08a667)

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.


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

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

Copy link

vercel bot commented May 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spigot-event-list ❌ Failed (Inspect) Oct 5, 2024 1:08am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants