Update immutable.js and move relay-compiler#8010
Conversation
🦋 Changeset detectedLatest commit: a11a0a3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (135)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request adds a new Changes
Sequence Diagram(s)sequenceDiagram
rect rgba(200,220,255,0.5)
participant Dev as Developer (CLI)
participant CLI as RelayCompilerBin/Main
participant Runner as CodegenRunner
participant Watch as WatchmanClient
participant Writer as RelayFileWriter / CodegenDirectory
participant FS as BufferedFilesystem / FS
participant SC as SourceControlMercurial
end
Dev->>CLI: run command / args
CLI->>Runner: build config & start (compile/watch)
Runner->>Watch: query / subscribe file changes
Watch-->>Runner: file change events
Runner->>Writer: generate artifacts
Writer->>FS: write buffered files
FS->>SC: commit added/removed (optional)
SC-->>FS: confirm
Runner-->>CLI: exit status / summaries
Estimated code review effort🎯 5 (Critical) | ⏱️ ~120 minutes Suggested reviewers
Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
|
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-tools/import |
7.1.11-alpha-20260305151214-bfb738a26c3b14fde10f798842c9a55ba0eaf931 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/graphql-file-loader |
8.1.11-alpha-20260305151214-bfb738a26c3b14fde10f798842c9a55ba0eaf931 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/node-require |
7.0.36-alpha-20260305151214-bfb738a26c3b14fde10f798842c9a55ba0eaf931 |
npm ↗︎ unpkg ↗︎ |
@ardatan/relay-compiler |
12.3.0-alpha-20260305151214-bfb738a26c3b14fde10f798842c9a55ba0eaf931 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/relay-operation-optimizer |
7.1.0-alpha-20260305151214-bfb738a26c3b14fde10f798842c9a55ba0eaf931 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/resolvers-composition |
7.0.28-alpha-20260305151214-bfb738a26c3b14fde10f798842c9a55ba0eaf931 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://pr-8010.graphql-tools.pages.dev |
No description provided.