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

deps/2023-09-17 #53

Merged
merged 8 commits into from
Sep 26, 2023
Merged

deps/2023-09-17 #53

merged 8 commits into from
Sep 26, 2023

Conversation

Computroniks
Copy link
Contributor

Dependency update + increase dependabot max PR number to 20
5 PRs makes it harder to see all dependency issues (maxes out then
takes ages to go through all).

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>
5 PRs makes it harder to see all dependency issues (maxes out then
takes ages to go through all).

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>
@Computroniks Computroniks added the dependencies Dependabot updates label Sep 17, 2023
dependabot bot and others added 6 commits September 17, 2023 12:22
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.10.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.8.0...v8.10.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.9 to 5.2.19.
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@5.2.9...5.2.19)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-help"
  dependency-type: direct:production
  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>
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.11 to 2.7.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.11...v2.7.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together.

Updates `chai` from 4.3.7 to 4.3.8
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](chaijs/chai@v4.3.7...v4.3.8)

Updates `@types/chai` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: "@types/chai"
  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>
* Added release workflows (#52)

2 new workflows, 1 to create a release and 1 to publish the package to
NPM. The release workflow tests and builds the tarballs before creating
a draft release when a new tag matching the pattern v*.*.* is created.
This draft release can then be manually checked before being published.
The npm workflow then, when a release is published, builds the NPM
package from the release to NPM.

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>

* v0.0.3 (#54)

* chore(dev-deps): bump @types/fs-extra from 11.0.1 to 11.0.2

Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

---
updated-dependencies:
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Matthew Nickson <matthew@apimetrics.com>
Co-authored-by: Nick Denny <nick@apimetrics.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added release workflows (#52)

2 new workflows, 1 to create a release and 1 to publish the package to
NPM. The release workflow tests and builds the tarballs before creating
a draft release when a new tag matching the pattern v*.*.* is created.
This draft release can then be manually checked before being published.
The npm workflow then, when a release is published, builds the NPM
package from the release to NPM.

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>

* v0.0.3 (#54)

* chore(dev-deps): bump eslint-config-prettier from 8.8.0 to 8.10.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.10.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.8.0...v8.10.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Matthew Nickson <matthew@apimetrics.com>
Co-authored-by: Nick Denny <nick@apimetrics.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Computroniks Computroniks marked this pull request as ready for review September 25, 2023 19:34
Copy link
Member

@ndenny ndenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@Computroniks Computroniks merged commit e4002ea into main Sep 26, 2023
2 checks passed
@Computroniks Computroniks deleted the computroniks/deps/2023-09-17 branch September 26, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants