repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
Philippus/elastic4s
3,968
issue_to_patch
Update sbt-bloop to 2.1.0 in series/7.x
## About this PR ๐Ÿ“ฆ Updates [ch.epfl.scala:sbt-bloop](https://github.com/scalacenter/bloop) from `2.0.19` to `2.1.0` ๐Ÿ“œ [GitHub Release Notes](https://github.com/scalacenter/bloop/releases/tag/v2.1.0) - [Version Diff](https://github.com/scalacenter/bloop/compare/v2.0.19...v2.1.0) ## Usage โœ… **Please merge!** I'll au...
7819235e4dc5a84656a592976deed0adb60d2a5f
0a2f0fd225143821fdddc909baf7b658790880ad
diff --git a/project/metals.sbt b/project/metals.sbt index 5cfc0d1bd..24b0d7063 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -1,4 +1,4 @@ // DO NOT EDIT! This file is auto-generated. // This file enables sbt-bloop to create bloop config files. -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.19") +...
[ "project/metals.sbt" ]
[]
true
Philippus/elastic4s
3,969
issue_to_patch
Update jackson-core to 2.21.4 in series/7.x
## About this PR ๐Ÿ“ฆ Updates [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `2.21.3` to `2.21.4` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just clos...
7819235e4dc5a84656a592976deed0adb60d2a5f
11c2a668e4153fd00387975d6917077aa9fe72c8
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bc6a13fc2..7181c189b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val CommonsIoVersion = "2.22.0" val ElasticsearchVersion = "7.17.29" val ExtsV...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,970
issue_to_patch
Update jackson-core to 2.21.4 in series/8.x
## About this PR ๐Ÿ“ฆ Updates [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `2.21.3` to `2.21.4` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just clos...
3ccc43b2101b18cf8b24c14213f082b35315132b
66e0af267c5c4b12d68f906b9dbddb7d4954157e
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9530f534a..8e66b223a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val ElasticsearchVersion = "8.19.15" val ExtsVersion = "1.61.1" val Http4...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,965
issue_to_patch
Update client4:core to 4.0.24
## About this PR ๐Ÿ“ฆ Updates [com.softwaremill.sttp.client4:core](https://github.com/softwaremill/sttp) from `4.0.23` to `4.0.24` ๐Ÿ“œ [GitHub Release Notes](https://github.com/softwaremill/sttp/releases/tag/v4.0.24) - [Version Diff](https://github.com/softwaremill/sttp/compare/v4.0.23...v4.0.24) ## Usage โœ… **Please mer...
a7acd3ca025bf134906740e00225f7f9c2a568d1
8a02744706b704ed4c626bc3a2372a41b5494da8
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6d4aeef59..01e9d80b6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val Slf4jVersion = "2.0.18" val SprayJsonVersion = "1.3.6" val SttpVer...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,956
issue_to_patch
DynamicTemplateRequest pathMatch & pathUnmatch & match & unmatch as arrays The DynamicTemplateRequest defines the match/unmatch/pathMatch/pathUnmatch as `Option[String]`. However, elasticsearch allows these to be string arrays alternatively. It would be great to be able to define dynamic template match-rules as arrays...
Update DynamicTemplateRequest
Applying this PR will update DynamicTemplateRequest by: - adding unmatchMappingType field. - allowing iterables for the various fields. - deprecating the old apply method. Closes https://github.com/Philippus/elastic4s/issues/3949.
1b13c77c7560b41c39516e91e3666b8962573704
1d1924f6a3e896e0977b6101a05a1f188cfd3e6e
diff --git a/elastic4s-domain/src/main/scala/com/sksamuel/elastic4s/requests/mappings/dynamictemplate/DynamicTemplateRequest.scala b/elastic4s-domain/src/main/scala/com/sksamuel/elastic4s/requests/mappings/dynamictemplate/DynamicTemplateRequest.scala index 1ce2ff9399..865f1bb22b 100644 --- a/elastic4s-domain/src/main/s...
[ "elastic4s-domain/src/main/scala/com/sksamuel/elastic4s/requests/mappings/dynamictemplate/DynamicTemplateRequest.scala", "elastic4s-handlers/src/main/scala/com/sksamuel/elastic4s/handlers/index/mapping/DynamicTemplateBodyFn.scala", "elastic4s-tests/src/test/resources/json/mappings/dynamic_template_match.json", ...
[]
diff --git a/elastic4s-tests/src/test/resources/json/mappings/dynamic_template.json b/elastic4s-tests/src/test/resources/json/mappings/dynamic_template_match.json similarity index 100% rename from elastic4s-tests/src/test/resources/json/mappings/dynamic_template.json rename to elastic4s-tests/src/test/resources/json/ma...
true
Philippus/elastic4s
3,966
issue_to_patch
Update zio-http to 3.11.2
## About this PR ๐Ÿ“ฆ Updates [dev.zio:zio-http](https://github.com/zio/zio-http) from `3.11.1` to `3.11.2` ๐Ÿ“œ [GitHub Release Notes](https://github.com/zio/zio-http/releases/tag/v3.11.2) - [Version Diff](https://github.com/zio/zio-http/compare/v3.11.1...v3.11.2) ## Usage โœ… **Please merge!** I'll automatically update ...
a7acd3ca025bf134906740e00225f7f9c2a568d1
dd02d3f1ce5e2c627da00df0d9fe642ea6ffab1e
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6d4aeef59..aada6d9c5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -32,7 +32,7 @@ object Dependencies { val ZIO1Version = "1.0.18" val ZIOVersion = "2.1.26" val ZIOJso...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,961
issue_to_patch
Update elasticsearch-rest-client, ... to 9.4.1
## About this PR ๐Ÿ“ฆ Updates * [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) * [org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch) from `9.4.0` to `9.4.1` ๐Ÿ“œ [GitHub Release Notes](https://github.com/elastic/elasticse...
26105f1e8308da1c3c64ec58f685a2171eb629c3
f6c907663192d63c63fd0bbbf7cb0e51a9613838
diff --git a/.github/actions/launch-elasticsearch/action.yml b/.github/actions/launch-elasticsearch/action.yml index 1ca97bae0..8fd523946 100644 --- a/.github/actions/launch-elasticsearch/action.yml +++ b/.github/actions/launch-elasticsearch/action.yml @@ -7,7 +7,7 @@ runs: - name: 'Launch elastic docker' s...
[ ".github/actions/launch-elasticsearch/action.yml", "docker-compose.yml", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,964
issue_to_patch
Update slf4j-api to 2.0.18 in series/8.x
## About this PR ๐Ÿ“ฆ Updates org.slf4j:slf4j-api from `2.0.17` to `2.0.18` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comme...
14b17a3ecbcd157d496acb726738f37f4c7ce942
7fac862be4eabce9da8bc55bb2fa3b45ff2f50af
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0a74f9623..9530f534a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { val ScalatestPlusVersion = "3.2.19.0" val ScalazVersion = "7.2.36" val Scal...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,963
issue_to_patch
Update slf4j-api to 2.0.18 in series/7.x
## About this PR ๐Ÿ“ฆ Updates org.slf4j:slf4j-api from `2.0.17` to `2.0.18` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comme...
4d9ccf129808c4930b96634ff19c2b8797f1cac0
a89215c77ec566bf72df9fb8fe3863b45a62f824
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 30b6b3acf..bc6a13fc2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -23,7 +23,7 @@ object Dependencies { val ScalatestPlusVersion = "3.2.19.0" val ScalazVersion = "7.2.36" val Scal...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,962
issue_to_patch
Update slf4j-api to 2.0.18
## About this PR ๐Ÿ“ฆ Updates org.slf4j:slf4j-api from `2.0.17` to `2.0.18` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comme...
874b9a570d6e9cead68f22150b1d3ab95c89ba66
ca18504ad2883a7670962eb3d4e1c91720c3cc49
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f1e67093c..52a22f4be 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { val ScalatestPlusVersion = "3.2.20.0" val ScalazVersion = "7.2.36" val Scal...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,959
issue_to_patch
Update sbt-scalafmt to 2.6.1 in series/8.x
## About this PR ๐Ÿ“ฆ Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.6.0` to `2.6.1` ๐Ÿ“œ [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.6.1) - [Version Diff](https://github.com/scalameta/sbt-scalafmt/compare/v2.6.0...v2.6.1) ## Usage โœ… **Please m...
f2ca780884107a8c112e78a3b75f514822343315
448ca7b8e1d9d6bcc9f13bd0e443f97278656fdf
diff --git a/project/plugins.sbt b/project/plugins.sbt index d9d72c561..46ec16679 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scal...
[ "project/plugins.sbt" ]
[]
true
Philippus/elastic4s
3,958
issue_to_patch
Update scalafmt-core to 3.11.1
## About this PR ๐Ÿ“ฆ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.11.0` to `3.11.1` ๐Ÿ“œ [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.11.0...v3.11.1) ## Usage โœ… **Please merge!*...
1b13c77c7560b41c39516e91e3666b8962573704
74703c3dd1b8b00ec8823d03fe681bef4495050f
diff --git a/.scalafmt.conf b/.scalafmt.conf index a4ac13967..b3e384caf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.0 +version = 3.11.1 align.preset = most literals.double = Upper
[ ".scalafmt.conf" ]
[]
true
Philippus/elastic4s
3,957
issue_to_patch
Update sbt-scalafmt to 2.6.1
## About this PR ๐Ÿ“ฆ Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.6.0` to `2.6.1` ๐Ÿ“œ [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.6.1) - [Version Diff](https://github.com/scalameta/sbt-scalafmt/compare/v2.6.0...v2.6.1) ## Usage โœ… **Please m...
1b13c77c7560b41c39516e91e3666b8962573704
11bec0b938e8f048160b6639ced9c9289f72fc1f
diff --git a/project/plugins.sbt b/project/plugins.sbt index d9d72c561..46ec16679 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.scalameta" % "sbt-scal...
[ "project/plugins.sbt" ]
[]
true
Philippus/elastic4s
3,960
issue_to_patch
Update scalafmt-core to 3.11.1 in series/8.x
## About this PR ๐Ÿ“ฆ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.11.0` to `3.11.1` ๐Ÿ“œ [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.11.0...v3.11.1) ## Usage โœ… **Please merge!*...
f2ca780884107a8c112e78a3b75f514822343315
ec385f748805e94a1744486ff6b78750e128779a
diff --git a/.scalafmt.conf b/.scalafmt.conf index a4ac13967..b3e384caf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.0 +version = 3.11.1 align.preset = most literals.double = Upper
[ ".scalafmt.conf" ]
[]
true
Philippus/elastic4s
3,952
issue_to_patch
Update log4j-api, log4j-core, ... to 2.26.0
## About this PR ๐Ÿ“ฆ Updates * [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) * [org.apache.logging.log4j:log4j-core](https://logging.apache.org/log4j/2.x/) * [org.apache.logging.log4j:log4j-slf4j-impl](https://logging.apache.org/log4j/2.x/) from `2.25.4` to `2.26.0` ## Usage โœ… **Please ...
6bb9cf7748cd1c9fb4105f0aeaccd4ae3d4713e8
17027398f712154724e3797d277f297f1f021a6d
diff --git a/build.sbt b/build.sbt index b40bd4834..6da8c7fa1 100644 --- a/build.sbt +++ b/build.sbt @@ -372,9 +372,9 @@ lazy val tests = (project in file("elastic4s-tests")) "org.scala-lang", "scala-library" ), - "org.apache.logging.log4j" % "log4j-api" % "2.25.4" % Test, - "...
[ "build.sbt", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,953
issue_to_patch
Update log4j-api, log4j-core, ... to 2.26.0 in series/7.x
## About this PR ๐Ÿ“ฆ Updates * [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) * [org.apache.logging.log4j:log4j-core](https://logging.apache.org/log4j/2.x/) * [org.apache.logging.log4j:log4j-slf4j-impl](https://logging.apache.org/log4j/2.x/) from `2.25.4` to `2.26.0` ## Usage โœ… **Please ...
c4469ac03f7fccc8e8541bf64bf1fd9985befc06
3b6a94443bccdc4e503880cee315e4f4957c0338
diff --git a/build.sbt b/build.sbt index 1598f4da0..15c301ce2 100644 --- a/build.sbt +++ b/build.sbt @@ -281,9 +281,9 @@ lazy val tests = (project in file("elastic4s-tests")) "com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion % "test", "com.fasterxml.jackson.core" % "jackson-databind" % Jackso...
[ "build.sbt", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,954
issue_to_patch
Update zio to 2.1.26 in series/8.x
## About this PR ๐Ÿ“ฆ Updates [dev.zio:zio](https://github.com/zio/zio) from `2.1.25` to `2.1.26` ๐Ÿ“œ [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.26) - [Version Diff](https://github.com/zio/zio/compare/v2.1.25...v2.1.26) ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve c...
20d4aa0a74df0ae59355768c01956699d6b4e375
063d4b5bc26186f86ffbd93c961ad342f55047ce
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 37685577e..9e7e06954 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { val SttpVersion = "3.11.0" val ZIOJson1Version = "0.1.5" val ZIO1Ver...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,951
issue_to_patch
Update zio to 2.1.26
## About this PR ๐Ÿ“ฆ Updates [dev.zio:zio](https://github.com/zio/zio) from `2.1.25` to `2.1.26` ๐Ÿ“œ [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.26) - [Version Diff](https://github.com/zio/zio/compare/v2.1.25...v2.1.26) ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve c...
6bb9cf7748cd1c9fb4105f0aeaccd4ae3d4713e8
71d3d93a428faa799f9947b36451de4c005a6676
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4c19304b4..4574b8ec6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -30,7 +30,7 @@ object Dependencies { val Sttp4Version = "4.0.23" val ZIOJson1Version = "0.1.5" val ZIO1Ver...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,955
issue_to_patch
Update log4j-api, log4j-core, ... to 2.26.0 in series/8.x
## About this PR ๐Ÿ“ฆ Updates * [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) * [org.apache.logging.log4j:log4j-core](https://logging.apache.org/log4j/2.x/) * [org.apache.logging.log4j:log4j-slf4j-impl](https://logging.apache.org/log4j/2.x/) from `2.25.4` to `2.26.0` ## Usage โœ… **Please ...
20d4aa0a74df0ae59355768c01956699d6b4e375
151f86a393a4c4151ae4f6c4a34614d450099f4a
diff --git a/build.sbt b/build.sbt index 23c4c3bb2..2def61a5e 100644 --- a/build.sbt +++ b/build.sbt @@ -372,9 +372,9 @@ lazy val tests = (project in file("elastic4s-tests")) "org.scala-lang", "scala-library" ), - "org.apache.logging.log4j" % "log4j-api" % "2.25.4" % ...
[ "build.sbt", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,946
issue_to_patch
Update elasticsearch-rest-client, ... to 9.4.0
## About this PR ๐Ÿ“ฆ Updates * [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) * [org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch) from `9.3.4` to `9.4.0` ๐Ÿ“œ [GitHub Release Notes](https://github.com/elastic/elasticse...
b81a0d301cdb6eb844157f956bdb349f622e1ec9
f370d24a134fa3b5b973d938e1565a3844dfdd96
diff --git a/.github/actions/launch-elasticsearch/action.yml b/.github/actions/launch-elasticsearch/action.yml index cc6084455..1ca97bae0 100644 --- a/.github/actions/launch-elasticsearch/action.yml +++ b/.github/actions/launch-elasticsearch/action.yml @@ -7,7 +7,7 @@ runs: - name: 'Launch elastic docker' s...
[ ".github/actions/launch-elasticsearch/action.yml", "docker-compose.yml", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,945
issue_to_patch
Update typesafe:config to 1.4.8
## About this PR ๐Ÿ“ฆ Updates [com.typesafe:config](https://github.com/lightbend/config) from `1.4.7` to `1.4.8` ๐Ÿ“œ [GitHub Release Notes](https://github.com/lightbend/config/releases/tag/v1.4.8) - [Version Diff](https://github.com/lightbend/config/compare/v1.4.7...v1.4.8) ## Usage โœ… **Please merge!** I'll automatical...
9d4e5aa1c39821d1cf117e0a62150fc7dbc2a4ee
68d686fa8b88d49bef8f9be75a2f267b643722ba
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e9d71a798..e2b7a1109 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -36,7 +36,7 @@ object Dependencies { lazy val commonDeps = Seq( libraryDependencies ++= Seq( - "com.typesafe" % "config" % "1.4....
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,947
issue_to_patch
Update typesafe:config to 1.4.8 in series/7.x
## About this PR ๐Ÿ“ฆ Updates [com.typesafe:config](https://github.com/lightbend/config) from `1.4.7` to `1.4.8` ๐Ÿ“œ [GitHub Release Notes](https://github.com/lightbend/config/releases/tag/v1.4.8) - [Version Diff](https://github.com/lightbend/config/compare/v1.4.7...v1.4.8) ## Usage โœ… **Please merge!** I'll automatical...
0bdf0bfb7255632284864c7486d4c322370c8a52
be263d416815c6ab16f4760cb596e9fb55ea1cb4
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index edb59e36a..2dcea613a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -31,7 +31,7 @@ object Dependencies { lazy val commonDeps = Seq( libraryDependencies ++= Seq( - "com.typesafe" % "config" ...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,948
issue_to_patch
Update typesafe:config to 1.4.8 in series/8.x
## About this PR ๐Ÿ“ฆ Updates [com.typesafe:config](https://github.com/lightbend/config) from `1.4.7` to `1.4.8` ๐Ÿ“œ [GitHub Release Notes](https://github.com/lightbend/config/releases/tag/v1.4.8) - [Version Diff](https://github.com/lightbend/config/compare/v1.4.7...v1.4.8) ## Usage โœ… **Please merge!** I'll automatical...
f1980abd3368894bd91adfa0b0bce8043866b21d
33e53829903ef17bcb6f5700a8eebb5411fbe11f
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9287d0dd4..37685577e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { lazy val commonDeps = Seq( libraryDependencies ++= Seq( - "com.typesafe" % "config" ...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,944
issue_to_patch
Update sbt, scripted-plugin to 1.12.11 in series/8.x
## About this PR ๐Ÿ“ฆ Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.12.10` to `1.12.11` ๐Ÿ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.11) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.10...v1.12.11)...
593d53e61cf0aa403e0859eb7b45455bd5def23c
248f5c6391c3e9f79098109f143dea100bc7b1dc
diff --git a/project/build.properties b/project/build.properties index 6edd024b6..dabdb1590 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.12.10 +sbt.version=1.12.11
[ "project/build.properties" ]
[]
true
Philippus/elastic4s
3,943
issue_to_patch
Update sbt, scripted-plugin to 1.12.11 in series/7.x
## About this PR ๐Ÿ“ฆ Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.12.10` to `1.12.11` ๐Ÿ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.11) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.10...v1.12.11)...
e0fa3f9c3401a5105cf196d6b982a295cb119080
67e4f9af235cc98f267b51cee90f9dba826748eb
diff --git a/project/build.properties b/project/build.properties index 6edd024b6..dabdb1590 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.12.10 +sbt.version=1.12.11
[ "project/build.properties" ]
[]
true
Philippus/elastic4s
3,942
issue_to_patch
Update sbt, scripted-plugin to 1.12.11
## About this PR ๐Ÿ“ฆ Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.12.10` to `1.12.11` ๐Ÿ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.11) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.10...v1.12.11)...
f317f12f6da4c081ee13e5ea705ada51e6336320
3cc6f02161ed8aeba3786c1eb008345b1883a3fd
diff --git a/project/build.properties b/project/build.properties index 6edd024b6..dabdb1590 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.12.10 +sbt.version=1.12.11
[ "project/build.properties" ]
[]
true
Philippus/elastic4s
3,941
issue_to_patch
Update zio-http to 3.11.1
## About this PR ๐Ÿ“ฆ Updates [dev.zio:zio-http](https://github.com/zio/zio-http) from `3.11.0` to `3.11.1` ๐Ÿ“œ [GitHub Release Notes](https://github.com/zio/zio-http/releases/tag/v3.11.1) - [Version Diff](https://github.com/zio/zio-http/compare/v3.11.0...v3.11.1) ## Usage โœ… **Please merge!** I'll automatically update ...
f317f12f6da4c081ee13e5ea705ada51e6336320
0551fc5128970b4f6011eba858ea8cba9bd5a3c0
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c6c45f84c..e9d71a798 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -32,7 +32,7 @@ object Dependencies { val ZIO1Version = "1.0.18" val ZIOVersion = "2.1.25" val ZIOJso...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,938
issue_to_patch
Update jackson-core to 3.1.3
## About this PR ๐Ÿ“ฆ Updates [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `3.1.2` to `3.1.3` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR....
597671ae7e38e2732aef116dd9dbe420078dfe63
a62d678c3243a6997317632c76c1608fef55c445
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9dc01d58d..95cecbe82 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val ElasticsearchVersion = "9.3.3" val ExtsVersion = "1.61.1" val Http4sV...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,939
issue_to_patch
Update pekko-actor, pekko-stream to 1.6.0 in series/8.x
## About this PR ๐Ÿ“ฆ Updates * [org.apache.pekko:pekko-actor](https://github.com/apache/pekko) * [org.apache.pekko:pekko-stream](https://github.com/apache/pekko) from `1.5.0` to `1.6.0` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If y...
dcfdf515d3a4811d1efb1a8c11d918a091a8e629
f0345e34c77d93ec31f63875298fc201355cb1f0
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bce5ec524..a73527d62 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { val MockitoVersion = "5.23.0" val MonixVersion = "3.4.1" val PekkoHt...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,936
issue_to_patch
Update pekko-actor, pekko-stream to 1.6.0
## About this PR ๐Ÿ“ฆ Updates * [org.apache.pekko:pekko-actor](https://github.com/apache/pekko) * [org.apache.pekko:pekko-stream](https://github.com/apache/pekko) from `1.5.0` to `1.6.0` ## Usage โœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If y...
597671ae7e38e2732aef116dd9dbe420078dfe63
3ed771e7089093132cfb676c94864db6cc2f0c01
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9dc01d58d..088c41d52 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { val MockitoVersion = "5.23.0" val MonixVersion = "3.4.1" val PekkoHt...
[ "project/Dependencies.scala" ]
[]
true
PowerShell/PowerShell
27,590
issue_to_patch
Update 7.4 changelog for v7.4.17
Automated changelog update for v7.4.17 (changes since v7.4.16). ## :warning: Changelog Validation Warnings The following potential issues were found in `CHANGELOG/7.4.md`. These do not block this PR โ€” review and decide whether a follow-up edit to the changelog is needed. ### Pre-existing duplicate PR refs in older s...
c0ef94081389c2175970d4c5cbf3ff1d1621508f
8e6d20d0e4907b0758d8e63ec35d8f19c4c6d6ef
diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 285ae0aa81..6b0f73cc55 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,38 @@ # 7.4 Changelog +## [7.4.17] + +### Code Cleanup + +<details> + +<ul> +<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27574)</li...
[ "CHANGELOG/7.4.md" ]
[ { "comment": "Correct spelling of 'Seleceted' to 'Selected'.", "path": "CHANGELOG/7.4.md", "hunk": "@@ -1,5 +1,44 @@\n # 7.4 Changelog\n \n+## [7.4.17]\n+\n+### Code Cleanup\n+\n+<details>\n+\n+<summary>\n+\n+<p>Update to .NET SDK 8.0.422</p>\n+\n+</summary>\n+\n+<ul>\n+<li>Remove the unused <code>Publi...
true
PowerShell/PowerShell
27,590
comment_to_fix
Update 7.4 changelog for v7.4.17
Correct spelling of 'Seleceted' to 'Selected'.
c0ef94081389c2175970d4c5cbf3ff1d1621508f
8e6d20d0e4907b0758d8e63ec35d8f19c4c6d6ef
diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 285ae0aa81..6b0f73cc55 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,38 @@ # 7.4 Changelog +## [7.4.17] + +### Code Cleanup + +<details> + +<ul> +<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27574)</li...
[ "CHANGELOG/7.4.md" ]
[ { "comment": "Correct spelling of 'Seleceted' to 'Selected'.", "path": "CHANGELOG/7.4.md", "hunk": "@@ -1,5 +1,44 @@\n # 7.4 Changelog\n \n+## [7.4.17]\n+\n+### Code Cleanup\n+\n+<details>\n+\n+<summary>\n+\n+<p>Update to .NET SDK 8.0.422</p>\n+\n+</summary>\n+\n+<ul>\n+<li>Remove the unused <code>Publi...
true
PowerShell/PowerShell
27,590
comment_to_fix
Update 7.4 changelog for v7.4.17
The same summary text ('Update to .NET SDK 8.0.422') is duplicated across two different subsections. If they refer to the same underlying change, consider keeping it in only one place (or adjusting one summary to describe the subsectionโ€™s specific focus) to avoid redundancy and confusion in release notes.
c0ef94081389c2175970d4c5cbf3ff1d1621508f
8e6d20d0e4907b0758d8e63ec35d8f19c4c6d6ef
diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 285ae0aa81..6b0f73cc55 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,38 @@ # 7.4 Changelog +## [7.4.17] + +### Code Cleanup + +<details> + +<ul> +<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27574)</li...
[ "CHANGELOG/7.4.md" ]
[ { "comment": "The same summary text ('Update to .NET SDK 8.0.422') is duplicated across two different subsections. If they refer to the same underlying change, consider keeping it in only one place (or adjusting one summary to describe the subsectionโ€™s specific focus) to avoid redundancy and confusion in releas...
true
PowerShell/PowerShell
27,590
comment_to_fix
Update 7.4 changelog for v7.4.17
The same summary text ('Update to .NET SDK 8.0.422') is duplicated across two different subsections. If they refer to the same underlying change, consider keeping it in only one place (or adjusting one summary to describe the subsectionโ€™s specific focus) to avoid redundancy and confusion in release notes.
c0ef94081389c2175970d4c5cbf3ff1d1621508f
8e6d20d0e4907b0758d8e63ec35d8f19c4c6d6ef
diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 285ae0aa81..6b0f73cc55 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,38 @@ # 7.4 Changelog +## [7.4.17] + +### Code Cleanup + +<details> + +<ul> +<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27574)</li...
[ "CHANGELOG/7.4.md" ]
[ { "comment": "The same summary text ('Update to .NET SDK 8.0.422') is duplicated across two different subsections. If they refer to the same underlying change, consider keeping it in only one place (or adjusting one summary to describe the subsectionโ€™s specific focus) to avoid redundancy and confusion in releas...
true
PowerShell/PowerShell
27,593
issue_to_patch
Update CHANGELOG for v7.6.3
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Remake of #27585 targeting the correct branch. <!-- Summarize your PR between here and the checklist. --> ## PR Context <!-- Provide a little reasoning as to why this Pull Request helps a...
4061323c4e021bea0a08e753f13df015fed607e5
21d62a134ed94cb32525c6f226d3027bed8c0e6b
diff --git a/CHANGELOG/7.6.md b/CHANGELOG/7.6.md index da1370779c..bc51ff859f 100644 --- a/CHANGELOG/7.6.md +++ b/CHANGELOG/7.6.md @@ -1,5 +1,27 @@ # 7.6 Changelog +## [7.6.3] + +### Build and Packaging Improvements + +<details> + +<summary> + +<p>Update to .NET SDK 10.0.301</p> + +</summary> + +<ul> +<li>Remove the...
[ "CHANGELOG/7.6.md" ]
[]
true
PowerShell/PowerShell
27,589
issue_to_patch
Update 7.5 changelog for v7.5.8
Automated changelog update for v7.5.8 (changes since v7.5.7). ## :warning: Changelog Validation Warnings The following potential issues were found in `CHANGELOG/7.5.md`. These do not block this PR โ€” review and decide whether a follow-up edit to the changelog is needed. ### Pre-existing duplicate PR refs in older sec...
6c96cb4b7db299cbaef626af8ac26e7461ca5b68
e9a7aef266c2fb3c1fce6b528eb00668fd3a442c
diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 01fa5c8745..fc30d98f49 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,44 @@ # 7.5 Changelog +## [7.5.8] + +### Code Cleanup + +<details> + +<summary> + +<p>Update to .NET SDK 9.0.315</p> + +</summary> + +<ul> +<li>Remove the unused <code>Publish...
[ "CHANGELOG/7.5.md" ]
[ { "comment": "The same `<summary>` text ('Update to .NET SDK 9.0.315') is used for two different sections. This makes the collapsible details hard to distinguish when browsing the changelog. Consider making each `<summary>` unique and specific to its section (e.g., 'Code cleanup' vs 'Build/packaging improvement...
true
PowerShell/PowerShell
27,589
comment_to_fix
Update 7.5 changelog for v7.5.8
The same `<summary>` text ('Update to .NET SDK 9.0.315') is used for two different sections. This makes the collapsible details hard to distinguish when browsing the changelog. Consider making each `<summary>` unique and specific to its section (e.g., 'Code cleanup' vs 'Build/packaging improvements') or use a single de...
6c96cb4b7db299cbaef626af8ac26e7461ca5b68
e9a7aef266c2fb3c1fce6b528eb00668fd3a442c
diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 01fa5c8745..fc30d98f49 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,44 @@ # 7.5 Changelog +## [7.5.8] + +### Code Cleanup + +<details> + +<summary> + +<p>Update to .NET SDK 9.0.315</p> + +</summary> + +<ul> +<li>Remove the unused <code>Publish...
[ "CHANGELOG/7.5.md" ]
[ { "comment": "The same `<summary>` text ('Update to .NET SDK 9.0.315') is used for two different sections. This makes the collapsible details hard to distinguish when browsing the changelog. Consider making each `<summary>` unique and specific to its section (e.g., 'Code cleanup' vs 'Build/packaging improvement...
true
PowerShell/PowerShell
27,589
comment_to_fix
Update 7.5 changelog for v7.5.8
The same `<summary>` text ('Update to .NET SDK 9.0.315') is used for two different sections. This makes the collapsible details hard to distinguish when browsing the changelog. Consider making each `<summary>` unique and specific to its section (e.g., 'Code cleanup' vs 'Build/packaging improvements') or use a single de...
6c96cb4b7db299cbaef626af8ac26e7461ca5b68
e9a7aef266c2fb3c1fce6b528eb00668fd3a442c
diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 01fa5c8745..fc30d98f49 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,44 @@ # 7.5 Changelog +## [7.5.8] + +### Code Cleanup + +<details> + +<summary> + +<p>Update to .NET SDK 9.0.315</p> + +</summary> + +<ul> +<li>Remove the unused <code>Publish...
[ "CHANGELOG/7.5.md" ]
[ { "comment": "The same `<summary>` text ('Update to .NET SDK 9.0.315') is used for two different sections. This makes the collapsible details hard to distinguish when browsing the changelog. Consider making each `<summary>` unique and specific to its section (e.g., 'Code cleanup' vs 'Build/packaging improvement...
true
PowerShell/PowerShell
27,589
comment_to_fix
Update 7.5 changelog for v7.5.8
Correct spelling of 'Seleceted' to 'Selected'.
6c96cb4b7db299cbaef626af8ac26e7461ca5b68
e9a7aef266c2fb3c1fce6b528eb00668fd3a442c
diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 01fa5c8745..fc30d98f49 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,44 @@ # 7.5 Changelog +## [7.5.8] + +### Code Cleanup + +<details> + +<summary> + +<p>Update to .NET SDK 9.0.315</p> + +</summary> + +<ul> +<li>Remove the unused <code>Publish...
[ "CHANGELOG/7.5.md" ]
[ { "comment": "Correct spelling of 'Seleceted' to 'Selected'.", "path": "CHANGELOG/7.5.md", "hunk": "@@ -1,5 +1,44 @@\n # 7.5 Changelog\n \n+## [7.5.8]\n+\n+### Code Cleanup\n+\n+<details>\n+\n+<summary>\n+\n+<p>Update to .NET SDK 9.0.315</p>\n+\n+</summary>\n+\n+<ul>\n+<li>Remove the unused <code>Publis...
true
PowerShell/PowerShell
27,582
issue_to_patch
[master] Update branch for release
preview - Automated by PowerShell Bot
c23c421068dd4967765d8d658d4ba68eb649ef4f
6b026d98610dbf9cd8b44d77fb594ff14c76c2de
diff --git a/CHANGELOG/v7.7/dependencychanges.json b/CHANGELOG/v7.7/dependencychanges.json index ccaabfce2c1..4f1924c3a8e 100644 --- a/CHANGELOG/v7.7/dependencychanges.json +++ b/CHANGELOG/v7.7/dependencychanges.json @@ -24,5 +24,18 @@ "AdvisoryUrls": [], "Justification": "Updated .NET SDK. Building with the ...
[ "CHANGELOG/v7.7/dependencychanges.json", "DotnetRuntimeMetadata.json", "global.json", "src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj", "src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj", "src/Microsoft.PowerShell....
[ { "comment": "The cgmanifest pins several components (e.g., Microsoft.Bcl.AsyncInterfaces) to `10.0.9`, while the project files in this PR pin the same packages to `11.0.0-preview.5.26302.115`. If cgmanifest is intended to represent the components actually produced/shipped by this repo, this mismatch can cause ...
diff --git a/test/powershell/Host/ConsoleHost.Tests.ps1 b/test/powershell/Host/ConsoleHost.Tests.ps1 index 534cce2d356..735c0a39682 100644 --- a/test/powershell/Host/ConsoleHost.Tests.ps1 +++ b/test/powershell/Host/ConsoleHost.Tests.ps1 @@ -860,6 +860,8 @@ $powershell -c '[System.Management.Automation.Platform]::Select...
true
PowerShell/PowerShell
27,580
issue_to_patch
[release/v7.4.17] Update branch for release
lts - Automated by PowerShell Bot > **Note for reviewers:** This PR uses transitive dependency pinning (`transitive=true`, `versionLock=minor`). If this is the first time this workflow has run on this branch, a large number of transitive dependencies may appear pinned. This is expected behavior.
f3113ff234caac28f91d6f105905a0fdd5c2f859
b3634badca58f9d3610fbd147226ac7eb7bac30a
diff --git a/CHANGELOG/v7.4/dependencychanges.json b/CHANGELOG/v7.4/dependencychanges.json index 87e26784baa..7a9163f6085 100644 --- a/CHANGELOG/v7.4/dependencychanges.json +++ b/CHANGELOG/v7.4/dependencychanges.json @@ -23,6 +23,19 @@ "VulnerableRanges": [], "AdvisoryUrls": [], "Justification": "Updated...
[ "CHANGELOG/v7.4/dependencychanges.json", "DotnetRuntimeMetadata.json", "global.json", "src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj", "src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj", "test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet...
[]
diff --git a/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj b/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj index 09f9db7fb31..0703c212a41 100644 --- a/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj +++ b/tes...
true
PowerShell/PowerShell
27,583
issue_to_patch
[release/v7.6.3] Update branch for release
lts - Automated by PowerShell Bot > **Note for reviewers:** This PR uses transitive dependency pinning (`transitive=true`, `versionLock=minor`). If this is the first time this workflow has run on this branch, a large number of transitive dependencies may appear pinned. This is expected behavior.
d6214ccb21e12a575623468d45acfcc26bcba3e7
f70f290fc268d56ee0cb1aba971fee8d99d9b70d
diff --git a/CHANGELOG/v7.6/dependencychanges.json b/CHANGELOG/v7.6/dependencychanges.json index a0122c94ac6..622085afad0 100644 --- a/CHANGELOG/v7.6/dependencychanges.json +++ b/CHANGELOG/v7.6/dependencychanges.json @@ -62,5 +62,18 @@ "AdvisoryUrls": [], "Justification": "Updated .NET SDK. Building with the ...
[ "CHANGELOG/v7.6/dependencychanges.json", "DotnetRuntimeMetadata.json", "global.json" ]
[]
true
PowerShell/PowerShell
27,584
issue_to_patch
[release/v7.6.3] Add PMC mappings for debian12 arm64 and debian13 arm64
Backport of #27491 to release/v7.6.3 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27491$$$ --> Triggered by @SeeminglyScience on behalf of @anamnavi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact or Cus...
d6214ccb21e12a575623468d45acfcc26bcba3e7
1a28b28b15ebfe807b4107c08d7cebc5866f1514
diff --git a/tools/packages.microsoft.com/mapping.json b/tools/packages.microsoft.com/mapping.json index 7cb212ffee3..9214e83cc16 100644 --- a/tools/packages.microsoft.com/mapping.json +++ b/tools/packages.microsoft.com/mapping.json @@ -88,6 +88,13 @@ ], "PackageFormat": "PACKAGE_NAME_POWERSHELL_R...
[ "tools/packages.microsoft.com/mapping.json" ]
[]
true
PowerShell/PowerShell
27,491
issue_to_patch
[DSR] - Debian 12 arm64 ### Name of the Distribution Debian ### Version of the Distribution 12 ### Package Types - [X] Deb - [ ] RPM - [ ] Tar.gz - [ ] Snap - Stop! Please file your issue in [PowerShell-Snap](https://github.com/powershell/powershell-snap) instead. ### Processor Architecture arm64 ### .NET Core...
Add PMC mappings for debian12 arm64 and debian13 arm64
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Add Packages.microsoft.com (PMC) mappings for debian12 arm64 and debian13 arm64 <!-- Summarize your PR between here and the checklist. --> ## PR Context Resolves #24076 <!-- Provide a little ...
c23c421068dd4967765d8d658d4ba68eb649ef4f
59c3d1316f04695f935f5d6a3d005c1950352263
diff --git a/tools/packages.microsoft.com/mapping.json b/tools/packages.microsoft.com/mapping.json index 7cb212ffee3..9214e83cc16 100644 --- a/tools/packages.microsoft.com/mapping.json +++ b/tools/packages.microsoft.com/mapping.json @@ -88,6 +88,13 @@ ], "PackageFormat": "PACKAGE_NAME_POWERSHELL_R...
[ "tools/packages.microsoft.com/mapping.json" ]
[ { "comment": "These additions create multiple mapping entries with the same `url` + `distribution` as existing AMD64 entries, differing only by `PackageFormat`. If the consumer logic assumes uniqueness on `url`/`distribution` (common for mapping tables), lookups may become ambiguous or non-deterministic (e.g., ...
true
PowerShell/PowerShell
27,491
comment_to_fix
Add PMC mappings for debian12 arm64 and debian13 arm64
These additions create multiple mapping entries with the same `url` + `distribution` as existing AMD64 entries, differing only by `PackageFormat`. If the consumer logic assumes uniqueness on `url`/`distribution` (common for mapping tables), lookups may become ambiguous or non-deterministic (e.g., first-match wins). Con...
c23c421068dd4967765d8d658d4ba68eb649ef4f
59c3d1316f04695f935f5d6a3d005c1950352263
diff --git a/tools/packages.microsoft.com/mapping.json b/tools/packages.microsoft.com/mapping.json index 7cb212ffee3..9214e83cc16 100644 --- a/tools/packages.microsoft.com/mapping.json +++ b/tools/packages.microsoft.com/mapping.json @@ -88,6 +88,13 @@ ], "PackageFormat": "PACKAGE_NAME_POWERSHELL_R...
[ "tools/packages.microsoft.com/mapping.json" ]
[ { "comment": "These additions create multiple mapping entries with the same `url` + `distribution` as existing AMD64 entries, differing only by `PackageFormat`. If the consumer logic assumes uniqueness on `url`/`distribution` (common for mapping tables), lookups may become ambiguous or non-deterministic (e.g., ...
true
PowerShell/PowerShell
27,491
comment_to_fix
Add PMC mappings for debian12 arm64 and debian13 arm64
These additions create multiple mapping entries with the same `url` + `distribution` as existing AMD64 entries, differing only by `PackageFormat`. If the consumer logic assumes uniqueness on `url`/`distribution` (common for mapping tables), lookups may become ambiguous or non-deterministic (e.g., first-match wins). Con...
c23c421068dd4967765d8d658d4ba68eb649ef4f
59c3d1316f04695f935f5d6a3d005c1950352263
diff --git a/tools/packages.microsoft.com/mapping.json b/tools/packages.microsoft.com/mapping.json index 7cb212ffee3..9214e83cc16 100644 --- a/tools/packages.microsoft.com/mapping.json +++ b/tools/packages.microsoft.com/mapping.json @@ -88,6 +88,13 @@ ], "PackageFormat": "PACKAGE_NAME_POWERSHELL_R...
[ "tools/packages.microsoft.com/mapping.json" ]
[ { "comment": "These additions create multiple mapping entries with the same `url` + `distribution` as existing AMD64 entries, differing only by `PackageFormat`. If the consumer logic assumes uniqueness on `url`/`distribution` (common for mapping tables), lookups may become ambiguous or non-deterministic (e.g., ...
true
PowerShell/PowerShell
27,581
issue_to_patch
[release/v7.5.8] Update branch for release
stable - Automated by PowerShell Bot > **Note for reviewers:** This PR uses transitive dependency pinning (`transitive=true`, `versionLock=minor`). If this is the first time this workflow has run on this branch, a large number of transitive dependencies may appear pinned. This is expected behavior.
9b02973e7d852342fe26dddc7ae180a720c20201
59295a47632f85f87fc42559d82192a837e0f8a3
diff --git a/CHANGELOG/v7.5/dependencychanges.json b/CHANGELOG/v7.5/dependencychanges.json index dbfa06a77c7..a721b677690 100644 --- a/CHANGELOG/v7.5/dependencychanges.json +++ b/CHANGELOG/v7.5/dependencychanges.json @@ -11,5 +11,18 @@ "AdvisoryUrls": [], "Justification": "Updated .NET SDK. Building with the ...
[ "CHANGELOG/v7.5/dependencychanges.json", "DotnetRuntimeMetadata.json", "global.json", "src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj", "src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj", "src/Microsoft.PowerShell....
[]
diff --git a/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj b/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj index 1d2e8ee4c90..49088a5897f 100644 --- a/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj +++ b/tes...
true
PowerShell/PowerShell
27,575
issue_to_patch
[release/v7.5.8] Remove the unused `Publish-NugetToMyGet` command from packaging module
Backport of #27403 to release/v7.5.8 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27403$$$ --> Triggered by @TravisEz13 on behalf of @daxian-dbw Original CL Label: CL-CodeCleanup /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact o...
c3fb5fa008aefcaee3a1a96cee3df0450830f55c
a8d4198fb573939de8f704820bef5c02129d840d
diff --git a/tools/packaging/packaging.psd1 b/tools/packaging/packaging.psd1 index e5b7fb84dfc..de726976f3a 100644 --- a/tools/packaging/packaging.psd1 +++ b/tools/packaging/packaging.psd1 @@ -21,7 +21,6 @@ 'New-ILNugetPackageFromSource' 'New-PSBuildZip' 'New-PSSignedBuildZip' - 'Publi...
[ "tools/packaging/packaging.psd1", "tools/packaging/packaging.psm1" ]
[]
true
PowerShell/PowerShell
27,574
issue_to_patch
[release/v7.4.17] Remove the unused `Publish-NugetToMyGet` command from packaging module
Backport of #27403 to release/v7.4.17 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27403$$$ --> Triggered by @TravisEz13 on behalf of @daxian-dbw Original CL Label: CL-CodeCleanup /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact ...
28d9c377de86e9f7bfe69f3912584305a2fb92d7
b2e52402c45abb8998295285afa514946385df7b
diff --git a/tools/packaging/packaging.psd1 b/tools/packaging/packaging.psd1 index e5b7fb84dfc..de726976f3a 100644 --- a/tools/packaging/packaging.psd1 +++ b/tools/packaging/packaging.psd1 @@ -21,7 +21,6 @@ 'New-ILNugetPackageFromSource' 'New-PSBuildZip' 'New-PSSignedBuildZip' - 'Publi...
[ "tools/packaging/packaging.psd1", "tools/packaging/packaging.psm1" ]
[]
true
PowerShell/PowerShell
27,573
issue_to_patch
[release/v7.6.3] Skip Store Publish when No Channel Seleceted
Backport of #27334 to release/v7.6.3 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27334$$$ --> Triggered by @TravisEz13 on behalf of @jshigetomi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impac...
98b3e1d00045eb997f360d98ae19472775f55095
390a45e7522950be525a548f3282acece3461c17
diff --git a/.pipelines/templates/package-store-package.yml b/.pipelines/templates/package-store-package.yml index 6abddae685..4ee2098332 100644 --- a/.pipelines/templates/package-store-package.yml +++ b/.pipelines/templates/package-store-package.yml @@ -79,10 +79,24 @@ jobs: $currentChannel = if ($IsLTS) { 'L...
[ ".pipelines/templates/package-store-package.yml", ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "This explicit `condition` overrides the default `succeeded()` behavior in Azure Pipelines, so this task can still run even if a previous step in the job has already failed. To preserve the default safety behavior while still skipping when no channel is selected, include `succeeded()` in the condit...
true
PowerShell/PowerShell
27,573
comment_to_fix
[release/v7.6.3] Skip Store Publish when No Channel Seleceted
This explicit `condition` overrides the default `succeeded()` behavior in Azure Pipelines, so this task can still run even if a previous step in the job has already failed. To preserve the default safety behavior while still skipping when no channel is selected, include `succeeded()` in the condition.
98b3e1d00045eb997f360d98ae19472775f55095
390a45e7522950be525a548f3282acece3461c17
diff --git a/.pipelines/templates/release-MSIX-Publish.yml b/.pipelines/templates/release-MSIX-Publish.yml index cbbdb70cc4..a68755725c 100644 --- a/.pipelines/templates/release-MSIX-Publish.yml +++ b/.pipelines/templates/release-MSIX-Publish.yml @@ -34,6 +34,7 @@ jobs: displayName: 'Capture ReleaseTag and Downloa...
[ ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "This explicit `condition` overrides the default `succeeded()` behavior in Azure Pipelines, so this task can still run even if a previous step in the job has already failed. To preserve the default safety behavior while still skipping when no channel is selected, include `succeeded()` in the condit...
true
PowerShell/PowerShell
27,573
comment_to_fix
[release/v7.6.3] Skip Store Publish when No Channel Seleceted
This explicit `condition` overrides the default `succeeded()` behavior in Azure Pipelines, so this task can still run even if an earlier step in the job has already failed. Combine the channel check with `succeeded()` to preserve the default execution semantics.
98b3e1d00045eb997f360d98ae19472775f55095
390a45e7522950be525a548f3282acece3461c17
diff --git a/.pipelines/templates/release-MSIX-Publish.yml b/.pipelines/templates/release-MSIX-Publish.yml index cbbdb70cc4..a68755725c 100644 --- a/.pipelines/templates/release-MSIX-Publish.yml +++ b/.pipelines/templates/release-MSIX-Publish.yml @@ -34,6 +34,7 @@ jobs: displayName: 'Capture ReleaseTag and Downloa...
[ ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "This explicit `condition` overrides the default `succeeded()` behavior in Azure Pipelines, so this task can still run even if an earlier step in the job has already failed. Combine the channel check with `succeeded()` to preserve the default execution semantics.", "path": ".pipelines/templates...
true
PowerShell/PowerShell
27,572
issue_to_patch
[release/v7.5.8] Skip Store Publish when No Channel Seleceted
Backport of #27334 to release/v7.5.8 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27334$$$ --> Triggered by @TravisEz13 on behalf of @jshigetomi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impac...
c3fb5fa008aefcaee3a1a96cee3df0450830f55c
492f6d53d66616b1b87ca2b24e76a789ffd375c4
diff --git a/.pipelines/templates/package-store-package.yml b/.pipelines/templates/package-store-package.yml index 6abddae685..4ee2098332 100644 --- a/.pipelines/templates/package-store-package.yml +++ b/.pipelines/templates/package-store-package.yml @@ -79,10 +79,24 @@ jobs: $currentChannel = if ($IsLTS) { 'L...
[ ".pipelines/templates/package-store-package.yml", ".pipelines/templates/release-MSIX-Publish.yml" ]
[]
true
PowerShell/PowerShell
27,571
issue_to_patch
[release/v7.4.17] Skip Store Publish when No Channel Seleceted
Backport of #27334 to release/v7.4.17 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27334$$$ --> Triggered by @TravisEz13 on behalf of @jshigetomi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impa...
28d9c377de86e9f7bfe69f3912584305a2fb92d7
cd8e34d2040a7438c6f2685b6696ef8a23871e9f
diff --git a/.pipelines/templates/package-store-package.yml b/.pipelines/templates/package-store-package.yml index 6abddae685..4ee2098332 100644 --- a/.pipelines/templates/package-store-package.yml +++ b/.pipelines/templates/package-store-package.yml @@ -79,10 +79,24 @@ jobs: $currentChannel = if ($IsLTS) { 'L...
[ ".pipelines/templates/package-store-package.yml", ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "This condition overrides the default `succeeded()` behavior for tasks in Azure Pipelines. As written, this step can still run even if a previous step in the job fails, which is usually unintended for Store publish steps.", "path": ".pipelines/templates/release-MSIX-Publish.yml", "hunk": "@...
true
PowerShell/PowerShell
27,571
comment_to_fix
[release/v7.4.17] Skip Store Publish when No Channel Seleceted
This condition overrides the default `succeeded()` behavior for tasks in Azure Pipelines. As written, this step can still run even if a previous step in the job fails, which is usually unintended for Store publish steps.
28d9c377de86e9f7bfe69f3912584305a2fb92d7
cd8e34d2040a7438c6f2685b6696ef8a23871e9f
diff --git a/.pipelines/templates/release-MSIX-Publish.yml b/.pipelines/templates/release-MSIX-Publish.yml index cbbdb70cc4..a68755725c 100644 --- a/.pipelines/templates/release-MSIX-Publish.yml +++ b/.pipelines/templates/release-MSIX-Publish.yml @@ -34,6 +34,7 @@ jobs: displayName: 'Capture ReleaseTag and Downloa...
[ ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "This condition overrides the default `succeeded()` behavior for tasks in Azure Pipelines. As written, this step can still run even if a previous step in the job fails, which is usually unintended for Store publish steps.", "path": ".pipelines/templates/release-MSIX-Publish.yml", "hunk": "@...
true
PowerShell/PowerShell
27,571
comment_to_fix
[release/v7.4.17] Skip Store Publish when No Channel Seleceted
Same issue as above: this condition removes the implicit `succeeded()` gate, so the step may run after earlier failures. Add `succeeded()` to keep the standard job flow.
28d9c377de86e9f7bfe69f3912584305a2fb92d7
cd8e34d2040a7438c6f2685b6696ef8a23871e9f
diff --git a/.pipelines/templates/release-MSIX-Publish.yml b/.pipelines/templates/release-MSIX-Publish.yml index cbbdb70cc4..a68755725c 100644 --- a/.pipelines/templates/release-MSIX-Publish.yml +++ b/.pipelines/templates/release-MSIX-Publish.yml @@ -34,6 +34,7 @@ jobs: displayName: 'Capture ReleaseTag and Downloa...
[ ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "Same issue as above: this condition removes the implicit `succeeded()` gate, so the step may run after earlier failures. Add `succeeded()` to keep the standard job flow.", "path": ".pipelines/templates/release-MSIX-Publish.yml", "hunk": "@@ -70,23 +71,26 @@ jobs:\n displayName: 'Add Ch...
true
PowerShell/PowerShell
27,576
issue_to_patch
[release/v7.6.3] Remove the unused `Publish-NugetToMyGet` command from packaging module
Backport of #27403 to release/v7.6.3 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27403$$$ --> Triggered by @TravisEz13 on behalf of @daxian-dbw Original CL Label: CL-CodeCleanup /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact o...
98b3e1d00045eb997f360d98ae19472775f55095
6af1e1f7432130d5b02cbfdc18a803eb2dd4e521
diff --git a/tools/packaging/packaging.psd1 b/tools/packaging/packaging.psd1 index e5b7fb84dfc..de726976f3a 100644 --- a/tools/packaging/packaging.psd1 +++ b/tools/packaging/packaging.psd1 @@ -21,7 +21,6 @@ 'New-ILNugetPackageFromSource' 'New-PSBuildZip' 'New-PSSignedBuildZip' - 'Publi...
[ "tools/packaging/packaging.psd1", "tools/packaging/packaging.psm1" ]
[]
true
PowerShell/PowerShell
27,403
issue_to_patch
Remove the unused `Publish-NugetToMyGet` command from packaging module
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> ### PR Summary Remove the unused `Publish-NugetToMyGet` command from packaging module. We have stopped using MyGet for some years.
1919ba8c472add85dc687ab3c32021cf234577af
497f2f0337442412ba750667a1a0787808e938d7
diff --git a/tools/packaging/packaging.psd1 b/tools/packaging/packaging.psd1 index b72c14b80f1..b71b7e79d13 100644 --- a/tools/packaging/packaging.psd1 +++ b/tools/packaging/packaging.psd1 @@ -18,7 +18,6 @@ 'New-ILNugetPackageFromSource' 'New-PSBuildZip' 'New-PSSignedBuildZip' - 'Publi...
[ "tools/packaging/packaging.psd1", "tools/packaging/packaging.psm1" ]
[]
true
PowerShell/PowerShell
27,334
issue_to_patch
Skip Store Publish when No Channel Seleceted
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary This pull request updates the release pipeline scripts to improve handling when no release channel (LTS, Stable, or Preview) is selected. Instead of failing the pipeline, the scripts now skip the ...
96ab22e281a7866c1a6790f933d98b557b1ec387
66b4108193238781055732fe9e97353e1235e2c6
diff --git a/.pipelines/templates/package-store-package.yml b/.pipelines/templates/package-store-package.yml index 6abddae6851..4ee2098332e 100644 --- a/.pipelines/templates/package-store-package.yml +++ b/.pipelines/templates/package-store-package.yml @@ -79,10 +79,24 @@ jobs: $currentChannel = if ($IsLTS) { ...
[ ".pipelines/templates/package-store-package.yml", ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "In the no-channel path you `return` before any step creates `$(ob_outputDirectory)` or copies anything into it. In this pipeline, job artifacts are typically gathered from `ob_outputDirectory`; if the directory is never created, artifact publishing (and downstream downloads like `drop_store_packag...
true
PowerShell/PowerShell
27,334
comment_to_fix
Skip Store Publish when No Channel Seleceted
In the no-channel path you `return` before any step creates `$(ob_outputDirectory)` or copies anything into it. In this pipeline, job artifacts are typically gathered from `ob_outputDirectory`; if the directory is never created, artifact publishing (and downstream downloads like `drop_store_package_CreateStorePackage`)...
96ab22e281a7866c1a6790f933d98b557b1ec387
66b4108193238781055732fe9e97353e1235e2c6
diff --git a/.pipelines/templates/package-store-package.yml b/.pipelines/templates/package-store-package.yml index 6abddae6851..4ee2098332e 100644 --- a/.pipelines/templates/package-store-package.yml +++ b/.pipelines/templates/package-store-package.yml @@ -79,10 +79,24 @@ jobs: $currentChannel = if ($IsLTS) { ...
[ ".pipelines/templates/package-store-package.yml" ]
[ { "comment": "In the no-channel path you `return` before any step creates `$(ob_outputDirectory)` or copies anything into it. In this pipeline, job artifacts are typically gathered from `ob_outputDirectory`; if the directory is never created, artifact publishing (and downstream downloads like `drop_store_packag...
true
PowerShell/PowerShell
27,334
comment_to_fix
Skip Store Publish when No Channel Seleceted
The warning/`return` here only affects the later โ€œValidate Channel Selectionโ€ step, but the job still downloads the `drop_store_package_CreateStorePackage` artifact and runs earlier steps (notably the SBJSON update that reads `$(Pipeline.Workspace)\SBOutDir\PowerShellStorePackage.json`). If no channel is selected and s...
96ab22e281a7866c1a6790f933d98b557b1ec387
66b4108193238781055732fe9e97353e1235e2c6
diff --git a/.pipelines/templates/release-MSIX-Publish.yml b/.pipelines/templates/release-MSIX-Publish.yml index cbbdb70cc4f..a68755725ce 100644 --- a/.pipelines/templates/release-MSIX-Publish.yml +++ b/.pipelines/templates/release-MSIX-Publish.yml @@ -34,6 +34,7 @@ jobs: displayName: 'Capture ReleaseTag and Downl...
[ ".pipelines/templates/release-MSIX-Publish.yml" ]
[ { "comment": "The warning/`return` here only affects the later โ€œValidate Channel Selectionโ€ step, but the job still downloads the `drop_store_package_CreateStorePackage` artifact and runs earlier steps (notably the SBJSON update that reads `$(Pipeline.Workspace)\\SBOutDir\\PowerShellStorePackage.json`). If no c...
true
PowerShell/PowerShell
27,550
issue_to_patch
Update PowerShell Universal information.
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary This updates information about PowerShell Universal after its acquisition by Devolutions. ## PR Context <!-- Provide a little reasoning as to why this Pull Request helps and why you have ope...
9d87b4346f9faea5ae069edc536578200ac66289
5b4738be2062f954a5c324957f550af302faf7e9
diff --git a/ADOPTERS.md b/ADOPTERS.md index 186b99dd093..d7d1bdd82ce 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -18,9 +18,7 @@ This is a list of adopters using PowerShell in production or in their products ( * [Azure Functions - PowerShell](https://github.com/Azure/azure-functions-powershell-worker) is a serverles...
[ "ADOPTERS.md" ]
[ { "comment": "There is trailing whitespace at the end of the line, which can cause noisy diffs and lint failures in some Markdown pipelines. Remove the trailing space.", "path": "ADOPTERS.md", "hunk": "@@ -18,9 +18,7 @@ This is a list of adopters using PowerShell in production or in their products (\n *...
true
PowerShell/PowerShell
27,550
comment_to_fix
Update PowerShell Universal information.
There is trailing whitespace at the end of the line, which can cause noisy diffs and lint failures in some Markdown pipelines. Remove the trailing space.
9d87b4346f9faea5ae069edc536578200ac66289
5b4738be2062f954a5c324957f550af302faf7e9
diff --git a/ADOPTERS.md b/ADOPTERS.md index 186b99dd093..d7d1bdd82ce 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -18,9 +18,7 @@ This is a list of adopters using PowerShell in production or in their products ( * [Azure Functions - PowerShell](https://github.com/Azure/azure-functions-powershell-worker) is a serverles...
[ "ADOPTERS.md" ]
[ { "comment": "There is trailing whitespace at the end of the line, which can cause noisy diffs and lint failures in some Markdown pipelines. Remove the trailing space.", "path": "ADOPTERS.md", "hunk": "@@ -18,9 +18,7 @@ This is a list of adopters using PowerShell in production or in their products (\n *...
true
PowerShell/PowerShell
27,550
comment_to_fix
Update PowerShell Universal information.
This change removes the follow-up lines and documentation link that previously provided additional context. To keep entries consistently informative (and to preserve a direct docs reference), consider reintroducing a second indented line with a docs link (or otherwise aligning the level of detail with surrounding adopt...
9d87b4346f9faea5ae069edc536578200ac66289
5b4738be2062f954a5c324957f550af302faf7e9
diff --git a/ADOPTERS.md b/ADOPTERS.md index 186b99dd093..d7d1bdd82ce 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -18,9 +18,7 @@ This is a list of adopters using PowerShell in production or in their products ( * [Azure Functions - PowerShell](https://github.com/Azure/azure-functions-powershell-worker) is a serverles...
[ "ADOPTERS.md" ]
[ { "comment": "This change removes the follow-up lines and documentation link that previously provided additional context. To keep entries consistently informative (and to preserve a direct docs reference), consider reintroducing a second indented line with a docs link (or otherwise aligning the level of detail ...
true
PowerShell/PowerShell
27,540
issue_to_patch
[release/v7.4.17] Verify Apple codesign immediately after ESRP signing
Backport of #27486 to release/v7.4.17 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27486$$$ --> Triggered by @SeeminglyScience on behalf of @andyleejordan Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact ...
9175e73c8d41defaee45e6237529f221b70489fe
b5f74ab4e2bcd997488c717e66d42de888e6df77
diff --git a/.pipelines/templates/mac.yml b/.pipelines/templates/mac.yml index cd492994617..2231d668b48 100644 --- a/.pipelines/templates/mac.yml +++ b/.pipelines/templates/mac.yml @@ -184,4 +184,23 @@ jobs: Expand-Archive -Path $zipFile -DestinationPath $signedDir -Force -Verbose displayName: Expand Apple-...
[ ".pipelines/templates/mac.yml" ]
[]
true
PowerShell/PowerShell
27,541
issue_to_patch
[release/v7.5.8] Verify Apple codesign immediately after ESRP signing
Backport of #27486 to release/v7.5.8 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27486$$$ --> Triggered by @SeeminglyScience on behalf of @andyleejordan Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact o...
be14d746bc3a453972aebf332b53bcb414322911
03094d7340860e68e4f7a5a4c3961d688579850d
diff --git a/.pipelines/templates/mac.yml b/.pipelines/templates/mac.yml index cd492994617..2231d668b48 100644 --- a/.pipelines/templates/mac.yml +++ b/.pipelines/templates/mac.yml @@ -184,4 +184,23 @@ jobs: Expand-Archive -Path $zipFile -DestinationPath $signedDir -Force -Verbose displayName: Expand Apple-...
[ ".pipelines/templates/mac.yml" ]
[]
true
PowerShell/PowerShell
27,542
issue_to_patch
[release/v7.6.3] Verify Apple codesign immediately after ESRP signing
Backport of #27486 to release/v7.6.3 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27486$$$ --> Triggered by @SeeminglyScience on behalf of @andyleejordan Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact o...
aa424e47ad4f5c84d2da9c01fbfb77b25b27fcce
ede4f8f1f8e5c814ee8244c467eff940aa77a3d3
diff --git a/.pipelines/templates/mac.yml b/.pipelines/templates/mac.yml index cd492994617..2231d668b48 100644 --- a/.pipelines/templates/mac.yml +++ b/.pipelines/templates/mac.yml @@ -184,4 +184,23 @@ jobs: Expand-Archive -Path $zipFile -DestinationPath $signedDir -Force -Verbose displayName: Expand Apple-...
[ ".pipelines/templates/mac.yml" ]
[]
true
PowerShell/PowerShell
27,486
issue_to_patch
Verify Apple codesign immediately after ESRP signing
## PR Summary Add an equivalent of `codesign --verify --deep --strict` step in the `Sign_macOS_*` jobs immediately after expanding the zip returned by ESRP. This is similar to the verification already run downstream in `mac-package-build.yml`, but running it inside the sign job means we fail fast in the producing pi...
90d3b7f2e355e457d92b6929f6b4cfe4fa651e35
d7c0ee08fe01ea429761a8534a21b0db2fb9a185
diff --git a/.pipelines/templates/mac.yml b/.pipelines/templates/mac.yml index cd492994617..2231d668b48 100644 --- a/.pipelines/templates/mac.yml +++ b/.pipelines/templates/mac.yml @@ -184,4 +184,23 @@ jobs: Expand-Archive -Path $zipFile -DestinationPath $signedDir -Force -Verbose displayName: Expand Apple-...
[ ".pipelines/templates/mac.yml" ]
[ { "comment": "The `Sign_macOS_*` job runs in a Windows pool (`pool.type: windows`), but this new step invokes `codesign`, which is only available on macOS/Xcode environments. As written, this will fail the signing job regardless of ESRP output. Consider moving this verification into a macOS-hosted job (or a mac...
true
PowerShell/PowerShell
27,486
comment_to_fix
Verify Apple codesign immediately after ESRP signing
The `Sign_macOS_*` job runs in a Windows pool (`pool.type: windows`), but this new step invokes `codesign`, which is only available on macOS/Xcode environments. As written, this will fail the signing job regardless of ESRP output. Consider moving this verification into a macOS-hosted job (or a macOS container step) tha...
90d3b7f2e355e457d92b6929f6b4cfe4fa651e35
d7c0ee08fe01ea429761a8534a21b0db2fb9a185
diff --git a/.pipelines/templates/mac.yml b/.pipelines/templates/mac.yml index cd492994617..2231d668b48 100644 --- a/.pipelines/templates/mac.yml +++ b/.pipelines/templates/mac.yml @@ -184,4 +184,23 @@ jobs: Expand-Archive -Path $zipFile -DestinationPath $signedDir -Force -Verbose displayName: Expand Apple-...
[ ".pipelines/templates/mac.yml" ]
[ { "comment": "The `Sign_macOS_*` job runs in a Windows pool (`pool.type: windows`), but this new step invokes `codesign`, which is only available on macOS/Xcode environments. As written, this will fail the signing job regardless of ESRP output. Consider moving this verification into a macOS-hosted job (or a mac...
true
PowerShell/PowerShell
27,538
issue_to_patch
Update preview changelog for v7.7.0-preview.2 (#27534)
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Merge the v7.7.0-preview.2 release branch back to master.
30a78c3a316fa0b2ac794ce658a8dfaf1b04ccb1
14b9c2368665ea29f7e7a8c9ed83f64827ed5867
diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 8f23d37c9bb..cee993df8cc 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,88 @@ # Preview Changelog +## [7.7.0-preview.2] + +### Engine Updates and Fixes + +- Update `MaxVisitCount` and `MaxHashtableKeyCount` if `VisitorSafeValueCo...
[ "CHANGELOG/preview.md" ]
[]
true
PowerShell/PowerShell
27,537
issue_to_patch
Update `metadata.json` for v7.7.0-preview.2 release
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> ### PR Summary Update `metadata.json` for v7.7.0-preview.2 release
f1aaf154138efa0035c51b069568e413e5735e36
fa866c7c4c9120835c0da7b3192c2b3853c0eb68
diff --git a/tools/metadata.json b/tools/metadata.json index 380ecac6cc9..d10f5088139 100644 --- a/tools/metadata.json +++ b/tools/metadata.json @@ -1,10 +1,10 @@ { "StableReleaseTag": "v7.6.2", - "PreviewReleaseTag": "v7.7.0-preview.1", + "PreviewReleaseTag": "v7.7.0-preview.2", "ServicingReleaseTag": "v7.0.1...
[ "tools/metadata.json" ]
[]
true
PowerShell/PowerShell
27,412
issue_to_patch
Add `appLicensing` capability to Appx manifest
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Add the [`appLicensing` cap](https://learn.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations) to Appx manifest which declares a license (from point of view of the Store) is not...
1919ba8c472add85dc687ab3c32021cf234577af
4326dfcffc5b6db60cf2b006d219d1158384cc7d
diff --git a/assets/AppxManifest.xml b/assets/AppxManifest.xml index 50a8c7af45d..dfcd95935d9 100644 --- a/assets/AppxManifest.xml +++ b/assets/AppxManifest.xml @@ -43,6 +43,7 @@ <Capabilities> <Capability Name="internetClient" /> + <rescap:Capability Name="appLicensing" /> <rescap:Capability Name="ru...
[ "assets/AppxManifest.xml" ]
[]
true
PowerShell/PowerShell
27,534
issue_to_patch
Update preview changelog for v7.7.0-preview.2
### PR Summary Automated changelog update for v7.7.0-preview.2 (changes since v7.7.0-preview.1)
f1aaf154138efa0035c51b069568e413e5735e36
1932e832ae32ec72807da067afe7e47c1b9d5ffe
diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 8f23d37c9bb..cee993df8cc 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,88 @@ # Preview Changelog +## [7.7.0-preview.2] + +### Engine Updates and Fixes + +- Update `MaxVisitCount` and `MaxHashtableKeyCount` if `VisitorSafeValueCo...
[ "CHANGELOG/preview.md" ]
[ { "comment": "Do we want to remove this credit to a team member and add SDK bump?", "path": "CHANGELOG/preview.md", "hunk": "@@ -1,5 +1,89 @@\n # Preview Changelog\n \n+## [7.7.0-preview.2]\n+\n+### Engine Updates and Fixes\n+\n+- Update `MaxVisitCount` and `MaxHashtableKeyCount` if `VisitorSafeValueCon...
true
PowerShell/PowerShell
27,534
comment_to_fix
Update preview changelog for v7.7.0-preview.2
```suggestion <p>Update to .NET SDK 11.0.100-preview.4</p> ```
f1aaf154138efa0035c51b069568e413e5735e36
1932e832ae32ec72807da067afe7e47c1b9d5ffe
diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 8f23d37c9bb..cee993df8cc 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,88 @@ # Preview Changelog +## [7.7.0-preview.2] + +### Engine Updates and Fixes + +- Update `MaxVisitCount` and `MaxHashtableKeyCount` if `VisitorSafeValueCo...
[ "CHANGELOG/preview.md" ]
[ { "comment": "```suggestion\n<p>Update to .NET SDK 11.0.100-preview.4</p>\n```", "path": "CHANGELOG/preview.md", "hunk": "@@ -1,5 +1,89 @@\n # Preview Changelog\n \n+## [7.7.0-preview.2]\n+\n+### Engine Updates and Fixes\n+\n+- Update `MaxVisitCount` and `MaxHashtableKeyCount` if `VisitorSafeValueContex...
true
PowerShell/PowerShell
27,213
issue_to_patch
Remove MSI from publishing pipeline
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary This pull request removes MSI and EXE package support from the Windows packaging and release pipelines, as well as related documentation and scripts. The changes ensure that only ZIP and MSIX pack...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 776a9a8c60f..35eab8c9b5b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -91,7 +91,7 @@ To run the link-checker, follow these steps: 1. Issues marked as [`First-Time-Issue`][first-time-issue], are identified as being easy and...
[ ".github/CONTRIBUTING.md", ".github/instructions/powershell-module-organization.instructions.md", ".pipelines/templates/packaging/windows/package.yml", ".pipelines/templates/packaging/windows/sign.yml", ".pipelines/templates/release-githubNuget.yml", ".pipelines/templates/release-validate-packagenames.yml...
[ { "comment": "tools/packaging/packaging.psd1 still exports `Compress-ExePackageEngine`/`Expand-ExePackageEngine`, but those functions were removed from tools/packaging/packaging.psm1 in this PR. This leaves the module manifest advertising non-existent public functions and will break any callers still using them...
diff --git a/test/perf/benchmarks/assets/compiler.test.ps1 b/test/perf/benchmarks/assets/compiler.test.ps1 index 5105ae9b408..be731373036 100644 --- a/test/perf/benchmarks/assets/compiler.test.ps1 +++ b/test/perf/benchmarks/assets/compiler.test.ps1 @@ -2238,26 +2238,6 @@ function Start-PSPackage { ...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
tools/packaging/packaging.psd1 still exports `Compress-ExePackageEngine`/`Expand-ExePackageEngine`, but those functions were removed from tools/packaging/packaging.psm1 in this PR. This leaves the module manifest advertising non-existent public functions and will break any callers still using them; remove these from `F...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/tools/packaging/packaging.psd1 b/tools/packaging/packaging.psd1 index 0053428a481..b72c14b80f1 100644 --- a/tools/packaging/packaging.psd1 +++ b/tools/packaging/packaging.psd1 @@ -7,13 +7,10 @@ PowerShellVersion = "5.0" CmdletsToExport = @() FunctionsToExport = @( - 'Compress-ExePac...
[ "tools/packaging/packaging.psd1" ]
[ { "comment": "tools/packaging/packaging.psd1 still exports `Compress-ExePackageEngine`/`Expand-ExePackageEngine`, but those functions were removed from tools/packaging/packaging.psm1 in this PR. This leaves the module manifest advertising non-existent public functions and will break any callers still using them...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
`Start-PSPackage` no longer supports MSI, but there are still in-repo callers that will now fail (for example `tools/UpdateDotnetRuntime.ps1` calls `Start-PSPackage -Type msi`, and `test/perf/benchmarks/assets/compiler.test.ps1` calls `New-MSIPackage`). Please update/remove those call sites (and any docs like docs/main...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/tools/packaging/packaging.psm1 b/tools/packaging/packaging.psm1 index 361f82769f0..a551a483c8d 100644 --- a/tools/packaging/packaging.psm1 +++ b/tools/packaging/packaging.psm1 @@ -52,7 +52,7 @@ function Start-PSPackage { [string]$Name = "powershell", # Ubuntu, CentOS, Fedora, macOS, and...
[ "tools/packaging/packaging.psm1" ]
[ { "comment": "`Start-PSPackage` no longer supports MSI, but there are still in-repo callers that will now fail (for example `tools/UpdateDotnetRuntime.ps1` calls `Start-PSPackage -Type msi`, and `test/perf/benchmarks/assets/compiler.test.ps1` calls `New-MSIPackage`). Please update/remove those call sites (and a...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
This sign job no longer performs any signing (all `onebranch.pipeline.signing@1` tasks were removed), but `New-MSIXPackage` only *packs* the `.msix` (it doesnโ€™t sign it). As a result, the pipeline will publish unsigned MSIX packages. Please add a signing step for `**/*.msix` (and any other formats that require signing)...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/.pipelines/templates/packaging/windows/sign.yml b/.pipelines/templates/packaging/windows/sign.yml index f7a2e5e03e8..151b5d676fb 100644 --- a/.pipelines/templates/packaging/windows/sign.yml +++ b/.pipelines/templates/packaging/windows/sign.yml @@ -67,110 +67,25 @@ jobs: - template: /.pipelines/templat...
[ ".pipelines/templates/packaging/windows/sign.yml" ]
[ { "comment": "This sign job no longer performs any signing (all `onebranch.pipeline.signing@1` tasks were removed), but `New-MSIXPackage` only *packs* the `.msix` (it doesnโ€™t sign it). As a result, the pipeline will publish unsigned MSIX packages. Please add a signing step for `**/*.msix` (and any other formats...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
`Invoke-CIFinish` now requests `msix` in `$packageTypes`, but `Start-PSPackage`/`New-MSIXPackage` doesnโ€™t return the created `.msix` path, so the MSIX artifact wonโ€™t be added to `$artifacts` and wonโ€™t be pushed via `Push-Artifact`. Either make `New-MSIXPackage` output the created file path or explicitly discover the ge...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/tools/ci.psm1 b/tools/ci.psm1 index b9d150ceacd..33700ac9024 100644 --- a/tools/ci.psm1 +++ b/tools/ci.psm1 @@ -241,7 +241,7 @@ function Install-CIPester Write-Verbose "Checking for Pester module (required: $MinimumVersion - $MaximumVersion)" -Verbose # Check if a compatible version of Pester i...
[ "tools/ci.psm1" ]
[ { "comment": "`Invoke-CIFinish` now requests `msix` in `$packageTypes`, but `Start-PSPackage`/`New-MSIXPackage` doesnโ€™t return the created `.msix` path, so the MSIX artifact wonโ€™t be added to `$artifacts` and wonโ€™t be pushed via `Push-Artifact`. Either make `New-MSIXPackage` output the created file path or expl...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
This paragraph became ambiguous after removing MSI/WiX context: it refers to โ€œupdate the fileโ€ and โ€œautomatically generated fileโ€ without saying what file is being updated or why building a ZIP would generate it. Please either restore the missing context (what file, where it lives, and what process generates it) or rem...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 776a9a8c60f..35eab8c9b5b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -91,7 +91,7 @@ To run the link-checker, follow these steps: 1. Issues marked as [`First-Time-Issue`][first-time-issue], are identified as being easy and...
[ ".github/CONTRIBUTING.md" ]
[ { "comment": "This paragraph became ambiguous after removing MSI/WiX context: it refers to โ€œupdate the fileโ€ and โ€œautomatically generated fileโ€ without saying what file is being updated or why building a ZIP would generate it. Please either restore the missing context (what file, where it lives, and what proces...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
The spell-checking guidance here is incorrect/misleading: building a ZIP via `Start-PSPackage` does not generate an updated `.spelling` file, and the โ€œLast command will report where new file is locatedโ€ statement doesnโ€™t match what the commands do. Please replace this paragraph with instructions that actually update `....
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 776a9a8c60f..35eab8c9b5b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -91,7 +91,7 @@ To run the link-checker, follow these steps: 1. Issues marked as [`First-Time-Issue`][first-time-issue], are identified as being easy and...
[ ".github/CONTRIBUTING.md" ]
[ { "comment": "The spell-checking guidance here is incorrect/misleading: building a ZIP via `Start-PSPackage` does not generate an updated `.spelling` file, and the โ€œLast command will report where new file is locatedโ€ statement doesnโ€™t match what the commands do. Please replace this paragraph with instructions t...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
On Windows, `Start-PSPackage` with no `-Type` will now default to only `msix`. Previously it produced multiple Windows artifacts, and this is easy to miss for local/manual packaging workflows. Consider defaulting to both `zip` and `msix` on Windows (or update documentation to explicitly say only MSIX is produced by def...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/tools/packaging/packaging.psm1 b/tools/packaging/packaging.psm1 index 361f82769f0..a551a483c8d 100644 --- a/tools/packaging/packaging.psm1 +++ b/tools/packaging/packaging.psm1 @@ -52,7 +52,7 @@ function Start-PSPackage { [string]$Name = "powershell", # Ubuntu, CentOS, Fedora, macOS, and...
[ "tools/packaging/packaging.psm1" ]
[ { "comment": "On Windows, `Start-PSPackage` with no `-Type` will now default to only `msix`. Previously it produced multiple Windows artifacts, and this is easy to miss for local/manual packaging workflows. Consider defaulting to both `zip` and `msix` on Windows (or update documentation to explicitly say only M...
true
PowerShell/PowerShell
27,213
comment_to_fix
Remove MSI from publishing pipeline
This statement implies `Start-PSPackage` will create both ZIP and MSIX on Windows. In the current implementation, calling `Start-PSPackage` without `-Type` on Windows defaults to only MSIX, so this can mislead release/manual packaging instructions. Please clarify the wording (e.g., โ€œsupports ZIP and MSIXโ€ or document t...
25e80cefdb14d0c69eaa976314e31d035aeddd73
970b54b0211d20856033c7956110ebc470882487
diff --git a/docs/maintainers/releasing.md b/docs/maintainers/releasing.md index 3562962e68f..ccb4e5529d7 100644 --- a/docs/maintainers/releasing.md +++ b/docs/maintainers/releasing.md @@ -57,17 +57,13 @@ It **requires** that PowerShell Core has been built via `Start-PSBuild` from the #### Windows -The `Start-PSPa...
[ "docs/maintainers/releasing.md" ]
[ { "comment": "This statement implies `Start-PSPackage` will create both ZIP and MSIX on Windows. In the current implementation, calling `Start-PSPackage` without `-Type` on Windows defaults to only MSIX, so this can mislead release/manual packaging instructions. Please clarify the wording (e.g., โ€œsupports ZIP a...
true
PowerShell/PowerShell
27,504
issue_to_patch
[master] Update branch for release
preview - Automated by PowerShell Bot
7ae36cd32ef85db1b1a54a4b733bd52e75799abe
b054f6ab1d0876a1a3ec7b5e63a882c617f79627
diff --git a/CHANGELOG/v7.7/dependencychanges.json b/CHANGELOG/v7.7/dependencychanges.json index 21cd1577251..ccaabfce2c1 100644 --- a/CHANGELOG/v7.7/dependencychanges.json +++ b/CHANGELOG/v7.7/dependencychanges.json @@ -11,5 +11,18 @@ "AdvisoryUrls": [], "Justification": "Updated .NET SDK. Building with the ...
[ "CHANGELOG/v7.7/dependencychanges.json", "DotnetRuntimeMetadata.json", "global.json", "src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj", "src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj", "src/Microsoft.PowerShell....
[ { "comment": "The cgmanifest bumps several packages to `10.0.8`, but the repoโ€™s `.csproj` updates reference the corresponding packages at `11.0.0-preview.4.26230.115` (e.g., `Microsoft.Win32.Registry.AccessControl`, `System.Drawing.Common`, `Microsoft.Windows.Compatibility`). This mismatch can cause Component G...
diff --git a/test/tools/TestService/TestService.csproj b/test/tools/TestService/TestService.csproj index 37b73426f6c..3cf42bd6e28 100644 --- a/test/tools/TestService/TestService.csproj +++ b/test/tools/TestService/TestService.csproj @@ -15,7 +15,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="...
true
PowerShell/PowerShell
27,504
comment_to_fix
[master] Update branch for release
The cgmanifest bumps several packages to `10.0.8`, but the repoโ€™s `.csproj` updates reference the corresponding packages at `11.0.0-preview.4.26230.115` (e.g., `Microsoft.Win32.Registry.AccessControl`, `System.Drawing.Common`, `Microsoft.Windows.Compatibility`). This mismatch can cause Component Governance/SBOM output ...
7ae36cd32ef85db1b1a54a4b733bd52e75799abe
b054f6ab1d0876a1a3ec7b5e63a882c617f79627
diff --git a/tools/cgmanifest/main/cgmanifest.json b/tools/cgmanifest/main/cgmanifest.json index 5d2de074cae..97e323ed123 100644 --- a/tools/cgmanifest/main/cgmanifest.json +++ b/tools/cgmanifest/main/cgmanifest.json @@ -65,7 +65,7 @@ "Type": "nuget", "Nuget": { "Name": "Markdig.Signed", - ...
[ "tools/cgmanifest/main/cgmanifest.json" ]
[ { "comment": "The cgmanifest bumps several packages to `10.0.8`, but the repoโ€™s `.csproj` updates reference the corresponding packages at `11.0.0-preview.4.26230.115` (e.g., `Microsoft.Win32.Registry.AccessControl`, `System.Drawing.Common`, `Microsoft.Windows.Compatibility`). This mismatch can cause Component G...
true
PowerShell/PowerShell
27,488
issue_to_patch
Update `metadata.json` for the servicing releases
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> ### PR Summary Update `metadata.json` for the servicing releases.
5e6ecd3701815d63e861056df81e45afc6f01bd0
a732d01a7c73288e75249040fb20395c3e4130ae
diff --git a/tools/metadata.json b/tools/metadata.json index b2c8b561502..380ecac6cc9 100644 --- a/tools/metadata.json +++ b/tools/metadata.json @@ -1,9 +1,9 @@ { - "StableReleaseTag": "v7.6.1", + "StableReleaseTag": "v7.6.2", "PreviewReleaseTag": "v7.7.0-preview.1", "ServicingReleaseTag": "v7.0.13", - "Relea...
[ "tools/metadata.json" ]
[]
true
PowerShell/PowerShell
27,494
issue_to_patch
Update CHANGELOG for v7.4.16, v7.5.7, and v7.6.2 releases
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary <!-- Summarize your PR between here and the checklist. --> ## PR Context <!-- Provide a little reasoning as to why this Pull Request helps and why you have opened it. --> ## PR Checklist ...
5f40b97039202a7535857526d8d4a0d1f2834760
b44b3cd84adb38d02b5deaf2e144a3faffb08bad
diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index eb506a7ddbc..2105ab948f6 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,46 @@ # 7.4 Changelog +## [7.4.16] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27454) + +### General Cmdlet Updates and Fixes + +- Upd...
[ "CHANGELOG/7.4.md", "CHANGELOG/7.5.md", "CHANGELOG/7.6.md" ]
[ { "comment": "The cmdlet and type name arenโ€™t formatted as code; this changelog file consistently uses backticks for cmdlets/types (e.g., other `Out-GridView` entries below).\n", "path": "CHANGELOG/7.4.md", "hunk": "@@ -1,5 +1,46 @@\n # 7.4 Changelog\n \n+## [7.4.16]\n+\n+### Engine Updates and Fixes\n+...
true
PowerShell/PowerShell
27,215
issue_to_patch
[release/v7.6.1] Delay update notification for one week to ensure all packages become available
Backport of #27095 to release/v7.6.1 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27095$$$ --> Triggered by @daxian-dbw on behalf of @daxian-dbw Original CL Label: CL-General /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact or Cu...
c818284337afae36424903efc4ade495cff2b61a
0e48e88fd559632136c8ccc2ce2b211dd3ae8e68
diff --git a/src/Microsoft.PowerShell.ConsoleHost/host/msh/UpdatesNotification.cs b/src/Microsoft.PowerShell.ConsoleHost/host/msh/UpdatesNotification.cs index 28cd31473dd..d0b1ed4572c 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/host/msh/UpdatesNotification.cs +++ b/src/Microsoft.PowerShell.ConsoleHost/host/msh/Up...
[ "src/Microsoft.PowerShell.ConsoleHost/host/msh/UpdatesNotification.cs" ]
[ { "comment": "`UpdateCheckBackoffDays` is still set to 7 days, but the PR description/backport context (#27095) states the update check backoff should be increased from 7 to 14 days. Either update this constant (and the related comment below) to match the intended 14-day backoff, or adjust the PR description if...
true
PowerShell/PowerShell
27,498
issue_to_patch
[release/v7.5.7] Remove unused step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline
Backport of #27495 to release/v7.5.7 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27495$$$ --> Triggered by @SeeminglyScience on behalf of @anamnavi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact or Cus...
3416dd0145a9530d93c0a9be8c066ca4212a8c16
62658ac789e1d408b966869c5926dd9db5712559
diff --git a/.pipelines/templates/release-prep-for-ev2.yml b/.pipelines/templates/release-prep-for-ev2.yml index 3ad716a3af4..ace2b8f7df4 100644 --- a/.pipelines/templates/release-prep-for-ev2.yml +++ b/.pipelines/templates/release-prep-for-ev2.yml @@ -59,20 +59,6 @@ stages: env: ob_restore_phase: true ...
[ ".pipelines/templates/release-prep-for-ev2.yml" ]
[]
true
PowerShell/PowerShell
27,497
issue_to_patch
[release/v7.4.16] Remove unused step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline
Backport of #27495 to release/v7.4.16 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27495$$$ --> Triggered by @SeeminglyScience on behalf of @anamnavi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact or Cu...
ba53779768dfcafbed66eef027000c9f37bc4694
b51222d997ec85709fd07cdfd54cfa97dbd6c57a
diff --git a/.pipelines/templates/release-prep-for-ev2.yml b/.pipelines/templates/release-prep-for-ev2.yml index 8c81aa03df3..b2bfe3c74e2 100644 --- a/.pipelines/templates/release-prep-for-ev2.yml +++ b/.pipelines/templates/release-prep-for-ev2.yml @@ -59,20 +59,6 @@ stages: env: ob_restore_phase: true ...
[ ".pipelines/templates/release-prep-for-ev2.yml" ]
[]
true
PowerShell/PowerShell
27,495
issue_to_patch
Remove unused step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Remove unnecessary step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline <!-- Summarize your PR between here and the checklist. --> ## PR Context <!-- Provide a little reas...
5f40b97039202a7535857526d8d4a0d1f2834760
b0f0cc21e055c162c3c6746e1b854ad990c71e41
diff --git a/.pipelines/templates/release-prep-for-ev2.yml b/.pipelines/templates/release-prep-for-ev2.yml index 3ad716a3af4..ace2b8f7df4 100644 --- a/.pipelines/templates/release-prep-for-ev2.yml +++ b/.pipelines/templates/release-prep-for-ev2.yml @@ -59,20 +59,6 @@ stages: env: ob_restore_phase: true ...
[ ".pipelines/templates/release-prep-for-ev2.yml" ]
[]
true
PowerShell/PowerShell
27,496
issue_to_patch
[release/v7.6.2] Remove unused step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline
Backport of #27495 to release/v7.6.2 <!-- DO NOT MODIFY THIS COMMENT. IT IS AUTO-GENERATED. $$$originalprnumber:27495$$$ --> Triggered by @SeeminglyScience on behalf of @anamnavi Original CL Label: CL-BuildPackaging /cc @PowerShell/powershell-maintainers ## Impact **REQUIRED**: Choose either Tooling Impact or Cus...
0d3c290a8737d4252ee75c052d16190ffcdb7d19
732bdc7156409e2f7f4ffe07163da1109b65a99d
diff --git a/.pipelines/templates/release-prep-for-ev2.yml b/.pipelines/templates/release-prep-for-ev2.yml index 3ad716a3af4..ace2b8f7df4 100644 --- a/.pipelines/templates/release-prep-for-ev2.yml +++ b/.pipelines/templates/release-prep-for-ev2.yml @@ -59,20 +59,6 @@ stages: env: ob_restore_phase: true ...
[ ".pipelines/templates/release-prep-for-ev2.yml" ]
[]
true
PowerShell/PowerShell
27,487
issue_to_patch
Update Microsoft.PowerShell.PSResourceGet version to 1.3.0-preview1
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Update Microsoft.PowerShell.PSResourceGet version to 1.3.0-preview1 <!-- Summarize your PR between here and the checklist. --> ## PR Context <!-- Provide a little reasoning as to why this Pul...
90d3b7f2e355e457d92b6929f6b4cfe4fa651e35
2cac205b6717a12a4ca68814fc8845908bcf4f5a
diff --git a/src/Modules/PSGalleryModules.csproj b/src/Modules/PSGalleryModules.csproj index 3903b164b09..d08fc45c494 100644 --- a/src/Modules/PSGalleryModules.csproj +++ b/src/Modules/PSGalleryModules.csproj @@ -13,7 +13,7 @@ <ItemGroup> <PackageReference Include="PowerShellGet" Version="2.2.5" /> <Packag...
[ "src/Modules/PSGalleryModules.csproj" ]
[ { "comment": "This changes a dependency to a pre-release (`-preview1`) version, which can introduce breaking changes and reduce stability/reproducibility of builds (especially for downstream consumers expecting stable packages). If this project is intended to ship stable artifacts, prefer a stable PSResourceGet...
true
PowerShell/PowerShell
27,484
issue_to_patch
Update 7.5 changelog for v7.5.7
Automated changelog update for v7.5.7 (changes since v7.5.6)
359d08e6aabb8b6d63fa59d429192463ae3e45bd
277158a906c553abdffc9919f9f487704f589e4e
diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 326652821cc..01fa5c87459 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,46 @@ # 7.5 Changelog +## [7.5.7] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27479) + +### General Cmdlet Updates and Fixes + +- Upda...
[ "CHANGELOG/7.5.md" ]
[ { "comment": "This looks like a duplicated changelog entry (same text, different PR numbers). If these are two distinct fixes, consider adjusting one bullet to describe the specific difference; otherwise, remove the duplicate to avoid confusing release notes.\n", "path": "CHANGELOG/7.5.md", "hunk": "@@ ...
true
PowerShell/PowerShell
27,484
comment_to_fix
Update 7.5 changelog for v7.5.7
This looks like a duplicated changelog entry (same text, different PR numbers). If these are two distinct fixes, consider adjusting one bullet to describe the specific difference; otherwise, remove the duplicate to avoid confusing release notes.
359d08e6aabb8b6d63fa59d429192463ae3e45bd
277158a906c553abdffc9919f9f487704f589e4e
diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index 326652821cc..01fa5c87459 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,46 @@ # 7.5 Changelog +## [7.5.7] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27479) + +### General Cmdlet Updates and Fixes + +- Upda...
[ "CHANGELOG/7.5.md" ]
[ { "comment": "This looks like a duplicated changelog entry (same text, different PR numbers). If these are two distinct fixes, consider adjusting one bullet to describe the specific difference; otherwise, remove the duplicate to avoid confusing release notes.\n", "path": "CHANGELOG/7.5.md", "hunk": "@@ ...
true
PowerShell/PowerShell
27,471
issue_to_patch
Update 7.6 changelog for v7.6.2
Automated changelog update for v7.6.2 (changes since v7.6.1)
43da485fafefaf6bfc2a622e1728a5ccf83a5efe
7977b2b320f7473556494a553907044115111153
diff --git a/CHANGELOG/7.6.md b/CHANGELOG/7.6.md index a4d81683321..da1370779cc 100644 --- a/CHANGELOG/7.6.md +++ b/CHANGELOG/7.6.md @@ -1,5 +1,47 @@ # 7.6 Changelog +## [7.6.2] + +### Engine Updates and Fixes + +- Enable usage in AppContainers (#27423) +- Fix checks for local user config file paths (#27432) + +### ...
[ "CHANGELOG/7.6.md" ]
[ { "comment": "Because this content is inside an HTML <li>, Markdown emphasis isn't applied; '*nix' will likely render with literal asterisks. Consider replacing it with 'Unix'/'Unix-like', or escaping the asterisk (for example using '&ast;nix') to ensure it renders as intended.\n", "path": "CHANGELOG/7.6.md...
true
PowerShell/PowerShell
27,480
issue_to_patch
[release/v7.5.7] Update branch for release
stable - Automated by PowerShell Bot > **Note for reviewers:** This PR uses transitive dependency pinning (`transitive=true`, `versionLock=minor`). If this is the first time this workflow has run on this branch, a large number of transitive dependencies may appear pinned. This is expected behavior.
c3d3fddb705ee7aff240be28efe755a35c4a4c06
52b4ab7a9f8b41afe698d21bdde4a373e6631cb4
diff --git a/CHANGELOG/v7.5/dependencychanges.json b/CHANGELOG/v7.5/dependencychanges.json new file mode 100644 index 00000000000..dbfa06a77c7 --- /dev/null +++ b/CHANGELOG/v7.5/dependencychanges.json @@ -0,0 +1,15 @@ +[ + { + "ChangeType": "NonSecurity", + "Branch": "release/v7.5.7", + "PackageId": ".NET SDK...
[ "CHANGELOG/v7.5/dependencychanges.json", "DotnetRuntimeMetadata.json", "global.json", "src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj", "src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj", "src/Microsoft.PowerShell....
[ { "comment": "The `$schema` property was moved from the top of the JSON document to the end. While JSON semantics donโ€™t require ordering, keeping `$schema` at the top is a common convention and improves readability/discoverability for reviewers and tooling configurations. Consider moving `$schema` back to the t...
diff --git a/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj b/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj index bd18dde778f..1d2e8ee4c90 100644 --- a/test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj +++ b/tes...
true
PowerShell/PowerShell
27,482
issue_to_patch
[release/v7.4.16] Update ThirdPartyNotices.txt for v7.4.16
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> ### PR Summary Update ThirdPartyNotices.txt for v7.4.16.
9f4150b023d99a3949dafc809e20f67f7525924e
802fd1340a224a48afddbeca39a3365daa129529
diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index 94e5f2829e3..eba3c708593 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -1762,7 +1762,7 @@ SOFTWARE. --------------------------------------------------------- -System.Data.SqlClient 4.9.0 - MIT +System.Data.SqlClient 4.9.1 - MIT ...
[ "ThirdPartyNotices.txt" ]
[ { "comment": "The notice entry lists `System.Drawing.Common 8.0.24`, but the repo currently references `System.Drawing.Common` version `8.0.27` in multiple project files (e.g., `src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj:25`, `src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Comm...
true
PowerShell/PowerShell
27,481
issue_to_patch
Update 7.4 changelog for v7.4.16
Automated changelog update for v7.4.16 (changes since v7.4.15)
9f4150b023d99a3949dafc809e20f67f7525924e
848b60a44bff2688d07bb8fe1e6ef86ee65fc310
diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 23ecfd2de77..285ae0aa81d 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,46 @@ # 7.4 Changelog +## [7.4.16] + +### Engine Updates and Fixes + +- Fix checks for local user config file paths (#27454) + +### General Cmdlet Updates and Fixes + +- Upd...
[ "CHANGELOG/7.4.md" ]
[]
true
PowerShell/PowerShell
27,385
issue_to_patch
Linux release does not have +x set on various files in the tar.gz (7.4.3) ### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. - [X] Refer to the [FAQ](https://g...
Fix *nix permissions and use `certificate_logical_to_actual`
<!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Fixes #23968 (with regression tests) and finishes the certificate code abstraction. Redux of https://github.com/PowerShell/PowerShell/pull/27354 which got merged too soon. <!-- Summarize you...
b9bd8cbc59762f4e4d4dc81a08e6b7417efd2937
47e0c13eb84bea932bde01d123d59f6f063ed2d7
diff --git a/.pipelines/templates/linux-package-build.yml b/.pipelines/templates/linux-package-build.yml index bb7ed723f42..a832268712c 100644 --- a/.pipelines/templates/linux-package-build.yml +++ b/.pipelines/templates/linux-package-build.yml @@ -1,9 +1,8 @@ parameters: unsignedDrop: 'drop_linux_build_linux_x64' ...
[ ".pipelines/templates/linux-package-build.yml", ".pipelines/templates/mac-package-build.yml", ".pipelines/templates/mac.yml", ".pipelines/templates/nupkg.yml", ".pipelines/templates/shouldSign.yml", ".pipelines/templates/stages/PowerShell-Packages-Stages.yml", ".pipelines/templates/windows-hosted-build....
[ { "comment": "In this step `$pkgPath` is computed via `Select-Object -ExpandProperty FullName`, which will return an array when both regular and `-LTS` packages are produced. In that case the `if ($pkgPath -like '*.tar.gz')` branch will run, but `tar -tzvf $pkgPath` will be invoked with multiple archive paths a...
true