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 non-major dependencies #2414

Merged
merged 1 commit into from
Aug 16, 2021
Merged

chore(deps): update all non-major dependencies #2414

merged 1 commit into from
Aug 16, 2021

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.3.6 -> 1.3.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.29.0 -> 4.29.2 age adoption passing confidence
@typescript-eslint/parser 4.29.0 -> 4.29.2 age adoption passing confidence
eslint-plugin-import 2.23.4 -> 2.24.0 age adoption passing confidence
ts-node (source) 10.1.0 -> 10.2.0 age adoption passing confidence
webpack-cli 4.7.2 -> 4.8.0 age adoption passing confidence

Release Notes

grpc/grpc-node

v1.3.7

Compare Source

  • Fix server handling of streams that are already closed (#​1873)
  • Handle errors thrown on client when writing to a stream that is already closed (#​1875)
typescript-eslint/typescript-eslint

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

import-js/eslint-plugin-import

v2.24.0

Compare Source

Added
Fixed
  • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
  • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
  • [no-extraneous-dependencies]: add ESM intermediate package.json support ([#​2121], thanks [@​paztis])
  • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
  • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
Changed
TypeStrong/ts-node

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

webpack/webpack-cli

v4.8.0

Compare Source

Bug Fixes
Features
  • show possible values for option in help output (#​2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#​2769) (e53f164)

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

4.7.1 (2021-06-07)

Bug Fixes

Configuration

📅 Schedule: "before 3am on Friday" (UTC).

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

@renovate-bot renovate-bot requested a review from a team August 13, 2021 00:37
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Aug 13, 2021
@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #2414 (e22cd7f) into main (bdb12da) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2414   +/-   ##
=======================================
  Coverage   92.64%   92.64%           
=======================================
  Files         137      137           
  Lines        4975     4975           
  Branches     1048     1048           
=======================================
  Hits         4609     4609           
  Misses        366      366           

@dyladan dyladan merged commit 40d0423 into open-telemetry:main Aug 16, 2021
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch August 16, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants