Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 18, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.2.2 -> 1.2.3 age adoption passing confidence
@types/express 4.17.9 -> 4.17.11 age adoption passing confidence
@types/mocha 8.0.4 -> 8.2.0 age adoption passing confidence
@types/node 14.14.12 -> 14.14.20 age adoption passing confidence
@types/node 14.14.10 -> 14.14.20 age adoption passing confidence
@types/node 12.19.8 -> 12.19.13 age adoption passing confidence
@types/node 10.17.48 -> 10.17.50 age adoption passing confidence
@types/sinon 9.0.9 -> 9.0.10 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.9.1 -> 4.13.0 age adoption passing confidence
@typescript-eslint/parser 4.9.1 -> 4.13.0 age adoption passing confidence
axios 0.21.0 -> 0.21.1 age adoption passing confidence
eslint (source) 7.15.0 -> 7.17.0 age adoption passing confidence
husky 4.3.5 -> 4.3.7 age adoption passing confidence
linkinator 2.8.0 -> 2.13.1 age adoption passing confidence
markdownlint-cli 0.25.0 -> 0.26.0 age adoption passing confidence
node-pre-gyp 0.16.0 -> 0.17.0 age adoption passing confidence
semver 7.3.2 -> 7.3.4 age adoption passing confidence
sinon (source) 9.2.2 -> 9.2.3 age adoption passing confidence
sinon (source) 9.2.1 -> 9.2.3 age adoption passing confidence
ts-loader 8.0.12 -> 8.0.14 age adoption passing confidence
ts-node 9.0.0 -> 9.1.1 age adoption passing confidence
typedoc (source) 0.19.2 -> 0.20.14 age adoption passing confidence
webpack 4.44.2 -> 4.46.0 age adoption passing confidence
webpack-cli 4.2.0 -> 4.3.1 age adoption passing confidence
webpack-merge 5.6.1 -> 5.7.3 age adoption passing confidence

Release Notes

grpc/grpc-node

v1.2.3

@​grpc/grpc-js 1.2.1
  • Fix handling of propagated and explicitly set deadlines when both are set (#​1633)
@​grpc/grpc-js 1.2.2
  • Add destroy method to the experimental.Resolver interface (#​1641)
@​grpc/grpc-js 1.2.3
  • End calls faster if the deadline has already passed (#​1648)
  • Improve reporting of some internal client errors (#​1658)
  • Prevent prototype pollution in loadPackageDefinition (#​1654 contributed by @​d3v53c)
typescript-eslint/typescript-eslint

v4.13.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [sort-type-union-intersection-members] add nullish group (#​2919) (5558f41)

v4.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] handle empty type params (#​2915) (4d69fbb)
Features
  • eslint-plugin: add rule sort-type-union-intersection-members (#​2913) (9092c04)

4.11.1 (2020-12-28)

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#​2881) (53dc34d)
Features

v4.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix wrong member of method and property meta selectors (#​2856) (9a6c362)
Features
  • eslint-plugin: add rule non-nullable-type-assertion-style (#​2624) (7eee44f)

4.9.1 (2020-12-07)

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844
axios/axios

v0.21.1

Compare Source

0.21.1 (December 21, 2020)

Fixes and Functionality:

  • Hotfix: Prevent SSRF (#​3410)
  • Protocol not parsed when setting proxy config from env vars (#​3070)
  • Updating axios in types to be lower case (#​2797)
  • Adding a type guard for AxiosError (#​2949)

Internal and Tests:

  • Remove the skipping of the socket http test (#​3364)
  • Use different socket for Win32 test (#​3375)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

eslint/eslint

v7.17.0

Compare Source

  • e128e77 Update: check logical assignment in no-constant-condition (#​13946) (Milos Djermanovic)
  • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#​13964) (Milos Djermanovic)
  • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#​13969) (Milos Djermanovic)
  • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#​13968) (Milos Djermanovic)
  • 7297363 Docs: fix examples for no-multi-str (#​13966) (Milos Djermanovic)
  • 0649871 Update: add autofix to rule multiline-ternary (#​13958) (薛定谔的猫)
  • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#​13953) (Milos Djermanovic)
  • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#​13959) (Milos Djermanovic)
  • e451b96 Docs: update build tool for webpack (#​13962) (Sam Chen)
  • c3e9acc Chore: fix typos (#​13960) (YeonJuan)
  • 7289ecf Sponsors: Sync README with website (ESLint Jenkins)

v7.16.0

Compare Source

typicode/husky

v4.3.7

Compare Source

  • Fix: upgrade find-versions to 4.0.0 #​837

v4.3.6

Compare Source

  • Fix prepare-commit-msg on windows #​737
JustinBeckwith/linkinator

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features

v2.12.2

Compare Source

Bug Fixes

v2.12.1

Compare Source

Bug Fixes

v2.12.0

Compare Source

Features

v2.11.2

Compare Source

Bug Fixes

v2.11.1

Compare Source

Bug Fixes

v2.11.0

Compare Source

Features

v2.10.1

Compare Source

Bug Fixes

v2.10.0

Compare Source

Features

v2.9.0

Compare Source

Features

v2.8.2

Compare Source

Bug Fixes

v2.8.1

Compare Source

Bug Fixes
igorshubovych/markdownlint-cli

v0.26.0

Compare Source

  • Update markdownlint dependency to 0.22.0
    • Allow extends in config to reference installed packages by name
    • Add markdownlint-disable-next-line inline comment
    • Support JSON front matter
    • Improve MD009/MD026/MD028/MD043
    • Update dependencies (including markdown-it to v12).
  • Update all dependencies via Dependabot
mapbox/node-pre-gyp

v0.17.0

Compare Source

  • Got travis + appveyor green again
  • Added support for more node versions
npm/node-semver

v7.3.4

Compare Source

v7.3.3

Compare Source

sinonjs/sinon

v9.2.3

Compare Source

==================

TypeStrong/ts-loader

v8.0.14

Compare Source

v8.0.13

Compare Source

TypeStrong/ts-node

v9.1.1

Compare Source

No code changes. We re-packed and republished v9.1.1, because the v9.1.0 package was broken due to an npm v7 bug.

Fixes

  • Published tarball had extra slashes in the paths of dist files. #​1172

v9.1.0

Compare Source

Added

  • Expose ts-node REPL via the API (#​1121) (MarcManiez)
  • Allow --typeCheck flag to override --transpileOnly flag specified in tsconfig.json (#​1142)

Changed

  • Rename interface Register to Service. It is still aliased as Register for backwards compatibility (#​1158)
  • Update code copied from node's ESM resolver to be the latest from node 15, to keep our ESM resolver's behavior as close as possible to vanilla node (#​1167)

Fixed

  • ESM resolver will preserve search portion of URL, used for cache busting (#​1165) @​frandiox
  • Fix ESM resolution of builtin modules on node >=14.13.1 (#​1136)
  • Recognize --es-module-specifier-resolution as an alias of --experimental-specifier-resolution for node 12 compatibility (#​1122) @​nguyensomniac

Docs

Misc

  • Changes to test matrix: Test against node 15; drop node 13 tests; remove 12.16 in favor of latest 12.x.x (#​1138, #​1148)
  • Improve codecov rules to remove misleading test failures (#​1159)
TypeStrong/TypeDoc

v0.20.14

Compare Source

Bug Fixes
Thanks!

v0.20.13

Compare Source

Bug Fixes
  • Use type nodes if converting a regular function (d528c69), closes #​1454

v0.20.12

Compare Source

Bug Fixes
Thanks!

v0.20.11

Compare Source

Bug Fixes
  • Crash when converting a generic with a tuple constraint (685cd3e), closes #​1449

v0.20.10

Compare Source

Bug Fixes
  • Errors due to bad options in tsconfig file were dropped (f76b521), closes #​1444
Changes
  • Updated warning about unsupported highlight language to point users to typedoc --help

v0.20.9

Compare Source

Bug Fixes

v0.20.8

Compare Source

Bug Fixes
  • CLI should not exit cleanly on unexpected error (2907328)

v0.20.7

Compare Source

Bug Fixes

v0.20.6

Compare Source

Bug Fixes
Features

v0.20.5

Compare Source

Bug Fixes
  • Functions might not have a parent in global files (d739298), closes #​1436

v0.20.4

Compare Source

Bug Fixes
  • --excludeNotDocumented didn't remove reflections (5ebbd0f), closes #​1435

v0.20.3

Compare Source

Features

v0.20.2

Compare Source

Bug Fixes
  • ArgumentsReader should warn if missing a value (02b915d), closes #​1429
  • Literal boolean converter in TS 3 (ed67eda), closes #​1432
  • Map bash, sh, shell to shellscript when highlighting (6eb6c28), closes #​1432
  • Negative literal types were converted incorrectly (c14b5b5), closes #​1427
  • TS 3 converters for null, this types (20febfd)
Features
  • Better detection for declaration files defining a module (38d8edf), closes #​1430

v0.20.1

Compare Source

Bug Fixes

v0.20.0

Compare Source

Migration from previous versions

Version 0.20 completely reworks how documentation is generated by TypeDoc. In previous versions, there was --mode file and --mode modules, which documented files according to their content on the filesystem. This worked reasonably well before ES modules were commonly used, but was insufficient for the modern ecosystem. In 0.20, TypeDoc documents your project according to what you export.

With this in mind, there are several breaking changes that will likely effect you:
1. TypeScript compiler options must be specified in a tsconfig.json file, they may not be passed directly to TypeDoc.
1. Removed options - mode, excludeNotExported, includeDeclarations, ignoreCompilerErrors (#​1403), entryPoint
1. inputFiles has been renamed to entryPoints to better reflect its usage
1. Existing third party themes may be broken due to changes to the type structure
1. The behavior of exclude has changed, it is now only used to filter entry points if a directory is provided as the entry point.
1. TypeDoc now uses Shiki instead of Highlight.js for syntax highlighting. Shiki is faster, about 10% of the size of Highlight.js, and makes it possible for future work to allow users to choose a light or dark theme. However, it does not support all of the same languages as Highlight.js. If you run typedoc --help, it will print a list of all supported highlighting languages.

The command line for most projects now should be fairly simple:

npx typedoc src/index.ts

If you have more than one entry point, TypeDoc will create a module for each entry point. The module name will be derived from the entry file name. If the derived name is not the desired name, you can use a module comment with the @module tag to change it:

/**
  * @​packageDocumentation
  * @​module myLibrary
  */
Bug Fixes
  • A few of the issues with the type converter (6ff7fcd)
  • Accessor with a set signature was converted incorrectly (1200212)
  • Array types were converted incorrectly (c892c00)
  • Categorization was broken with a single entry point (7f6e924)
  • Change target back to ES2018 (671e6d3)
  • ConstructorType node support (7ba17f6)
  • Correct handling of arrays in generic constraints (d575dc0), closes #​1408
  • Declaration merged namespaces sometimes produced multiple reflections (5de3bf5)
  • Fix bug in ReferenceType equality check (3f63956), closes #​1383
  • Hidden module-namespaces (88fa674), closes #​1396
  • isExternal flag wasn't set properly (0060eb7)
  • JSON schema had incorrect value types (26a9c0d), closes #​1389
  • Lint (d75c67c)
  • Missing comments on variable functions (e15bcd6), closes #​1421
  • Normalize unions (9f8375d), closes #​571
  • Reintroduce support for index signatures (20a7d5f)
  • Resolve type parameters in concrete subclasses (85cd06d)
  • Somehow didn't save a file (33c2bc6)
  • docs: A typo in description of DefaultTheme.getMapping (#​1416) (a4c3d9e)
  • perf: Only create extra programs when dealing with solution style tsconfigs (6525a7b)
  • Missing default exports (017fad1)
  • Reference types should always be given resolved symbols (1d6120f)
  • Rendering works again (17bf655)
  • Some issues with inheritence (033b1ae)
  • Support for specify a directory as an entry point (ac4c688)
  • Type converters threw on older TS versions (1161cb2)
  • TypeDoc should warn users about missing entry points (8c51af8)
  • We pick up all properties now ([4845209](https://togithub.com/TypeS

Renovate configuration

📅 Schedule: "before 3am on Friday" (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.

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #1767 (2b7b1cd) into master (b8afb04) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1767      +/-   ##
==========================================
+ Coverage   92.49%   92.54%   +0.04%     
==========================================
  Files         173      168       -5     
  Lines        6038     5740     -298     
  Branches     1284     1211      -73     
==========================================
- Hits         5585     5312     -273     
+ Misses        453      428      -25     
Impacted Files Coverage Δ
...ages/opentelemetry-exporter-collector/src/types.ts
...kages/opentelemetry-exporter-collector/src/util.ts
.../opentelemetry-exporter-collector/src/transform.ts
...lemetry-exporter-collector/src/transformMetrics.ts
...ry-exporter-collector/src/CollectorExporterBase.ts

@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 21, 2020
@renovate-bot renovate-bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jan 7, 2021
@dyladan
Copy link
Member

dyladan commented Jan 14, 2021

@obecny I am going to merge this as every one of these is actually a dev dependency. OK?

@obecny
Copy link
Member

obecny commented Jan 14, 2021

@obecny I am going to merge this as every one of these is actually a dev dependency. OK?

+1

@dyladan dyladan merged commit 14931ce into open-telemetry:master Jan 14, 2021
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch January 14, 2021 19:23
dyladan added a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
dyladan added a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
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.

4 participants