Skip to content

refactor: Bump immutable and relay-compiler in /todo#15

Merged
mtrezza merged 1 commit intomainfrom
dependabot/npm_and_yarn/todo/multi-443f835e82
Mar 30, 2026
Merged

refactor: Bump immutable and relay-compiler in /todo#15
mtrezza merged 1 commit intomainfrom
dependabot/npm_and_yarn/todo/multi-443f835e82

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 5, 2026

Removes immutable. It's no longer used after updating ancestor dependency relay-compiler. These dependencies need to be updated together.

Removes immutable

Updates relay-compiler from 1.7.0-rc.1 to 20.1.1

Release notes

Sourced from relay-compiler's releases.

v20.1.1

Version 20.1.1 Release Notes

This patch release reverts the change that disabled persisted queries in validate mode (added in #5013) as it was breaking the --validate command. The release also contains a bug fix for GraphQL payloads without a prototype and a of couple docs improvements.

Bug fixes

  • Fix(relay-runtime): prototype less payloads (#5043) by Pavel Glac (commit)
  • Back out "Disable persisted queries in validate mode" by Jordan Eldredge (commit)

Documentation Improvements

  • Handle json schema consts in compiler config doc generation (#5047) by Jordan Eldredge (commit)
  • Doc(useSubscription): config argument should be memoized (#5033) by Pavel Glac (commit)

v20.1.0

Breaking Changes

Bug fixes

Improvements

Documentation Improvements

Miscellaneous

Experimental Changes

v20.0.0

Version 20.0.0 Release Notes

Announcement: ESLint Plugin v2.0.0 Released

Relay's ESLint plugin, eslint-plugin-relay, was recently updated to v2.0.0. This release includes a number of compatibility updates and removes a couple of deprecated rules. For more info, see the eslint-plugin-relay changelog.

Generated Documentation

This release includes a brand new page covering the Relay compiler config. This has largely been undocumented so far and now includes autogenerated documentation! We also added tooling to autogenerate API docs from source code. The documentation for useRelayEnvironment and useLazyLoadQuery are examples of the new autogenerated tooling.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by relay-bot, a new releaser for relay-compiler since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [immutable](https://github.com/immutable-js/immutable-js). It's no longer used after updating ancestor dependency [relay-compiler](https://github.com/facebook/relay/tree/HEAD/packages/relay-compiler). These dependencies need to be updated together.


Removes `immutable`

Updates `relay-compiler` from 1.7.0-rc.1 to 20.1.1
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v20.1.1/packages/relay-compiler)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 
  dependency-type: indirect
- dependency-name: relay-compiler
  dependency-version: 20.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 5, 2026
@mtrezza mtrezza changed the title Bump immutable and relay-compiler in /todo refactor: Bump immutable and relay-compiler in /todo Mar 30, 2026
@mtrezza
Copy link
Copy Markdown
Member

mtrezza commented Mar 30, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 30, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 30, 2026

Warning

Rate limit exceeded

@mtrezza has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 27 minutes and 46 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 27 minutes and 46 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 673ee639-4387-4bf7-9d0e-d44b6c87f0a4

📥 Commits

Reviewing files that changed from the base of the PR and between b8c014f and 2e2f869.

⛔ Files ignored due to path filters (1)
  • todo/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • todo/package-lock.json
  • todo/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/todo/multi-443f835e82

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Member

@mtrezza mtrezza left a comment

Choose a reason for hiding this comment

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

Dependency-only update: relay-compiler 1.7.0-rc.1 -> 20.1.1, immutable removed. No source code changes.

@mtrezza mtrezza merged commit eea2b94 into main Mar 30, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/todo/multi-443f835e82 branch March 30, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant