Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@jest/globals (source) 29.5.0 -> 29.7.0 age confidence devDependencies minor
@types/js-yaml (source) ^4.0.9 -> 4.0.9 age confidence devDependencies pin
@types/koa (source) 2.13.6 -> 2.15.0 age confidence devDependencies minor
@types/lodash (source) 4.14.195 -> 4.17.21 age confidence devDependencies minor
@types/node (source) 18.16.18 -> 18.19.130 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 5.59.11 -> 5.62.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 5.59.11 -> 5.62.0 age confidence devDependencies minor
ajv (source) ^8.17.1 -> 8.17.1 age confidence devDependencies pin
axios (source) 1.8.2 -> 1.13.2 age confidence devDependencies minor
ejs ^3.1.10 -> 3.1.10 age confidence devDependencies pin
eslint (source) 8.42.0 -> 8.57.1 age confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.2 age confidence devDependencies minor
eslint-plugin-import 2.27.5 -> 2.32.0 age confidence devDependencies minor
eslint-plugin-jest 27.2.1 -> 27.9.0 age confidence devDependencies minor
jest (source) 29.5.0 -> 29.7.0 age confidence devDependencies minor
koa-mount 4.0.0 -> 4.2.0 age confidence devDependencies minor
nock 13.3.1 -> 13.5.6 age confidence devDependencies minor
prettier (source) ^3.0.0 -> 3.7.4 age confidence devDependencies pin
tinybench ^2.9.0 -> 2.9.0 age confidence devDependencies pin
ts-jest (source) 29.1.0 -> 29.4.6 age confidence devDependencies minor

Release Notes

jestjs/jest (@​jest/globals)

v29.7.0

Compare Source

Features

  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)

Fixes

  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)

Performance

  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)

Chore & Maintenance

  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)

New Contributors

Full Changelog: jestjs/jest@v29.6.4...v29.7.0

v29.6.4

Compare Source

Fixes

  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)

New Contributors

Full Changelog: jestjs/jest@v29.6.3...v29.6.4

v29.6.3

Compare Source

Fixes

  • [expect, @​jest/expect-utils] ObjectContaining support symbol as key (#​14414)
  • [expect] Remove @types/node from dependencies (#​14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#​14059 & #​14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#​14401)
  • [jest-mock] Revert #​13692 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13866 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13867 as it was a breaking change (#​14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#​14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#​14397)

Chore & Maintenance

  • [jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#​14366)

New Contributors

Full Changelog: jestjs/jest@v29.6.2...v29.6.3

v29.6.2

Compare Source

Fixes

  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#​14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#​14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#​14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#​14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#​14309)

Chore & Maintenance

  • [@jest/core] Use pluralize from jest-util rather than own internal (#​14322)

New Contributors

Full Changelog: jestjs/jest@v29.6.1...v29.6.2

v29.6.1

Compare Source

Fixes

Full Changelog: jestjs/jest@v29.6.0...v29.6.1

v29.6.0

Compare Source

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#​14139)
  • [jest-cli] Include type definitions to generated config files (#​14078)
  • [jest-snapshot] Support arrays as property matchers (#​14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#​14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#​14110)
  • [jest-config] Handle frozen config object (#​14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#​14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#​14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#​13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#​14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#​14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#​14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#​14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#​14148)
  • [jest-runtime] Guard _isMockFunction access with in (#​14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#​14036)
  • [@jest/transform] Do not instrument .json modules (#​14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#​14015)

Chore & Maintenance

  • [*] Update semver dependency to get vulnerability fix (#​14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#​14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#​14056)
  • [docs] Update jest statistics of use and downloads in website Index.

New Contributors

Full Changelog: jestjs/jest@v29.5.0...v29.6.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/parser

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/parser

5.59.7 (2023-05-22)

Note: Version bump only for package @​typescript-eslint/parser

5.59.6 (2023-05-15)

Note: Version bump only for package @​typescript-eslint/parser

5.59.5 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.4 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.3 (2023-05-08)

Note: Version bump only for package @​typescript-eslint/parser

5.59.2 (2023-05-01)

Note: Version bump only for package @​typescript-eslint/parser

5.59.1 (2023-04-24)

Note: Version bump only for package @​typescript-eslint/parser

axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

v1.12.1

Compare Source

Bug Fixes
Contributors to this release

v1.12.0

Compare Source

Bug Fixes
Features
  • adapter: surface low‑level network error details; attach original error via cause (#​6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#​7003) (c959ff2)
  • support reviver on JSON.parse (#​5926) (2a97634), closes #​5924
  • types: extend AxiosResponse interface to include custom headers type (#​6782) (7960d34)
Contributors to this release

v1.11.0

Compare Source

Bug Fixes
Contributors to this release

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release

v1.9.0

Compare Source

Bug Fixes

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 18, 2023
@renovate renovate bot force-pushed the renovate/devdependencies branch from b483662 to babbaad Compare June 19, 2023 20:24
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.43.0 chore(deps): update devdependencies (minor) Jun 19, 2023
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 1f5a8a1 to ab085dd Compare July 1, 2023 08:37
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 41223e3 to bbfd3ba Compare July 10, 2023 18:06
@renovate renovate bot force-pushed the renovate/devdependencies branch from bbfd3ba to 5c8ec5f Compare July 14, 2023 16:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 53b53c0 to ef67022 Compare July 28, 2023 16:45
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from faf112b to cf1e29e Compare August 8, 2023 22:48
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 0102bb2 to cee0558 Compare August 11, 2023 23:18
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 6f55bbb to 755b483 Compare August 24, 2023 15:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3fc9c72 to f481550 Compare August 8, 2025 18:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from e4ff47b to 77a6797 Compare August 15, 2025 10:51
@renovate renovate bot force-pushed the renovate/devdependencies branch from 77a6797 to ba2d140 Compare August 19, 2025 20:00
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 39865e6 to 7c2641a Compare September 4, 2025 10:24
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 2f2e845 to 50204e2 Compare September 19, 2025 15:36
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 4346048 to 9bdcafd Compare October 1, 2025 00:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 0496aba to 5c4d214 Compare October 10, 2025 11:41
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 8d81a8d to 5a381d2 Compare October 29, 2025 01:27
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5a381d2 to ebb56ae Compare November 5, 2025 00:36
@renovate renovate bot force-pushed the renovate/devdependencies branch from ebb56ae to eb97142 Compare November 22, 2025 18:39
@renovate renovate bot force-pushed the renovate/devdependencies branch from eb97142 to 65db0f5 Compare December 1, 2025 22:27
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 979151c to 93c3e8e Compare December 16, 2025 07:54
@renovate renovate bot force-pushed the renovate/devdependencies branch from 93c3e8e to 186eaf5 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