chore: pin @pine-ds/icons to ^10.0.0 in published packages#770
Open
QuintonJason wants to merge 1 commit into
Open
chore: pin @pine-ds/icons to ^10.0.0 in published packages#770QuintonJason wants to merge 1 commit into
QuintonJason wants to merge 1 commit into
Conversation
✅ Deploy Preview for pine-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Description
Follow-up to #769 (which pinned
@kajabi-ui/styles). Same issue, same fix, separate PR for clean review.@pine-ds/core(libs/core) and@pine-ds/react(libs/react) depend on@pine-ds/iconswith a wildcard"*"range. Consumers silently pull whatever icon version is latest, with no upper bound and no pinnable contract through Pine — an icon-package release can reach every consumer with no version gate.Pins both to
^10.0.0(current published version). Caret keeps automatic minor/patch intake while restoring an explicit range.No code or runtime behavior changes.
Type of change
How Has This Been Tested?
@pine-ds/icons@^10.0.0.Checklist:
Note
Low Risk
Dependency manifest-only change with no runtime or logic edits; risk is limited to install resolution staying within ^10.x for icons.
Overview
Pins
@pine-ds/iconsfrom wildcard"*"to^10.0.0in@pine-ds/coreand@pine-ds/reactso consumers get an explicit semver contract instead of silently resolving the latest icons release.No application or component code changes; only
libs/core/package.jsonandlibs/react/package.jsondependency ranges are updated, mirroring the earlier@kajabi-ui/stylespin.Reviewed by Cursor Bugbot for commit 08dfef2. Bugbot is set up for automated code reviews on this repo. Configure here.