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

Bump node-zendesk from 3.0.3 to 5.0.15 #5180

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps node-zendesk from 3.0.3 to 5.0.15.

Release notes

Sourced from node-zendesk's releases.

node-zendesk v5.0.15

  • Fixed: Corrected the response type for sideconversations.list to match the actual returned structure, ensuring proper TypeScript type definitions. (#435)

node-zendesk v5.0.14

No release notes provided.

node-zendesk v5.0.0

🚀 Introducing node-zendesk v5.0.0: A Developer's Delight! 🚀

Hey Devs! We're super excited to roll out the major release of the node-zendesk library - version v5.0.0. This isn't just another release; it's a testament to our commitment to enhancing your developer experience.

🔍 Here's What's Cooking in v5.0.0:

  • TypeScript Awesomeness: Dive into a strongly-typed world with our new TypeScript declaration files. Enjoy precise intellisense and fewer runtime errors. Thanks to @​Coaktion for leading this!

  • Refined Codebase: We've restructured the client codebase, making it more intuitive and modular. Navigate, extend, or integrate with ease.

  • Docs That Empower: Our refreshed documentation is more than just a guide—it's your companion in building amazing things with node-zendesk.

  • Blazing Fast Builds: With Esbuild under the hood, expect lightning-fast builds. Plus, our TypeScript declarations are now auto-generated, ensuring they're always in sync.

  • Robust Testing: Sleep easy with our expanded test suite and mocks. Continuous integration via GitHub Actions means every commit is battle-tested.

  • API Access Evolution: Note the shift - apiTypes like helpcenter are now accessed as client.helpcenter.resource.action(). It's more intuitive and aligns with modern API design patterns.

  • Quality & Dependencies: With updated dependencies and rigorous linting, we've squashed those pesky bugs and polished the rough edges.

  • Hats Off: A standing ovation for @​onhate for the DX enhancements and @​cryptomail for fortifying our tests with nock.

🌌 Join Our Galaxy of Supporters! If node-zendesk fuels your projects, show some love with a ⭐ star on GitHub. Every star motivates us to push the DX boundaries further.

Dive deep into our commit history to witness our relentless pursuit of developer joy.

Cheers to crafting, debugging, and deploying with enhanced joy and efficiency! 🍻

node-zendesk v4.0.0

Announcement: node-zendesk v4.0.0 Update 🚀

We're thrilled to announce a significant update to the Node-Zendesk package!

Notable Changes:

  • Dependencies Removed: We've removed the following dependencies - request, querystring, async, and nconf. As a result of removing nconf, command-line arguments will no longer work. However, these were buggy, so this change shouldn't affect the usage much. For configuration, you can now use dotenv. Refer to our examples for more clarity.

  • Promises & Async/Await: Callbacks have been ditched in favor of promise or async/await patterns. If you need guidance on updating your code, check out the example here.

  • Accessing Side Loads: To access side loads, the format is now client.<resource>.setSideLoad(). Ensure you use this before calling any API endpoints and after client instantiation. For instance: client.users.setSideLoad(["roles","organizations"]).

For comprehensive details, the changelog is your best friend!

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [node-zendesk](https://github.com/blakmatrix/node-zendesk) from 3.0.3 to 5.0.15.
- [Release notes](https://github.com/blakmatrix/node-zendesk/releases)
- [Commits](https://github.com/blakmatrix/node-zendesk/commits/v5.0.15)

---
updated-dependencies:
- dependency-name: node-zendesk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants