@pact-foundation/pact 14.0.0 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [15.0.0](https://github.com/pact-foundation/pact-js/compare/v13.2.0...v15.0.0) (2025-03-24)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **deps:** - Contains platform/architecture specific optional dependencies in pact-core v16+. Users should not need to do anything manually as long as they are running supported platforms
11
+
12
+ - `linux-x64-glibc`
13
+ - `linux-arm64-glibc`
14
+ - `linux-x64-musl`
15
+ - `linux-arm64-musl`
16
+ - `darwin-x64`
17
+ - `darwin-arm64`
18
+ - `windows-x64`
19
+
20
+ * **deps:** update pact-core to v16 ([c5ca6ae](https://github.com/pact-foundation/pact-js/commit/c5ca6ae2df1574d7019f7a7262d2a3b964e7a228))
21
+
22
+
23
+ ### Fixes and Improvements
24
+
25
+ * code coverage ([c0bb760](https://github.com/pact-foundation/pact-js/commit/c0bb7600d132d22ad1057a74c943993a5e7b23c6))
26
+ * **deps:** update dependency axios to v1.8.2 [security] ([#1395](https://github.com/pact-foundation/pact-js/issues/1395)) ([53f456a](https://github.com/pact-foundation/pact-js/commit/53f456a370b45d9cab4c90aec2e19c59b66b4e05))
27
+ * **deps:** update dependency lodash.isfunction to v3.0.9 ([#1268](https://github.com/pact-foundation/pact-js/issues/1268)) ([fb08af3](https://github.com/pact-foundation/pact-js/commit/fb08af37923c8c802ac5d272ee8512307d42f690))
28
+ * examples/graphql/package.json & examples/graphql/package-lock.json to reduce vulnerabilities ([c9ed8fc](https://github.com/pact-foundation/pact-js/commit/c9ed8fcc72e307b787e736fca24dfc130deac880))
29
+ * package.json & package-lock.json to reduce vulnerabilities ([3f535ed](https://github.com/pact-foundation/pact-js/commit/3f535ed070ea837046db7ab59d0418234f33e5d8))
30
+
5
31
  ## [14.0.0](https://github.com/pact-foundation/pact-js/compare/v13.2.0...v14.0.0) (2025-02-17)
6
32
 
7
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact",
3
- "version": "14.0.0",
3
+ "version": "15.0.0",
4
4
  "description": "Pact for all things Javascript",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -102,7 +102,7 @@
102
102
  },
103
103
  "dependencies": {
104
104
  "@pact-foundation/pact-core": "^16.0.0",
105
- "axios": "^1.7.8",
105
+ "axios": "^1.8.4",
106
106
  "body-parser": "^1.20.3",
107
107
  "chalk": "4.1.2",
108
108
  "express": "^4.21.1",
@@ -116,44 +116,44 @@
116
116
  },
117
117
  "devDependencies": {
118
118
  "@babel/cli": "7.26.4",
119
- "@babel/core": "7.26.8",
120
- "@babel/preset-env": "7.26.8",
119
+ "@babel/core": "7.26.10",
120
+ "@babel/preset-env": "7.26.9",
121
121
  "@pact-foundation/pact-js-prettier-config": "1.0.0",
122
- "@types/chai": "5.0.1",
123
- "@types/chai-as-promised": "8.0.1",
122
+ "@types/chai": "5.2.1",
123
+ "@types/chai-as-promised": "8.0.2",
124
124
  "@types/express": "4.17.21",
125
125
  "@types/http-proxy": "1.17.16",
126
- "@types/lodash": "4.17.15",
126
+ "@types/lodash": "4.17.16",
127
127
  "@types/mocha": "10.0.10",
128
128
  "@types/nock": "11.1.0",
129
- "@types/node": "22.13.4",
129
+ "@types/node": "22.13.13",
130
130
  "@types/ramda": "0.30.2",
131
- "@types/sinon": "17.0.3",
131
+ "@types/sinon": "17.0.4",
132
132
  "@types/sinon-chai": "2.7.42",
133
133
  "@typescript-eslint/eslint-plugin": "5.62.0",
134
134
  "@typescript-eslint/parser": "5.62.0",
135
- "chai": "5.1.2",
135
+ "chai": "5.2.0",
136
136
  "chai-as-promised": "8.0.1",
137
137
  "commit-and-tag-version": "12.5.0",
138
138
  "copyfiles": "2.4.1",
139
139
  "eslint": "8.57.1",
140
140
  "eslint-config-airbnb-base": "15.0.0",
141
141
  "eslint-config-airbnb-typescript": "17.1.0",
142
- "eslint-config-prettier": "10.0.1",
143
- "eslint-import-resolver-typescript": "3.7.0",
142
+ "eslint-config-prettier": "10.1.1",
143
+ "eslint-import-resolver-typescript": "4.2.2",
144
144
  "eslint-plugin-chai-friendly": "1.0.1",
145
145
  "eslint-plugin-import": "2.31.0",
146
146
  "eslint-plugin-mocha": "10.5.0",
147
147
  "mocha": "11.1.0",
148
148
  "nock": "14.0.1",
149
149
  "nyc": "17.1.0",
150
- "prettier": "3.5.1",
150
+ "prettier": "3.5.3",
151
151
  "proxyquire": "2.1.3",
152
152
  "rimraf": "6.0.1",
153
- "sinon": "19.0.2",
153
+ "sinon": "19.0.4",
154
154
  "sinon-chai": "4.0.0",
155
155
  "source-map-support": "0.5.21",
156
- "tsx": "4.19.2",
157
- "typescript": "5.7.3"
156
+ "tsx": "4.19.3",
157
+ "typescript": "5.8.2"
158
158
  }
159
159
  }