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.19.0 age adoption passing confidence

Release Notes

remeda/remeda (remeda)

v2.19.0

Compare Source

v2.18.0

Compare Source

Features

v2.17.5

Compare Source

Bug Fixes
  • prop: Support headless 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
  • toSnakeCase, toKebabCase: literal types for literal strings (#​924) (f4fee51)

v2.17.1

Compare Source

Bug Fixes

v2.17.0

Compare Source

Bug Fixes
Features

v2.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

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) Jan 10, 2025 2:08am

@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 80f7689 to 6899974 Compare May 31, 2024 04:31
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 6899974 to 5c7737d Compare May 31, 2024 23:28
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 5c7737d to dd13bd7 Compare June 1, 2024 01:11
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from dd13bd7 to b4cd517 Compare June 1, 2024 22:51
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from b4cd517 to a4833cc Compare June 2, 2024 00:15
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from a4833cc to 1edcc3b Compare June 2, 2024 15:58
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 1edcc3b to 8c436ce Compare June 3, 2024 00:17
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 8c436ce to b73d1f3 Compare June 3, 2024 06:50
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from b73d1f3 to 1ccf9b2 Compare June 3, 2024 11:32
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 1ccf9b2 to 127fa67 Compare June 4, 2024 01:59
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 127fa67 to b5342a7 Compare June 4, 2024 04:07
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from b5342a7 to fc554c3 Compare June 4, 2024 19:26
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from fc554c3 to 7903c0e Compare June 5, 2024 01:29
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 7903c0e to c7d5301 Compare June 5, 2024 08:21
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 28d96a5 to daf89f0 Compare December 31, 2024 02:12
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from daf89f0 to 7318267 Compare December 31, 2024 09:13
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 7318267 to c631385 Compare January 1, 2025 00:59
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from c631385 to 5faef01 Compare January 1, 2025 06:32
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 5faef01 to 58c61b6 Compare January 2, 2025 23:07
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 58c61b6 to f22299d Compare January 3, 2025 00:18
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from f22299d to d9f5e47 Compare January 3, 2025 11:26
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from d9f5e47 to 83c436c Compare January 5, 2025 00:07
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 83c436c to a15440a Compare January 6, 2025 02:39
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from a15440a to 9541883 Compare January 8, 2025 14:07
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 9541883 to 4b9b440 Compare January 8, 2025 17:29
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from 4b9b440 to a2614d6 Compare January 9, 2025 03:07
@renovate renovate bot force-pushed the renovate/remeda-2.x branch from a2614d6 to d52a898 Compare January 9, 2025 06:00
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