Skip to content

Commit 998678b

Browse files
committed
GRAL-5406 Update dependencies, Default to node 22
1 parent 40521f4 commit 998678b

8 files changed

Lines changed: 5354 additions & 3563 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
77
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
88

99
## [Unreleased]
10+
### Changed
11+
- Upgraded from Node 18 to Node 22
12+
- Updated dependencies to latest
1013

1114
## [29.2.2] - 2025-09-08
1215
### Fixed
@@ -37,7 +40,7 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
3740
## [29.0.0] - 2025-09-03
3841
### Removed
3942
- Removed all endpoints of the Subscriptions feature
40-
- GET /v1/subscriptions/{id}
43+
- GET /v1/subscriptions/{id}
4144
- GET /v1/subscriptions/find/{dealId}
4245
- GET /v1/subscriptions/{id}/payments
4346
- POST /v1/subscriptions/recurring
@@ -1028,4 +1031,4 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10281031
[18.1.0]: https://github.com/pipedrive/api-docs/compare/v18.0.3...v18.1.0
10291032
[18.0.3]: https://github.com/pipedrive/api-docs/compare/v18.0.2...v18.0.3
10301033
[18.0.2]: https://github.com/pipedrive/api-docs/compare/v18.0.1...v18.0.2
1031-
[18.0.1]: https://github.com/pipedrive/api-docs/compare/v1.0.0...v18.0.1
1034+
[18.0.1]: https://github.com/pipedrive/api-docs/compare/v1.0.0...v18.0.1

migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Breaking changes
22

3-
- Suggested nodejs version is 18
3+
- Suggested nodejs version is 22
44
- SDK imports are now versioned under `pipedrive/v1` and `pipedrive/v2` with added support for v2 endpoints
55
- Function signatures have changed from the previous version of the sdk. Now each function takes a strongly typed root object that contains all the parameters needed such as id and request payload, where in the previous version those were separate function params
66

@@ -52,7 +52,7 @@ await dealsApi.deleteDeal({
5252
## Installation
5353

5454
```
55-
npm i pipedrive@24.0.0
55+
npm i pipedrive@30.0.0
5656
```
5757

5858
## API Reference

0 commit comments

Comments
 (0)