Skip to content

chore!: bump dependency send@3#455

Merged
jsumners merged 6 commits intonextfrom
upgrade-send
Jul 12, 2024
Merged

chore!: bump dependency send@3#455
jsumners merged 6 commits intonextfrom
upgrade-send

Conversation

@climba03003
Copy link
Copy Markdown
Member

@climba03003 climba03003 commented Jul 12, 2024

Note that the current test fail is due to @fastify/compress
https://github.com/fastify/fastify-compress/blob/14b83fe235000ed2620d2387b02f84b4170f55fa/index.js#L568-L573

Depends on fastify/send#80
We should wait until the next release of both @fastify/send and @fastify/compress.

Checklist

const bodyObject = JSON.parse(body.toString())
t.equal(bodyObject.dirs[0].name, 'empty')
t.equal(typeof bodyObject.dirs[0].stats.atime, 'string')
t.equal(typeof bodyObject.dirs[0].stats.atimeMs, 'number')
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I believe there is bug on Node.js side, JSON.stringify do not print atime directly.

Copy link
Copy Markdown
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm once CI is green

@mcollina
Copy link
Copy Markdown
Member

Can you update the actions too? We don't support Node v18 anymore.

@climba03003
Copy link
Copy Markdown
Member Author

Depends on fastify/fastify-compress#300

@gurgunday
Copy link
Copy Markdown
Member

Coverage

Copy link
Copy Markdown
Member

@jsumners jsumners left a comment

Choose a reason for hiding this comment

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

Thank you.

@jsumners jsumners merged commit cd0eae2 into next Jul 12, 2024
@jsumners jsumners deleted the upgrade-send branch July 12, 2024 10:27
jsumners added a commit that referenced this pull request Jul 12, 2024
* feat: preparation for fastify@5 (#444)

* Update for v5

* c8 ignore

* remove dep

* c8

---------

Co-authored-by: Gürgün Dayıoğlu <[email protected]>

* update fastify deps

* chore!: bump dependency send@3 (#455)

* chore!: bump dependency send@3

* fixup

* fixup

* chore: use v5 workflow

* chore: bump dependency [email protected]

* fixup

* update plugin config

* fix deprecation warning

---------

Co-authored-by: Mohammed Bilal Shareef <[email protected]>
Co-authored-by: Gürgün Dayıoğlu <[email protected]>
Co-authored-by: KaKa <[email protected]>
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.

4 participants