Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

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.9 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
form-data 4.0.4 -> 4.0.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
typescript (source) 5.9.2 -> 5.9.3 age confidence

Release Notes

axios/axios (axios)

v1.8.4

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

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

republish the v4 version

Full Changelog: prettier/eslint-plugin-prettier@v4.2.4...v4.2.5

v4.2.4

Compare Source

republish the v4 version

Full Changelog: prettier/eslint-plugin-prettier@v4.2.1...v4.2.4

form-data/form-data (form-data)

v4.0.5

Compare Source

Commits
  • [Tests] Switch to newer v8 prediction library; enable node 24 testing 16e0076
  • [Dev Deps] update @ljharb/eslint-config, eslint 5822467
  • [Fix] set Symbol.toStringTag in the proper place 76d0dee
koajs/router (koa-router)

v12.0.1

Compare Source

miragejs/miragejs (miragejs)

v0.1.48

Compare Source

What's Changed

🚀 Enhancements

🐛 Bugfixes

🏠 Internal

New Contributors

Full Changelog: miragejs/miragejs@v0.1.47...v0.1.48

nock/nock (nock)

v13.3.8

Compare Source

Bug Fixes

v13.3.7

Compare Source

Reverts

v13.3.6

Compare Source

Bug Fixes

v13.3.5

Compare Source

Bug Fixes

v13.3.4

Compare Source

Bug Fixes
  • typescript: support nock(new URL('https://example.test/')) (#​2526) (6987327)

v13.3.3

Compare Source

Bug Fixes

v13.3.2

Compare Source

Bug Fixes
  • nock.removeInterceptor can remove the wrong Intercept (#​2497) (92de0de)
kulshekhar/ts-jest (ts-jest)

v29.1.5

Compare Source

Bug Fixes

v29.1.4

Compare Source

Bug Fixes
  • fix(transformer): allow transforming of .cts/.mts extensions. (b8f6eaa), closes #​3996
Features

v29.1.3

Compare Source

Bug Fixes
  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)
Performance Improvements
  • remove ts resolved module cache file (4c88da5)

v29.1.2

Compare Source

Bug Fixes

v29.1.1

Compare Source

Security Fixes
  • bump semver to 7.5.3
TypeStrong/ts-node (ts-node)

v10.9.2: Fix tsconfig.json file not found

Compare Source

Fixed

  • Fixed tsconfig.json file not found on latest TypeScript version (#​2091)
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


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 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 2 times, most recently from 88edab9 to 6a243a0 Compare August 29, 2025 09:15
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 6a243a0 to 8c91681 Compare October 1, 2025 00:05
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch 3 times, most recently from 133ccfe to 5260be0 Compare October 24, 2025 09:50
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 5260be0 to 7a6e2a4 Compare November 17, 2025 07:41
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 7a6e2a4 to 75f0813 Compare December 16, 2025 07:54
@renovate renovate bot force-pushed the renovate/patch-devdependencies branch from 75f0813 to 4397655 Compare December 16, 2025 07:56
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