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: update deps, remove dependabot, codecov #147

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Conversation

cjlawson02
Copy link
Owner

  • update dependencies
  • remove dependabot update PRS
  • add codecov step

Copy link

codecov bot commented Jan 15, 2024

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@cjlawson02 cjlawson02 merged commit 196f50d into beta Jan 15, 2024
4 checks passed
@cjlawson02 cjlawson02 deleted the update-deps branch January 15, 2024 22:27
cjlawson02 added a commit that referenced this pull request Oct 28, 2024
* chore: bump version to 1.0.0

* chore: cleanup deprecated items

* chore: update deps

* feat: async publish/setProperties resolves with ack (#121)

* feat: async publish for announce message

* fix: republish and resubscribe when reinstantiate is called

* feat: add async setProperties, improve tests

* fix: pass pubuid to announce

* chore: update deps

* feat: v4.1 protocols, fixup promises

* feat: update readme and changelog

* build(deps-dev): bump typedoc from 0.25.6 to 0.25.7 (#141)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.6 to 0.25.7.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.6...v0.25.7)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(nt4.1): first pass at adding NT4.1 support (#112)

* chore: update deps, remove dependabot, codecov (#147)

* chore: update deps, remove dependabot, codecov

* feat: fully build, lint, test all packages in ci

* feat: add more coverage reporters

---------

Co-authored-by: Chris Lawson <git@chrislawson.dev>

* fix: remove strict from schema, add cached property

* build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#151)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#154)

Bumps the npm_and_yarn group with 3 updates in the / directory: [ws](https://github.com/websockets/ws), [braces](https://github.com/micromatch/braces) and [ejs](https://github.com/mde/ejs).


Updates `ws` from 8.16.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.1)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump the npm_and_yarn group with 3 updates (#155)

Bumps the npm_and_yarn group with 3 updates: [axios](https://github.com/axios/axios), [micromatch](https://github.com/micromatch/micromatch) and [lint-staged](https://github.com/lint-staged/lint-staged).


Updates `axios` from 1.6.5 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.5...v1.7.7)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `lint-staged` from 15.2.0 to 15.2.9
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.0...v15.2.9)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lint-staged
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create LICENSE

* chore: upgrade packages

* chore: bump codecov version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Chris <chris2fourlaw@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Bacon <bacon.josh09@gmail.com>
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.

1 participant