Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2020

This PR contains the following updates:

Package Type Update Change
@types/jest devDependencies patch 25.2.1 -> 25.2.3
@types/node devDependencies patch 13.13.0 -> 13.13.12
@types/tmp devDependencies minor 0.1.0 -> 0.2.0
jest (source) devDependencies minor 25.4.0 -> 25.5.4
jest-watch-typeahead devDependencies minor 0.5.0 -> 0.6.0
prettier (source) devDependencies patch 2.0.4 -> 2.0.5
tmp devDependencies minor 0.1.0 -> 0.2.1
ts-jest (source) devDependencies minor 25.4.0 -> 25.5.1
ts-node devDependencies minor 8.8.2 -> 8.10.2
type-fest devDependencies minor 0.13.1 -> 0.16.0
typescript (source) devDependencies minor 3.8.3 -> 3.9.6

Release Notes

facebook/jest

v25.5.4

Compare Source

Fixes
  • [jest-jasmine2] Don't run beforeAll / afterAll in skipped describe blocks (#​9931)
Chore & Maintenance
  • [jest-runtime] Do not warn when mutating require.cache (#​9946)

v25.5.3

Compare Source

Chore & Maintenance
  • [jest-circus] Fix memory leak when running in band (#​9934)

v25.5.2

Compare Source

Fixes
  • [jest-globals] Export globals as values, not types (#​9925)

v25.5.1

Compare Source

Fixes
  • [jest-haste-map] Add missing @types/graceful-fs dependency (#​9913)
  • [jest-runner] Correctly serialize Set passed to worker (#​9915)
  • [jest-runtime] Vary ESM cache by query (#​9914)

v25.5.0

Compare Source

Features
  • [@jest/globals] New package so Jest's globals can be explicitly imported (#​9801)
  • [jest-core] Show coverage of sources related to tests in changed files (#​9769)
  • [jest-runtime] Populate require.cache (#​9841)
Fixes
  • [*] Use graceful-fs directly in every package instead of relying on fs being monkey patched (#​9443)
  • [expect] Prints the Symbol name into the error message with a custom asymmetric matcher (#​9888)
  • [jest-circus, jest-jasmine2] Support older version of jest-runtime (#​9903 & #​9842)
  • [@jest/environment] Make sure not to reference Jest types (#​9875)
  • [jest-message-util] Code frame printing should respect --noStackTrace flag (#​9866)
  • [jest-runtime] Support importing CJS from ESM using import statements (#​9850)
  • [jest-runtime] Support importing parallel dynamic imports (#​9858)
  • [jest-transform] Improve source map handling when instrumenting transformed code (#​9811)
Chore & Maintenance
  • [docs] Add an example for mocking non-default export class
Performance
  • [jest-resolve] Update resolve to a version using native realpath, which is faster than the default JS implementation (#​9872)
  • [jest-resolve] Pass custom cached realpath function to resolve (#​9873)
  • [jest-runtime] Add teardown method to clear any caches when tests complete (#​9906)
  • [jest-runtime] Do not pass files required internally through transformation when loading them (#​9900)
  • [jest-runtime] Use Maps instead of object literals as cache holders (#​9901)
jest-community/jest-watch-typeahead

v0.6.0

Compare Source

Chore & Maintenance
  • Update dependencies and drop Node 8 (#​35)
prettier/prettier

v2.0.5

Compare Source

diff

Less: Fix formatting of :extend (#​7984 by @​fisker)
// Input
.class {
  &:extend(.some-class .some-other-class .some-very-loooooooooooooong-class all);
}

// Prettier 2.0.4
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.4 (Second format)
.class {
  &: extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.5
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}
Editor integration: Use resolve if builtin require.resolve is overridden (#​8072 by @​fisker)

This fixes issues that the users of Atom and WebStorm faced with 2.0.4.

Prettier now switches to using the resolve module for resolving configuration files and plugins if it detects that require.resolve isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set the PRETTIER_FALLBACK_RESOLVE environment variable to true.

raszi/node-tmp

v0.2.1

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1

v0.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 2
kulshekhar/ts-jest

v25.5.1

Compare Source

Bug Fixes
  • compiler: don't resolve files from build folder for projectReferences (#​1614) (74b92d3)
  • config: don't set include value of tsconfig to empty array (#​1606) (8a29aaa)

v25.5.0

Compare Source

Bug Fixes
  • compiler: make projectReferences work with isolatedModules: false (#​1541) (3e8efbe)
  • compiler: allow using files provided by tsconfig (#​1562) (a9f02bd)
  • config: verify testMatchPatterns contain RegExp instance or string type values (#​1569) (7f85bab)
Features
  • config: add tsconfig alias to tsConfig option (#​1565) (c10eb6d)
  • config: define 'ts-jest' on ConfigGlobals interface of @jest/types (#​1592) (4526392)
Performance Improvements
  • compiler: don’t write compile output to file system but rely on jest cache (#​1561) (d11a4ea)
  • compiler: improve performance for isolatedModules: false (#​1558) (85c09e3)
BREAKING CHANGES
  • Any custom typing files or files which are needed to be compiled and intended to use with jest need to be defined in files option of tsconfig.

For example:

// tsconfig.json
{
   // ...other configs
   "files": [
       "my-custom-typings.d.ts",
       "my-global-module.ts"
   ]
}
  • compiler: incremental and compilerHost options are no longer available. Please remove it from your ts-jest config.
TypeStrong/ts-node

v8.10.2

Compare Source

Fixed

Fixes #​1037: source maps broken on Windows. (#​1038)

Misc

Fix failing tests on node 6 (#​1035)
Push coverage from Github Actions; remove TravisCI (#​1034)
Run tests e2e against an npm pack && npm installed ts-node (#​1032)
Run CI tests on Windows (#​1041)
Run CI only once per commit on pull requests and master (#​1042)

v8.10.1

Compare Source

Fix

Fixes #​1026: revert the addition of package.json "exports" because it blocked require()s that used to work, for example require('ts-node/register') (#​1027)

v8.10.0

Compare Source

Added

Experimental support for native ECMAScript modules in node >=13 (#​1007, #​1010)

v8.9.1

Compare Source

Fixed

Fix --interactive / -i flag so it forces REPL even when stdin is not a TTY (#​1019)

v8.9.0

Compare Source

Fixed

Fix failing tests caused by recent changes to @​types/node (#​1016)
Fix #​945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#​1015) @​addaleax
Fix #​1004: in --scriptMode, resolve config file relative to realpath of entrypoint script (#​1009)
Normalized filenames in cache to fix performance issues on Windows (#​997) @​sylc

Added

Add timestamps to debug logging (#​994) @​sylc

Docs

Improve coverage of the README (#​1000) @​KasparEtter
Change order of install commands in README (#​993) @​jacobdcastro
Mention ts-node -vv flag in issue template (#​1001)
Run GHActions tests on pull requests (#​1017)

sindresorhus/type-fest

v0.16.0

Compare Source

v0.15.1

Compare Source

v0.15.0

Compare Source

  • Add support for ESM exports in the PackageJson type (#​109) a2e0058

v0.14.0

Compare Source

Microsoft/TypeScript

v3.9.5

This release contains bug fixes in type-checking, emit, and editor scenarios.

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

(note, 3.9.4 was intentionally skipped due to minor complications in publishing)

Downloads are available on:

v3.9.3

Compare Source

This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v3.9.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: "before 8:00am on monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the type/chore Something that does not warrant a release, zero runtime impact label Apr 27, 2020
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 0f0f076 to e2f92f6 Compare May 5, 2020 12:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from f92858c to a32899d Compare May 9, 2020 09:19
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 1402dee to de2f9e5 Compare May 19, 2020 19:47
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from e79fb1b to fb9c9c1 Compare May 26, 2020 04:34
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from fb9c9c1 to 43dd732 Compare May 28, 2020 17:33
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from f9e7888 to 41a9d2d Compare June 9, 2020 23:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 41a9d2d to 05b0451 Compare July 1, 2020 13:50
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 05b0451 to 0bf907f Compare July 4, 2020 17:58
@jasonkuhrt jasonkuhrt merged commit a7e1969 into master Aug 4, 2020
@jasonkuhrt jasonkuhrt deleted the renovate/devdependencies-(non-major) branch August 4, 2020 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore Something that does not warrant a release, zero runtime impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants