nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

Everything related to the Node.js ecosystem for the commercetools platform.

Results 94 nodejs issues
Sort by recently updated
recently updated
newest added

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

Type: Maintenance

#### Summary Adds sync of custom fields for shipping methods #### Description Shipping Methods can have custom fields, unfortunately sync actions were not included for them. This PR includes them....

#### Summary This PR follows the rebranding effort from the Docs team and applying them in the Node.js SDK. Details [here](https://wiki.commercetools.com/display/DOCS/Rebranding+name+changes). [Docs PR](https://github.com/commercetools/commercetools-docs/pull/2007) #### Description - Removed references to "platform"...

Type: Documentation

### Description After last update cannot run `resource-deleter` application due the `ReferenceError: regeneratorRuntime is not defined`. ### Context NodeJS: v14.19.0 npm: 8.5.1

Can the sdk-auth package be used in typescipt and are there types for it? I get an error 'Could not find a declaration file for module '@commercetools/sdk-auth' when trying to...

### Description When I have a fieldDefintion changed from required=false to required=true ``` { "name": { "en": "Subscription order" }, "description": { "en": "Subscription order definition" }, "resourceTypeIds": ["order"], "fieldDefinitions":...

Type: Bug

### Description When I have 2 arrays of transition in State resource: ``` [ { "typeId": "state", "key": "Active" }, { "typeId": "state", "key": "ReminderSent" }, { "typeId": "state", "key":...

Type: Bug

nodejs sdk is currently retrying on 503 HTTP error only (https://github.com/commercetools/nodejs/blob/1167644b37db9af7baf511b8b14cdf6abf48f47c/packages/sdk-middleware-http/src/http.js#L215). According to the CTP documentation it should retry at least on 502 HTTP error (https://docs.commercetools.com/api/errors#502-bad-gateway). You may consider retrying...