Conversation
* feat(tracking): impression tracking for home sections * feat(tracking): add home artwork item impression events (NWFY and artwork recs) * feat(tracking): fire home railViewed once per page view across tab switches Rails inside Palette Tabs remount when returning to a previously viewed tab, which refired railViewed. Add a page-view-scoped dedupe provider on HomeApp so each rail fires at most once per visit; navigating away and back resets the scope and tracks again. Assisted-by: Claude Code <noreply@anthropic.com> * feat(tracking): dedupe home itemViewed per page view across tab switches Assisted-by: Claude Code <noreply@anthropic.com>
The Hammer Price game (PR #17494) shipped prematurely from a hackathon project. This PR removes the self-contained Games app, unmounts its routes. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
) Resolves GHSA-23hp-3jrh-7fpw (node-tar DoS via unlimited input, critical). tar was pulled transitively only through build/install tooling: - node-gyp@11 → tar@7.4.3 - unleash-client@6 → make-fetch-happen@13 → cacache@18 → tar@6.2.1 Added two resolutions: - tar@npm:^7.4.3 → 7.5.20 (patched, ≥7.5.19; 7.5.21+ still under the 10-day npmMinimalAgeGate quarantine) - make-fetch-happen@npm:^13.0.1 → ^14.0.3, which pulls cacache@19 (tar 7) and drops the unpatched tar@6.2.1 line entirely `yarn npm audit --severity critical --recursive` is now clean. Assisted-by: Claude <noreply@anthropic.com>
…e; (#17521) bump cohesion Autosuggest already fires this event; the full-page /search results view (ZeroState) didn't, leaving no-results searches invisible in analytics. Assisted-by: Claude <noreply@anthropic.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.
This is an automatically generated release PR!