Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@​types/form-data 2.5.0 -> 2.5.2 age confidence
@types/jest (source) 29.5.2 -> 29.5.14 age confidence
@types/js-yaml (source) 4.0.5 -> 4.0.9 age confidence
@types/koa (source) 2.13.6 -> 2.13.12 age confidence
@types/koa-mount (source) 4.0.2 -> 4.0.5 age confidence
@types/koa-router (source) 7.4.4 -> 7.4.8 age confidence
@types/lodash (source) 4.14.195 -> 4.14.202 age confidence
@types/node (source) 18.16.18 -> 18.16.20 age confidence
axios (source) 1.8.2 -> 1.8.4 age confidence
eslint-plugin-jest 27.2.1 -> 27.2.3 age confidence
eslint-plugin-prettier 4.2.1 -> 4.2.5 age confidence
koa-router 12.0.0 -> 12.0.1 age confidence
miragejs 0.1.47 -> 0.1.48 age confidence
nock 13.3.1 -> 13.3.8 age confidence
ts-jest (source) 29.1.0 -> 29.1.5 age confidence
ts-node (source) 10.9.1 -> 10.9.2 age confidence

Release Notes

axios/axios (axios)

v1.8.4

Compare Source

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

v1.8.3

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.2.3

Compare Source

Features

27.2.3 (2023-07-13)

Bug Fixes

27.2.2 (2023-06-19)

Bug Fixes

27.2.1 (2023-01-06)

Bug Fixes

v27.2.2

Compare Source

Features

27.2.3 (2023-07-13)

Bug Fixes

27.2.2 (2023-06-19)

Bug Fixes

27.2.1 (2023-01-06)

Bug Fixes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v4.2.5

Compare Source

Changelog

4.2.1

Patch Changes

4.2.0

Minor Changes

v4.1.0 (2022-06-27)

v4.0.0 (2021-08-30)

This breaking change drops support for old versions of ESLint, Prettier and
Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0.
Aside from that, usage of this plugin remains identical.

  • v4 - Drop support for eslint 5/6, prettier 1, node 6/8 (#​429) (acb56f3)

v3.4.1 (2021-08-20)

v3.4.0 (2021-04-15)

v3.3.1 (2021-01-04)

  • fix: add eslint-config-prettier as an optional peer dependency (#​374) (d59df27)
  • build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
  • build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)

v3.3.0 (2020-12-13)

  • Minor: Perf improvement: Do not clear the config cache on each run (#​368) (1b90ea7)
  • Add peerDependenciesMeta block (#​367) (86608d5)
  • build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
  • build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)

v3.2.0 (2020-12-03)

  • Skip CI for eslint 6 + node 8 (#​364) (f8f08e4)
  • Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#​360) (a1e5591)
  • Create dependabot.yml (f58b6c7)
  • docs(README): fix prettier getFileInfo link (#​335) (5a690f1)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
  • build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
  • chore: update CI badge in readme (5012b66)
  • Use Github Actions for CI (#​305) (41eb64f)

v3.1.4 (2020-06-14)

  • Avoid clearing Prettier cache when not using prettierrc (#​303) (3c8e2d9)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
  • build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
  • build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
  • build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
  • Chore: Add CI tests for ESLint 7 (#​291) (cc2979b)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)

v3.1.3 (2020-04-13)

  • Fix: Set meta.type to "layout" (#​283) (97152e2)
  • build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106)
  • build(deps): [security] bump acorn from 6.1.0 to 6.4.1 (bba5881)
  • build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (9a47a6f)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 (aad671d)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 (e2458c2)
  • build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (05ef06f)
  • build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (ab80b3c)
  • build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (dea1b30)

v3.1.2 (2019-12-15)

  • Resolve config when getting list of inferred parsers (1ad45be)
  • Fix tests now they to stop them inheriting from base prettierrc file (14840fa)
  • Move prettier config into dedicated file, so vscode plugins pick it up (c49334a)
  • build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (15e6cf9)
  • build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (e8ad019)
  • build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (44f4bfe)
  • build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (46580c5)
  • build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (10b4676)
  • build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (53eaeae)
  • build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (ad3321c)
  • build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (b7280b6)
  • build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (4c1d69a)
  • build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (c109a7a)
  • build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (3134bea)
  • build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (7c290d7)

v3.1.1 (2019-09-18)

  • build(deps-dev): bump eslint from 6.3.0 to 6.4.0 (8a793eb)
  • build(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0 (88c3f6c)
  • build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.2.0 (5f9fbc1)
  • build(deps-dev): bump eslint from 6.2.2 to 6.3.0 (746b66d)
  • build(deps-dev): bump eslint from 6.1.0 to 6.2.2 (97eedb4)
  • build(deps-dev): bump eslint from 6.0.1 to 6.1.0 (afef9d1)
  • build(deps-dev): bump mocha from 6.1.4 to 6.2.0 (0360a84)
  • build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (9eceb68)
  • Fix: When forcing the JS parser, use the modern name (#​212) (1385310)
  • Add eslint 6 to test matrix (#​210) (bca77e6)
  • build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 (4c069bd)
  • build(deps-dev): bump eslint-config-prettier from 4.3.0 to 5.0.0 (60bb22f)
  • build(deps-dev): bump prettier from 1.18.0 to 1.18.2 (a183560)
  • build(deps-dev): bump prettier from 1.17.1 to 1.18.0 (0cad479)
  • build(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0 (6f3c76f)
  • build(deps-dev): bump prettier from 1.17.0 to 1.17.1 (03aecfd)

v3.1.0 (2019-05-11)

  • New: Allow options to be passed to prettier.getFileInfo (#​187) (21fa69a)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.1 to 2.1.0 (bb597e1)
  • build(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0 (0bb7c1d)
  • build(deps-dev): bump vue-eslint-parser from 6.0.3 to 6.0.4 (2f77df4)
  • build(deps-dev): bump mocha from 6.1.3 to 6.1.4 (222b87a)
  • build(deps-dev): bump prettier from 1.16.4 to 1.17.0 (58d8ff8)
  • build(deps-dev): bump mocha from 6.1.2 to 6.1.3 (e94e56c)
  • build(deps-dev): bump mocha from 6.1.1 to 6.1.2 (c02244b)
  • build(deps-dev): bump mocha from 6.0.2 to 6.1.1 (a9a2e4e)
  • build(deps-dev): bump eslint from 5.15.3 to 5.16.0 (073c14c)
  • build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (bda931f)
  • build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (19f53d6)
  • build(deps-dev): bump eslint from 5.15.0 to 5.15.1 (34b39de)
  • build(deps-dev): bump eslint from 5.14.1 to 5.15.0 (13bcc66)
  • build(deps-dev): bump eslint-plugin-self from 1.1.0 to 1.2.0 (5b4adb8)
  • build(deps-dev): bump vue-eslint-parser from 6.0.2 to 6.0.3 (e676cd1)
  • build(deps-dev): bump eslint-config-prettier from 4.0.0 to 4.1.0 (b8a9215)
  • build(deps-dev): bump mocha from 6.0.1 to 6.0.2 (cde36e4)
  • build(deps-dev): bump mocha from 6.0.0 to 6.0.1 (eb39699)
  • build(deps-dev): bump mocha from 5.2.0 to 6.0.0 (5d75421)
  • build(deps-dev): bump eslint from 5.14.0 to 5.14.1 (829156e)
  • build(deps-dev): bump eslint from 5.13.0 to 5.14.0 (b76d0b4)
  • build(deps-dev): bump vue-eslint-parser from 6.0.0 to 6.0.2 (15439e8)
  • build(deps-dev): bump vue-eslint-parser from 5.0.0 to 6.0.0 (0ea70e5)
  • build(deps-dev): bump eslint from 5.12.1 to 5.13.0 (5f18729)
  • build(deps-dev): bump prettier from 1.16.3 to 1.16.4 (ef637fe)
  • build(deps-dev): bump prettier from 1.16.1 to 1.16.3 (58ab20c)
  • build(deps-dev): bump eslint-config-prettier from 3.6.0 to 4.0.0 (14393bd)
  • build(deps-dev): bump prettier from 1.16.0 to 1.16.1 (00198b9)
  • build(deps-dev): bump prettier from 1.15.3 to 1.16.0 (7890a87)
  • build(deps-dev): bump eslint from 5.12.0 to 5.12.1 (92a8984)
  • build(deps-dev): bump eslint-config-prettier from 3.5.0 to 3.6.0 (5292d12)
  • build(deps-dev): bump eslint-config-prettier from 3.4.0 to 3.5.0 (44a2558)
  • build(deps-dev): bump eslint-config-prettier from 3.3.0 to 3.4.0 (425cfce)
  • build(deps-dev): bump eslint from 5.11.1 to 5.12.0 (3e9aa39)
  • build(deps-dev): bump eslint-plugin-node from 8.0.0 to 8.0.1 (e913afd)
  • build(deps-dev): bump vue-eslint-parser from 4.0.3 to 5.0.0 (ecfd5ba)

v3.0.1 (2018-12-28)

  • Catch and format SyntaxErrors as eslint violations (#​141) (4a0e57d)
  • build(deps-dev): bump eslint from 5.11.0 to 5.11.1 (d34daed)
  • build(deps-dev): bump eslint from 5.10.0 to 5.11.0 (7f4f45d)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.0 to 2.0.1 (5be3bcf)
  • build(deps-dev): bump eslint from 5.9.0 to 5.10.0 (11e7c44)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.1 to 2.0.0 (9e5bf14)
  • build(deps-dev): bump vue-eslint-parser from 4.0.2 to 4.0.3 (234583a)
  • build(deps-dev): bump vue-eslint-parser from 3.3.0 to 4.0.2 (8675d57)
  • Upgrade: Bump vue-eslint-parser from 3.2.2 to 3.3.0 (2379e93)
  • Upgrade: Bump eslint-config-prettier from 3.1.0 to 3.3.0 (3ea0021)
  • Upgrade: Bump eslint from 5.8.0 to 5.9.0 (c774fb8)
  • build(deps-dev): bump eslint-plugin-node from 7.0.1 to 8.0.0 (#​121) (2a4fba0)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.0 to 1.4.1 (#​120) (29caa29)
  • build(deps-dev): bump eslint from 5.6.0 to 5.8.0 (#​119) (2836350)

v3.0.0 (2018-10-01)

  • Chore: Add eslint peer-dependency (d55d79c)
  • Breaking: Extract showInvisibles and generateDifferences (bf7c40c)
  • Breaking: Defining prettier options must use an object (478c7e5)
  • Breaking: Drop support for ESLint v3 and v4 (2326231)
  • Chore: Update dependencies (1ec94c8)
  • Chore: remove two unused dependencies (bfe459c)
  • Chore: Rename test files to keep them sequential (d38ea52)
  • Breaking: Remove pragma support (3af422c)
  • Breaking: Update minimum required pretter version to 1.13.0 (29c0506)
  • Breaking: Drop support for node v4, v7 and v9 (be460bd)
  • Chore: Add vscode config to autoformat on save (9fac6b4)
  • Chore: Improve travis matrix (46d2444)
  • Chore: Add format script to run prettier (d46aa6d)

v2.7.0 (2018-09-26)

  • Update: Support prettierignore and custom processors (#​111) (38537ba)
  • Build: switch to release script package (047dc8f)

v2.6.2 (2018-07-06)

  • Fix: Add representation for \r to showInvisibles (#​100) (731bbb5)
  • Docs: Add clarification about Flow/React support to readme (#​96) (977aa77)

v2.6.1 (2018-06-23)

v2.6.0 (2018-02-02)

  • Update: Add option to skip loading prettierrc (#​83) (9e0fb48)
  • Build: add Node 8 and 9 to Travis (e5b5fa7)
  • Chore: add test for vue parsing (1ab43fd)

v2.5.0 (2018-01-16)

v2.4.0 (2017-12-17)

v2.3.1 (2017-09-18)

  • Fix: Guard against older prettier installation (#​56) (8a115f9)

v2.3.0 (2017-09-18)

v2.2.0 (2017-08-16)

v2.1.2 (2017-06-14)

v2.1.1 (2017-05-19)

v2.1.0 (2017-05-16)

v2.0.1 (2017-02-26)

  • Docs: add travis badge to README.md (1daa495)
  • Upgrade: prettier to 0.18.0 (1700e41)
  • Chore: use eslint-config-prettier ([c979b84

Configuration

📅 Schedule: Branch creation - "before 8am on monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the no-release label Jun 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jest to v27.2.2 chore(deps): update devdependencies (patch) Jun 30, 2023
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 8f1a1d1 to f492331 Compare July 1, 2023 08:37
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 3 times, most recently from efd6f2a to 7497817 Compare July 13, 2023 23:14
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 4 times, most recently from daabe02 to 66b93ed Compare July 26, 2023 12:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 66b93ed to 219bd9f Compare July 29, 2023 19:30
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 219bd9f to 629d106 Compare August 9, 2023 22:10
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 81c0d24 to 70c13dc Compare August 22, 2023 22:40
@renovate renovate bot changed the title chore(deps): update devdependencies (patch) Update devDependencies (patch) Aug 29, 2023
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 70c13dc to 3237e16 Compare August 29, 2023 08:31
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 3237e16 to a0eca46 Compare September 5, 2023 22:26
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 8b756c0 to 64492a2 Compare September 15, 2023 21:55
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 64492a2 to 350e6e7 Compare September 23, 2023 00:31
@renovate renovate bot changed the title Update devDependencies (patch) chore(deps): update devdependencies (patch) Oct 10, 2023
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 3 times, most recently from 049a6f6 to 2a8eb3a Compare October 12, 2023 23:18
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 66ec901 to be42e5f Compare October 19, 2023 18:10
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 3 times, most recently from 2f9fc68 to f471d64 Compare October 30, 2023 23:22
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 4a5e560 to 1d2027e Compare April 10, 2024 07:20
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 24a2b15 to b548ab7 Compare May 28, 2024 08:11
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from b548ab7 to 7c78582 Compare June 16, 2024 19:26
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 7c78582 to beac778 Compare June 27, 2024 13:05
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from beac778 to 2acc943 Compare August 14, 2024 10:18
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 2acc943 to 9fe14fe Compare August 23, 2024 16:30
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from a8285e0 to b01c6cf Compare September 1, 2024 01:51
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from b01c6cf to e80c64b Compare September 12, 2024 18:07
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from e80c64b to 4512002 Compare October 10, 2024 07:10
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 6e4ec84 to 6e726e7 Compare October 25, 2024 09:30
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 6e726e7 to 3b39940 Compare November 11, 2024 14:27
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 3b39940 to 9b3765e Compare November 25, 2024 21:39
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 9b3765e to f89924b Compare December 4, 2024 11:42
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from f89924b to 586f06b Compare January 9, 2025 11:21
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 586f06b to 59db836 Compare January 16, 2025 15:07
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 59db836 to 96d698d Compare February 15, 2025 01:00
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 96d698d to ce6d450 Compare May 23, 2025 13:45
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from ce6d450 to e430663 Compare June 6, 2025 22:10
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 3 times, most recently from 2b06537 to 67d5a06 Compare July 21, 2025 21:51
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 2 times, most recently from 22dbbc9 to 0b787c1 Compare August 13, 2025 18:03
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 0b787c1 to 21b5633 Compare August 19, 2025 20:00
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 21b5633 to 88edab9 Compare August 29, 2025 08:51
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 88edab9 to 6a243a0 Compare August 29, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants