Skip to content
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

Drop unused Palantir {assertj,baseline}-error-prone dependencies #367

Merged
merged 3 commits into from
Nov 23, 2022

Conversation

rickie
Copy link
Member

@rickie rickie commented Nov 23, 2022

For a while now we have not been able to upgrade the Palantir baseline dependency. We got no response on a ticket @Stephan202 created upstream palantir/gradle-baseline#2362.
In addition to that, we didn't use the dependency yet. We discussed offline to drop the dependency for now.

Merging this will close #172.

There are two other mentions of Palantir's repositories, but I feel they are still valid and should stay.

@rickie rickie added the chore A task not related to code (build, formatting, process, ...) label Nov 23, 2022
@rickie rickie added this to the 0.6.0 milestone Nov 23, 2022
.renovaterc.json Outdated
@@ -10,8 +10,7 @@
},
{
"matchPackagePatterns": [
"^com\\.palantir\\.baseline:baseline-error-prone$",
"^ruby\/setup-ruby$"
"^ruby/setup-ruby$"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we escape the /?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are absolutely right, don't know how I changed that 🤔. Fixed it :D.

@Stephan202 Stephan202 force-pushed the rossendrijver/drop_palantir branch from 327e649 to fd65439 Compare November 23, 2022 14:46
Copy link
Member

@Stephan202 Stephan202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased and added one commit.

Suggested commit message:

Drop unused Palantir `{assertj,baseline}-error-prone` dependencies (#367)

.renovaterc.json Outdated
@@ -10,7 +10,6 @@
},
{
"matchPackagePatterns": [
"^com\\.palantir\\.baseline:baseline-error-prone$",
"^ruby\/setup-ruby$"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the removed like worked:

Suggested change
"^ruby\/setup-ruby$"
"^ruby\\/setup-ruby$"

@rickie rickie changed the title Drop com.palantir.{assertj-automation,baseline} dependencies Drop unused Palantir {assertj,baseline}-error-prone dependencies Nov 23, 2022
@rickie rickie merged commit 609d80c into master Nov 23, 2022
@rickie rickie deleted the rossendrijver/drop_palantir branch November 23, 2022 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A task not related to code (build, formatting, process, ...)
Development

Successfully merging this pull request may close these issues.

3 participants