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 all dependencies #65

Merged
merged 7 commits into from
Sep 6, 2021
Merged

chore(deps): update all dependencies #65

merged 7 commits into from
Sep 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/changelog-github 0.4.0 -> 0.4.1 age adoption passing confidence
@changesets/cli 2.16.0 -> 2.17.0 age adoption passing confidence
@types/jest 26.0.24 -> 27.0.1 age adoption passing confidence
@​types/node-fetch 2.5.12 -> 3.0.2 age adoption passing confidence
jest (source) 27.0.6 -> 27.1.0 age adoption passing confidence
node-fetch 2.6.1 -> 3.0.0 age adoption passing confidence
ts-jest (source) 27.0.4 -> 27.0.5 age adoption passing confidence
ts-node (source) 10.1.0 -> 10.2.1 age adoption passing confidence
typescript (source) 4.3.5 -> 4.4.2 age adoption passing confidence

Release Notes

changesets/changesets

v0.4.1

Compare Source

Patch Changes
facebook/jest

v27.1.0

Compare Source

Features
  • [jest-haste-map] Use watchman suffix-set option for faster file indexing. (#​11784)
  • [jest-cli] Adds a new config options snapshotFormat which offers a way to override any of the formatting settings which come with pretty-format. (#​11654)
  • [jest-reporters] Expose the getSummary util (#​11695).
  • [jest-resolver] Support node: prefix when importing Node core modules (#​11331)
Fixes
  • [jest-each] Relaxed the validation to allow multibyte characters in headings (#​11575)
  • [jest-environment-jsdom] Add support for userAgent option (#​11773)
  • [jest-environment-node] Add Event and EventTarget to node global environment. (#​11727)
  • [jest-mock] Fix spyOn to use Object.prototype.hasOwnProperty (#​11721)
  • [jest-resolver] Add dependency on jest-haste-map (#​11759)
  • [jest-types] Compat with @types/node v16 (#​11645)
Chore & Maintenance
  • [docs] Correct expects.assertions documentation by adding async/await for asynchronous function.
node-fetch/node-fetch

v3.0.0

Compare Source

version 3 is going out of a long beta period and switches to stable

One major change is that it's now a ESM only package
See changelog for more information about all the changes

kulshekhar/ts-jest

v27.0.5

Compare Source

Bug Fixes
Code Refactoring
TypeStrong/ts-node

v10.2.1

Compare Source

Fixed

  • Fixes #​1426: Do not import typescript outside of configuration/project loading (#​1433, #​1426) @​Songkeys
    • We take care to load your project's version of typescript, falling back to a globally-installed version if necessary.
    • 10.2.0 introduced a bug where we did not do this consistently, causing global or npx installations of ts-node to attempt loading typescript relative to themselves, not your project.
    • This failed if typescript was not globally installed or npx did not install peer dependencies.

https://github.com/TypeStrong/ts-node/milestone/6

v10.2.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1423

Added

  • Adds top-level await support to REPL (#​1383, #​245) @​ejose19
    • can be disabled with --no-experimental-repl-await, experimentalReplAwait, or TS_NODE_EXPERIMENTAL_REPL_AWAIT (CLI docs, API docs)
  • Setting "pretty": false disables pretty formatting of diagnostics even when stdout is a TTY (#​1418, #​1420) @​elevatebart
    • Applies to ts-node's pretty option, not to be confused with TypeScript's pretty option
  • Ignores diagnostics which are annoying in an interactive REPL (#​1396, #​1120, #​729, #​850, #​469)
    • For example, when you input const foo = 1 in the REPL, foo is unused. We ignore the resulting diagnostic foo is declared but its value is never read
    • Diagnostics are only ignored in the REPL
    • Diagnostics for non-REPL files imported by the REPL will still be shown
  • Logged stack traces are colorized to match vanilla node's behavior (#​1412, #​1405)

Fixed

https://github.com/TypeStrong/ts-node/milestone/2

Microsoft/TypeScript

v4.4.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:


Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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.

@changeset-bot
Copy link

changeset-bot bot commented Sep 1, 2021

🦋 Changeset detected

Latest commit: ba21c9a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@p-j/eapi-middleware-errorhandler Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d5daa8f to 5ab13ae Compare September 3, 2021 16:33
@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #65 (4ddf8fe) into main (d257cfe) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 4ddf8fe differs from pull request most recent head ba21c9a. Consider uploading reports for the commit ba21c9a to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main      #65   +/-   ##
=======================================
  Coverage   98.34%   98.34%           
=======================================
  Files          14       14           
  Lines         303      303           
  Branches      111      111           
=======================================
  Hits          298      298           
  Misses          5        5           
Impacted Files Coverage Δ
...pi-middleware-errorhandler/src/withErrorHandler.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58b6c74...ba21c9a. Read the comment docs.

@p-j p-j merged commit 0b48657 into main Sep 6, 2021
@p-j p-j deleted the renovate/all branch September 6, 2021 10:12
@github-actions github-actions bot mentioned this pull request Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants