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

fix: add refresh context to schema for loader args #11960

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Conversation

ascorbic
Copy link
Contributor

Changes

The refreshContextData value was missing from the schema for loader args, meaning it was being stripped from the context object

Testing

Added a test

Docs

Copy link

changeset-bot bot commented Sep 10, 2024

🦋 Changeset detected

Latest commit: b5a0043

The changes in this PR will be included in the next version bump.

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

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Sep 10, 2024
Comment on lines +90 to +93
assert.ok(
json.probes.every(({ id }) => !id.startsWith('voyager')),
'Voyager probes should not be included',
);
Copy link
Contributor Author

@ascorbic ascorbic Sep 10, 2024

Choose a reason for hiding this comment

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

Unrelated test that was flaky because the collection order was undefined

@matthewp
Copy link
Contributor

!preview refresh-fix

@github-actions github-actions bot added the pr: preview This PR has a preview release label Sep 10, 2024
@ascorbic ascorbic merged commit 4410130 into next Sep 10, 2024
13 checks passed
@ascorbic ascorbic deleted the fix-refresh-data branch September 10, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope) pr: preview This PR has a preview release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants