Skip to content

Commit a1d2d7d

Browse files
authored
Upgrading the Nock package to remove lodash.set dependency (#4742)
* Upgrading the Nock package to remove lodash.set dependency * Changing nock target version * Using carect in the version definition * Fix changelog and readme entries
1 parent 830bea6 commit a1d2d7d

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*** Changelog ***
22

33
= 10.1.0 - xxxx-xx-xx =
4+
* Dev - Upgrades the `nock` NPM package to version `^13.5.6` to remove the lodash.set dependency
45
* Add - Add a new filter allowing third-party plugins to hook captcha solutions when creating and confirming setup intents
56
* Dev - Add track events when clicking the "Reconnect to Stripe" button (both in the settings page and the admin notice)
67
* Update - Removes unnecessary legacy checkout gateway instantiations and UPE disablement code

package-lock.json

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"memize": "2.1.1",
7979
"mocha": "^11.7.2",
8080
"moment-timezone": "^0.6.0",
81-
"nock": "^13.1.1",
81+
"nock": "^13.5.6",
8282
"node-ssh": "^13.0.0",
8383
"node-wp-i18n": "~1.2.1",
8484
"playwright": "^1.40.1",

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
111111
== Changelog ==
112112

113113
= 10.1.0 - xxxx-xx-xx =
114+
* Dev - Upgrades the `nock` NPM package to version `^13.5.6` to remove the lodash.set dependency
114115
* Add - Add a new filter allowing third-party plugins to hook captcha solutions when creating and confirming setup intents
115116
* Dev - Add track events when clicking the "Reconnect to Stripe" button (both in the settings page and the admin notice)
116117
* Update - Removes unnecessary legacy checkout gateway instantiations and UPE disablement code

0 commit comments

Comments
 (0)