@pact-foundation/pact 14.0.0 → 15.0.1

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 +33 -0
  2. package/package.json +17 -16
package/CHANGELOG.md CHANGED
@@ -2,6 +2,39 @@
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.1](https://github.com/pact-foundation/pact-js/compare/v15.0.0...v15.0.1) (2025-03-24)
6
+
7
+
8
+ ### Fixes and Improvements
9
+
10
+ * **deps:** add graphql back to dependency block ([#1425](https://github.com/pact-foundation/pact-js/issues/1425)) ([98fa621](https://github.com/pact-foundation/pact-js/commit/98fa6215eb1e2f2efcadaabcc28b6c8859da0067))
11
+
12
+ ## [15.0.0](https://github.com/pact-foundation/pact-js/compare/v13.2.0...v15.0.0) (2025-03-24)
13
+
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
17
+ * **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
18
+
19
+ - `linux-x64-glibc`
20
+ - `linux-arm64-glibc`
21
+ - `linux-x64-musl`
22
+ - `linux-arm64-musl`
23
+ - `darwin-x64`
24
+ - `darwin-arm64`
25
+ - `windows-x64`
26
+
27
+ * **deps:** update pact-core to v16 ([c5ca6ae](https://github.com/pact-foundation/pact-js/commit/c5ca6ae2df1574d7019f7a7262d2a3b964e7a228))
28
+
29
+
30
+ ### Fixes and Improvements
31
+
32
+ * code coverage ([c0bb760](https://github.com/pact-foundation/pact-js/commit/c0bb7600d132d22ad1057a74c943993a5e7b23c6))
33
+ * **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))
34
+ * **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))
35
+ * examples/graphql/package.json & examples/graphql/package-lock.json to reduce vulnerabilities ([c9ed8fc](https://github.com/pact-foundation/pact-js/commit/c9ed8fcc72e307b787e736fca24dfc130deac880))
36
+ * package.json & package-lock.json to reduce vulnerabilities ([3f535ed](https://github.com/pact-foundation/pact-js/commit/3f535ed070ea837046db7ab59d0418234f33e5d8))
37
+
5
38
  ## [14.0.0](https://github.com/pact-foundation/pact-js/compare/v13.2.0...v14.0.0) (2025-02-17)
6
39
 
7
40
 
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.1",
4
4
  "description": "Pact for all things Javascript",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -102,10 +102,11 @@
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",
109
+ "graphql": "^16.10.0",
109
110
  "graphql-tag": "^2.9.1",
110
111
  "http-proxy": "^1.18.1",
111
112
  "https-proxy-agent": "^7.0.4",
@@ -116,44 +117,44 @@
116
117
  },
117
118
  "devDependencies": {
118
119
  "@babel/cli": "7.26.4",
119
- "@babel/core": "7.26.8",
120
- "@babel/preset-env": "7.26.8",
120
+ "@babel/core": "7.26.10",
121
+ "@babel/preset-env": "7.26.9",
121
122
  "@pact-foundation/pact-js-prettier-config": "1.0.0",
122
- "@types/chai": "5.0.1",
123
- "@types/chai-as-promised": "8.0.1",
123
+ "@types/chai": "5.2.1",
124
+ "@types/chai-as-promised": "8.0.2",
124
125
  "@types/express": "4.17.21",
125
126
  "@types/http-proxy": "1.17.16",
126
- "@types/lodash": "4.17.15",
127
+ "@types/lodash": "4.17.16",
127
128
  "@types/mocha": "10.0.10",
128
129
  "@types/nock": "11.1.0",
129
- "@types/node": "22.13.4",
130
+ "@types/node": "22.13.13",
130
131
  "@types/ramda": "0.30.2",
131
- "@types/sinon": "17.0.3",
132
+ "@types/sinon": "17.0.4",
132
133
  "@types/sinon-chai": "2.7.42",
133
134
  "@typescript-eslint/eslint-plugin": "5.62.0",
134
135
  "@typescript-eslint/parser": "5.62.0",
135
- "chai": "5.1.2",
136
+ "chai": "5.2.0",
136
137
  "chai-as-promised": "8.0.1",
137
138
  "commit-and-tag-version": "12.5.0",
138
139
  "copyfiles": "2.4.1",
139
140
  "eslint": "8.57.1",
140
141
  "eslint-config-airbnb-base": "15.0.0",
141
142
  "eslint-config-airbnb-typescript": "17.1.0",
142
- "eslint-config-prettier": "10.0.1",
143
- "eslint-import-resolver-typescript": "3.7.0",
143
+ "eslint-config-prettier": "10.1.1",
144
+ "eslint-import-resolver-typescript": "4.2.2",
144
145
  "eslint-plugin-chai-friendly": "1.0.1",
145
146
  "eslint-plugin-import": "2.31.0",
146
147
  "eslint-plugin-mocha": "10.5.0",
147
148
  "mocha": "11.1.0",
148
149
  "nock": "14.0.1",
149
150
  "nyc": "17.1.0",
150
- "prettier": "3.5.1",
151
+ "prettier": "3.5.3",
151
152
  "proxyquire": "2.1.3",
152
153
  "rimraf": "6.0.1",
153
- "sinon": "19.0.2",
154
+ "sinon": "19.0.4",
154
155
  "sinon-chai": "4.0.0",
155
156
  "source-map-support": "0.5.21",
156
- "tsx": "4.19.2",
157
- "typescript": "5.7.3"
157
+ "tsx": "4.19.3",
158
+ "typescript": "5.8.2"
158
159
  }
159
160
  }