-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(hub-discussions): remove all fns, types & tests from hub-discuss… #1811
Merged
rweber-esri
merged 8 commits into
master
from
t/remove-src-types-and-tests-from-hub-discussions
Feb 27, 2025
Merged
feat(hub-discussions): remove all fns, types & tests from hub-discuss… #1811
rweber-esri
merged 8 commits into
master
from
t/remove-src-types-and-tests-from-hub-discussions
Feb 27, 2025
Conversation
This file contains 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
juliannaeapicella
approved these changes
Feb 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
4 tasks
e61638a
to
dde01b6
Compare
There hasn't been any activity on this pull request in the past 3 days, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. If you want this PR to never become stale, please apply the "Draft" label. |
89d374a
to
a1ec6a0
Compare
8a57e01
to
bb5100c
Compare
Base automatically changed from
t/move-contents-of-hub-discussions-to-hub-common
to
master
February 26, 2025 21:46
…@esri/arcgis-rest-portal in dis affects: @esri/hub-common ISSUES CLOSED: 12495
…ions & re-export those artifact affects: @esri/hub-discussions ISSUES CLOSED: 12495
…moved to hub-common, flatten re affects: @esri/hub-discussions ISSUES CLOSED: 12495
affects: @esri/hub-discussions ISSUES CLOSED: 12495
…n version affects: @esri/hub-discussions ISSUES CLOSED: 12495
affects: @esri/hub-discussions ISSUES CLOSED: 12495
beb7588
to
067a9d3
Compare
…during rebase affects: @esri/hub-common ISSUES CLOSED: 12495
This reverts commit 067a9d3.
esri-dcdev-2
pushed a commit
that referenced
this pull request
Feb 27, 2025
# @esri/hub-discussions [29.7.0](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-02-27) ### Features * **hub-discussions:** remove all fns, types & tests from hub-discuss… ([#1811](#1811)) ([58c1b1d](58c1b1d))
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.
…ions & re-export those artifact
affects: @esri/hub-discussions
ISSUES CLOSED: 12495
This is the second of 2 PRs to move all remaining fns, types, etc, from the
hub-discussions
package intohub-common
.This PR:
hub-discussions
hub-discussions
for artifacts moved intohub-common
hub-discussions
(with the exception of the test created in 3 below)hub-discussions
peer dependencies (TODO once PR-1810 merges/publishes)The previous PR:
hub-discussions
intohub-common
hub-discussions
is now exported fromhub-common
hub-discussions
to verify all currently exported fns, constants, etc.Once these 2 PRs are merged/published, we can update any imports from
hub-discussions
tohub-common
and removehub-discussions
from the opendata-ui package dependencies.Instructions for testing:
Closes Issues: # (if appropriate)
Updated meaningful TSDoc to methods including Parameters and Returns, see Documentation Guide
used semantic commit messages
PR title follows semantic commit format (CRITICAL if the title is not in a semantic format, the release automation will not run!)
updated
peerDependencies
as needed. CRITICAL our automated release system can not be counted on to updatepeerDependencies
so we must do it manually in our PRs when needed. See the updating peerDependencies section of the release instructions for more details.