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

Merged
merged 1 commit into from
Dec 11, 2020
Merged

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

merged 1 commit into from
Dec 11, 2020

Conversation

renovate-bot
Copy link
Contributor

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

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.12.9 -> 7.12.10 age adoption passing confidence
@grpc/grpc-js (source) 1.2.1 -> 1.2.2 age adoption passing confidence
@types/jquery 3.5.4 -> 3.5.5 age adoption passing confidence
@types/mocha 8.0.4 -> 8.2.0 age adoption passing confidence
@types/node 14.14.10 -> 14.14.12 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.9.0 -> 4.9.1 age adoption passing confidence
@typescript-eslint/parser 4.9.0 -> 4.9.1 age adoption passing confidence
eslint (source) 7.14.0 -> 7.15.0 age adoption passing confidence
husky 4.3.0 -> 4.3.5 age adoption passing confidence
linkinator 2.4.0 -> 2.8.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.1 -> 9.2.2 age adoption passing confidence
ts-loader 8.0.11 -> 8.0.12 age adoption passing confidence
ts-node 9.0.0 -> 9.1.1 age adoption passing confidence
webpack-merge 5.4.0 -> 5.6.1 age adoption passing confidence

Release Notes

babel/babel

v7.12.10

Compare Source

👓 Spec Compliance
  • babel-parser
    • #​12443 Make sure estree test should not throw if babel parser does not throw (@​JLHwung)
    • #​12375 Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled (@​JLHwung)
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
typescript-eslint/typescript-eslint

v4.9.1

Compare Source

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
eslint/eslint

v7.15.0

Compare Source

typicode/husky

v4.3.5

Compare Source

v4.3.4

Compare Source

  • Throw error if husky install fails
  • Add workaround for npm 7 currently missing INIT_CWD environment variable

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

JustinBeckwith/linkinator

v2.8.0

Compare Source

Features

v2.7.0

Compare Source

Features

v2.6.0

Compare Source

Features

v2.5.1

Compare Source

Bug Fixes

v2.5.0

Compare Source

Features
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.2

Compare Source

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

TypeStrong/ts-loader

v8.0.12

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)
survivejs/webpack-merge

v5.6.1

Compare Source

  • Fix - Drop extraneous logging.

v5.6.0

Compare Source

  • Feat - Support merge (CustomizeRule.Merge) for objects at mergeWithRules. This is useful for merging loader options for example. #​163

v5.5.0

Compare Source

  • Feat - Allow mergeWithRules to merge based on rules without a match. #​151 #​159

v5.4.1

Compare Source

  • Fix - Allow mergeUnique to work with arbitrary order. #​161

Renovate 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 Dec 4, 2020

Codecov Report

Merging #1716 (166b48d) into master (52c6096) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1716      +/-   ##
==========================================
+ Coverage   91.96%   91.98%   +0.01%     
==========================================
  Files         167      167              
  Lines        5599     5599              
  Branches     1193     1193              
==========================================
+ Hits         5149     5150       +1     
+ Misses        450      449       -1     
Impacted Files Coverage Δ
...emetry-core/src/platform/node/RandomIdGenerator.ts 93.75% <0.00%> (+6.25%) ⬆️

@obecny obecny merged commit 0d06a52 into open-telemetry:master Dec 11, 2020
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch December 11, 2020 16:19
dyladan pushed a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
dyladan pushed a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
pichlermarc added a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Dec 15, 2023
…essaging.destination.name for SNS topics (open-telemetry#1727)

* Capture full ARN for SNS topics in messaging.destination

Problem:
The use of topic names instead of ARNs in `messaging.destination` omits
essential account information, making topic localization cumbersome.

Solution:
Adopt full ARNs as the value for `messaging.destination`, preserving both
topic name and account details, aligning with current SNS ServiceExtension
approach.

Closes open-telemetry#1716

* Add new span attribute instead of modifying the existing attribute

---------

Co-authored-by: Marc Pichler <[email protected]>
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