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

chore: bump dependencies #2331

Merged
merged 9 commits into from
Oct 29, 2024
Merged

chore: bump dependencies #2331

merged 9 commits into from
Oct 29, 2024

Conversation

capJavert
Copy link
Contributor

No description provided.

@capJavert capJavert self-assigned this Oct 10, 2024
package.json Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@@ -67,6 +67,7 @@ export default async function app(
logger: loggerConfig,
disableRequestLogging: true,
trustProxy: true,
useSemicolonDelimiter: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not 100% if we use it, I think not, but leaving for BC just in case https://fastify.dev/docs/latest/Guides/Migration-Guide-V5/#usesemicolondelimiter-false-by-default

"mercurius-upload": "^6.0.1",
"mercurius": "^15.1.0",
"mercurius-cache": "^7.0.2",
"mercurius-upload": "^7.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like tests fail due to mercurius-js/mercurius-upload#24 (comment), hopefully released soon

Copy link
Contributor Author

Choose a reason for hiding this comment

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

patched it now because looks like there are multiple issues mercurius-js/mercurius-upload#13 (comment)

Comment on lines +3 to +9
process.env.NODE_OPTIONS = [
process.env.NODE_OPTIONS,
// https://jestjs.io/docs/ecmascript-modules
`--experimental-vm-modules`,
]
.filter(Boolean)
.join(' ');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

So it works in jest since its using [email protected]

@capJavert capJavert marked this pull request as ready for review October 28, 2024 16:24
@capJavert capJavert requested a review from a team as a code owner October 28, 2024 16:24
@capJavert capJavert merged commit 288c4c5 into main Oct 29, 2024
8 checks passed
@capJavert capJavert deleted the chore-update-dependencies branch October 29, 2024 11:09
sshanzel pushed a commit that referenced this pull request Nov 6, 2024
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