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

Allow to use v2.8, but not context and fromContext directives #115

Merged
merged 2 commits into from
Mar 27, 2025

Conversation

kamilkisiela
Copy link
Contributor

@kamilkisiela kamilkisiela commented Mar 26, 2025

Related to #85, but does not close it

Copy link
Contributor

github-actions bot commented Mar 26, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@theguild/federation-composition 0.16.0-alpha-20250327133414-c33b26febc30ce1dd8ea1b0acda30a53a3f7cbc5 npm ↗︎ unpkg ↗︎

Base automatically changed from kamil-2.7-partial to main March 26, 2025 16:24
@kamilkisiela kamilkisiela force-pushed the kamil-2.8-partial branch 3 times, most recently from 6f7f766 to 358af91 Compare March 27, 2025 11:52
patterns.push(`@${name}`);
});

return new RegExp(patterns.join('|')).test(sdl);
Copy link
Contributor

Choose a reason for hiding this comment

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

Regex creation could be cached as well?

@kamilkisiela kamilkisiela merged commit ddb7d74 into main Mar 27, 2025
5 checks passed
@kamilkisiela kamilkisiela deleted the kamil-2.8-partial branch March 27, 2025 13:41
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