fix(globals): Add globals to shared root config#1036
Merged
rmarkins-godaddy merged 9 commits intomainfrom Apr 17, 2025
Merged
Conversation
jpage-godaddy
approved these changes
Apr 17, 2025
jpage-godaddy
approved these changes
Apr 17, 2025
probinson1-godaddy
approved these changes
Apr 17, 2025
kbader-godaddy
approved these changes
Apr 17, 2025
wcole1-godaddy
pushed a commit
that referenced
this pull request
Oct 13, 2025
* fix: Add globals by default * fix: correct usage of globals * docs: update readme's for the packages to reference flat config * chore: add changeset * chore(deps): update deps to latest * test: add `defineConfig` to config files for proper testing * test: fix lint test * chore(turbo): update turbo to latest * chore: update changeset as a patch --------- Co-authored-by: Richard Markins <rmarkins@gmail.com>
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
This PR adds the
globalspackage that was setup by default in v8 and was removed in v9. I've also updated the README's to reference flatpack config and updated the deps for these to latest minors. I did update turbo to latest major to stay up to dateChangeset
Test Plan