Commit Graph

9852 Commits

Author SHA1 Message Date
Steve Lee
1c27a0ceac
Add progress to Copy-Item (#18735) 2023-01-25 16:34:44 +05:00
spaette
44f2792a36
Fix typo in dotnet-tools/README.md (#19021) 2023-01-25 09:09:54 +05:00
Travis Plunk
4919014484
Update metadata and readme for next releases (#19014) 2023-01-24 22:26:17 +00:00
CarloToso
4c586a7a86
Use interpolated strings 11 (#19002) 2023-01-23 22:36:26 +05:00
CarloToso
33ba57387d
Use interpolated strings 12 (#19003) 2023-01-23 22:35:20 +05:00
CarloToso
099cbc1727
WebCmdlets parse XML declaration to get encoding value, if present. (#18748) 2023-01-21 22:26:39 +05:00
CarloToso
1b3b359bcb
Use interpolated strings 1 (#18977) 2023-01-21 21:32:26 +05:00
CarloToso
c156c9cadb
Use interpolated strings 4 (#18980) 2023-01-21 21:27:21 +05:00
CarloToso
ebed597725
Use interpolated strings 5b (#18996) 2023-01-21 17:59:18 +05:00
CarloToso
0ee317a157
Use interpolated strings 3 (#18979) 2023-01-21 17:56:57 +05:00
CarloToso
9cab34b7a7
Use interpolated strings 5c (#18997) 2023-01-21 17:49:12 +05:00
CarloToso
b85fe99f5a
Use interpolated strings 2 (#18978) 2023-01-20 22:22:10 +05:00
CarloToso
e815e57601
Use interpolated strings 6 (#18983) 2023-01-20 16:59:55 +05:00
CarloToso
740c62a5bf
Use interpolated strings 10 (#18992) 2023-01-20 15:38:20 +05:00
CarloToso
64d82f812d
Use interpolated strings 9 (#18993) 2023-01-20 15:26:43 +05:00
CarloToso
f5627538e1
Use interpolated strings 7 (#18985) 2023-01-20 12:21:19 +05:00
CarloToso
a01fb37243
Use interpolated strings 8 (#18988) 2023-01-20 09:50:51 +05:00
dependabot[bot]
9461030757
Bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 (#18975)
Bumps [Microsoft.CodeAnalysis.Analyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
- [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 13:00:07 +05:00
Paul Higinbotham
5f8f15a24c
Allow system lock down test debug hook to work with new wldp API (fixes system lock down tests) (#18962) 2023-01-18 14:24:34 -08:00
CarloToso
3fb4bb277b
Cleanup StreamHelper.cs, WebRequestPSCmdlet.Common.cs and InvokeRestMethodCommand.Common.cs (#18950) 2023-01-17 15:59:52 +05:00
CarloToso
2df06f2e20
Small cleanup common code of webcmdlets (#18946) 2023-01-16 16:29:27 +05:00
CarloToso
9ffa9a2276
HttpKnownHeaderNames update headers list (#18947) 2023-01-16 16:08:52 +05:00
xtqqczze
1d34ad8b65
Bump BenchmarkDotNet to 0.13.3 (#18878) 2023-01-13 16:45:05 -08:00
CarloToso
282fc5fc08
Fix bug with managing redirection and keepAuthorization in Web cmdlets (#18902) 2023-01-13 18:31:03 +05:00
dependabot[bot]
b1d87fed49
Bump Microsoft.Extensions.ObjectPool from 7.0.1 to 7.0.2 (#18925)
Bumps [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.ObjectPool
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 13:03:22 +00:00
Steve Lee
2baeb1a7f0
Fix Get-Error to work with strict mode (#18895) 2023-01-13 18:00:20 +05:00
CarloToso
f018beedff
Add tests for Allowinsecureredirect parameter in Web cmdlets (#18939) 2023-01-13 17:37:55 +05:00
CarloToso
ca4b6162f4
Add AllowInsecureRedirect switch to Web cmdlets (#18546) 2023-01-12 17:08:28 +05:00
CarloToso
292323c210
Simplification of GetHttpMethod and httpMethod in WebCmdlets (#18846) 2023-01-12 15:45:54 +05:00
Ikko Eltociear Ashimine
66a2371b6e
Fix typo in ModuleCmdletBase.cs (#18933)
Implict -> Implicit
2023-01-12 12:00:47 +05:00
CarloToso
465165fd97
Invoke-RestMethod -FollowRelLink fix links containing commas (#18829) 2023-01-11 21:39:04 +05:00
dependabot[bot]
4481d14e1a
Bump Microsoft.PowerShell.Native from 7.4.0-preview.1 to 7.4.0-preview.2 (#18910) 2023-01-10 09:46:56 -08:00
xtqqczze
8e14d2d7aa
Enable get-help pattern tests on Unix (#18855) 2023-01-10 08:10:03 +05:00
CarloToso
31af38c22a
Create test to check if WebCmdlets decompress brotli-encoded data (#18905) 2023-01-10 08:07:00 +05:00
Ilya
046c8d4917
Fix regression in RemoveNulls (#18881) 2023-01-10 07:38:16 +05:00
Heath Stewart
2c70f3c7d3
Add checks for Win8.1 and Server2012 in the MSI installer (#18904) 2023-01-09 10:44:48 -08:00
Paul Higinbotham
80b5df4b7f
Add WDAC events and system lockdown notification (#18893)
* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update PSGalleryModules correctly

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* rebase conflict

* Rebase conflict again

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump PSReadLine from 2.1.0 to 2.2.2 in /src/Modules

Bumps PSReadLine from 2.1.0 to 2.2.2.

---
updated-dependencies:
- dependency-name: PSReadLine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add WDAC events

* Fix CodeFactor issues

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:40:38 -08:00
MartinGC94
232384ce7f
Prioritize the default parameter set when completing positional arguments (#18755) 2023-01-09 10:30:42 -08:00
Steve Lee
27b5a0632d
Add -ProgressAction common parameter (#18887) 2023-01-09 09:40:40 -08:00
CarloToso
078866987b
Requires.NotNull-->ArgumentNullException.ThrowIfNull (#18820) 2023-01-07 20:11:01 +05:00
CarloToso
30bc32a083
Cleanup InvokeRestMethodCommand.Common.cs (#18861) 2023-01-06 22:47:21 +05:00
Steve Lee
eda2bd6279
Update build to include WinForms / WPF in all Windows builds (#18859) 2023-01-05 16:34:55 -08:00
Steve Lee
9ea887f626
Add -CommandWithArgs parameter to pwsh (#18726)
* Add `-CommandWithArgs` parameter to pwsh

* Update src/Microsoft.PowerShell.ConsoleHost/host/msh/CommandLineParameterParser.cs

Co-authored-by: Ilya <darpa@yandex.ru>

* address Ilya and Mikey's comments

* reset i

Co-authored-by: Ilya <darpa@yandex.ru>
2023-01-05 15:21:35 -08:00
Dongbo Wang
eb31d32724
Enable creating composite subsystem implementation in modules (#18888) 2023-01-05 09:51:45 -08:00
Travis Plunk
a1fd61d83e
Fix support for nanoserver due to lack of AMSI (#18882) 2023-01-04 09:57:02 -08:00
James Truher [MSFT]
4f57804f46
Fix up all comments to be in the proper order with proper spacing (#18619) 2023-01-03 12:12:42 -08:00
Steve Lee
f04940b76c
Fix Format-Table -RepeatHeader for property derived tables (#18870) 2022-12-31 12:00:00 +05:00
CarloToso
a581e36419
Add StatusCode to HttpResponseException (#18842) 2022-12-24 18:09:26 +05:00
Aditya Patwardhan
025b58cb39
Change log for v7.4.0-preview.1 release (#18835)
Change log for v7.4.0-preview.1 release
2022-12-20 16:39:03 -08:00
Aditya Patwardhan
7fe78a9046
Update README.md and metadata.json for v7.4.0-preview.1 release (#18831) 2022-12-20 15:04:37 -08:00