Skip to content

Commit 7dc1a53

Browse files
Version Packages
1 parent 76f5376 commit 7dc1a53

9 files changed

Lines changed: 45 additions & 25 deletions

File tree

.changeset/deep-ducks-care.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/rotten-chicken-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-bushes-strive.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/args-pathspec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @simple-git/args-pathspec
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 675570a: Update devDependencies
8+
39
## 1.0.2
410

511
### Patch Changes

packages/args-pathspec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-git/args-pathspec",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"publish": {
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

packages/argv-parser/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @simple-git/argv-parser
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 89a2294: Extend known exploitable configuration keys and per-task environment variables.
8+
9+
Note - `ParsedVulnerabilities` from `argv-parser` is removed in favour of a readonly array of `Vulnerability` to match usage in `simple-git`, rolled into the new `vulnerabilityCheck` for simpler access to the identified issues.
10+
11+
Thanks to @zebbern for identifying the need to block `core.fsmonitor`.
12+
Thanks to @kodareef5 for identifying the need to block `GIT_CONFIG_COUNT` environment variables and `--template` / `merge` related config.
13+
14+
### Patch Changes
15+
16+
- 675570a: Update devDependencies
17+
- Updated dependencies [675570a]
18+
- @simple-git/args-pathspec@1.0.3
19+
320
## 1.0.3
421

522
### Patch Changes

packages/argv-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simple-git/argv-parser",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"publish": {
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

simple-git/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change History & Release Notes
22

3+
## 3.36.0
4+
5+
### Minor Changes
6+
7+
- 89a2294: Extend known exploitable configuration keys and per-task environment variables.
8+
9+
Note - `ParsedVulnerabilities` from `argv-parser` is removed in favour of a readonly array of `Vulnerability` to match usage in `simple-git`, rolled into the new `vulnerabilityCheck` for simpler access to the identified issues.
10+
11+
Thanks to @zebbern for identifying the need to block `core.fsmonitor`.
12+
Thanks to @kodareef5 for identifying the need to block `GIT_CONFIG_COUNT` environment variables and `--template` / `merge` related config.
13+
14+
### Patch Changes
15+
16+
- 1ad57e8: Remove conflicting node:buffer import
17+
- Updated dependencies [89a2294]
18+
- Updated dependencies [675570a]
19+
- @simple-git/argv-parser@1.1.0
20+
- @simple-git/args-pathspec@1.0.3
21+
322
## 3.35.2
423

524
### Patch Changes

simple-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git",
33
"description": "Simple GIT interface for node.js",
4-
"version": "3.35.2",
4+
"version": "3.36.0",
55
"author": "Steve King <steve@mydev.co>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)