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 #35

Merged
merged 12 commits into from Oct 13, 2022

Conversation

sttk
Copy link
Contributor

@sttk sttk commented Apr 8, 2022

This PR updates this project:

  • Updates dependency versions
  • Updates GitHub Actions files
  • Adds, changes and deletes some project files
  • Modifies test codes to be passed.

NOTICE: this package depends on vinyl and now-and-later which will be bumped up.

@phated phated added this to In progress in v5 via automation Apr 22, 2022
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
test/.eslintrc Outdated Show resolved Hide resolved
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.

A few changes are needed

@sttk
Copy link
Contributor Author

sttk commented Oct 10, 2022

@phated I've modify what you pointed out. Please review this PR again.

lib/helpers.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
lib/helpers.js Outdated Show resolved Hide resolved
test/write.js Outdated Show resolved Hide resolved
lib/helpers.js Outdated Show resolved Hide resolved
lib/helpers.js Outdated Show resolved Hide resolved
Comment on lines +259 to +263
function normalizeRelpath(fp) {
// Since we only ever operate on relative paths,
// this utility shouldn't need to handle path roots
return path.posix.normalize(fp.replace(/\\/g, '/'));
}
Copy link
Member

Choose a reason for hiding this comment

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

@sttk Please review this change and verify my research/assumption is correct.

Copy link
Member

Choose a reason for hiding this comment

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

@sttk I believe this is correct, but please inform me if incorrect. I am going to merge this PR so I can finish #33

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 is great! Thanks 😄

@phated phated merged commit f2f6322 into gulpjs:master Oct 13, 2022
@github-actions github-actions bot mentioned this pull request Oct 13, 2022
@phated phated moved this from In progress to Done in v5 Oct 13, 2022
@sttk sttk deleted the chore-normalize-repository branch October 15, 2022 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v5
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants