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 #2339

Merged
merged 1 commit into from
Jul 17, 2021
Merged

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

merged 1 commit into from
Jul 17, 2021

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.3.4 -> 1.3.5 age adoption passing confidence
@opentelemetry/instrumentation-express ^0.22.0 -> ^0.23.0 age adoption passing confidence
@types/express 4.17.12 -> 4.17.13 age adoption passing confidence
@types/got 9.6.11 -> 9.6.12 age adoption passing confidence
@types/jquery 3.5.5 -> 3.5.6 age adoption passing confidence
@types/mocha 8.2.2 -> 8.2.3 age adoption passing confidence
@types/node 14.17.4 -> 14.17.5 age adoption passing confidence
@types/node 12.20.15 -> 12.20.16 age adoption passing confidence
@types/request-promise-native 1.0.17 -> 1.0.18 age adoption passing confidence
@types/semver 7.3.6 -> 7.3.7 age adoption passing confidence
@types/shimmer 1.0.1 -> 1.0.2 age adoption passing confidence
@types/superagent 4.1.11 -> 4.1.12 age adoption passing confidence
@types/webpack-env 1.16.1 -> 1.16.2 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.28.1 -> 4.28.3 age adoption passing confidence
@typescript-eslint/parser 4.28.1 -> 4.28.3 age adoption passing confidence
eslint (source) 7.29.0 -> 7.30.0 age adoption passing confidence
ts-node (source) 10.0.0 -> 10.1.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js-contrib

v0.23.0

Compare Source

🐛 Bug Fix
🚀 Enhancement
🏠 Internal
Committers: 9
typescript-eslint/typescript-eslint

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

eslint/eslint

v7.30.0

Compare Source

TypeStrong/ts-node

v10.1.0

Compare Source

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

Added

  • Add "moduleType" option to override module type -- CommonJS or ECMAScript -- on select files. (docs) (#​1342, #​1371, #​1376)
    • Useful when a configuration file, for example webpack.config.ts, must execute as CommonJS but the rest of the project is ESM
    • selectively overrides package.json "type" and tsconfig.json "module"
    • akin to .cjs and .mjs extensions, but for .ts and .tsx files
    • thanks to @​jayaddison for help on test coverage
  • Implement "extends" support for "ts-node" options in tsconfig.json (#​1328, #​1356)
    • "ts-node": {} options will be parsed from extended tsconfigs
    • allows sharing and deduplicating ts-node configuration
  • Un-deprecate scope and scopeDir; add both to CLI and tsconfig.json options; un-deprecate TS_NODE_SCOPE env var; add TS_NODE_SCOPE_DIR env var (docs) (#​1346, #​1367)

Changed

  • Improve error messages thrown by native ESM loader hooks (#​1357, #​1373) @​tars0x9752
    • messages more closely match node; are more descriptive
  • Emit "ts-node" object at the top of --showConfig output instead of the bottom (#​1355)

Fixed

  • Fix #​1282: Set correct globals in [stdin], [eval], and <repl> contexts (#​1333)
    • More closely align ts-node's behavior with vanilla node
    • Affects the interactive REPL, piping to stdin, and ts-node -e
    • Matches node's behavior for globals __filename, __dirname, module and sub-fields of module, exports, and builtin module aliases fs, etc
  • Fix #​1343: Set swc option keepClassNames to true (#​1344)
  • Fix: #​1387: REPL outputs 'use strict' after first empty line of input (#​1388) @​ejose19

Docs

  • Update ESM docs to say that env vars are supported with node --loader ts-node/esm (docs) (#​1379)

https:/TypeStrong/ts-node/milestone/3


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.

@codecov
Copy link

codecov bot commented Jul 9, 2021

Codecov Report

Merging #2339 (90d8dde) into main (0e3f03f) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 90d8dde differs from pull request most recent head fc0b9e6. Consider uploading reports for the commit fc0b9e6 to get more accurate results

@@            Coverage Diff             @@
##             main    #2339      +/-   ##
==========================================
+ Coverage   92.76%   92.77%   +0.01%     
==========================================
  Files         145      145              
  Lines        5221     5221              
  Branches     1070     1070              
==========================================
+ Hits         4843     4844       +1     
+ Misses        378      377       -1     
Impacted Files Coverage Δ
...emetry-api-metrics/src/platform/node/globalThis.ts 100.00% <0.00%> (+100.00%) ⬆️

@renovate-bot renovate-bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 14, 2021
@vmarchaud vmarchaud merged commit b67ca05 into open-telemetry:main Jul 17, 2021
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch July 17, 2021 09:13
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.

7 participants