chore: bump @vscode/extension-telemetry from 0.9.7 to 1.5.2 - #1960
chore: bump @vscode/extension-telemetry from 0.9.7 to 1.5.2#1960dependabot[bot] wants to merge 1 commit into
Conversation
Verification: 🟡 needs a one-line source change before mergeThe runtime API surface of But v1.x dropped the default export. Only import TelemetryReporter from "@vscode/extension-telemetry";…which against v1.5.2 yields:
Fix is one line: -import TelemetryReporter from "@vscode/extension-telemetry";
+import { TelemetryReporter } from "@vscode/extension-telemetry";With that change applied on top of this PR:
Suggested action: push the import-style change as a follow-up commit on this branch, then merge. Alternatively, land the import conversion in a small standalone PR first, then Do not merge as-is — the build will fail. |
Correction — also fails on lockfile mismatch (in addition to the import-fix need)This PR also fails CI at The previously-identified one-line import fix in
Note: these must land together — they can't be split. v0.9.7 exports Suggested action: push both changes onto this dependabot branch directly (overwriting Dependabot's HEAD), then merge. |
dev-punia-altimate
left a comment
There was a problem hiding this comment.
Dependency bump from @vscode/extension-telemetry@0.9.7 to 1.5.2 — no code changes, no breaking API shifts detected. Safe to merge.
Bumps [@vscode/extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry) from 0.9.7 to 1.5.2. - [Release notes](https://github.com/Microsoft/vscode-extension-telemetry/releases) - [Commits](microsoft/vscode-extension-telemetry@v0.9.7...v1.5.2) --- updated-dependencies: - dependency-name: "@vscode/extension-telemetry" dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
44461d9 to
4302eff
Compare
Bumps @vscode/extension-telemetry from 0.9.7 to 1.5.2.
Release notes
Sourced from @vscode/extension-telemetry's releases.
... (truncated)
Commits
e33243fMerge pull request #245 from microsoft/updateAndAddExplicitDependencies5c7de26Update version.2e31d47Update and explicitly list all dependencies.31e45f2npm update brace-expansion (#243)5d142e3Bump flatted from 3.4.1 to 3.4.2 (#242)7d1752fMerge pull request #241 from microsoft/copilot/migrate-to-eslint-98131abechore: migrate to ESLint 9 with flat config71d0bacInitial plan9e42092Merge pull request #240 from microsoft/dependabot/npm_and_yarn/minimatch-3.1.566b07a3Bump minimatch from 3.1.2 to 3.1.5Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for
@vscode/extension-telemetrysince your current version.