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

add a test to exercise latest-version dependency and update it #72

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

mansona
Copy link
Member

@mansona mansona commented Jul 11, 2024

I wanted to update latest-version but it crossed a few major boundaries so I thought I should exercise it first 👍

I've marked this as a bugfix because it clears out a security warning in downstream repos: https://github.com/ember-cli/babel-plugin-debug-macros/security/dependabot/108

@mansona mansona changed the title add a test to exercise latest-version dependency add a test to exercise latest-version dependency and update it Jul 11, 2024
@mansona mansona added the bug Something isn't working label Jul 11, 2024
@@ -91,5 +91,38 @@ describe('publish', function () {
}
`);
});

it('warns that a version exists if we are trying to release', async function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

nice test!!!

Copy link
Member Author

Choose a reason for hiding this comment

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

it's the only part of the code that uses the library I wanted to update so I needed to add it 😂

@mansona mansona merged commit b99987d into main Jul 11, 2024
4 checks passed
@mansona mansona deleted the update-got branch July 11, 2024 15:34
@github-actions github-actions bot mentioned this pull request Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants