Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

chore(deps): update devdependencies-non-major #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 26.0.13 -> 26.0.24 age adoption passing confidence
@types/node (source) 14.6.3 -> 14.18.63 age adoption passing confidence
jest (source) 26.4.2 -> 26.6.3 age adoption passing confidence
nock 13.0.4 -> 13.4.0 age adoption passing confidence
nodemon (source) 2.0.4 -> 2.0.22 age adoption passing confidence
smee-client 1.2.2 -> 1.2.5 age adoption passing confidence
ts-jest (source) 26.3.0 -> 26.5.6 age adoption passing confidence
ts-node-dev 1.0.0-pre.62 -> 1.1.8 age adoption passing confidence
typescript (source) 4.0.2 -> 4.9.5 age adoption passing confidence

Release Notes

jestjs/jest (jest)

v26.6.3

Compare Source

Fixes
  • [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#​10779)

v26.6.2

Compare Source

Features
  • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#​10659)
Fixes
  • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#​10536)
  • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#​10723)
  • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#​10747)
  • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#​10508)" (#​10766)
  • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#​10697)
  • [jest-config] Fix bug introduced in watch mode by PR #​10678 (#​10692)
  • [jest-config] Throw correct error for missing preset modules (#​10737)
  • [jest-resolve-dependencies] Resolve mocks as dependencies (#​10713)
  • [jest-runtime] Handle file URLs in dynamic imports (#​10744)
  • [jest-runtime, babel-jest] Pass more ESM options to @jest/transform (#​10752)
  • [jest-runtime] Properly inject extraGlobals into the runtime (#​10758)
  • [jest-transform] Link to ESM docs on syntax errors (#​10748)
Chore & Maintenance
  • [docs] Add docs for using mocks in TypeScript (#​10415)
  • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#​10739)
  • [examples] Update TypeScript example to show use of newer Jest types (#​10399)
  • [jest-cli] chore: standardize files and folder names (#​10698)
  • [jest-config] Switch ts-node Register type to Service due to deprecation (#​11210)

v26.6.1

Compare Source

Features
  • [jest-runtime] Support named exports from CommonJS as named ES Module imports (#​10673)
  • [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#​10236)
Fixes
  • [expect] Fix objectContaining to work recursively into sub-objects (#​10508)
  • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#​10678)
  • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#​10675)
  • [jest-message-util] Update to work properly with Node 15 (#​10660)
  • [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#​10156)

v26.6.0

Compare Source

Features
  • [jest-cli, jest-config] Add support for the jest.config.ts configuration file (#​10564)
Fixes
  • [jest-config] Simplify transform RegExp (#​10207)
  • [jest-fake-timers] Lazily instantiate mock timers (#​10551)
  • [jest-runtime] require.main is no longer undefined when using jest.resetModules (#​10626)
  • [@jest/types] Add missing values for timers (#​10632)
Chore & Maintenance
  • [docs] Add step for fetching backers.json file in website setup docs (#​10631)
  • [docs] Add page detailing environment variables set by Jest (#​10630)
  • [jest-circus] Refactor callAsyncCircusFn parameters (#​10629)

v26.5.3

Compare Source

Features
  • [jest-runtime] add support for dynamic import() from CommonJS (#​10620)
Fixes
  • [jest-runner, jest-runtime] require.main should not be undefined with createRequire() (#​10610)
  • [jest-runtime] add missing module.path property (#​10615)
  • [jest-runtime] Add mainModule instance variable to runtime (#​10621)
  • [jest-runtime] Evaluate Node core modules on dynamic import() (#​10622)
  • [jest-validate] Show suggestion only when unrecognized cli param is longer than 1 character (#​10604)
  • [jest-validate] Validate testURL as CLI option (#​10595)

v26.5.2

Compare Source

Fixes
  • [*] Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#​10599)
  • [jest-circus] Setup globals before emitting setup, and include Jest globals in the setup payload (#​10598)
  • [jest-mock] Fix typings for mockResolvedValue, mockResolvedValueOnce, mockRejectedValue and mockRejectedValueOnce (#​10600)

v26.5.0

Compare Source

Features
  • [jest-circus, jest-config, jest-runtime] Add new injectGlobals config and CLI option to disable injecting global variables into the runtime (#​10484)
  • [jest-each] Fixes .each type to always be callable (#​10447)
  • [jest-runner] Add support for moduleLoaders with default exports (#​10541)
  • [@jest/create-cache-key-function] Added a new package for creating cache keys (#​10587)
Fixes
  • [jest-circus, jest-jasmine2] Find correct location for test.each tests (#​10413)
  • [jest-console] Add Console constructor to console object (#​10502)
  • [jest-globals] Fix lifecycle hook function types (#​10480)
  • [jest-runtime] Remove usage of vm.compileFunction due to a performance issue (#​10586)
Chore & Maintenance
  • [jest-resolve] Replace read-pkg-up with escalade package (10558)
  • [jest-environment-jsdom] Update jsdom to 16.4.0 (10578)
nock/nock (nock)

v13.4.0

Compare Source

Features

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)

v13.3.1

Compare Source

Bug Fixes

v13.3.0

Compare Source

Features

v13.2.9

Compare Source

Bug Fixes
  • README: Add notes about Scope vs Interceptor matchHeader calls (#​2382) (d9bab65)

v13.2.8

Compare Source

Bug Fixes
  • types: allow regexp on Definition#scope and Definition#path (#​2374) (2edf341)

v13.2.7

Compare Source

Bug Fixes

v13.2.6

Compare Source

Reverts

v13.2.5

Compare Source

Bug Fixes

v13.2.4

Compare Source

Bug Fixes

v13.2.3

Compare Source

Bug Fixes

v13.2.2

Compare Source

Bug Fixes
  • allowUnocked not working with regex host + request body match (#​2277) (ac7b4fd)

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features

v13.1.4

Compare Source

Bug Fixes

v13.1.3

Compare Source

Bug Fixes

v13.1.2

Compare Source

Bug Fixes

v13.1.1

Compare Source

Bug Fixes
  • types: allow readonly arrays for data matcher in types (#​2215) (940f4b7)

v13.1.0

Compare Source

Features

v13.0.11

Compare Source

Bug Fixes
  • interceptor: don't require leading slash if Scope has a base pathname (#​2168) (bfbbbb7)

v13.0.10

Compare Source

Bug Fixes

v13.0.9

Compare Source

Bug Fixes
  • playback: consistently check for destroyed attribute (#​2152) (b9758c8)

v13.0.8

Compare Source

Bug Fixes

v13.0.7

Compare Source

Bug Fixes
  • recorder: escape single quotes in path of default output (#​2137) (0f7b52e)

v13.0.6

Compare Source

Bug Fixes

v13.0.5

Compare Source

Bug Fixes
remy/nodemon (nodemon)

v2.0.22

Compare Source

Bug Fixes

v2.0.21

Compare Source

Bug Fixes

v2.0.20

Compare Source

Bug Fixes
  • remove postinstall script (e099e91)

v2.0.19

Compare Source

Bug Fixes

v2.0.18

Compare Source

Bug Fixes
  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

Compare Source

Bug Fixes

v2.0.16

Compare Source

Bug Fixes
  • support windows by using path.delimiter (e26aaa9)

v2.0.15

Compare Source

Bug Fixes

v2.0.14

Compare Source

Bug Fixes

v2.0.13

Compare Source

Bug Fixes

v2.0.12

Compare Source

Bug Fixes

v2.0.11

Compare Source

Bug Fixes
  • ensure numerical OS version check (f523d0e)

v2.0.10

Compare Source

Bug Fixes

v2.0.9

Compare Source

Bug Fixes

v2.0.8

Compare Source

Bug Fixes

v2.0.7

Compare Source

Bug Fixes

v2.0.6

Compare Source

Bug Fixes

v2.0.5

Compare Source

Bug Fixes
probot/smee-client (smee-client)

v1.2.5

Compare Source

Bug Fixes

v1.2.4

Compare Source

Bug Fixes
  • deps: update dependency commander to v9 (4a6c23f)
  • deps: update dependency eventsource to v2 (35267cf)
  • deps: update dependency superagent to v8 (f2651c5)

v1.2.3

Compare Source

Updating dependencies and types. No breaking changes, but hopefully this release saves everyone some energy caused by all the alerts.

On NPM: https://www.npmjs.com/package/smee-client/v/1.2.3

What's Changed

Full Changelog: probot/smee-client@v1.2.0...v1.2.3

kulshekhar/ts-jest (ts-jest)

v26.5.6

Compare Source

Code Refactoring
  • refactor(config): show warning message for sourceMap: false (#​2557) (cf60990).

v26.5.5

Compare Source

Bug Fixes

v26.5.4

Compare Source

Bug Fixes

v26.5.3

Compare Source

Bug Fixes

v26.5.2

Compare Source

Bug Fixes

v26.5.1

Compare Source

Features

v26.5.0

Compare Source

Bug Fixes
Features
DEPRECATIONS

v26.4.4

Compare Source

Bug Fixes
Features

v26.4.3

Compare Source

Bug Fixes
Features

v26.4.2

Compare Source

Features
Performance Improvements
  • compiler: speed up bootstrap time for isolatedModules:false (#​2055) (230b5dd)
DEPRECATIONS
  • config: deprecate tsConfig in favor of tsconfig (#​1997)
  • config: deprecate packageJson since internal codes don't use it anymore (#​2034)

v26.4.1

Compare Source

Bug Fixes

v26.4.0

Compare Source

Bug Fixes
Features
Performance Improvements
  • compiler: remove createProgram for isolatedModules: true to boost startup speed (#​1941) (dd84534)
whitecolor/ts-node-dev (ts-node-dev)

v1.1.8

Compare Source

v1.1.7

Compare Source

  • Remove dateformat dependency 89200d8

v1.1.6

Compare Source

  • publish with npm not yarn, fixes install issues because of lame bin paths

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

  • fix: update bin scripts paths

v1.1.2

Compare Source

  • fix: update chokidar version

v1.1.1

Compare Source

  • fix: remove duplicate compilation call

v1.1.0

Compare Source

  • fix: not kill child process if it has its own exception handlers
  • fix: use either process.send or writeFile fallback
  • fix: prevent handling of duplicate compilation requests

v1.0.0

Compare Source

  • upgrade to ts-node v9

v1.0.0-pre.66

Compare Source

v1.0.0-pre.65

Compare Source

  • add --quiet option to silent [INFO] messages

v1.0.0-pre.64

Compare Source

v1.0.0-pre.63

Compare Source

  • fix --cache-directory flag
Microsoft/TypeScript (typescript)

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

v4.9.4: TypeScript 4.9.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efe


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch 2 times, most recently from 43d2f7a to d830c8d Compare September 3, 2023 02:42
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch 2 times, most recently from 2068fe2 to 0c5ef51 Compare September 15, 2023 17:53
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch 3 times, most recently from 2c3d63d to 5c97621 Compare September 24, 2023 02:16
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 5c97621 to 7be7044 Compare October 11, 2023 01:57
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 7be7044 to f00af37 Compare October 20, 2023 08:38
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch 2 times, most recently from 1d4fb8c to 8f9ede4 Compare November 4, 2023 05:19
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 8f9ede4 to a582fb0 Compare November 18, 2023 05:29
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from a582fb0 to a6ecb16 Compare November 28, 2023 05:25
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from a6ecb16 to 5f0d489 Compare December 4, 2023 05:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants