-
Notifications
You must be signed in to change notification settings - Fork 141
feat: ES Module #419
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
Merged
feat: ES Module #419
Changes from 19 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
3ca59cf
refactor: replace `require` with `import`
gr2m a8d754a
style: xo
gr2m dcfce6b
refactor: use `lodash-es` instead of `lodash`
gr2m 6c04ddf
build(deps): quibble
gr2m 3044a32
test: adapt addChannel test
gr2m e2ee5e6
test: adapt fail test
gr2m 0fbc003
test: adapt findIssues test
gr2m 088ae45
test: adapt getClient test
gr2m 942ddb2
test: adapt globAssets test
gr2m f2ad2f5
build(deps): -fs-extra
gr2m 420f745
test: adapt publish test
gr2m d9087e1
test: adapt success test
gr2m bbe497d
test: adapt verify test
gr2m 7c05697
test: adapt integration tests
gr2m c1d286b
test: disable linting for now because `xo` chokes on the top level aw…
gr2m 12c5174
style: xo
gr2m d16bd93
remove `#readme` from `HOMEPAGE`
gr2m 2c93202
ci: disable linting, remove `test:ci` script until we bring back linting
gr2m 308530b
ci: disable `npx ls-engines` for now
gr2m e06fa6b
build(package): lock file
gr2m ba73adb
bump `quibble` to 0.6.6
gr2m bf717df
replace `xo` with just `prettier`
gr2m 673017f
style: prettier
gr2m 14e1a74
enable linting in test workflow
gr2m e100d3c
use `createRequire("../../package.json).homepage` instead of hardcodi…
gr2m 0f12010
fix(deps): update dependency https-proxy-agent to v7 (#636)
renovate[bot] 3c42e02
feat: add 'draftRelease' option (#379)
BetaHuhn c2135f1
Merge branch 'master' into 481/esm
gr2m 9991f21
WIP temporarily use `node-fetch` as `nock` cannot intercept native fe…
gr2m 521f663
fix merge errors from c2135f1
gr2m e6aa1c4
test only in Node 18+
gr2m 467dfa0
remove quibble / need for mocking imports
gr2m 4e462a8
replace nock with fetch-mock, run tests simultaneously
gr2m 33342d9
remove node-fetch
gr2m 365d9fb
fixup! replace nock with fetch-mock, run tests simultaneously
gr2m 24dec8f
update dependencies
gr2m f4f1340
ci: add back `npx lockfile-lint --path package-lock.json`
gr2m decf761
remove default for `Octokit` in internal plugin functions
gr2m de0ef0b
add version to user agent in lib/octokit.js
gr2m File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
const ISSUE_ID = '<!-- semantic-release:github -->'; | ||
export const ISSUE_ID = '<!-- semantic-release:github -->'; | ||
|
||
const RELEASE_NAME = 'GitHub release'; | ||
|
||
module.exports = {ISSUE_ID, RELEASE_NAME}; | ||
export const RELEASE_NAME = 'GitHub release'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.