Skip to content

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

Development

Successfully merging this pull request may close these issues.

[FEATURE] nothrow option for async which [BUG] Callback is part of promise chain Error: Cannot find module '../'

2 participants