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

Replace lodash array utils with native code #2810

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Replace lodash array utils with native code #2810

merged 1 commit into from
Feb 16, 2024

Conversation

carbonrobot
Copy link
Contributor

@carbonrobot carbonrobot commented Feb 15, 2024

Replace lodash array utils with native code

flatten => Array.flat()
some => Array.some()
without => Array.filter
last => array[array.length -1]
includes =>Array.includes

Copy link

changeset-bot bot commented Feb 15, 2024

🦋 Changeset detected

Latest commit: b4ef049

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 30 packages
Name Type
victory-box-plot Patch
victory-brush-container Patch
victory-core Patch
victory-create-container Patch
victory-cursor-container Patch
victory-scatter Patch
victory-selection-container Patch
victory-voronoi Patch
victory-voronoi-container Patch
victory-area Patch
victory-axis Patch
victory-bar Patch
victory-brush-line Patch
victory-candlestick Patch
victory-canvas Patch
victory-chart Patch
victory-errorbar Patch
victory-group Patch
victory-histogram Patch
victory-legend Patch
victory-line Patch
victory-native Patch
victory-pie Patch
victory-polar-axis Patch
victory-shared-events Patch
victory-stack Patch
victory-tooltip Patch
victory-vendor Patch
victory-zoom-container Patch
victory Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Feb 15, 2024

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

Name Status Preview Comments Updated (UTC)
victory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2024 6:07pm

@carbonrobot carbonrobot changed the title lodash/array Replace lodash array utils with native code Feb 15, 2024
@carbonrobot carbonrobot changed the base branch from main to lodash/values February 15, 2024 18:02
Base automatically changed from lodash/values to main February 15, 2024 18:05
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.

2 participants