diff --git a/.changeset/poor-tools-doubt.md b/.changeset/poor-tools-doubt.md deleted file mode 100644 index 420a6c54..00000000 --- a/.changeset/poor-tools-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'simple-git': minor ---- - -Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new `allowUnsafeProtocolOverride` property having been enabled. diff --git a/.changeset/skip-hop-jump.md b/.changeset/skip-hop-jump.md deleted file mode 100644 index 6e1aff59..00000000 --- a/.changeset/skip-hop-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'simple-git': patch ---- - -- Upgrade repo dependencies - lerna and jest -- Include node@19 in the test matrix diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 726cab4b..e0d90bb1 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @simple-git/test-utils +## 3.0.0 + +### Patch Changes + +- Updated dependencies [7746480] +- Updated dependencies [7746480] + - simple-git@3.15.0 + ## 2.0.0 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 3f73726f..51607478 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,8 +1,8 @@ { "name": "@simple-git/test-utils", - "version": "2.0.0", + "version": "3.0.0", "private": true, "peerDependencies": { - "simple-git": "^3.14.0" + "simple-git": "^3.15.0" } } diff --git a/simple-git/CHANGELOG.md b/simple-git/CHANGELOG.md index dc7e830b..5b0c881b 100644 --- a/simple-git/CHANGELOG.md +++ b/simple-git/CHANGELOG.md @@ -1,5 +1,16 @@ # Change History & Release Notes +## 3.15.0 + +### Minor Changes + +- 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new `allowUnsafeProtocolOverride` property having been enabled. + +### Patch Changes + +- 7746480: - Upgrade repo dependencies - lerna and jest + - Include node@19 in the test matrix + ## 3.14.1 ### Patch Changes diff --git a/simple-git/package.json b/simple-git/package.json index 13374a48..46706aa6 100644 --- a/simple-git/package.json +++ b/simple-git/package.json @@ -1,7 +1,7 @@ { "name": "simple-git", "description": "Simple GIT interface for node.js", - "version": "3.14.1", + "version": "3.15.0", "author": "Steve King ", "contributors": [ { @@ -21,7 +21,7 @@ "devDependencies": { "@kwsites/promise-result": "^1.1.0", "@simple-git/babel-config": "^1.0.0", - "@simple-git/test-utils": "^2.0.0", + "@simple-git/test-utils": "^3.0.0", "@types/debug": "^4.1.5", "@types/jest": "^29.2.2", "@types/node": "^16",