From ed17fa2683ae3ec0e1ac9b70273dc7b31fb8c2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 09:25:05 -0300 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-organize-imports from 3.0.0 to 3.0.1 (#310) * chore(deps-dev): bump prettier-plugin-organize-imports Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: prettier-plugin-organize-imports dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: increase maximum test time Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: arthurfiorette --- test/interceptors/stale-if-error.test.ts | 4 +++- yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/test/interceptors/stale-if-error.test.ts b/test/interceptors/stale-if-error.test.ts index ed80338..1fa8e2d 100644 --- a/test/interceptors/stale-if-error.test.ts +++ b/test/interceptors/stale-if-error.test.ts @@ -287,7 +287,9 @@ describe('Last-Modified handling', () => { expect(newResponse.id).toBe(id); expect(newResponse.data).not.toBe(cache.data); expect(newResponse.status).toBe(503); - }); + + // Increase the maximum time because some CI services may have slow internet. + }, 10_000); it('expects that the cache is marked as stale', async () => { const axios = setupCache(Axios.create(), { diff --git a/yarn.lock b/yarn.lock index f42d1e9..c4e7b0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3537,9 +3537,9 @@ prettier-plugin-jsdoc@^0.3.30: mdast-util-from-markdown "^1.2.0" prettier-plugin-organize-imports@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.0.0.tgz#39739423cc7069f2a3bfa58d14f8a502ff163df2" - integrity sha512-juSCJs5TMOqGGPaN/A/1xzWFzRPH2LG1LPLCr64dzKaVnPafJdtgDNmDVlU+8A4LbQzVJg0DTvgA8swBuIUhlg== + version "3.0.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.0.1.tgz#52e1faa57742ad36925b40ddcd7c044cb527af22" + integrity sha512-pdMWKtoHRQ+9y1WB3mA1wzMkjzJzB4ycfOPlfZpmzq+YFZQIpkszJJQQHQ8EYVyULlLohlOnAxSmXfaKWpRAAw== prettier@^2.5.1: version "2.7.1"