Skip to content

chore: drop object-assign dependency#1351

Merged
UlisesGascon merged 1 commit intoexpressjs:mainfrom
wojtekmaj:object-assign
Aug 8, 2025
Merged

chore: drop object-assign dependency#1351
UlisesGascon merged 1 commit intoexpressjs:mainfrom
wojtekmaj:object-assign

Conversation

@wojtekmaj
Copy link
Copy Markdown
Contributor

Object.assign is natively supported since Node.js v4.0.0. Minimum version of Node.js supported by multer at the moment is v10.16.0, so we should be good to go.

`Object.assign` is natively supported since Node.js v4.0.0. Minimum version of Node.js supported by multer at the moment is v10.16.0, so we should be good to go.
Copy link
Copy Markdown
Member

@LinusU LinusU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat! 👍

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 98.491% (-0.005%) from 98.496%
when pulling 51ad20e on wojtekmaj:object-assign
into 6bb3512 on expressjs:main.

@UlisesGascon UlisesGascon self-assigned this Aug 8, 2025
Copy link
Copy Markdown
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @wojtekmaj!

@UlisesGascon UlisesGascon merged commit 5c8407f into expressjs:main Aug 8, 2025
18 checks passed
@UlisesGascon UlisesGascon mentioned this pull request Feb 26, 2026
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.

5 participants