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 patch versions #4306

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.3 -> 7.23.6 age adoption passing confidence
@protobuf-ts/grpc-transport (source) 2.9.1 -> 2.9.3 age adoption passing confidence
@protobuf-ts/runtime (source) 2.9.1 -> 2.9.3 age adoption passing confidence
@protobuf-ts/runtime-rpc (source) 2.9.1 -> 2.9.3 age adoption passing confidence
@types/jquery (source) 3.5.27 -> 3.5.29 age adoption passing confidence
@types/mocha (source) 10.0.4 -> 10.0.6 age adoption passing confidence
@types/semver (source) 7.5.5 -> 7.5.6 age adoption passing confidence
@types/superagent (source) 4.1.21 -> 4.1.24 age adoption passing confidence
@types/webpack (source) 4.41.36 -> 4.41.38 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.6

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types
🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #​16161 Ensure the [[@​@​toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #​16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators

v7.23.5

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators
🚀 New Feature
🐛 Bug Fix
  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
🔬 Output optimization
timostamm/protobuf-ts (@​protobuf-ts/grpc-transport)

v2.9.3

Compare Source

What's Changed

Full Changelog: timostamm/protobuf-ts@v2.9.2...v2.9.3

v2.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: timostamm/protobuf-ts@v2.9.1...v2.9.2


Configuration

📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner November 17, 2023 00:06
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #4306 (d39cd81) into main (9349c68) will increase coverage by 1.89%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4306      +/-   ##
==========================================
+ Coverage   90.32%   92.21%   +1.89%     
==========================================
  Files         161      332     +171     
  Lines        3783     9447    +5664     
  Branches      841     2003    +1162     
==========================================
+ Hits         3417     8712    +5295     
- Misses        366      735     +369     

see 176 files with indirect coverage changes

@renovate-bot renovate-bot changed the title chore(deps): update dependency @types/superagent to v4.1.22 chore(deps): update all patch versions Nov 21, 2023
@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 5 times, most recently from de04f6c to 9439e47 Compare November 27, 2023 02:23
@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 2 times, most recently from 62d2ab2 to 3f382ae Compare December 5, 2023 11:35
@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 2 times, most recently from c1468c3 to c4e4528 Compare December 11, 2023 17:05
@pichlermarc pichlermarc merged commit 237c757 into open-telemetry:main Dec 12, 2023
20 checks passed
@renovate-bot renovate-bot deleted the renovate/all-patch branch December 12, 2023 15:45
dyladan added a commit that referenced this pull request Dec 13, 2023
* Add Trent to approvers (#4311)

* chore(renovate): require dashboard approval for lerna updates (#4276)

* chore(ci): install semver globally to speed up "peer-api" workflow (#4270)

Closes: #4242

* fix(ci): remove token setup via environment variable from .npmrc (#4329)

* fix(instrumentation-http): resume responses when there is no response listener

Fixes a memory leak where unhandled response bodies pile up in node 20

* feat: add script to update changelogs on release preparation (#4315)

* feat: add script to update changelogs on releases

* fix: address comments

* Apply suggestions from code review

Co-authored-by: Trent Mick <trentm@gmail.com>

* fix: apply suggestions from code review

* fix: use packageJson.version instead of version

---------

Co-authored-by: Trent Mick <trentm@gmail.com>

* Fix event name

* test: make rawRequest HTTP-compliant

* Add node 20 to test matrix

* Enable old hash functions on 20

* Fix esm handling for iitm node 20

* Use err.code to make test more reliable

* Changelog

* nit: single import

* Remove unused files

* Add v20 to supported runtimes

* ci: add npm cache in actions/setup-node (#4271)

* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord (#4289)

* feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord

* chore: check droppedAttributesCount value in test case

* feat(otlp-transformer): make toLogRecord() use ReadableLogRecord.droppedAttributesCount

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>

* fix(api-logs): allow passing in TimeInput for LogRecord (#4345)

* fix: allow passing in TimeInput for LogRecord

* chore: update changelog

* fix: programmatic url and headers take precedence in metric exporters… (#4334)

* fix: programmatic url and headers take precedence in metric exporters (#2370)

* chore: adjust grpc exporter metrics test

* chore(changelog): update changelog

* fix(instrumentation-http): do not mutate given headers object for outgoing http requests (#4346)

Fixes: open-telemetry/opentelemetry-js-contrib#1609

* chore(deps): update actions/stale action to v9 (#4353)

* fix(deps): update dependency import-in-the-middle to v1.6.0 (#4357)

* chore(deps): update all patch versions (#4306)

* chore(ci): use node 20 in lint workflow (#4359)

* chore(deps): update dependency linkinator to v6 (#4237)

* fix(otlp-exporter-base): decrease default concurrency limit to 30 (#4211)

* fix(otlp-exporter-base): decrease concurrency limit to 30

* fix(changelog): add changelog entry

* chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: strivly <133362191+strivly@users.noreply.github.com>
Co-authored-by: Trent Mick <trentm@gmail.com>
Co-authored-by: lyzlisa <34400837+lyzlisa@users.noreply.github.com>
Co-authored-by: Hyun Oh <hyunnoh01@gmail.com>
Co-authored-by: Siim Kallas <siimkallas@gmail.com>
Co-authored-by: Vladimir Adamić <441333+Vunovati@users.noreply.github.com>
Co-authored-by: Mend Renovate <bot@renovateapp.com>
rdeavila94 pushed a commit to rdeavila94/opentelemetry-js that referenced this pull request Jan 3, 2024
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.

None yet

5 participants