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

fix(deps): update dnsimple requirement from ^7.2.0 to ^7.4.0 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2023

Updates the requirements on dnsimple to permit the latest version.

Changelog

Sourced from dnsimple's changelog.

7.4.0

ENHANCEMENTS:

  • NEW: Added secondary, last_transferred_at, active to Zonednsimple/dnsimple-node#196

7.3.0

FEATURES:

  • NEW: Added Billing.listCharges to retrieve the list of billing charges for an account. (#189)

7.2.0

FEATURES:

  • NEW: Added listRegistrantChanges, createRegistrantChange, checkRegistrantChange, getRegistrantChange, and deleteRegistrantChangednsimple/dnsimple-node#181
  • NEW: Added getDomainTransferLock, enableDomainTransferLock, disableDomainTransferLockdnsimple/dnsimple-node#183

7.1.1

FEATURES:

  • NEW: Added Zones.activateDnsdnsimple/dnsimple-node#180
  • NEW: Added Zones.deactivateDnsdnsimple/dnsimple-node#180

7.1.0

FEATURES

  • dnsimple/dnsimple-node#175
  • Enum type values are now declared, instead of a generic string or numberdnsimple/dnsimple-node#175

NOTES

  • As enums are now typed, incorrect or unknown values will be rejected by the TypeScript type checker. Instead of strings, the types are unions of valid constant string values. as const can be used to make TypeScript infer a literal string as a constant string type.

7.0.0

This is a major change that brings TypeScript support as well as many quality-of-life improvements and internal improvements. For details on important changes and how to migrate, see UPGRADE.mddnsimple/dnsimple-node#170

  • All method parameters and return types are now typed by TypeScript. This means that usages can be checked and bugs can be detected before runtime, and text editors and IDEs can now provide automatic completions and hints on all of DNSimple's APIs easily and accurately.

  • Request errors are now full JS classes that allow more type-safe and ergonomic error handling.

  • The client has no dependencies on Node.js libraries and can also run in the browser, which we will work towards creating builds for in the future. The HTTP requester is now abstract and varies depending on the platform (browser or Node.js), and can also be replaced with custom logic, such as other libraries, retry strategies, intercepting and mutating, or logging and tracing.

  • All paginated API methods have helper submethods that provide an async iterator or array of all items across all pages effortlessly, transparently fetching each page request in the background. Use the new async iterator method for efficient retrieval that doesn't make requests until necessary, or use the array method to quickly fetch all values into a familar Array object with its methods. Both are also fully typed by TypeScript.

  • All exports are now named and written in ESM syntax, which allows for future migration to the new standard that has better browser and tooling support. The output JS still uses CommonJS syntax for compatibility with most of today's programs (including Node.js and Webpack).

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dnsimple](https://github.com/dnsimple/dnsimple-node) to permit the latest version.
- [Changelog](https://github.com/dnsimple/dnsimple-node/blob/main/CHANGELOG.md)
- [Commits](dnsimple/dnsimple-node@v7.2.0...v7.4.0)

---
updated-dependencies:
- dependency-name: dnsimple
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2023

The following labels could not be found: dependencies.

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.

0 participants