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

Add FormData decorator to request #522

Merged
merged 9 commits into from
May 10, 2024
Merged

Add FormData decorator to request #522

merged 9 commits into from
May 10, 2024

Conversation

mcollina
Copy link
Member

Adds a tiny helper to create a FormData object for compatibility with Web Standards.

Signed-off-by: Matteo Collina <hello@matteocollina.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
README.md Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
Signed-off-by: Matteo Collina <hello@matteocollina.com>
index.js Show resolved Hide resolved
@mcollina
Copy link
Member Author

mcollina commented May 1, 2024

@gurgunday do you know why linting is failing, it's passing locally.

@gurgunday
Copy link
Member

Seems like a dependency conflict

"eslint-plugin-n" was updated to v17:

"eslint-plugin-n": "^17.0.0",

And standard requires 16 normally...

Running the following will solve it:

npm i eslint-plugin-n@16

@gurgunday
Copy link
Member

I actually can't see why they were installed separately in this repo

@gurgunday
Copy link
Member

Pulling from master should fix it

mcollina and others added 2 commits May 2, 2024 09:59
Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
Signed-off-by: Matteo Collina <matteo.collina@gmail.com>
index.js Show resolved Hide resolved
index.js Show resolved Hide resolved
Signed-off-by: Matteo Collina <hello@matteocollina.com>
@mcollina
Copy link
Member Author

mcollina commented May 2, 2024

@kibertoad fixed

gurgunday

This comment was marked as outdated.

index.js Show resolved Hide resolved
mcollina and others added 2 commits May 6, 2024 14:32
Signed-off-by: Matteo Collina <hello@matteocollina.com>
index.js Outdated Show resolved Hide resolved
@mcollina
Copy link
Member Author

mcollina commented May 7, 2024

@gurgunday may I get a final review?

Signed-off-by: Matteo Collina <hello@matteocollina.com>
Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

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

lgtm

@gurgunday gurgunday merged commit da7ce60 into master May 10, 2024
19 checks passed
@gurgunday gurgunday deleted the add-formdata-decorator branch May 10, 2024 22:29
@gurgunday
Copy link
Member

@Eomm @mcollina did we add a new rule to this plugin?

Can't release v8.3.0

Screenshot 2024-05-11 at 00 31 20

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.

None yet

3 participants