Deprecate unused/meta workspace packages and fix search-util package name typo - #6001
Merged
Merged
Conversation
vesameskanen
approved these changes
Sep 23, 2026
- @digitransit-component/digitransit-component@5.1.12 - @digitransit-component/digitransit-component-abtesting@1.0.3 - @digitransit-component/digitransit-component-autosuggest@8.0.7 - @digitransit-component/digitransit-component-autosuggest-panel@9.0.7 - @digitransit-component/digitransit-component-traffic-now-link@5.0.3 - @digitransit-component/digitransit-component-with-breakpoint@2.0.3 - @digitransit-search-util/digitransit-search-util-execute-search-immediate@3.3.14 - @digitransit-search-util/digitransit-search-util-execute-search-immidiate@3.3.14 - @digitransit-store/digitransit-store-common-functions@1.0.3 - @digitransit-util/digitransit-util@4.1.8
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
@digitransit-search-util/digitransit-search-util-execute-search-immediate(spelling fix), migrate its one consumer (digitransit-component-autosuggest), and mark the old...-immidiatepackage deprecatedRouteControlPanel.jsxto importenrichPatternsdirectly instead of via thedigitransit-utilmeta-package, then mark that meta-package deprecateddigitransit-componentmeta-package,digitransit-component-abtesting,digitransit-component-traffic-now-link,digitransit-component-with-breakpoint, anddigitransit-store-common-functionsdeprecateddocs/WorkspacePackages.mdwith a new "Deprecated" section listing all of the above, and remove now-stale meta-package mentions elsewhere in the doc.yarn/versions/41447b25.yml. This is a leftover yarn version-plan file from a feature the project doesn't use for releases.All deprecations are done via a
@deprecatedJSDoc tag (feeds the generated README) plus a"deprecated"field inpackage.json(surfaced by npm on install/publish); no packages are deleted in this PR.