diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index c6dfdeb6d40ea7..42a062c5b5c66d 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -66,7 +66,7 @@ jobs: run: yarn jest --logHeapUsage --maxWorkers=2 --ci - name: Codecov - uses: codecov/codecov-action@v1.4.0 + uses: codecov/codecov-action@v1.4.1 if: always() # build after tests to exclude files diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 323692d1244d8b..c7825e1b9754d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,9 +46,12 @@ jobs: - name: Set up Java ${{ env.JAVA_VERSION }} if: env.NODE_VERSION == '14' - uses: actions/setup-java@v1.4.3 + uses: actions/setup-java@v2.0.0 with: java-version: ${{ env.JAVA_VERSION }} + distribution: 'adopt' + java-package: jre + check-latest: false - name: Skip Java tests if: env.NODE_VERSION != '14' @@ -91,7 +94,7 @@ jobs: run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }} - name: Codecov - uses: codecov/codecov-action@v1.4.0 + uses: codecov/codecov-action@v1.4.1 if: always() && env.coverage == 'true' # build after tests to exclude files diff --git a/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap b/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap index 58e8780369bcfe..763e27ef8475f9 100644 --- a/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/bitbucket-server/__snapshots__/index.spec.ts.snap @@ -11,7 +11,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -28,7 +28,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -45,7 +45,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -62,7 +62,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "git.company.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -79,7 +79,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "api.github.example.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -96,7 +96,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "api.github.example.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap b/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap index ec37a0babb73f1..8f669d2249bb55 100644 --- a/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/bitbucket/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`config/presets/bitbucket/index fetchJSONFile() returns JSON 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -18,7 +18,7 @@ exports[`config/presets/bitbucket/index fetchJSONFile() throws on error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -32,7 +32,7 @@ exports[`config/presets/bitbucket/index fetchJSONFile() throws on invalid json 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap b/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap index 69dd66a3522e52..0109651a17f888 100644 --- a/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/gitea/__snapshots__/index.spec.ts.snap @@ -11,7 +11,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -75,7 +75,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -91,7 +91,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -107,7 +107,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -139,7 +139,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -155,7 +155,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -166,7 +166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -182,7 +182,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.gitea.example.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "gitea.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/config/presets/github/__snapshots__/index.spec.ts.snap b/lib/config/presets/github/__snapshots__/index.spec.ts.snap index a9c1e0512e7b34..61443318e1f82d 100644 --- a/lib/config/presets/github/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/github/__snapshots__/index.spec.ts.snap @@ -11,7 +11,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -75,7 +75,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -91,7 +91,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -107,7 +107,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -139,7 +139,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -155,7 +155,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -166,7 +166,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -182,7 +182,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.example.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap b/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap index e612a7ae6045a9..ff22d65cae913f 100644 --- a/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap +++ b/lib/config/presets/gitlab/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -55,7 +55,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -70,7 +70,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -80,7 +80,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -90,7 +90,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -100,7 +100,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -115,7 +115,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.example.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.example.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -140,7 +140,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -150,7 +150,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap index a626c8a8a3237e..ab98f09083bb6c 100644 --- a/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/bitbucket-tags/__snapshots__/index.spec.ts.snap @@ -7,7 +7,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -17,7 +17,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -34,7 +34,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -44,7 +44,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -98,7 +98,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap b/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap index 99398206f31a35..f6b82cfb899b2b 100644 --- a/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/cdnjs/__snapshots__/index.spec.ts.snap @@ -18,7 +18,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -147,7 +147,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -162,7 +162,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -177,7 +177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -192,7 +192,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -207,7 +207,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -222,7 +222,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -237,7 +237,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -252,7 +252,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -267,7 +267,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.cdnjs.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/crate/__snapshots__/index.spec.ts.snap b/lib/datasource/crate/__snapshots__/index.spec.ts.snap index 93d5c027187043..48572b6e73a18d 100644 --- a/lib/datasource/crate/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/crate/__snapshots__/index.spec.ts.snap @@ -101,7 +101,7 @@ exports[`datasource/crate/index getReleases processes real data: amethyst 2`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -321,7 +321,7 @@ exports[`datasource/crate/index getReleases processes real data: libc 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -337,7 +337,7 @@ exports[`datasource/crate/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -351,7 +351,7 @@ exports[`datasource/crate/index getReleases returns null for empty list 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -365,7 +365,7 @@ exports[`datasource/crate/index getReleases returns null for empty result 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -379,7 +379,7 @@ exports[`datasource/crate/index getReleases returns null for missing fields 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -393,7 +393,7 @@ exports[`datasource/crate/index getReleases returns null for unknown error 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -409,7 +409,7 @@ exports[`datasource/crate/index getReleases throws for 5xx 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "raw.githubusercontent.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/dart/__snapshots__/index.spec.ts.snap b/lib/datasource/dart/__snapshots__/index.spec.ts.snap index 5c7aee71bdc2ec..585cb9468cf9a8 100644 --- a/lib/datasource/dart/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/dart/__snapshots__/index.spec.ts.snap @@ -190,7 +190,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -205,7 +205,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -220,7 +220,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -230,7 +230,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -245,7 +245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -260,7 +260,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -277,7 +277,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pub.dartlang.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/docker/__snapshots__/index.spec.ts.snap b/lib/datasource/docker/__snapshots__/index.spec.ts.snap index 002c57bf7acb26..6d773f2113fed8 100644 --- a/lib/datasource/docker/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/docker/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/docker/index getDigest continues without token if ECR authen Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -14,7 +14,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -28,7 +28,7 @@ exports[`datasource/docker/index getDigest continues without token if ECR authen Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -37,7 +37,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -51,7 +51,7 @@ exports[`datasource/docker/index getDigest continues without token, when no head Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -62,7 +62,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -77,7 +77,7 @@ exports[`datasource/docker/index getDigest falls back to body for digest 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -88,7 +88,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -99,7 +99,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -114,7 +114,7 @@ exports[`datasource/docker/index getDigest returns digest 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -124,7 +124,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -134,7 +134,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -149,7 +149,7 @@ exports[`datasource/docker/index getDigest returns null for 403 with basic authe Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -159,7 +159,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -174,7 +174,7 @@ exports[`datasource/docker/index getDigest returns null if empty header 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -185,7 +185,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -200,7 +200,7 @@ exports[`datasource/docker/index getDigest returns null if errored 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -211,7 +211,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -226,7 +226,7 @@ exports[`datasource/docker/index getDigest returns null if no token 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -237,7 +237,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -252,7 +252,7 @@ exports[`datasource/docker/index getDigest supports ECR authentication 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -262,7 +262,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic abcdef", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -273,7 +273,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic abcdef", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -288,7 +288,7 @@ exports[`datasource/docker/index getDigest supports basic authentication 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -298,7 +298,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -309,7 +309,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -324,7 +324,7 @@ exports[`datasource/docker/index getDigest supports docker insecure registry 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -335,7 +335,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -350,7 +350,7 @@ exports[`datasource/docker/index getDigest supports scoped names 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -361,7 +361,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -372,7 +372,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -415,7 +415,7 @@ exports[`datasource/docker/index getReleases adds library/ prefix for Docker Hub Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -426,7 +426,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -437,7 +437,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token ", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -447,7 +447,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -457,7 +457,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -471,7 +471,7 @@ exports[`datasource/docker/index getReleases adds library/ prefix for Docker Hub Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -482,7 +482,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "auth.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -493,7 +493,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token ", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -503,7 +503,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -513,7 +513,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -527,7 +527,7 @@ exports[`datasource/docker/index getReleases adds no library/ prefix for other r Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -538,7 +538,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -549,7 +549,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token ", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -559,7 +559,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -569,7 +569,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "k8s.gcr.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -590,7 +590,7 @@ exports[`datasource/docker/index getReleases ignores unsupported manifest 2`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -601,7 +601,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -611,7 +611,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -622,7 +622,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -644,7 +644,7 @@ exports[`datasource/docker/index getReleases ignores unsupported schema version Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -655,7 +655,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -665,7 +665,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -676,7 +676,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -691,7 +691,7 @@ exports[`datasource/docker/index getReleases returns null if no auth 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -700,7 +700,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -714,7 +714,7 @@ exports[`datasource/docker/index getReleases returns null if no token 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -725,7 +725,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -740,7 +740,7 @@ exports[`datasource/docker/index getReleases returns null on error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -751,7 +751,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "index.docker.io", "user-agent": "https://github.com/renovatebot/renovate", @@ -774,7 +774,7 @@ exports[`datasource/docker/index getReleases supports labels 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -785,7 +785,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -795,7 +795,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -806,7 +806,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -816,7 +816,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -826,7 +826,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -849,7 +849,7 @@ exports[`datasource/docker/index getReleases supports manifest lists 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -860,7 +860,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -870,7 +870,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -881,7 +881,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -891,7 +891,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -902,7 +902,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -912,7 +912,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -922,7 +922,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -944,7 +944,7 @@ exports[`datasource/docker/index getReleases supports redirect 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -955,7 +955,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -965,7 +965,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -976,7 +976,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -986,7 +986,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -996,7 +996,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1006,7 +1006,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "abc.s3.amazon.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1020,7 +1020,7 @@ exports[`datasource/docker/index getReleases uses custom registry in depName 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1031,7 +1031,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1041,7 +1041,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1052,7 +1052,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1067,7 +1067,7 @@ exports[`datasource/docker/index getReleases uses custom registry with registryU Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1078,7 +1078,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1089,7 +1089,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1099,7 +1099,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1110,7 +1110,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1125,7 +1125,7 @@ exports[`datasource/docker/index getReleases uses lower tag limit for ECR deps 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1136,7 +1136,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1146,7 +1146,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1157,7 +1157,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v2+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "123456789.dkr.ecr.us-east-1.amazonaws.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/docker/index.ts b/lib/datasource/docker/index.ts index 798f4be800e3cf..89d76e53ce8b10 100644 --- a/lib/datasource/docker/index.ts +++ b/lib/datasource/docker/index.ts @@ -1,4 +1,3 @@ -import { OutgoingHttpHeaders } from 'http'; import URL from 'url'; import { ECR } from '@aws-sdk/client-ecr'; import hasha from 'hasha'; @@ -11,6 +10,7 @@ import { ExternalHostError } from '../../types/errors/external-host-error'; import * as packageCache from '../../util/cache/package'; import * as hostRules from '../../util/host-rules'; import { Http, HttpResponse } from '../../util/http'; +import type { OutgoingHttpHeaders } from '../../util/http/types'; import { ensureTrailingSlash, trimTrailingSlash } from '../../util/url'; import * as dockerVersioning from '../../versioning/docker'; import type { GetReleasesConfig, ReleaseResult } from '../types'; diff --git a/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap b/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap index dcf30d16b354de..cc3a0aac71f2f4 100644 --- a/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/galaxy-collection/__snapshots__/index.spec.ts.snap @@ -44,7 +44,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -54,7 +54,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -64,7 +64,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -74,7 +74,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -84,7 +84,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -99,7 +99,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -120,7 +120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -135,7 +135,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -150,7 +150,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -160,7 +160,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -175,7 +175,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -212,7 +212,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -222,7 +222,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -232,7 +232,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -242,7 +242,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -252,7 +252,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap b/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap index 9f7c73b9d70fbb..eccbcde4bb7fc3 100644 --- a/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/galaxy/__snapshots__/index.spec.ts.snap @@ -26,7 +26,7 @@ exports[`datasource/galaxy/index getReleases processes real data 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ exports[`datasource/galaxy/index getReleases return null if searching random use Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -54,7 +54,7 @@ exports[`datasource/galaxy/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -68,7 +68,7 @@ exports[`datasource/galaxy/index getReleases returns null for empty list 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -82,7 +82,7 @@ exports[`datasource/galaxy/index getReleases returns null for empty result 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -96,7 +96,7 @@ exports[`datasource/galaxy/index getReleases returns null for missing fields 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -110,7 +110,7 @@ exports[`datasource/galaxy/index getReleases returns null for unknown error 1`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -126,7 +126,7 @@ exports[`datasource/galaxy/index getReleases throws for 5xx 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -140,7 +140,7 @@ exports[`datasource/galaxy/index getReleases throws for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "galaxy.ansible.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap b/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap index 0acbadabf69fad..ac905b745ee209 100644 --- a/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/github-releases/__snapshots__/index.spec.ts.snap @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -84,7 +84,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap index 0ff5fa3c868dd6..314c8ea2de7a88 100644 --- a/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/github-tags/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -21,7 +21,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -37,7 +37,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -53,7 +53,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -69,7 +69,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -80,7 +80,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -96,7 +96,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -107,7 +107,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -159,7 +159,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -170,7 +170,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -202,7 +202,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -213,7 +213,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token some-token", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap b/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap index 3e49f3c86144e9..0ed338df6b5baa 100644 --- a/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/gitlab-tags/__snapshots__/index.spec.ts.snap @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/go/__snapshots__/index.spec.ts.snap b/lib/datasource/go/__snapshots__/index.spec.ts.snap index f772770f353377..c14477a9b06161 100644 --- a/lib/datasource/go/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/go/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/go/index getDigest gitlab digest is not supported at the mom Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -18,7 +18,7 @@ exports[`datasource/go/index getDigest returns digest 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -28,7 +28,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -42,7 +42,7 @@ exports[`datasource/go/index getDigest returns null for no go-source tag 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -56,7 +56,7 @@ exports[`datasource/go/index getDigest returns null for wrong name 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -73,7 +73,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -83,7 +83,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -113,7 +113,7 @@ exports[`datasource/go/index getReleases handles fyne.io 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "fyne.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -123,7 +123,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -133,7 +133,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -163,7 +163,7 @@ exports[`datasource/go/index getReleases processes real data 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -173,7 +173,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -183,7 +183,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -208,7 +208,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -223,7 +223,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -233,7 +233,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -247,7 +247,7 @@ exports[`datasource/go/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -261,7 +261,7 @@ exports[`datasource/go/index getReleases returns null for empty result 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -275,7 +275,7 @@ exports[`datasource/go/index getReleases returns null for go-import prefix misma Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -289,7 +289,7 @@ exports[`datasource/go/index getReleases returns null for unknown error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -303,7 +303,7 @@ exports[`datasource/go/index getReleases skips unsupported platform 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -317,7 +317,7 @@ exports[`datasource/go/index getReleases skips wrong package 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -348,7 +348,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -378,7 +378,7 @@ exports[`datasource/go/index getReleases support ghe 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -388,7 +388,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -398,7 +398,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "git.enterprise.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -428,7 +428,7 @@ exports[`datasource/go/index getReleases support gitlab 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "golang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -438,7 +438,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -468,7 +468,7 @@ exports[`datasource/go/index getReleases support self hosted gitlab private repo Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -479,7 +479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -496,7 +496,7 @@ exports[`datasource/go/index getReleases unknown datasource returns null 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "some.unknown.website", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -511,7 +511,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -531,7 +531,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -541,7 +541,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -561,7 +561,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -576,7 +576,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -586,7 +586,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -601,7 +601,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -611,7 +611,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -626,7 +626,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -636,7 +636,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap b/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap index ec3e54c92371a2..c6e61704bfee48 100644 --- a/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/gradle-version/__snapshots__/index.spec.ts.snap @@ -1523,7 +1523,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "foo.bar", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1533,7 +1533,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "baz.qux", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1548,7 +1548,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "services.gradle.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1563,7 +1563,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "services.gradle.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1573,7 +1573,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "baz.qux", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2799,7 +2799,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "services.gradle.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/gradle-version/index.ts b/lib/datasource/gradle-version/index.ts index b9a0a29ca67563..6638ea55b5f01f 100644 --- a/lib/datasource/gradle-version/index.ts +++ b/lib/datasource/gradle-version/index.ts @@ -1,5 +1,6 @@ import { ExternalHostError } from '../../types/errors/external-host-error'; -import { Http, HttpError } from '../../util/http'; +import { Http } from '../../util/http'; +import { HttpError } from '../../util/http/types'; import { regEx } from '../../util/regex'; import * as gradleVersioning from '../../versioning/gradle'; import type { GetReleasesConfig, Release, ReleaseResult } from '../types'; diff --git a/lib/datasource/helm/__snapshots__/index.spec.ts.snap b/lib/datasource/helm/__snapshots__/index.spec.ts.snap index b3ef0477d3ec16..71fb5c03c6e46e 100644 --- a/lib/datasource/helm/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/helm/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/helm/index getReleases adds trailing slash to subdirectories Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -136,7 +136,7 @@ exports[`datasource/helm/index getReleases returns list of versions for normal r Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -150,7 +150,7 @@ exports[`datasource/helm/index getReleases returns null for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -164,7 +164,7 @@ exports[`datasource/helm/index getReleases returns null for empty response 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -178,7 +178,7 @@ exports[`datasource/helm/index getReleases returns null for missing response bod Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -192,7 +192,7 @@ exports[`datasource/helm/index getReleases returns null for unknown error 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -206,7 +206,7 @@ exports[`datasource/helm/index getReleases returns null if index.yaml in respons Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -220,7 +220,7 @@ exports[`datasource/helm/index getReleases returns null if index.yaml in respons Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -234,7 +234,7 @@ exports[`datasource/helm/index getReleases returns null if lookupName is not in Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -250,7 +250,7 @@ exports[`datasource/helm/index getReleases throws for 5xx 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example-repository.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/hex/__snapshots__/index.spec.ts.snap b/lib/datasource/hex/__snapshots__/index.spec.ts.snap index 37b45ff3c43290..34fab1f645181d 100644 --- a/lib/datasource/hex/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/hex/__snapshots__/index.spec.ts.snap @@ -94,7 +94,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -198,7 +198,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -213,7 +213,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -228,7 +228,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -243,7 +243,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -258,7 +258,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -273,7 +273,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -288,7 +288,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer this_simple_token", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", @@ -304,7 +304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -319,7 +319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "hex.pm", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/npm/__snapshots__/get.spec.ts.snap b/lib/datasource/npm/__snapshots__/get.spec.ts.snap index e6a41feecfaac2..febfdcf557f715 100644 --- a/lib/datasource/npm/__snapshots__/get.spec.ts.snap +++ b/lib/datasource/npm/__snapshots__/get.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -27,7 +27,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -38,7 +38,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -49,7 +49,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -60,7 +60,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -71,7 +71,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -82,7 +82,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -92,7 +92,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -108,7 +108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -142,7 +142,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -160,7 +160,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -177,7 +177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -194,7 +194,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -211,7 +211,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -228,7 +228,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -245,7 +245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -262,7 +262,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -279,7 +279,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -296,7 +296,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -313,7 +313,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -330,7 +330,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -347,7 +347,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -364,7 +364,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -381,7 +381,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -397,7 +397,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -413,7 +413,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -428,7 +428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -443,7 +443,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -458,7 +458,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic dGVzdDp0ZXN0", "host": "test.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -474,7 +474,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic XXX", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -490,7 +490,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer XXX", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/npm/__snapshots__/index.spec.ts.snap b/lib/datasource/npm/__snapshots__/index.spec.ts.snap index e45039df17686d..85d618101b79ab 100644 --- a/lib/datasource/npm/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/npm/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "npm.mycustomregistry.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -119,7 +119,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -156,7 +156,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -194,7 +194,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -227,7 +227,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -260,7 +260,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -298,7 +298,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.from-env.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -350,7 +350,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -365,7 +365,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -380,7 +380,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -395,7 +395,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -433,7 +433,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic 1234", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -449,7 +449,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -464,7 +464,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -479,7 +479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -494,7 +494,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -509,7 +509,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -547,7 +547,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -586,7 +586,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.npmjs.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -624,7 +624,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abcde", "host": "npm.mycustomregistry.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -663,7 +663,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abcde", "host": "npm.mycustomregistry.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/npm/npmrc.ts b/lib/datasource/npm/npmrc.ts index 2f26bad4182a66..673ce0eec5ebea 100644 --- a/lib/datasource/npm/npmrc.ts +++ b/lib/datasource/npm/npmrc.ts @@ -1,4 +1,3 @@ -import { OutgoingHttpHeaders } from 'http'; import url from 'url'; import is from '@sindresorhus/is'; import ini from 'ini'; @@ -6,6 +5,7 @@ import registryAuthToken from 'registry-auth-token'; import getRegistryUrl from 'registry-auth-token/registry-url'; import { getAdminConfig } from '../../config/admin'; import { logger } from '../../logger'; +import type { OutgoingHttpHeaders } from '../../util/http/types'; import { maskToken } from '../../util/mask'; import { add } from '../../util/sanitize'; diff --git a/lib/datasource/nuget/__snapshots__/index.spec.ts.snap b/lib/datasource/nuget/__snapshots__/index.spec.ts.snap index f104bd2ee93532..56acf1c134a8c2 100644 --- a/lib/datasource/nuget/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/nuget/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -55,7 +55,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "my-registry", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -83,7 +83,7 @@ exports[`datasource/nuget/index getReleases handles paginated results (v2) 2`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -92,7 +92,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "example.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -295,7 +295,7 @@ exports[`datasource/nuget/index getReleases processes real data (v2) 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -501,7 +501,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -511,7 +511,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -530,7 +530,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -735,7 +735,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -745,7 +745,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -755,7 +755,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -764,7 +764,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1501,7 +1501,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1511,7 +1511,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1521,7 +1521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1531,7 +1531,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1541,7 +1541,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1551,7 +1551,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1560,7 +1560,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1574,7 +1574,7 @@ exports[`datasource/nuget/index getReleases processes real data no relase (v2) 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1600,7 +1600,7 @@ exports[`datasource/nuget/index getReleases processes real data with no github p Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -1751,7 +1751,7 @@ exports[`datasource/nuget/index getReleases processes real data without project Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2001,7 +2001,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2011,7 +2011,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2021,7 +2021,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2030,7 +2030,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2040,7 +2040,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2050,7 +2050,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2060,7 +2060,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "myprivatefeed", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2069,7 +2069,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2083,7 +2083,7 @@ exports[`datasource/nuget/index getReleases returns null for empty result (v2) 1 Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2098,7 +2098,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2113,7 +2113,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2122,7 +2122,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2136,7 +2136,7 @@ exports[`datasource/nuget/index getReleases returns null for non 200 (v2) 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2151,7 +2151,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2166,7 +2166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2175,7 +2175,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2189,7 +2189,7 @@ exports[`datasource/nuget/index getReleases returns null for unknown error (v2) Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2204,7 +2204,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2213,7 +2213,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2228,7 +2228,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2238,7 +2238,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -2253,7 +2253,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.nuget.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/orb/__snapshots__/index.spec.ts.snap b/lib/datasource/orb/__snapshots__/index.spec.ts.snap index 127ec2c18cab2d..0570ff75315eb4 100644 --- a/lib/datasource/orb/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/orb/__snapshots__/index.spec.ts.snap @@ -69,7 +69,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -150,7 +150,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -182,7 +182,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -214,7 +214,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -246,7 +246,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", @@ -278,7 +278,7 @@ Array [ }, "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "128", "content-type": "application/json", "host": "circleci.com", diff --git a/lib/datasource/packagist/__snapshots__/index.spec.ts.snap b/lib/datasource/packagist/__snapshots__/index.spec.ts.snap index 656ba9df8d7a9e..f2f7b7b6386352 100644 --- a/lib/datasource/packagist/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/packagist/__snapshots__/index.spec.ts.snap @@ -89,7 +89,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -104,7 +104,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -114,7 +114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -129,7 +129,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -139,7 +139,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -154,7 +154,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -164,7 +164,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -174,7 +174,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -189,7 +189,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -199,7 +199,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -214,7 +214,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -224,7 +224,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -323,7 +323,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "packagist.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -483,7 +483,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -494,7 +494,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic c29tZS11c2VybmFtZTpzb21lLXBhc3N3b3Jk", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -526,7 +526,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -536,7 +536,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -571,7 +571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -616,7 +616,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -626,7 +626,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -636,7 +636,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -681,7 +681,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -691,7 +691,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "composer.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/pod/__snapshots__/index.spec.ts.snap b/lib/datasource/pod/__snapshots__/index.spec.ts.snap index 49a787fedebd8a..f4d092d4d18230 100644 --- a/lib/datasource/pod/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/pod/__snapshots__/index.spec.ts.snap @@ -4,7 +4,7 @@ exports[`datasource/pod/index getReleases processes real data from CDN 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -19,7 +19,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -29,7 +29,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -43,7 +43,7 @@ exports[`datasource/pod/index getReleases returns null for 401 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -58,7 +58,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -68,7 +68,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -82,7 +82,7 @@ exports[`datasource/pod/index getReleases returns null for unknown error 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -96,7 +96,7 @@ exports[`datasource/pod/index getReleases throws for 429 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "cdn.cocoapods.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/pod/index.ts b/lib/datasource/pod/index.ts index dd2d050815c175..c231142d9a6707 100644 --- a/lib/datasource/pod/index.ts +++ b/lib/datasource/pod/index.ts @@ -3,8 +3,9 @@ import { HOST_DISABLED } from '../../constants/error-messages'; import { logger } from '../../logger'; import { ExternalHostError } from '../../types/errors/external-host-error'; import * as packageCache from '../../util/cache/package'; -import { Http, HttpError } from '../../util/http'; +import { Http } from '../../util/http'; import { GithubHttp } from '../../util/http/github'; +import type { HttpError } from '../../util/http/types'; import type { GetReleasesConfig, ReleaseResult } from '../types'; export const id = 'pod'; diff --git a/lib/datasource/pypi/__snapshots__/index.spec.ts.snap b/lib/datasource/pypi/__snapshots__/index.spec.ts.snap index 794a2a2421d0a4..77aaee8743c65b 100644 --- a/lib/datasource/pypi/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/pypi/__snapshots__/index.spec.ts.snap @@ -47,7 +47,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -56,7 +56,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -71,7 +71,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -111,7 +111,7 @@ exports[`datasource/pypi/index getReleases parses data-requires-python and respe Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -167,7 +167,7 @@ exports[`datasource/pypi/index getReleases process data from +simple endpoint 2` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "some.registry.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -223,7 +223,7 @@ exports[`datasource/pypi/index getReleases process data from simple endpoint 2`] Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -248,7 +248,7 @@ exports[`datasource/pypi/index getReleases process data from simple endpoint wit Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -361,7 +361,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -413,7 +413,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -428,7 +428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -437,7 +437,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -451,7 +451,7 @@ exports[`datasource/pypi/index getReleases returns null for 404 response from si Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -465,7 +465,7 @@ exports[`datasource/pypi/index getReleases returns null for empty response 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -480,7 +480,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -495,7 +495,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "pypi.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -510,7 +510,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -525,7 +525,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "custom.pypi.net", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -535,7 +535,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "second-index", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -545,7 +545,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "third-index", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/repology/__snapshots__/index.spec.ts.snap b/lib/datasource/repology/__snapshots__/index.spec.ts.snap index ef660bc51fca60..827c08d4115e8d 100644 --- a/lib/datasource/repology/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/repology/__snapshots__/index.spec.ts.snap @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -26,7 +26,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -52,7 +52,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -78,7 +78,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -104,7 +104,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -130,7 +130,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -140,7 +140,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -181,7 +181,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -191,7 +191,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -206,7 +206,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -216,7 +216,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -241,7 +241,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -256,7 +256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -266,7 +266,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -281,7 +281,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -291,7 +291,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -301,7 +301,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -316,7 +316,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -331,7 +331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -341,7 +341,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -351,7 +351,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -366,7 +366,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -381,7 +381,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -391,7 +391,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "repology.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap b/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap index b69a7fb2e3d471..fca4d1a87f01b2 100644 --- a/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/ruby-version/__snapshots__/index.spec.ts.snap @@ -679,7 +679,7 @@ exports[`datasource/ruby-version/index getReleases parses real data 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.ruby-lang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -693,7 +693,7 @@ exports[`datasource/ruby-version/index getReleases throws for 404 1`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.ruby-lang.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -707,7 +707,7 @@ exports[`datasource/ruby-version/index getReleases throws for empty result 1`] = Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "www.ruby-lang.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap b/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap index 6121d7da25e5bd..9a622318154f85 100644 --- a/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/rubygems/__snapshots__/index.spec.ts.snap @@ -34,7 +34,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -45,7 +45,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -76,7 +76,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -87,7 +87,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -2486,7 +2486,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -2497,7 +2497,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -2508,7 +2508,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "firstparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -4936,7 +4936,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", @@ -4947,7 +4947,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "thirdparty.com", "hosttype": "rubygems", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/datasource/rubygems/get.ts b/lib/datasource/rubygems/get.ts index 2525bff001279f..71546019caea2e 100644 --- a/lib/datasource/rubygems/get.ts +++ b/lib/datasource/rubygems/get.ts @@ -1,7 +1,7 @@ -import { OutgoingHttpHeaders } from 'http'; import urlJoin from 'url-join'; import { logger } from '../../logger'; import { Http } from '../../util/http'; +import type { OutgoingHttpHeaders } from '../../util/http/types'; import type { ReleaseResult } from '../types'; import { id } from './common'; diff --git a/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap b/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap index ba9127ade469d2..c854d6aa986bea 100644 --- a/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/terraform-module/__snapshots__/index.spec.ts.snap @@ -85,7 +85,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -95,7 +95,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -110,7 +110,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.foo.bar", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -120,7 +120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.foo.bar", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -294,7 +294,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -304,7 +304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -319,7 +319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -329,7 +329,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -344,7 +344,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "terraform.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -359,7 +359,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -369,7 +369,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -384,7 +384,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -394,7 +394,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -409,7 +409,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -419,7 +419,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap b/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap index ba9a88d4094223..600ed430ee6c80 100644 --- a/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap +++ b/lib/datasource/terraform-provider/__snapshots__/index.spec.ts.snap @@ -23,7 +23,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -33,7 +33,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -264,7 +264,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -274,7 +274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -495,7 +495,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -505,7 +505,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.company.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -520,7 +520,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -530,7 +530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -540,7 +540,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -555,7 +555,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -565,7 +565,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -575,7 +575,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -590,7 +590,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -600,7 +600,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -615,7 +615,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -625,7 +625,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "registry.terraform.io", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -635,7 +635,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "releases.hashicorp.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/logger/__snapshots__/err-serializer.spec.ts.snap b/lib/logger/__snapshots__/err-serializer.spec.ts.snap index 8fb0bda601dfc3..7298c8ddc8bac4 100644 --- a/lib/logger/__snapshots__/err-serializer.spec.ts.snap +++ b/lib/logger/__snapshots__/err-serializer.spec.ts.snap @@ -22,7 +22,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic OnRva2Vu", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -38,7 +38,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic OnRva2Vu", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -57,7 +57,7 @@ Object { "options": Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "user-agent": "https://github.com/renovatebot/renovate", }, "http2": false, diff --git a/lib/manager/bazel/__snapshots__/update.spec.ts.snap b/lib/manager/bazel/__snapshots__/update.spec.ts.snap index 2631b00d3ad7ca..8d37dbc1d86d41 100644 --- a/lib/manager/bazel/__snapshots__/update.spec.ts.snap +++ b/lib/manager/bazel/__snapshots__/update.spec.ts.snap @@ -135,7 +135,7 @@ exports[`manager/bazel/update updateDependency updates commit-based http archive Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -161,7 +161,7 @@ exports[`manager/bazel/update updateDependency updates finds url instead of urls Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -175,7 +175,7 @@ exports[`manager/bazel/update updateDependency updates http archive with content Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -189,7 +189,7 @@ exports[`manager/bazel/update updateDependency updates http_archive with urls ar Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "mirror.bazel.build", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -198,7 +198,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/manager/gradle-wrapper/artifacts-real.spec.ts b/lib/manager/gradle-wrapper/artifacts-real.spec.ts index a65f49ab2fc105..0d598a720cfabe 100644 --- a/lib/manager/gradle-wrapper/artifacts-real.spec.ts +++ b/lib/manager/gradle-wrapper/artifacts-real.spec.ts @@ -239,7 +239,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, @@ -274,7 +274,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, diff --git a/lib/manager/gradle-wrapper/artifacts.spec.ts b/lib/manager/gradle-wrapper/artifacts.spec.ts index b1157494e1ed16..19dad4770cc7df 100644 --- a/lib/manager/gradle-wrapper/artifacts.spec.ts +++ b/lib/manager/gradle-wrapper/artifacts.spec.ts @@ -156,7 +156,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, @@ -191,7 +191,7 @@ describe(getName(__filename), () => { expect(httpMock.getTrace()).toEqual([ { headers: { - 'accept-encoding': 'gzip, deflate', + 'accept-encoding': 'gzip, deflate, br', host: 'services.gradle.org', 'user-agent': 'https://github.com/renovatebot/renovate', }, diff --git a/lib/manager/homebrew/__snapshots__/update.spec.ts.snap b/lib/manager/homebrew/__snapshots__/update.spec.ts.snap index 85d7da77dc8c08..f26ef08ea807db 100644 --- a/lib/manager/homebrew/__snapshots__/update.spec.ts.snap +++ b/lib/manager/homebrew/__snapshots__/update.spec.ts.snap @@ -67,7 +67,7 @@ exports[`manager/homebrew/update returns unchanged content if both got requests Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -76,7 +76,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -90,7 +90,7 @@ exports[`manager/homebrew/update returns unchanged content if fromStream promise Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -99,7 +99,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -113,7 +113,7 @@ exports[`manager/homebrew/update returns unchanged content if repoName in upgrad Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -122,7 +122,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -136,7 +136,7 @@ exports[`manager/homebrew/update returns unchanged content if repoName in upgrad Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -145,7 +145,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -159,7 +159,7 @@ exports[`manager/homebrew/update returns unchanged content if sha256 field in Fo Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -173,7 +173,7 @@ exports[`manager/homebrew/update returns unchanged content if sha256 field in Fo Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -187,7 +187,7 @@ exports[`manager/homebrew/update returns unchanged content if url field in Formu Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -201,7 +201,7 @@ exports[`manager/homebrew/update returns unchanged content if url field in Formu Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -266,7 +266,7 @@ exports[`manager/homebrew/update updates "archive" github dependency 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -343,7 +343,7 @@ exports[`manager/homebrew/update updates "releases" github dependency 2`] = ` Array [ Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "github.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/manager/npm/extract/__snapshots__/index.spec.ts.snap b/lib/manager/npm/extract/__snapshots__/index.spec.ts.snap index 887e3be176c5c0..e0b886ce2fb95c 100644 --- a/lib/manager/npm/extract/__snapshots__/index.spec.ts.snap +++ b/lib/manager/npm/extract/__snapshots__/index.spec.ts.snap @@ -361,7 +361,7 @@ Object { "packageJsonName": undefined, "packageJsonType": "app", "pnpmShrinkwrap": undefined, - "skipInstalls": true, + "skipInstalls": false, "yarnLock": undefined, "yarnWorkspacesPackages": undefined, "yarnrc": undefined, diff --git a/lib/manager/npm/extract/index.ts b/lib/manager/npm/extract/index.ts index c8c496fb7aea8e..7bccc130f11d2a 100644 --- a/lib/manager/npm/extract/index.ts +++ b/lib/manager/npm/extract/index.ts @@ -126,7 +126,7 @@ export async function extractPackageFile( let lernaJsonFile: string; let lernaPackages: string[]; let lernaClient: 'yarn' | 'npm'; - let hasFileRefs = false; + let hasFancyRefs = false; let lernaJson: { packages: string[]; npmClient: string; @@ -224,6 +224,7 @@ export async function extractPackageFile( if (dep.currentValue.startsWith('npm:')) { dep.npmPackageAlias = true; + hasFancyRefs = true; const valSplit = dep.currentValue.replace('npm:', '').split('@'); if (valSplit.length === 2) { dep.lookupName = valSplit[0]; @@ -237,7 +238,7 @@ export async function extractPackageFile( } if (dep.currentValue.startsWith('file:')) { dep.skipReason = SkipReason.File; - hasFileRefs = true; + hasFancyRefs = true; return dep; } if (isValid(dep.currentValue)) { @@ -345,11 +346,11 @@ export async function extractPackageFile( } let skipInstalls = config.skipInstalls; if (skipInstalls === null) { - if (hasFileRefs) { + if (hasFancyRefs) { // https://github.com/npm/cli/issues/1432 // Explanation: - // - npm install --package-lock-only is buggy for transitive deps in file: references - // - So we set skipInstalls to false if file: refs are found *and* the user hasn't explicitly set the value already + // - npm install --package-lock-only is buggy for transitive deps in file: and npm: references + // - So we set skipInstalls to false if file: or npm: refs are found *and* the user hasn't explicitly set the value already logger.debug('Automatically setting skipInstalls to false'); skipInstalls = false; } else { diff --git a/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap index 11d930e5352015..a9dc8fe6f33ca8 100644 --- a/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap +++ b/lib/platform/bitbucket-server/__snapshots__/index.spec.ts.snap @@ -9,7 +9,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -21,7 +21,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -33,7 +33,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -45,7 +45,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -58,7 +58,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -72,7 +72,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -84,7 +84,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -101,7 +101,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -113,7 +113,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -137,7 +137,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -150,7 +150,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -164,7 +164,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -176,7 +176,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -195,7 +195,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -207,7 +207,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -219,7 +219,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -244,7 +244,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -263,7 +263,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -275,7 +275,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -292,7 +292,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -304,7 +304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -316,7 +316,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -333,7 +333,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -345,7 +345,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -357,7 +357,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -369,7 +369,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -382,7 +382,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -403,7 +403,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -415,7 +415,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -427,7 +427,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -439,7 +439,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -452,7 +452,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -471,7 +471,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -483,7 +483,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -495,7 +495,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -507,7 +507,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -520,7 +520,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -539,7 +539,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -563,7 +563,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -575,7 +575,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -588,7 +588,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -607,7 +607,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -619,7 +619,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -631,7 +631,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -643,7 +643,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -656,7 +656,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -677,7 +677,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -689,7 +689,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -701,7 +701,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -713,7 +713,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -726,7 +726,7 @@ Array [ "body": "{\\"text\\":\\"### topic\\\\n\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "31", "content-type": "application/json", @@ -745,7 +745,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -757,7 +757,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -769,7 +769,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -781,7 +781,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -794,7 +794,7 @@ Array [ "body": "{\\"text\\":\\"content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -813,7 +813,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -825,7 +825,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -837,7 +837,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -849,7 +849,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -861,7 +861,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -874,7 +874,7 @@ Array [ "body": "{\\"text\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\",\\"version\\":1}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "56", "content-type": "application/json", @@ -893,7 +893,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -905,7 +905,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -917,7 +917,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -929,7 +929,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -942,7 +942,7 @@ Array [ "body": "{\\"text\\":\\"some\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "24", "content-type": "application/json", @@ -961,7 +961,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -978,7 +978,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -990,7 +990,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1002,7 +1002,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1014,7 +1014,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1031,7 +1031,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1043,7 +1043,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1055,7 +1055,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1067,7 +1067,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1084,7 +1084,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1096,7 +1096,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1108,7 +1108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1120,7 +1120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1132,7 +1132,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1144,7 +1144,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1161,7 +1161,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1173,7 +1173,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1185,7 +1185,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1197,7 +1197,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1209,7 +1209,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1221,7 +1221,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1238,7 +1238,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1250,7 +1250,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1262,7 +1262,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1274,7 +1274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1291,7 +1291,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1303,7 +1303,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1320,7 +1320,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1332,7 +1332,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1344,7 +1344,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1375,7 +1375,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1387,7 +1387,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1399,7 +1399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1416,7 +1416,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1428,7 +1428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1440,7 +1440,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1478,7 +1478,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1490,7 +1490,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1502,7 +1502,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1514,7 +1514,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1526,7 +1526,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1543,7 +1543,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1555,7 +1555,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1567,7 +1567,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1579,7 +1579,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1596,7 +1596,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1608,7 +1608,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1620,7 +1620,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1632,7 +1632,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1649,7 +1649,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1661,7 +1661,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1673,7 +1673,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1690,7 +1690,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1702,7 +1702,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1719,7 +1719,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1731,7 +1731,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1743,7 +1743,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1760,7 +1760,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1772,7 +1772,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1784,7 +1784,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1796,7 +1796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1813,7 +1813,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1825,7 +1825,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1837,7 +1837,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1854,7 +1854,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1866,7 +1866,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1878,7 +1878,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1895,7 +1895,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1907,7 +1907,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1919,7 +1919,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1936,7 +1936,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1948,7 +1948,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1960,7 +1960,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1977,7 +1977,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1989,7 +1989,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2001,7 +2001,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2018,7 +2018,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2030,7 +2030,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2042,7 +2042,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2122,7 +2122,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2134,7 +2134,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2146,7 +2146,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2158,7 +2158,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2170,7 +2170,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2182,7 +2182,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2194,7 +2194,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2206,7 +2206,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2244,7 +2244,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2256,7 +2256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2268,7 +2268,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2280,7 +2280,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2313,7 +2313,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2325,7 +2325,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2337,7 +2337,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2372,7 +2372,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2384,7 +2384,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2396,7 +2396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2413,7 +2413,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2443,7 +2443,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2455,7 +2455,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2472,7 +2472,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2484,7 +2484,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2508,7 +2508,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2520,7 +2520,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2544,7 +2544,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2556,7 +2556,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2580,7 +2580,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2592,7 +2592,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2625,7 +2625,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2637,7 +2637,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2649,7 +2649,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2661,7 +2661,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2673,7 +2673,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2690,7 +2690,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2702,7 +2702,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2714,7 +2714,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2726,7 +2726,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2738,7 +2738,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2755,7 +2755,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2767,7 +2767,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2784,7 +2784,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2796,7 +2796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2808,7 +2808,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2825,7 +2825,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2837,7 +2837,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2849,7 +2849,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2861,7 +2861,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2873,7 +2873,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2890,7 +2890,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2902,7 +2902,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2914,7 +2914,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2926,7 +2926,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2938,7 +2938,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2955,7 +2955,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2972,7 +2972,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2989,7 +2989,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3006,7 +3006,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3023,7 +3023,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3040,7 +3040,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3057,7 +3057,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3074,7 +3074,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3091,7 +3091,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3108,7 +3108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3120,7 +3120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3132,7 +3132,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3145,7 +3145,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -3159,7 +3159,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3171,7 +3171,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3188,7 +3188,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3200,7 +3200,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3212,7 +3212,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3225,7 +3225,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -3239,7 +3239,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3251,7 +3251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3268,7 +3268,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3280,7 +3280,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3292,7 +3292,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3305,7 +3305,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -3319,7 +3319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3331,7 +3331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3348,7 +3348,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3360,7 +3360,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3372,7 +3372,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3385,7 +3385,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"INPROGRESS\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -3399,7 +3399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3411,7 +3411,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3428,7 +3428,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3440,7 +3440,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3452,7 +3452,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3465,7 +3465,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -3484,7 +3484,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3496,7 +3496,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3508,7 +3508,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3525,7 +3525,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3537,7 +3537,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3549,7 +3549,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3561,7 +3561,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3574,7 +3574,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3588,7 +3588,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3605,7 +3605,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3617,7 +3617,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3629,7 +3629,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3641,7 +3641,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3654,7 +3654,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3668,7 +3668,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3680,7 +3680,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3693,7 +3693,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "65", "content-type": "application/json", @@ -3712,7 +3712,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3724,7 +3724,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3736,7 +3736,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3748,7 +3748,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3761,7 +3761,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3780,7 +3780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3792,7 +3792,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3804,7 +3804,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3816,7 +3816,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3829,7 +3829,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3843,7 +3843,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3862,7 +3862,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3874,7 +3874,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3886,7 +3886,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3898,7 +3898,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3911,7 +3911,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -3930,7 +3930,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3942,7 +3942,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3959,7 +3959,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3971,7 +3971,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3983,7 +3983,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4000,7 +4000,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4012,7 +4012,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4024,7 +4024,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4036,7 +4036,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4049,7 +4049,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -4068,7 +4068,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4080,7 +4080,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4092,7 +4092,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4104,7 +4104,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4117,7 +4117,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -4140,7 +4140,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4152,7 +4152,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4164,7 +4164,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4176,7 +4176,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4189,7 +4189,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4203,7 +4203,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4215,7 +4215,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4232,7 +4232,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4244,7 +4244,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4256,7 +4256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4268,7 +4268,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4281,7 +4281,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4295,7 +4295,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4307,7 +4307,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4326,7 +4326,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4338,7 +4338,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4350,7 +4350,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4362,7 +4362,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4375,7 +4375,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4394,7 +4394,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4406,7 +4406,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4423,7 +4423,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4435,7 +4435,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4447,7 +4447,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4464,7 +4464,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4476,7 +4476,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4488,7 +4488,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4500,7 +4500,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4513,7 +4513,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4534,7 +4534,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4546,7 +4546,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4558,7 +4558,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4570,7 +4570,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4583,7 +4583,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4602,7 +4602,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4614,7 +4614,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4626,7 +4626,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4638,7 +4638,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4651,7 +4651,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}},{\\"user\\":{\\"name\\":\\"name\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "98", "content-type": "application/json", @@ -4670,7 +4670,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4682,7 +4682,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4694,7 +4694,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4706,7 +4706,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4719,7 +4719,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -4738,7 +4738,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4750,7 +4750,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4762,7 +4762,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4774,7 +4774,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4787,7 +4787,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"fromRef\\":{\\"id\\":\\"refs/heads/branch\\"},\\"toRef\\":{\\"id\\":\\"refs/heads/master\\"},\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"jcitizen\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "153", "content-type": "application/json", @@ -4808,7 +4808,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4820,7 +4820,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4832,7 +4832,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4844,7 +4844,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4857,7 +4857,7 @@ Array [ "body": "{\\"text\\":\\"### topic\\\\n\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "31", "content-type": "application/json", @@ -4876,7 +4876,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4888,7 +4888,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4900,7 +4900,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4912,7 +4912,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4925,7 +4925,7 @@ Array [ "body": "{\\"text\\":\\"content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -4944,7 +4944,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4956,7 +4956,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4968,7 +4968,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4980,7 +4980,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4992,7 +4992,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5005,7 +5005,7 @@ Array [ "body": "{\\"text\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\",\\"version\\":1}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "56", "content-type": "application/json", @@ -5024,7 +5024,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5036,7 +5036,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5048,7 +5048,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5060,7 +5060,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5073,7 +5073,7 @@ Array [ "body": "{\\"text\\":\\"some\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "24", "content-type": "application/json", @@ -5092,7 +5092,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5109,7 +5109,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5121,7 +5121,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5133,7 +5133,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5145,7 +5145,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5162,7 +5162,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5174,7 +5174,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5186,7 +5186,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5198,7 +5198,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5215,7 +5215,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5227,7 +5227,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5239,7 +5239,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5251,7 +5251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5263,7 +5263,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5275,7 +5275,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5292,7 +5292,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5304,7 +5304,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5316,7 +5316,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5328,7 +5328,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5340,7 +5340,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5352,7 +5352,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5369,7 +5369,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5381,7 +5381,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5393,7 +5393,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5405,7 +5405,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5422,7 +5422,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5434,7 +5434,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5451,7 +5451,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5463,7 +5463,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5475,7 +5475,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5506,7 +5506,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5518,7 +5518,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5530,7 +5530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5547,7 +5547,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5559,7 +5559,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5571,7 +5571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5609,7 +5609,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5621,7 +5621,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5633,7 +5633,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5645,7 +5645,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5657,7 +5657,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5674,7 +5674,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5686,7 +5686,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5698,7 +5698,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5710,7 +5710,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5727,7 +5727,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5739,7 +5739,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5751,7 +5751,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5763,7 +5763,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5780,7 +5780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5792,7 +5792,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5804,7 +5804,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5821,7 +5821,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5833,7 +5833,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5850,7 +5850,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5862,7 +5862,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5874,7 +5874,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5891,7 +5891,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5903,7 +5903,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5915,7 +5915,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5927,7 +5927,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5944,7 +5944,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5956,7 +5956,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5968,7 +5968,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5985,7 +5985,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5997,7 +5997,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6009,7 +6009,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6026,7 +6026,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6038,7 +6038,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6050,7 +6050,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6067,7 +6067,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6079,7 +6079,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6091,7 +6091,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6108,7 +6108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6120,7 +6120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6132,7 +6132,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6149,7 +6149,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6161,7 +6161,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6173,7 +6173,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6253,7 +6253,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6265,7 +6265,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6277,7 +6277,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6289,7 +6289,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6301,7 +6301,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6313,7 +6313,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6325,7 +6325,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6337,7 +6337,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6375,7 +6375,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6387,7 +6387,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6399,7 +6399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6411,7 +6411,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6444,7 +6444,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6456,7 +6456,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6468,7 +6468,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6503,7 +6503,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6515,7 +6515,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6527,7 +6527,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6544,7 +6544,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6574,7 +6574,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6586,7 +6586,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6603,7 +6603,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6615,7 +6615,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6639,7 +6639,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6651,7 +6651,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6675,7 +6675,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6687,7 +6687,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6711,7 +6711,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6723,7 +6723,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6756,7 +6756,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6768,7 +6768,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6780,7 +6780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6792,7 +6792,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6804,7 +6804,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6821,7 +6821,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6833,7 +6833,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6845,7 +6845,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6857,7 +6857,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6869,7 +6869,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6886,7 +6886,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6898,7 +6898,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6915,7 +6915,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6927,7 +6927,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6939,7 +6939,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6956,7 +6956,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6968,7 +6968,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6980,7 +6980,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6992,7 +6992,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7004,7 +7004,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7021,7 +7021,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7033,7 +7033,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7045,7 +7045,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7057,7 +7057,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7069,7 +7069,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7086,7 +7086,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7103,7 +7103,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7120,7 +7120,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7137,7 +7137,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7154,7 +7154,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7171,7 +7171,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7188,7 +7188,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7205,7 +7205,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7222,7 +7222,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7239,7 +7239,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7251,7 +7251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7263,7 +7263,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7276,7 +7276,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -7290,7 +7290,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7302,7 +7302,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7319,7 +7319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7331,7 +7331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7343,7 +7343,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7356,7 +7356,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -7370,7 +7370,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7382,7 +7382,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7399,7 +7399,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7411,7 +7411,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7423,7 +7423,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7436,7 +7436,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"FAILED\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "87", "content-type": "application/json", @@ -7450,7 +7450,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7462,7 +7462,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7479,7 +7479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7491,7 +7491,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7503,7 +7503,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7516,7 +7516,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"INPROGRESS\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -7530,7 +7530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7542,7 +7542,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7559,7 +7559,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7571,7 +7571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7583,7 +7583,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7596,7 +7596,7 @@ Array [ "body": "{\\"key\\":\\"context-2\\",\\"description\\":null,\\"url\\":\\"https://renovatebot.com\\",\\"state\\":\\"SUCCESSFUL\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "91", "content-type": "application/json", @@ -7615,7 +7615,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7627,7 +7627,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7639,7 +7639,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7656,7 +7656,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7668,7 +7668,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7680,7 +7680,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7692,7 +7692,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7705,7 +7705,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7719,7 +7719,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7736,7 +7736,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7748,7 +7748,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7760,7 +7760,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7772,7 +7772,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7785,7 +7785,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7799,7 +7799,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7811,7 +7811,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7824,7 +7824,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "65", "content-type": "application/json", @@ -7843,7 +7843,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7855,7 +7855,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7867,7 +7867,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7879,7 +7879,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7892,7 +7892,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7911,7 +7911,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7923,7 +7923,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7935,7 +7935,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7947,7 +7947,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7960,7 +7960,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -7974,7 +7974,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -7993,7 +7993,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8005,7 +8005,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8017,7 +8017,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8029,7 +8029,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8042,7 +8042,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -8061,7 +8061,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8073,7 +8073,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8090,7 +8090,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8102,7 +8102,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8114,7 +8114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8131,7 +8131,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8143,7 +8143,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8155,7 +8155,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8167,7 +8167,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8180,7 +8180,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", @@ -8199,7 +8199,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8211,7 +8211,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8223,7 +8223,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8235,7 +8235,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "stash.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -8248,7 +8248,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"version\\":1,\\"reviewers\\":[{\\"user\\":{\\"name\\":\\"userName2\\"}}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "94", "content-type": "application/json", diff --git a/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap index 8b6140a34051a0..b640921195b668 100644 --- a/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/comments.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -16,7 +16,7 @@ Array [ "body": "{\\"content\\":{\\"raw\\":\\"### topic\\\\n\\\\ncontent\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "42", "content-type": "application/json", "host": "api.bitbucket.org", @@ -33,7 +33,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -44,7 +44,7 @@ Array [ "body": "{\\"content\\":{\\"raw\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "55", "content-type": "application/json", "host": "api.bitbucket.org", @@ -61,7 +61,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -76,7 +76,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -91,7 +91,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -101,7 +101,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -116,7 +116,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -126,7 +126,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -141,7 +141,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -156,7 +156,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap index c75dabd29eb072..b218ca4ee2d1f0 100644 --- a/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/index.spec.ts.snap @@ -7,7 +7,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -18,7 +18,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -28,7 +28,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -40,7 +40,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"reviewers\\":[{\\"username\\":\\"someuser\\"},{\\"username\\":\\"someotheruser\\"}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "84", "content-type": "application/json", @@ -58,7 +58,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -69,7 +69,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -81,7 +81,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"source\\":{\\"branch\\":{\\"name\\":\\"branch\\"}},\\"destination\\":{\\"branch\\":{\\"name\\":\\"master\\"}},\\"close_source_branch\\":true,\\"reviewers\\":[{\\"uuid\\":\\"{1234-5678}\\"}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "183", "content-type": "application/json", @@ -103,7 +103,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -114,7 +114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -137,7 +137,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"content\\":{\\"raw\\":\\"body\\",\\"markup\\":\\"markdown\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "62", "content-type": "application/json", @@ -155,7 +155,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -166,7 +166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -178,7 +178,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -196,7 +196,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -207,7 +207,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -219,7 +219,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -233,7 +233,7 @@ Array [ "body": "{\\"content\\":{\\"raw\\":\\"body\\",\\"markup\\":\\"markdown\\"}}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "46", "content-type": "application/json", @@ -251,7 +251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -262,7 +262,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -274,7 +274,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -288,7 +288,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "18", "content-type": "application/json", @@ -306,7 +306,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -329,7 +329,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -340,7 +340,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -356,7 +356,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -367,7 +367,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -407,7 +407,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -439,7 +439,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -450,7 +450,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -461,7 +461,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -471,7 +471,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -487,7 +487,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -498,7 +498,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -514,7 +514,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -530,7 +530,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -546,7 +546,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -557,7 +557,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -568,7 +568,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -584,7 +584,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -595,7 +595,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -606,7 +606,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -622,7 +622,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -633,7 +633,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -644,7 +644,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -660,7 +660,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -671,7 +671,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -682,7 +682,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -698,7 +698,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -709,7 +709,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -720,7 +720,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -736,7 +736,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -747,7 +747,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -758,7 +758,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -774,7 +774,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -785,7 +785,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -796,7 +796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -812,7 +812,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -823,7 +823,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -839,7 +839,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -850,7 +850,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -885,7 +885,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -901,7 +901,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -911,7 +911,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -927,7 +927,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -937,7 +937,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -953,7 +953,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -963,7 +963,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1027,7 +1027,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1038,7 +1038,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1048,7 +1048,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1059,7 +1059,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1069,7 +1069,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1080,7 +1080,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1090,7 +1090,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1122,7 +1122,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1133,7 +1133,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1143,7 +1143,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1174,7 +1174,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic cmVub3ZhdGU6cGFzcw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1185,7 +1185,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1196,7 +1196,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1212,7 +1212,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1241,7 +1241,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1259,7 +1259,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1271,7 +1271,7 @@ Array [ "body": "{\\"close_source_branch\\":true,\\"merge_strategy\\":\\"merge_commit\\",\\"message\\":\\"auto merged\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "84", "content-type": "application/json", @@ -1289,7 +1289,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1300,7 +1300,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1312,7 +1312,7 @@ Array [ "body": "{\\"name\\":\\"context\\",\\"state\\":\\"FAILED\\",\\"key\\":\\"context\\",\\"description\\":\\"description\\",\\"url\\":\\"targetUrl\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "97", "content-type": "application/json", @@ -1325,7 +1325,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1336,7 +1336,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1352,7 +1352,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1363,7 +1363,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1375,7 +1375,7 @@ Array [ "body": "{\\"title\\":\\"title\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "17", "content-type": "application/json", @@ -1388,7 +1388,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1404,7 +1404,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1415,7 +1415,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1427,7 +1427,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"reviewers\\":[{\\"display_name\\":\\"Jane Smith\\",\\"uuid\\":\\"{90b6646d-1724-4a64-9fd9-539515fe94e9}\\"}]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "content-length": "130", "content-type": "application/json", @@ -1447,7 +1447,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -1458,7 +1458,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Basic YWJjOjEyMw==", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap b/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap index 7f8bd069c18373..3973763449e88c 100644 --- a/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap +++ b/lib/platform/bitbucket/__snapshots__/utils.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -25,7 +25,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap b/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap index 8e84dba5aee2b8..9d40fd5b7d4d7d 100644 --- a/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap +++ b/lib/platform/gitea/__snapshots__/gitea-helper.spec.ts.snap @@ -6,7 +6,7 @@ Array [ "body": "{}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "2", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -24,7 +24,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "18", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -42,7 +42,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "18", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -60,7 +60,7 @@ Array [ "body": "{\\"body\\":\\"some-comment\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "23", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -78,7 +78,7 @@ Array [ "body": "{\\"state\\":\\"success\\",\\"context\\":\\"some-context\\",\\"description\\":\\"some-description\\",\\"target_url\\":\\"https://gitea.renovatebot.com/commit-status\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "136", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -96,7 +96,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"Some Issue\\",\\"body\\":\\"just some issue\\",\\"assignees\\":[\\"admin\\"]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "84", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -114,7 +114,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"Some PR\\",\\"body\\":\\"Lorem ipsum dolor sit amet\\",\\"base\\":\\"master\\",\\"head\\":\\"pull-req-13\\",\\"assignees\\":[\\"admin\\"],\\"labels\\":[100]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "144", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -131,7 +131,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -146,7 +146,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -161,7 +161,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -176,7 +176,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -191,7 +191,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -206,7 +206,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -216,7 +216,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -241,7 +241,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -251,7 +251,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -266,7 +266,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -276,7 +276,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -286,7 +286,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -296,7 +296,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -311,7 +311,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -321,7 +321,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -331,7 +331,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -341,7 +341,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -351,7 +351,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -366,7 +366,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -376,7 +376,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -386,7 +386,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -406,7 +406,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -416,7 +416,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -431,7 +431,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -446,7 +446,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -461,7 +461,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -476,7 +476,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -491,7 +491,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -506,7 +506,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -536,7 +536,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -566,7 +566,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -582,7 +582,7 @@ Array [ "body": "{\\"Do\\":\\"rebase\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "15", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -599,7 +599,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -614,7 +614,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -629,7 +629,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -644,7 +644,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -659,7 +659,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -674,7 +674,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -689,7 +689,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -704,7 +704,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -720,7 +720,7 @@ Array [ "body": "{\\"body\\":\\"new-body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "19", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -738,7 +738,7 @@ Array [ "body": "{\\"state\\":\\"closed\\",\\"title\\":\\"new-title\\",\\"body\\":\\"new-body\\",\\"assignees\\":[\\"renovate\\"]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "81", "content-type": "application/json", "host": "gitea.renovatebot.com", @@ -756,7 +756,7 @@ Array [ "body": "{\\"state\\":\\"closed\\",\\"title\\":\\"new-title\\",\\"body\\":\\"new-body\\",\\"assignees\\":[\\"renovate\\"],\\"labels\\":[200]}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "96", "content-type": "application/json", "host": "gitea.renovatebot.com", diff --git a/lib/platform/github/__snapshots__/index.spec.ts.snap b/lib/platform/github/__snapshots__/index.spec.ts.snap index cf435e4afb76a7..4e90076ec1ba46 100644 --- a/lib/platform/github/__snapshots__/index.spec.ts.snap +++ b/lib/platform/github/__snapshots__/index.spec.ts.snap @@ -27,7 +27,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -41,7 +41,7 @@ Array [ "body": "{\\"assignees\\":[\\"someuser\\",\\"someotheruser\\"]}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "42", "content-type": "application/json", @@ -81,7 +81,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -95,7 +95,7 @@ Array [ "body": "{\\"reviewers\\":[\\"someuser\\",\\"someotheruser\\"],\\"team_reviewers\\":[\\"someteam\\"]}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "72", "content-type": "application/json", @@ -149,7 +149,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -163,7 +163,7 @@ Array [ "body": "{\\"title\\":\\"PR draft\\",\\"head\\":\\"some:some-branch\\",\\"base\\":\\"master\\",\\"body\\":\\"This is a result of a draft\\",\\"draft\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "112", "content-type": "application/json", @@ -217,7 +217,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -231,7 +231,7 @@ Array [ "body": "{\\"title\\":\\"The Title\\",\\"head\\":\\"some:some-branch\\",\\"base\\":\\"dev\\",\\"body\\":\\"Hello world\\",\\"draft\\":false}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "95", "content-type": "application/json", @@ -245,7 +245,7 @@ Array [ "body": "[\\"deps\\",\\"renovate\\"]", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "19", "content-type": "application/json", @@ -299,7 +299,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -313,7 +313,7 @@ Array [ "body": "{\\"title\\":\\"The Title\\",\\"head\\":\\"some:some-branch\\",\\"base\\":\\"master\\",\\"body\\":\\"Hello world\\",\\"draft\\":false}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "98", "content-type": "application/json", @@ -353,7 +353,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -366,7 +366,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -404,7 +404,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -451,7 +451,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -464,7 +464,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -476,7 +476,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "44", "content-type": "application/json", @@ -516,7 +516,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -563,7 +563,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -576,7 +576,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -588,7 +588,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "44", "content-type": "application/json", @@ -628,7 +628,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -675,7 +675,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -689,7 +689,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "44", "content-type": "application/json", @@ -729,7 +729,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -776,7 +776,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -789,7 +789,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -827,7 +827,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -874,7 +874,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -887,7 +887,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -925,7 +925,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -972,7 +972,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -985,7 +985,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -996,7 +996,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1034,7 +1034,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1081,7 +1081,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -1094,7 +1094,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1105,7 +1105,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1146,7 +1146,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1159,7 +1159,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1200,7 +1200,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1214,7 +1214,7 @@ Array [ "body": "{\\"title\\":\\"new-title\\",\\"body\\":\\"new-content\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "42", "content-type": "application/json", @@ -1257,7 +1257,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1270,7 +1270,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1311,7 +1311,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1324,7 +1324,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1336,7 +1336,7 @@ Array [ "body": "{\\"title\\":\\"title-2\\",\\"body\\":\\"new-content\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "40", "content-type": "application/json", @@ -1379,7 +1379,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1393,7 +1393,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "18", "content-type": "application/json", @@ -1406,7 +1406,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1447,7 +1447,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1490,7 +1490,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1503,7 +1503,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1544,7 +1544,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1557,7 +1557,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1598,7 +1598,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1611,7 +1611,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1623,7 +1623,7 @@ Array [ "body": "{\\"body\\":\\"newer-content\\",\\"state\\":\\"open\\",\\"title\\":\\"title-3\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "57", "content-type": "application/json", @@ -1666,7 +1666,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1680,7 +1680,7 @@ Array [ "body": "{\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "18", "content-type": "application/json", @@ -1723,7 +1723,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1736,7 +1736,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1777,7 +1777,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "425", "content-type": "application/json", @@ -1795,7 +1795,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1833,7 +1833,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1846,7 +1846,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1862,7 +1862,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1900,7 +1900,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1913,7 +1913,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1951,7 +1951,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -1964,7 +1964,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1976,7 +1976,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/somebranch\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "31", "content-type": "application/json", @@ -2016,7 +2016,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2029,7 +2029,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2041,7 +2041,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/somebranch\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "31", "content-type": "application/json", @@ -2055,7 +2055,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"old title\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "36", "content-type": "application/json", @@ -2119,7 +2119,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2132,7 +2132,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2144,7 +2144,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/somebranch\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "31", "content-type": "application/json", @@ -2158,7 +2158,7 @@ Array [ "body": "{\\"state\\":\\"open\\",\\"title\\":\\"old title\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "36", "content-type": "application/json", @@ -2247,7 +2247,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -2294,7 +2294,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -2307,7 +2307,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2345,7 +2345,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2358,7 +2358,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2420,7 +2420,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2433,7 +2433,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2520,7 +2520,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -2567,7 +2567,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -2580,7 +2580,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2642,7 +2642,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2655,7 +2655,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2666,7 +2666,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2678,7 +2678,7 @@ Array [ "body": "{\\"sha\\":\\"1234\\",\\"force\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "27", "content-type": "application/json", @@ -2691,7 +2691,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2778,7 +2778,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -2825,7 +2825,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -2838,7 +2838,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2876,7 +2876,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2889,7 +2889,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2900,7 +2900,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2938,7 +2938,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -2978,7 +2978,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3018,7 +3018,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3031,7 +3031,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3042,7 +3042,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3080,7 +3080,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3093,7 +3093,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3104,7 +3104,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3142,7 +3142,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3155,7 +3155,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3166,7 +3166,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3204,7 +3204,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3217,7 +3217,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3228,7 +3228,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3266,7 +3266,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3279,7 +3279,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3290,7 +3290,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.antiope-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3328,7 +3328,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3341,7 +3341,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3379,7 +3379,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3392,7 +3392,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3430,7 +3430,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3443,7 +3443,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3481,7 +3481,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3494,7 +3494,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3532,7 +3532,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3545,7 +3545,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -3606,7 +3606,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3695,7 +3695,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -3742,7 +3742,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -3798,7 +3798,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -3887,7 +3887,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -3940,7 +3940,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4029,7 +4029,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4076,7 +4076,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4089,7 +4089,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4145,7 +4145,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4234,7 +4234,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4281,7 +4281,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4294,7 +4294,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4348,7 +4348,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4437,7 +4437,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4484,7 +4484,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4497,7 +4497,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4535,7 +4535,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -4624,7 +4624,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.merge-info-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "1504", "content-type": "application/json", @@ -4671,7 +4671,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "604", "content-type": "application/json", @@ -4684,7 +4684,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4700,7 +4700,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4716,7 +4716,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4732,7 +4732,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4750,7 +4750,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4773,7 +4773,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -4833,7 +4833,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -4895,7 +4895,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -4957,7 +4957,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -5019,7 +5019,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.vixen-preview+json, application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "697", "content-type": "application/json", @@ -5045,7 +5045,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "ghe.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5056,7 +5056,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "ghe.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5080,7 +5080,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5091,7 +5091,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5115,7 +5115,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5126,7 +5126,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5150,7 +5150,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5161,7 +5161,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5185,7 +5185,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5230,7 +5230,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5243,7 +5243,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5254,7 +5254,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5266,7 +5266,7 @@ Array [ "body": "{\\"ref\\":\\"refs/heads/master\\",\\"sha\\":\\"1234\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "40", "content-type": "application/json", @@ -5280,7 +5280,7 @@ Array [ "body": "{\\"name\\":\\"repo\\",\\"default_branch\\":\\"master\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "41", "content-type": "application/json", @@ -5294,7 +5294,7 @@ Array [ "body": "{\\"sha\\":\\"1234\\",\\"force\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "27", "content-type": "application/json", @@ -5341,7 +5341,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5354,7 +5354,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5365,7 +5365,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5410,7 +5410,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5457,7 +5457,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5504,7 +5504,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5551,7 +5551,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5591,7 +5591,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5631,7 +5631,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5678,7 +5678,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5691,7 +5691,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5702,7 +5702,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5714,7 +5714,7 @@ Array [ "body": "{\\"sha\\":\\"1234\\",\\"force\\":true}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "27", "content-type": "application/json", @@ -5754,7 +5754,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5772,7 +5772,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "github.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5783,7 +5783,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "github.company.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -5816,7 +5816,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5858,7 +5858,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5872,7 +5872,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5886,7 +5886,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5900,7 +5900,7 @@ Array [ "body": "{\\"merge_method\\":\\"squash\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5914,7 +5914,7 @@ Array [ "body": "{\\"merge_method\\":\\"merge\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "24", "content-type": "application/json", @@ -5954,7 +5954,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -5968,7 +5968,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5982,7 +5982,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -5996,7 +5996,7 @@ Array [ "body": "{\\"merge_method\\":\\"squash\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6036,7 +6036,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6050,7 +6050,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6090,7 +6090,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6104,7 +6104,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6144,7 +6144,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6158,7 +6158,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6198,7 +6198,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6212,7 +6212,7 @@ Array [ "body": "{\\"merge_method\\":\\"rebase\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "25", "content-type": "application/json", @@ -6252,7 +6252,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6265,7 +6265,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6303,7 +6303,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6316,7 +6316,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6328,7 +6328,7 @@ Array [ "body": "{\\"state\\":\\"success\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "101", "content-type": "application/json", @@ -6341,7 +6341,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6352,7 +6352,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -6390,7 +6390,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6404,7 +6404,7 @@ Array [ "body": "{\\"title\\":\\"The New Title\\",\\"body\\":\\"Hello world again\\",\\"state\\":\\"closed\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "69", "content-type": "application/json", @@ -6444,7 +6444,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "330", "content-type": "application/json", @@ -6458,7 +6458,7 @@ Array [ "body": "{\\"title\\":\\"The New Title\\",\\"body\\":\\"Hello world again\\"}", "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc123", "content-length": "52", "content-type": "application/json", diff --git a/lib/platform/gitlab/__snapshots__/index.spec.ts.snap b/lib/platform/gitlab/__snapshots__/index.spec.ts.snap index 2650d4d63eef09..e5778843549a5f 100644 --- a/lib/platform/gitlab/__snapshots__/index.spec.ts.snap +++ b/lib/platform/gitlab/__snapshots__/index.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -32,7 +32,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -54,7 +54,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -65,7 +65,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -97,7 +97,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -108,7 +108,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -119,7 +119,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -130,7 +130,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -146,7 +146,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -157,7 +157,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -169,7 +169,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":\\"\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "142", "content-type": "application/json", @@ -182,7 +182,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -193,7 +193,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -205,7 +205,7 @@ Array [ "body": "{\\"should_remove_source_branch\\":true,\\"merge_when_pipeline_succeeds\\":true}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "72", "content-type": "application/json", @@ -234,7 +234,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -245,7 +245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -257,7 +257,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":null}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "144", "content-type": "application/json", @@ -287,7 +287,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -298,7 +298,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -310,7 +310,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"WIP: some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":null}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "149", "content-type": "application/json", @@ -340,7 +340,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -351,7 +351,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -363,7 +363,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"Draft: some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":null}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "151", "content-type": "application/json", @@ -392,7 +392,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -403,7 +403,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -415,7 +415,7 @@ Array [ "body": "{\\"source_branch\\":\\"some-branch\\",\\"target_branch\\":\\"master\\",\\"remove_source_branch\\":true,\\"title\\":\\"some-title\\",\\"description\\":\\"the-body\\",\\"labels\\":\\"\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "142", "content-type": "application/json", @@ -433,7 +433,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -445,7 +445,7 @@ Array [ "body": "{\\"labels\\":\\"foo,renovate\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "25", "content-type": "application/json", @@ -463,7 +463,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -474,7 +474,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -486,7 +486,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "44", "content-type": "application/json", @@ -504,7 +504,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -515,7 +515,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -527,7 +527,7 @@ Array [ "body": "{\\"body\\":\\"### some-subject\\\\n\\\\nsome\\\\ncontent\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "44", "content-type": "application/json", @@ -545,7 +545,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -556,7 +556,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -572,7 +572,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -583,7 +583,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -599,7 +599,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -610,7 +610,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -621,7 +621,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -637,7 +637,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -648,7 +648,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -659,7 +659,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -675,7 +675,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -687,7 +687,7 @@ Array [ "body": "{\\"title\\":\\"new-title\\",\\"description\\":\\"new-content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "49", "content-type": "application/json", @@ -705,7 +705,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -716,7 +716,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -732,7 +732,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -743,7 +743,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -755,7 +755,7 @@ Array [ "body": "{\\"title\\":\\"title-2\\",\\"description\\":\\"newer-content\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "49", "content-type": "application/json", @@ -773,7 +773,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -785,7 +785,7 @@ Array [ "body": "{\\"state_event\\":\\"close\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "23", "content-type": "application/json", @@ -803,7 +803,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -814,7 +814,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -830,7 +830,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -846,7 +846,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -862,7 +862,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -878,7 +878,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -894,7 +894,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -910,7 +910,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -926,7 +926,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -942,7 +942,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -953,7 +953,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -985,7 +985,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -996,7 +996,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1007,7 +1007,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1018,7 +1018,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1051,7 +1051,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1062,7 +1062,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1073,7 +1073,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1084,7 +1084,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1117,7 +1117,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1128,7 +1128,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1139,7 +1139,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1150,7 +1150,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1166,7 +1166,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1177,7 +1177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1193,7 +1193,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1204,7 +1204,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1220,7 +1220,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1231,7 +1231,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1247,7 +1247,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1258,7 +1258,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1274,7 +1274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1285,7 +1285,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1301,7 +1301,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1312,7 +1312,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1328,7 +1328,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1339,7 +1339,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1355,7 +1355,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1366,7 +1366,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1382,7 +1382,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1393,7 +1393,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1409,7 +1409,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1425,7 +1425,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1436,7 +1436,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1452,7 +1452,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1463,7 +1463,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1479,7 +1479,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1490,7 +1490,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1506,7 +1506,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1517,7 +1517,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1533,7 +1533,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1544,7 +1544,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1560,7 +1560,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1571,7 +1571,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1606,7 +1606,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1641,7 +1641,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1675,7 +1675,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1709,7 +1709,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1742,7 +1742,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1753,7 +1753,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1764,7 +1764,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1780,7 +1780,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1796,7 +1796,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1819,7 +1819,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1835,7 +1835,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1858,7 +1858,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1869,7 +1869,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1892,7 +1892,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1903,7 +1903,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1919,7 +1919,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1935,7 +1935,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1951,7 +1951,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1967,7 +1967,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1983,7 +1983,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -1999,7 +1999,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2015,7 +2015,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2031,7 +2031,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2047,7 +2047,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2063,7 +2063,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2093,7 +2093,7 @@ Array [ "body": "{\\"should_remove_source_branch\\":true}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "36", "content-type": "application/json", @@ -2111,7 +2111,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2123,7 +2123,7 @@ Array [ "body": "{\\"state\\":\\"success\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "101", "content-type": "application/json", @@ -2136,7 +2136,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2152,7 +2152,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2164,7 +2164,7 @@ Array [ "body": "{\\"state\\":\\"failed\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "100", "content-type": "application/json", @@ -2177,7 +2177,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2193,7 +2193,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2205,7 +2205,7 @@ Array [ "body": "{\\"state\\":\\"pending\\",\\"description\\":\\"some-description\\",\\"context\\":\\"some-context\\",\\"target_url\\":\\"some-url\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "101", "content-type": "application/json", @@ -2218,7 +2218,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2234,7 +2234,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2245,7 +2245,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2256,7 +2256,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2268,7 +2268,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\",\\"state_event\\":\\"close\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "60", "content-type": "application/json", @@ -2286,7 +2286,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2297,7 +2297,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2308,7 +2308,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2320,7 +2320,7 @@ Array [ "body": "{\\"title\\":\\"Draft: title\\",\\"description\\":\\"body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "45", "content-type": "application/json", @@ -2338,7 +2338,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2349,7 +2349,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2360,7 +2360,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2372,7 +2372,7 @@ Array [ "body": "{\\"title\\":\\"Draft: title\\",\\"description\\":\\"body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "45", "content-type": "application/json", @@ -2390,7 +2390,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2401,7 +2401,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2412,7 +2412,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -2424,7 +2424,7 @@ Array [ "body": "{\\"title\\":\\"title\\",\\"description\\":\\"body\\"}", "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "content-length": "38", "content-type": "application/json", diff --git a/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap b/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap index ec01132135153a..0cc54bf9c7ecfb 100644 --- a/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap +++ b/lib/util/http/__snapshots__/bitbucket-server.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "git.example.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/util/http/__snapshots__/bitbucket.spec.ts.snap b/lib/util/http/__snapshots__/bitbucket.spec.ts.snap index 8a145e14ea1b6e..bd2dcbcdc8b108 100644 --- a/lib/util/http/__snapshots__/bitbucket.spec.ts.snap +++ b/lib/util/http/__snapshots__/bitbucket.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -16,7 +16,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api-test.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -31,7 +31,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", @@ -49,7 +49,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer token", "host": "api.bitbucket.org", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/util/http/__snapshots__/gitea.spec.ts.snap b/lib/util/http/__snapshots__/gitea.spec.ts.snap index b22be4778cbc0d..3330502340ec73 100644 --- a/lib/util/http/__snapshots__/gitea.spec.ts.snap +++ b/lib/util/http/__snapshots__/gitea.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -15,7 +15,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -30,7 +30,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -40,7 +40,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -50,7 +50,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -65,7 +65,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -80,7 +80,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -90,7 +90,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -100,7 +100,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitea.renovatebot.com", "user-agent": "https://github.com/renovatebot/renovate", }, diff --git a/lib/util/http/__snapshots__/github.spec.ts.snap b/lib/util/http/__snapshots__/github.spec.ts.snap index aa8fa028b569d1..1b014e24235bac 100644 --- a/lib/util/http/__snapshots__/github.spec.ts.snap +++ b/lib/util/http/__snapshots__/github.spec.ts.snap @@ -30,7 +30,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "408", "content-type": "application/json", "host": "api.github.com", @@ -68,7 +68,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "428", "content-type": "application/json", "host": "api.github.com", @@ -106,7 +106,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "427", "content-type": "application/json", "host": "api.github.com", @@ -144,7 +144,7 @@ Array [ }, "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "content-length": "427", "content-type": "application/json", "host": "api.github.com", diff --git a/lib/util/http/__snapshots__/gitlab.spec.ts.snap b/lib/util/http/__snapshots__/gitlab.spec.ts.snap index 563ca3e49f8088..49f1f886195b9f 100644 --- a/lib/util/http/__snapshots__/gitlab.spec.ts.snap +++ b/lib/util/http/__snapshots__/gitlab.spec.ts.snap @@ -5,7 +5,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -21,7 +21,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -32,7 +32,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -43,7 +43,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc123", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/util/http/index.ts b/lib/util/http/index.ts index 7c5f1a91028b96..e030fd701363b8 100644 --- a/lib/util/http/index.ts +++ b/lib/util/http/index.ts @@ -1,4 +1,5 @@ import crypto from 'crypto'; +import merge from 'deepmerge'; import got, { Options, Response } from 'got'; import { HOST_DISABLED } from '../../constants/error-messages'; import { logger } from '../../logger'; @@ -9,17 +10,11 @@ import { resolveBaseUrl } from '../url'; import { applyAuthorization, removeAuthorization } from './auth'; import { applyHostRules } from './host-rules'; import { getQueue } from './queue'; -import { GotOptions, RequestStats } from './types'; +import type { GotOptions, OutgoingHttpHeaders, RequestStats } from './types'; // TODO: https://github.com/renovatebot/renovate/issues/9651 import './legacy'; -export * from './types'; - -interface OutgoingHttpHeaders { - [header: string]: number | string | string[] | undefined; -} - export interface HttpOptions { body?: any; username?: string; @@ -60,8 +55,6 @@ function cloneResponse(response: any): HttpResponse { function applyDefaultHeaders(options: Options): void { // eslint-disable-next-line no-param-reassign options.headers = { - // TODO: remove. Will be "gzip, deflate, br" by new got default - 'accept-encoding': 'gzip, deflate', ...options.headers, 'user-agent': process.env.RENOVATE_USER_AGENT || @@ -97,13 +90,16 @@ export class Http { if (httpOptions?.baseUrl) { url = resolveBaseUrl(httpOptions.baseUrl, url); } - // TODO: deep merge in order to merge headers - let options: GotOptions = { - method: 'get', - ...this.options, - hostType: this.hostType, - ...httpOptions, - } as unknown; // TODO: fixme + + let options: GotOptions = merge( + { + method: 'get', + ...this.options, + hostType: this.hostType, + }, + httpOptions + ); + if (process.env.NODE_ENV === 'test') { options.retry = 0; } diff --git a/lib/util/http/types.ts b/lib/util/http/types.ts index 63a53e4e2a78c2..9ec9a273fd8dba 100644 --- a/lib/util/http/types.ts +++ b/lib/util/http/types.ts @@ -23,3 +23,5 @@ export interface RequestStats { duration: number; queueDuration: number; } + +export type OutgoingHttpHeaders = Record; diff --git a/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap index be55515daa4d9f..75c16574b36039 100644 --- a/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap +++ b/lib/workers/pr/changelog/__snapshots__/gitlab.spec.ts.snap @@ -48,7 +48,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -59,7 +59,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -70,7 +70,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -81,7 +81,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -92,7 +92,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -103,7 +103,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -114,7 +114,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -125,7 +125,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -136,7 +136,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -297,7 +297,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -308,7 +308,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -319,7 +319,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -330,7 +330,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -341,7 +341,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -352,7 +352,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -363,7 +363,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -374,7 +374,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -385,7 +385,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -444,7 +444,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -455,7 +455,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -466,7 +466,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -477,7 +477,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -488,7 +488,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -499,7 +499,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -510,7 +510,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -521,7 +521,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -532,7 +532,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer abc", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap index 9d27414a2ad0b3..90aa7056fb94e6 100644 --- a/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap +++ b/lib/workers/pr/changelog/__snapshots__/index.spec.ts.snap @@ -56,7 +56,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -67,7 +67,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -78,7 +78,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -89,7 +89,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -100,7 +100,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -111,7 +111,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -122,7 +122,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -133,7 +133,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -144,7 +144,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -211,7 +211,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -222,7 +222,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -233,7 +233,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -244,7 +244,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -255,7 +255,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -266,7 +266,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -277,7 +277,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -288,7 +288,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -299,7 +299,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -310,7 +310,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -321,7 +321,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -332,7 +332,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -343,7 +343,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -410,7 +410,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -421,7 +421,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -432,7 +432,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -443,7 +443,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -454,7 +454,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -465,7 +465,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -476,7 +476,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -487,7 +487,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -498,7 +498,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -509,7 +509,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -520,7 +520,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -531,7 +531,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -542,7 +542,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -609,7 +609,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -620,7 +620,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -631,7 +631,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -642,7 +642,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -653,7 +653,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -664,7 +664,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -675,7 +675,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -686,7 +686,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -697,7 +697,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -708,7 +708,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -719,7 +719,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -730,7 +730,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -741,7 +741,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "github-enterprise.example.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -863,7 +863,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -874,7 +874,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -885,7 +885,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -896,7 +896,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -907,7 +907,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -918,7 +918,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -929,7 +929,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -940,7 +940,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -951,7 +951,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -962,7 +962,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -973,7 +973,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -984,7 +984,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", @@ -995,7 +995,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "token abc", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap b/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap index e4f54760160553..5edf43b1475c2d 100644 --- a/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap +++ b/lib/workers/pr/changelog/__snapshots__/release-notes.spec.ts.snap @@ -62,7 +62,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -94,7 +94,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -126,7 +126,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -153,7 +153,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -179,7 +179,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -205,7 +205,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -231,7 +231,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -257,7 +257,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -274,7 +274,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -291,7 +291,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -308,7 +308,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -323,7 +323,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -338,7 +338,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -347,7 +347,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -376,7 +376,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -386,7 +386,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -396,7 +396,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -441,7 +441,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -451,7 +451,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -461,7 +461,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -491,7 +491,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -501,7 +501,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -511,7 +511,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -526,7 +526,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -536,7 +536,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -551,7 +551,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -561,7 +561,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -571,7 +571,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -616,7 +616,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -626,7 +626,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -636,7 +636,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -651,7 +651,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -660,7 +660,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.gitlab.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -691,7 +691,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -701,7 +701,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -711,7 +711,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -918,7 +918,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -928,7 +928,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -938,7 +938,7 @@ Array [ Object { "headers": Object { "accept": "application/vnd.github.v3+json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "host": "api.github.com", "user-agent": "https://github.com/renovatebot/renovate", }, @@ -962,7 +962,7 @@ Array [ Object { "headers": Object { "accept": "application/json", - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", @@ -972,7 +972,7 @@ Array [ }, Object { "headers": Object { - "accept-encoding": "gzip, deflate", + "accept-encoding": "gzip, deflate, br", "authorization": "Bearer some-token", "host": "my.custom.domain", "user-agent": "https://github.com/renovatebot/renovate", diff --git a/lib/workers/repository/stats.ts b/lib/workers/repository/stats.ts index a319cba082aa7b..7384796e3efeac 100644 --- a/lib/workers/repository/stats.ts +++ b/lib/workers/repository/stats.ts @@ -1,7 +1,7 @@ import URL from 'url'; import { logger } from '../../logger'; import * as memCache from '../../util/cache/memory'; -import { RequestStats } from '../../util/http'; +import type { RequestStats } from '../../util/http/types'; export function printRequestStats(): void { const httpRequests = memCache.get('http-requests'); diff --git a/package.json b/package.json index 588d84a4cc5d8a..f4cd1ea6b76f26 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "re2": "1.15.9" }, "devDependencies": { - "@actions/core": "1.2.6", + "@actions/core": "1.2.7", "@jest/globals": "26.6.2", "@jest/reporters": "26.6.2", "@jest/test-result": "26.6.2", @@ -228,15 +228,15 @@ "@types/traverse": "0.6.32", "@types/url-join": "4.0.0", "@types/xmldoc": "1.1.5", - "@typescript-eslint/eslint-plugin": "4.16.1", - "@typescript-eslint/parser": "4.16.1", + "@typescript-eslint/eslint-plugin": "4.22.0", + "@typescript-eslint/parser": "4.22.0", "conventional-changelog-conventionalcommits": "4.5.0", "cross-env": "7.0.3", - "eslint": "7.21.0", + "eslint": "7.24.0", "eslint-config-airbnb-typescript": "12.3.1", - "eslint-config-prettier": "8.1.0", + "eslint-config-prettier": "8.2.0", "eslint-plugin-import": "2.22.1", - "eslint-plugin-jest": "24.1.5", + "eslint-plugin-jest": "24.3.5", "eslint-plugin-promise": "4.3.1", "glob": "7.1.6", "graphql": "15.5.0", diff --git a/tools/package.json b/tools/package.json index 168c2ee3464210..ab26d9c66928d7 100644 --- a/tools/package.json +++ b/tools/package.json @@ -2,11 +2,11 @@ "private": true, "type": "module", "dependencies": { - "@actions/core": "1.2.6", + "@actions/core": "1.2.7", "@jest/reporters": "26.6.2", "@jest/test-result": "26.6.2", "commander": "6.2.1", - "eslint": "7.21.0", + "eslint": "7.24.0", "fs-extra": "9.1.0", "got": "11.8.2", "lodash": "4.17.21", diff --git a/yarn.lock b/yarn.lock index 44752405a80d95..9e9558987729df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/core@1.2.6": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09" - integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA== +"@actions/core@1.2.7": + version "1.2.7" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7.tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab" + integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig== "@arcanis/slice-ansi@^1.0.2": version "1.0.2" @@ -1707,13 +1707,13 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651" - integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ== +"@typescript-eslint/eslint-plugin@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc" + integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA== dependencies: - "@typescript-eslint/experimental-utils" "4.16.1" - "@typescript-eslint/scope-manager" "4.16.1" + "@typescript-eslint/experimental-utils" "4.22.0" + "@typescript-eslint/scope-manager" "4.22.0" debug "^4.1.1" functional-red-black-tree "^1.0.1" lodash "^4.17.15" @@ -1721,15 +1721,15 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/experimental-utils@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328" - integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ== +"@typescript-eslint/experimental-utils@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f" + integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg== dependencies: "@types/json-schema" "^7.0.3" - "@typescript-eslint/scope-manager" "4.16.1" - "@typescript-eslint/types" "4.16.1" - "@typescript-eslint/typescript-estree" "4.16.1" + "@typescript-eslint/scope-manager" "4.22.0" + "@typescript-eslint/types" "4.22.0" + "@typescript-eslint/typescript-estree" "4.22.0" eslint-scope "^5.0.0" eslint-utils "^2.0.0" @@ -1745,14 +1745,14 @@ eslint-scope "^5.0.0" eslint-utils "^2.0.0" -"@typescript-eslint/parser@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a" - integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg== +"@typescript-eslint/parser@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8" + integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q== dependencies: - "@typescript-eslint/scope-manager" "4.16.1" - "@typescript-eslint/types" "4.16.1" - "@typescript-eslint/typescript-estree" "4.16.1" + "@typescript-eslint/scope-manager" "4.22.0" + "@typescript-eslint/types" "4.22.0" + "@typescript-eslint/typescript-estree" "4.22.0" debug "^4.1.1" "@typescript-eslint/parser@^4.4.1": @@ -1781,13 +1781,13 @@ "@typescript-eslint/types" "4.15.2" "@typescript-eslint/visitor-keys" "4.15.2" -"@typescript-eslint/scope-manager@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5" - integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw== +"@typescript-eslint/scope-manager@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a" + integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q== dependencies: - "@typescript-eslint/types" "4.16.1" - "@typescript-eslint/visitor-keys" "4.16.1" + "@typescript-eslint/types" "4.22.0" + "@typescript-eslint/visitor-keys" "4.22.0" "@typescript-eslint/types@4.14.2": version "4.14.2" @@ -1799,10 +1799,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60" integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ== -"@typescript-eslint/types@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15" - integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA== +"@typescript-eslint/types@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6" + integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA== "@typescript-eslint/typescript-estree@4.14.2": version "4.14.2" @@ -1831,13 +1831,13 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/typescript-estree@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1" - integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg== +"@typescript-eslint/typescript-estree@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c" + integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg== dependencies: - "@typescript-eslint/types" "4.16.1" - "@typescript-eslint/visitor-keys" "4.16.1" + "@typescript-eslint/types" "4.22.0" + "@typescript-eslint/visitor-keys" "4.22.0" debug "^4.1.1" globby "^11.0.1" is-glob "^4.0.1" @@ -1860,12 +1860,12 @@ "@typescript-eslint/types" "4.15.2" eslint-visitor-keys "^2.0.0" -"@typescript-eslint/visitor-keys@4.16.1": - version "4.16.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293" - integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w== +"@typescript-eslint/visitor-keys@4.22.0": + version "4.22.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47" + integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw== dependencies: - "@typescript-eslint/types" "4.16.1" + "@typescript-eslint/types" "4.22.0" eslint-visitor-keys "^2.0.0" "@yarnpkg/core@2.4.0": @@ -3856,10 +3856,10 @@ eslint-config-airbnb@^18.2.0: object.assign "^4.1.2" object.entries "^1.1.2" -eslint-config-prettier@8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" - integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== +eslint-config-prettier@8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3" + integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw== eslint-import-resolver-node@^0.3.4: version "0.3.4" @@ -3896,10 +3896,10 @@ eslint-plugin-import@2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jest@24.1.5: - version "24.1.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz#1e866a9f0deac587d0a3d5d7cefe99815a580de2" - integrity sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg== +eslint-plugin-jest@24.3.5: + version "24.3.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz#71f0b580f87915695c286c3f0eb88cf23664d044" + integrity sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug== dependencies: "@typescript-eslint/experimental-utils" "^4.0.1" @@ -3933,10 +3933,10 @@ eslint-visitor-keys@^2.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint@7.21.0: - version "7.21.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83" - integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg== +eslint@7.24.0: + version "7.24.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a" + integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ== dependencies: "@babel/code-frame" "7.12.11" "@eslint/eslintrc" "^0.4.0" @@ -3955,7 +3955,7 @@ eslint@7.21.0: file-entry-cache "^6.0.1" functional-red-black-tree "^1.0.1" glob-parent "^5.0.0" - globals "^12.1.0" + globals "^13.6.0" ignore "^4.0.6" import-fresh "^3.0.0" imurmurhash "^0.1.4" @@ -3963,7 +3963,7 @@ eslint@7.21.0: js-yaml "^3.13.1" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.4.1" - lodash "^4.17.20" + lodash "^4.17.21" minimatch "^3.0.4" natural-compare "^1.4.0" optionator "^0.9.1" @@ -4644,6 +4644,13 @@ globals@^12.1.0: dependencies: type-fest "^0.8.1" +globals@^13.6.0: + version "13.8.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3" + integrity sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q== + dependencies: + type-fest "^0.20.2" + globalthis@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9" @@ -6588,7 +6595,7 @@ lodash.without@~4.4.0: resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac" integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw= -lodash@4.x, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4: +lodash@4.x, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -10158,6 +10165,11 @@ type-fest@^0.18.0: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== +type-fest@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + type-fest@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"