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

fix(deps): update npm-packages #259

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/semantic-conventions (source) ^1.27.0 -> ^1.28.0 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)

v1.28.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #​4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #​5138 @​david-luna

🐛 (Bug Fix)
  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #​5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #​5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #​5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

microsoft/TypeScript (typescript)

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 2 times, most recently from 514d0ff to 377572f Compare November 22, 2024 19:35
@renovate-bot renovate-bot changed the title fix(deps): update dependency @opentelemetry/semantic-conventions to ^1.28.0 fix(deps): update npm-packages Nov 22, 2024
@renovate-bot renovate-bot changed the title fix(deps): update npm-packages fix(deps): update dependency @opentelemetry/semantic-conventions to ^1.28.0 Nov 23, 2024
@renovate-bot renovate-bot changed the title fix(deps): update dependency @opentelemetry/semantic-conventions to ^1.28.0 fix(deps): update npm-packages Nov 25, 2024
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch 3 times, most recently from ecf9dcf to 34e5e14 Compare December 2, 2024 16:16
@renovate-bot renovate-bot force-pushed the renovate/npm-packages branch from 34e5e14 to 0d214d4 Compare December 2, 2024 16:19
@nielm nielm merged commit e5b3d92 into GoogleCloudPlatform:main Dec 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants