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

chore!: Normalize repository, dropping node <10.13 support #21

Merged
merged 2 commits into from Dec 27, 2021

Conversation

sttk
Copy link
Contributor

@sttk sttk commented Dec 5, 2021

This PR updates this project:

  • Updates dependency versions
  • Introduces GitHub Actions
  • Adds, changes and deletes some project files

In test, expect.spyOn was replaced to jest.spyOn (in @jest/globals) and it can be only used inside of the Jest test environment. Therefore I changed it to using sinon.

In addition, Node.js v12 and lator removes escaped quotes in inspect strings by: nodejs/node#21624.
So I changed to separate expected values by Node.js versions.

@sttk sttk requested a review from phated December 5, 2021 13:11
Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

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

This looks great to me! Thanks @sttk 🎉

@phated phated merged commit 4083943 into gulpjs:master Dec 27, 2021
@github-actions github-actions bot mentioned this pull request Dec 27, 2021
@sttk sttk deleted the chore-normalize-repository branch January 7, 2022 14:46
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.

None yet

2 participants