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

feat!: add @npmcli/template-oss and modernize #86

Merged
merged 11 commits into from
Nov 1, 2022
Merged

Conversation

lukekarrys
Copy link
Contributor

@lukekarrys lukekarrys commented Oct 15, 2022

BREAKING CHANGE:

  • callback has been removed from the async interface, it is now
    Promise only
  • which is now compatible with the following semver range for node:
    `^14.17.0 || ^16.13.0 || >=18.0.0
  • cli now ignores any arguments after --

Closes #80
Closes #72
Closes #85
Closes #68
Closes #49

@lukekarrys lukekarrys added the Dependencies Pull requests that update a dependency file label Oct 15, 2022
@lukekarrys lukekarrys changed the title chore: bump @npmcli/template-oss to 4.6.0 feat!: add @npmcli/template-oss and modernize Oct 30, 2022
@lukekarrys lukekarrys removed the Dependencies Pull requests that update a dependency file label Oct 30, 2022
@lukekarrys lukekarrys requested a review from a team October 30, 2022 18:54
@lukekarrys lukekarrys marked this pull request as ready for review October 30, 2022 18:55
BREAKING CHANGE:
- callback has been removed from the async interface, it is now
`Promise` only
- `which` is now compatible with the following semver range for node:
`^14.17.0 || ^16.13.0 || >=18.0.0
- cli now ignores any arguments after `--`
@lukekarrys lukekarrys merged commit 2c41aad into main Nov 1, 2022
@lukekarrys lukekarrys deleted the deps/template-oss branch November 1, 2022 18:35
lukekarrys added a commit that referenced this pull request Nov 1, 2022
BREAKING CHANGE: refactored with the following breaking changes
- callback has been removed from the async interface, it is now
`Promise` only
- `which` is now compatible with the following semver range for node:
`^14.17.0 || ^16.13.0 || >=18.0.0
- cli now ignores any arguments after `--`
@github-actions github-actions bot mentioned this pull request Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants