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: convert to typescript #6

Merged
merged 3 commits into from
Jan 29, 2022
Merged

feat: convert to typescript #6

merged 3 commits into from
Jan 29, 2022

Conversation

achingbrain
Copy link
Collaborator

@achingbrain achingbrain commented Jan 11, 2022

  • Converts to typescript
  • Only named exports
  • No more CJS, only ESM
  • Runs tests on all supported environments
  • Adds auto-publish
  • Adds dependabot

BREAKING CHANGE: switch to named exports, ESM only

@achingbrain
Copy link
Collaborator Author

N.b. to get the auto-publish goodness, create a repository secret here called NPM_TOKEN with a npm automation token that can publish to it-ws.

- Converts to typescript
- Adds auto-publish
- Only named exports
- No more CJS, only ESM
- Runs tests on all supported environments

BREAKING CHANGE: switch to named exports, ESM only
@codecov
Copy link

codecov bot commented Jan 29, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@ebc0764). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage          ?   95.47%           
=========================================
  Files             ?       20           
  Lines             ?      884           
  Branches          ?      144           
=========================================
  Hits              ?      844           
  Misses            ?       40           
  Partials          ?        0           
Flag Coverage Δ
node 95.47% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebc0764...f5b87af. Read the comment docs.

@achingbrain achingbrain merged commit 02110ae into alanshaw:master Jan 29, 2022
@achingbrain achingbrain deleted the feat/convert-to-typescript branch January 29, 2022 10:16
github-actions bot pushed a commit that referenced this pull request Jan 29, 2022
## [5.0.0](v4.0.0...v5.0.0) (2022-01-29)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#6](#6)) ([02110ae](02110ae))
@github-actions
Copy link

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

achingbrain added a commit to achingbrain/stream-to-it that referenced this pull request Feb 21, 2024
- Converts to typescript
- Only named exports
- No more CJS, only ESM
- Uses aegir for building/testing/publishing
- Publishes with provenance
- Publishes API docs
- Switches travis for GitHub CI
- Updates deps

Similar in scope to alanshaw/it-ws#6 etc
alanshaw pushed a commit to alanshaw/stream-to-it that referenced this pull request Mar 7, 2024
* feat!: convert to typescript

- Converts to typescript
- Only named exports
- No more CJS, only ESM
- Uses aegir for building/testing/publishing
- Publishes with provenance
- Publishes API docs
- Switches travis for GitHub CI
- Updates deps

Similar in scope to alanshaw/it-ws#6 etc

* chore: fix examples

* chore: simpler config

* chore: refactor benchmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants