-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Build: Remove unused Linear dependencies #22958
Conversation
New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @linear/[email protected] Footnotes |
Dependencies: upgrade `@rollup/pluginutils`
Dependencies: upgrade `yaml`
@@ -48,7 +48,7 @@ | |||
}, | |||
"dependencies": { | |||
"@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1", | |||
"@rollup/pluginutils": "^4.2.0", |
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.
This doesn't seem to be related to linear
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.
I accidentally merged PRs in the wrong order:
#22960
#22961
... got merged in to this, because I telescoped a bunch of times to not waste time on merge conflicts.
This commit is the only commit of note on this PR:
92d4915
(#22958)
@@ -66,7 +66,7 @@ | |||
"fs-extra": "^11.1.0", | |||
"jest-specific-snapshot": "^7.0.0", | |||
"typescript": "~4.9.3", | |||
"yaml": "^1.10.0" | |||
"yaml": "^2.3.1" |
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.
This doesn't seem to be related to linear
No description provided.