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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yargs](https://yargs.js.org/) ([source](https://togithub.com/yargs/yargs)) | [`^16.0.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/yargs/16.2.0/17.7.2) |...

Type: Maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | [`3.4.1` -> `4.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/3.4.1/4.2.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-prettier/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-flowtype](https://togithub.com/gajus/eslint-plugin-flowtype) | [`5.10.0` -> `8.0.3`](https://renovatebot.com/diffs/npm/eslint-plugin-flowtype/5.10.0/8.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-flowtype/8.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Type: Maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yargs-parser](https://togithub.com/yargs/yargs-parser) | [`13.1.2` -> `21.1.1`](https://renovatebot.com/diffs/npm/yargs-parser/13.1.2/21.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yargs-parser/21.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Type: Maintenance

### Description When setting order number to an order no action is generated **Example:** ```js const {body: order} = await ctClient .orders() .withId({ID: "XXX"}) .get() .execute(); const newOrder = {...order};...

### Support reference number N/A ### Description Custom Objects Importer version 3.0.40 fails due to missing Object / Function. ```js [OMITTED]/node_modules/@commercetools/custom-objects-importer/lib/main.js:151 var _processBatches2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(objects) { ^ ReferenceError:...

### Support reference number ### Description I would like to set the HTTP agent `keepalive` to speed up the HTTP call to the CT APIs: https://github.com/node-fetch/node-fetch#custom-agent Current code: ```js const...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-check-updates](https://togithub.com/raineorshine/npm-check-updates) | [`7.1.1` -> `11.1.1`](https://renovatebot.com/diffs/npm/npm-check-updates/7.1.1/11.1.1) | [![age](https://badges.renovateapi.com/packages/npm/npm-check-updates/11.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Type: Maintenance

### Description When using the @commercetools/sdk-middleware-http it seems you need to include a polyfill for `Buffer` in your project if you need to use this package in a browser environment...

### Description There is a medium sync issue in the currently used version of the node-fetch package would be nice to update it ![Screenshot 2022-07-15 at 14 55 15](https://user-images.githubusercontent.com/25443181/179237739-9e11ee37-1335-40db-af98-436f7d3ac63a.png)