chore(deps): inflekt ^0.8.1 - #1671
Merged
Merged
Conversation
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This comment has been minimized.
This comment has been minimized.
The workspace boilerplate now ships pnpm-policy.yaml, so scaffolding emits it. Fails on main too (run 31063294976 at 5dc37ae).
… after startup The server can build its GraphQL schema as soon as it starts, so creating the schema in beforeAll raced it and intermittently introspected an empty database (only _meta exposed).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Picks up inflekt 0.8.1 (constructive-io/dev-utils#114), which audits
pluralizethe way 0.8.0 auditedsingularize: both directions now go through a dictionary-proven exception table in front of suffix rules, and both are idempotent, sopluralizeno longer coins non-words (radius -> radius,bias -> bias,chassis -> chasses) or double-pluralizes (apis -> apises).Naming changes reaching this repo, all through
custom-inflector.ts(which replaces PostGraphile's inflector with inflekt):Two CI failures fixed along the way, neither caused by the bump:
pgpm/cliinit snapshots: the workspace boilerplate now shipspnpm-policy.yaml, so scaffolding emits one more file. Also red on main (run 31063294976 at 5dc37ae).graphql/server-test'sanon-grant-minimum: it createdapp_publicinbeforeAllaftergetConnectionshad started the server, so an eager schema build introspected an empty database and saw only_meta. Now seeded throughseed.fn, which runs before the server starts. This is why the suite passed on one run of this PR and failed on the next.Link to Devin session: https://app.devin.ai/sessions/c2c27132839a45219a440fd10cbf13a6
Requested by: @pyramation