Skip to content

chore(renovate): Update all non-major dependencies - #131

Merged
iivvaannxx merged 2 commits into
mainfrom
renovate/all-non-major
Sep 18, 2026
Merged

iivvaannxx merged 2 commits into
mainfrom
renovate/all-non-major

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/cli (source) 3.0.23.0.3 age confidence devDependencies patch
@opentelemetry/api-logs (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/auto-instrumentations-node (source) ^0.79.0^0.80.0 age confidence dependencies minor
@opentelemetry/exporter-logs-otlp-grpc (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-logs-otlp-http (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-logs-otlp-proto (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-metrics-otlp-grpc (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-metrics-otlp-http (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-metrics-otlp-proto (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-trace-otlp-grpc (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-trace-otlp-http (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/exporter-trace-otlp-proto (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/instrumentation (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/instrumentation-graphql (source) ^0.69.0^0.70.0 age confidence dependencies minor
@opentelemetry/instrumentation-http (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/instrumentation-undici (source) ^0.31.0^0.32.0 age confidence dependencies minor
@opentelemetry/otlp-exporter-base (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/otlp-grpc-exporter-base (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/sdk-logs (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/sdk-node (source) ^0.221.0^0.222.0 age confidence dependencies minor
@opentelemetry/winston-transport (source) ^0.31.0^0.32.0 age confidence dependencies minor
pnpm/action-setup v6.0.9v6.1.0 age confidence action minor
tsdown (source) 0.22.30.23.0 age confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v3.0.3

Compare Source

Patch Changes
open-telemetry/opentelemetry-js (@​opentelemetry/api-logs)

v0.222.0

Compare Source

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.80.0

Compare Source

Features
Dependencies
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-graphql)

v0.70.0

Compare Source

Features
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-undici)

v0.32.0

Compare Source

Features
Bug Fixes
  • instrumentation-undici: use low-cardinality error.type (#​3659) (3756dfa)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/winston-transport)

v0.32.0

Compare Source

Features
Bug Fixes
pnpm/action-setup (pnpm/action-setup)

v6.1.0

Compare Source

What's Changed

Full Changelog: pnpm/action-setup@v6.0.10...v6.1.0

v6.0.10

Compare Source

rolldown/tsdown (tsdown)

v0.23.0

Compare Source

   🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • Select a generator with dts.generator, for example { generator: 'oxc' }
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • The packages no longer publish legacy types and typesVersions fallbacks; use TypeScript’s bundler, node16, or nodenext module resolution
   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.22.14

Compare Source

   🚀 Features
  • Add CLI build concurrency option  -  by @​sxzz and Jeroen Zwartepoorte (8a14c)
    View changes on GitHub

v0.22.13

Compare Source

   🚀 Features
  • deps: Support neverBundle: true to externalize all dependencies  -  by @​sxzz (d30a7)
   🐞 Bug Fixes
    View changes on GitHub

v0.22.12

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.22.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.22.10

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.22.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.22.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • config: Concat plugins arrays when merging config  -  by @​sxzz (b1c80)
    View changes on GitHub

v0.22.7

Compare Source

   🚀 Features
  • logger: Add suppressWarnings option to filter warnings  -  by @​sxzz (dc510)
    View changes on GitHub

v0.22.6

Compare Source

No significant changes

    View changes on GitHub

v0.22.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.22.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate Bot added the dependencies label Aug 3, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 3, 2026 10:32
@renovate renovate Bot added the dependencies label Aug 3, 2026
@changeset-bot

changeset-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6882be5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/all-non-major branch from 7a43eb7 to c9b1a02 Compare August 3, 2026 17:47
@renovate renovate Bot changed the title chore(renovate): Update dependency tsdown to v0.22.14 chore(renovate): Update all non-major dependencies Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 4 times, most recently from d6ec099 to 2ac5487 Compare August 10, 2026 08:31
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 3 times, most recently from 9e3bddf to 7aac473 Compare August 17, 2026 13:59
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 3 times, most recently from 78c6e30 to 0d5e8e2 Compare August 27, 2026 15:00
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 5 times, most recently from 7d33ae7 to d346d81 Compare September 7, 2026 19:47
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 4 times, most recently from 5ee73d6 to 792bad6 Compare September 16, 2026 03:10
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 4 times, most recently from 226aad5 to 21a7266 Compare September 17, 2026 15:33
@renovate
renovate Bot force-pushed the renovate/all-non-major branch 3 times, most recently from 32e9830 to e98f352 Compare September 18, 2026 10:10
@renovate
renovate Bot force-pushed the renovate/all-non-major branch from e98f352 to b93425b Compare September 18, 2026 10:16
tsdown 0.23.0 (rolldown 1.2.9) fails the dts bundling step with
"getLogger is not exported by source/core/logging.d.ts" whenever a
value is re-exported from one file and separately imported with
`import type` from another (source/index.ts exports it as a value,
source/types.ts imports it as `import type` for `ReturnType<typeof
getLogger>`). Verified locally that only tsdown 0.22.3 vs 0.23.0
determines pass/fail; build and full test suite pass again pinned
at 0.22.3.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@renovate

renovate Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@iivvaannxx
iivvaannxx merged commit 300f9dd into main Sep 18, 2026
5 checks passed
@iivvaannxx
iivvaannxx deleted the renovate/all-non-major branch September 18, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant