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

Release 1.2.0 #806

Merged
merged 21 commits into from
Oct 11, 2024
Merged

Release 1.2.0 #806

merged 21 commits into from
Oct 11, 2024

Conversation

davesag
Copy link
Owner

@davesag davesag commented Oct 11, 2024

Thanks @omniwolf for the update to getOpenOrders.

Other than that various dependency upgrades. Outstanding is upgrading sinon, chai, eslint etc which are all quite major upgrades. In which case that might be put off to a version 2 in which I'd like to upgrade this all to modern typescript.

dependabot bot and others added 21 commits July 2, 2024 19:15
Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.6.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.4.0...v10.6.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.0...3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.2.0 to 6.6.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.2.0...v6.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.5 to 15.2.10.
- [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.5...v15.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Let's get it up to date
Possibly when this was written the primary and secondary currencies were mandatory arguments when pulling the getOpenOrders endpoint, but they are not mandatory anymore, so I have removed this validation restriction.

Also, the max size of a page is now 100.  See here for confirmation:

https://www.independentreserve.com/au/features/api#GetOpenOrders
Fix tests now that primary and secondary currencies are not mandatory parameters, and max page size is 100
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 17.1.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v17.1.0)

---
updated-dependencies:
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
getOpenOrders - fix validation
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

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

Bump lint-staged from 15.2.5 to 15.2.10
…dbf750969

[Snyk] Security upgrade axios from 1.7.2 to 1.7.4
…lugin-promise-6.6.0

Bump eslint-plugin-promise from 6.2.0 to 6.6.0
…-3.3.3

Bump prettier from 3.3.0 to 3.3.3
@davesag davesag added the release we are creating an actual release label Oct 11, 2024
@davesag davesag self-assigned this Oct 11, 2024
@davesag davesag merged commit 63fd120 into main Oct 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release we are creating an actual release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants