commercetools-sdk-typescript
commercetools-sdk-typescript copied to clipboard
The e-commerce SDK from commercetools for JavaScript written in TypeScript.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`17.7.1` -> `19.2.2`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.7.1/19.2.2) |...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.4 to 7.2.6. Release notes Sourced from protobufjs's releases. protobufjs: v7.2.6 7.2.6 (2024-01-16) Bug Fixes report missing import properly in loadSync (#1960) (af3ff83) protobufjs: v7.2.5 7.2.5 (2023-08-21)...
When we use a custom logger middleware on our client, the response it logs always contains undefined for every value. We're setting up a client like this: ``` { const...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...
Fixes: https://github.com/commercetools/commercetools-sdk-typescript/security/dependabot/165
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
As we have a critical error in one of the dependencies used in the vue example app, I tried to update it to newest version: https://github.com/commercetools/commercetools-sdk-typescript/security/dependabot/88. I could start the...
- the type MiddlewareResponse states that the field is named request, but it is originalRequest - adjust the logger middleware to use original request field