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

Fix deprecated polyfill issue #1271

Merged
merged 4 commits into from
Apr 21, 2022
Merged

Conversation

parvez
Copy link
Contributor

@parvez parvez commented Apr 20, 2022

Closes #857

@parvez
Copy link
Contributor Author

parvez commented Apr 20, 2022

Following through the closed PR #928, that required some additional fixes. This PR should help remove the deprecation notice to users of this node module! 🎉

package.json Outdated
@@ -133,6 +134,7 @@
"nock": "^10.0.6",
"pkg": "^4.4.2",
"prettier": "^2.5.1",
"regenerator-runtime": "^0.13.9",
Copy link
Member

Choose a reason for hiding this comment

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

I think this probably needs to be in the dependencies section

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes. moved them to dependencies!

@parvez parvez requested a review from orta April 20, 2022 15:31
@orta
Copy link
Member

orta commented Apr 21, 2022

Thanks!

@orta orta merged commit b0ca81d into danger:main Apr 21, 2022
@orta
Copy link
Member

orta commented Apr 21, 2022

Shipped in https://github.com/danger/danger-js/releases/tag/11.0.4

@parvez parvez deleted the fix-deprecated-polyfill-issue branch April 21, 2022 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Danger should get rid of deprecated @babel/polyfill
2 participants