deps(vscode): bump esbuild from 0.24.2 to 0.28.0 in /editors/vscode in the vscode-minor-and-patch group across 1 directory - #4
Merged
trendvidia merged 1 commit intoMay 7, 2026
Conversation
Bumps the vscode-minor-and-patch group with 1 update in the /editors/vscode directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.24.2 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.28.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vscode-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/editors/vscode/vscode-minor-and-patch-c39889ec24
branch
from
May 7, 2026 03:54
220fac1 to
f63ecd1
Compare
trendvidia
deleted the
dependabot/npm_and_yarn/editors/vscode/vscode-minor-and-patch-c39889ec24
branch
May 7, 2026 08:51
3 tasks
trendvidia
added a commit
that referenced
this pull request
May 14, 2026
Closes the README's schema-resolution-chain item #4: pxq now accepts the same protoregistry coordinate triple the main `protowire` CLI uses, fetches the named schema bundle from the gRPC server, and hydrates every reachable message into the descriptor registry alongside in-doc @proto, -p files, and the bundled canonical schemas. Flags (mirroring cmd/protowire): -s, --server protoregistry gRPC address (env: PROTOREGISTRY_SERVER) -n, --namespace namespace within the registry (env: PROTOREGISTRY_NAMESPACE) --schema schema id within the namespace Implementation: * New file registry.go: registryRef struct + fetchRegistry helper. registryRef carries the triple, exposes validated() for the partial-input error path (e.g. -s without -n) and active() for the gating decision. fetchRegistry uses grpc.NewClient + insecure credentials + a 10s timeout, exactly the cmd/protowire shape. * schema.go: loadSchema gains the registryRef param; merges the fetched FileDescriptorSet using the shared registerFileDescriptorSet helper that descriptor-form in-doc @proto already used. One code path, two callers, single test surface. Validation: * 74 Go tests (67 from prior + 7 new). Tests cover: - validated() across the {empty, complete, server-only, namespace-missing, schema-missing} matrix - active() gating - registerFileDescriptorSet merge correctness - end-to-end fetchRegistry against an in-process gRPC server on a loopback port (no bufconn or dial overrides — the production grpc.NewClient call path is exercised unmodified) - loadSchema + registry merging the bundle into the schema alongside bundled canonical types - server-unreachable surfaces a clean error mentioning protoregistry - validated() runs before any network call * CLI smoke test against a refused-connection address shows the error surfaces with the namespace/schema reference for diagnostic clarity: pxq: protoregistry GetDescriptor ns/s: rpc error: code = Unavailable … Follow-ups remaining: strict-mode AST validator, pxq infer-schema subcommand.
trendvidia
added a commit
that referenced
this pull request
Jul 17, 2026
…README layout (#115) - Umbrella #30–#35 ticked: M1 shipped June + the spec-#91/#35 catch-up landed 2026-07-17 (protocompile#66/#67/#69 closed, PRs #70–#72 + follow-ups #77–#80). - #4 round-trip box ticked: annotations.proto verified against protocompile @ 03ef9d8 (GH #58 closed) — parses clean, all 9 declarations lower into FileAnnotationDecls; fixtures 01–06, 09, 10, 12 all compile with zero diagnostics. - #5 boxes ticked; README repository-layout now lists proto/schema/v1/{annotations,descriptor,report}.proto, proto/schema/config/v1/config.proto, and the draft -01 artifacts — the missing README listing was the one genuinely unmet box.
trendvidia
added a commit
that referenced
this pull request
Jul 24, 2026
- Implementation boxes #40–#43 ticked: protocheck v2.0.0 (2026-07-23) shipped the engine SPI (PR#22), function registration + init-time verification (PR#23), and validation execution — WithFailFast (PR#21), wire-aligned EnrichedViolation model (PR#24), carrier-rule dispatch with source-map enrichment (PR#26); catalog + i18n (PR#28, M6). v2.1.0 added per-element repeated/map dispatch (PR#35). - #50–#52 ticked: protolsp shipped RFC-001 extended-grammar parsing and semantic tokens (protolsp#218 Phases A/B, 2026-07-16), source-map navigation with descriptor fallback (protolsp#219 Phase C, #220), and annotation-aware diagnostics (#220; completion parity #228, runtime-violation overlay #231). - #70 ticked: protowire-go v1.3.1 (2026-07-23) wires the Validator seam through the pxf/pb/sbe decoders (protowire-go#49/PR#59) with the protocheck-side adapter (protocheck PR#38); protovalidate adapter as nested module (PR#60), noted on #17. - M0 spec boxes #4–#7 ticked (landed via GH #54; annotations.proto round-trip verified per GH #58); #6 acceptance boxes ticked against the shipped STABILITY.md section. - #19 annotated: §5.3 executable fixtures shipped (GH #135, PR #138); corpus expansion continues in GH #68. Remaining implementation fronts: #60/#61 (protobuf-go codegen) and #80 (OpenAPI, GH #93).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vscode-minor-and-patch group with 1 update in the /editors/vscode directory: esbuild.
Updates
esbuildfrom 0.24.2 to 0.28.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
Commits
6a794dfpublish 0.28.0 to npm64ee0eafix #4435: supportwith { type: text }importsef65aeefix sort order insnapshots_packagejson.txt1a26a8etry to fixtest-old-ts, also shuffle CI tasks556ce6cuse''instead ofnullto omit build hashes8e675a8ci: allow missing binary hashes for tests7067763Reapply "update go 1.25.7 => 1.26.1"39473a9fix #4343: integrity check for binary download2025c9fpublish 0.27.7 to npmc6b586efix typo inMakefilefor@esbuild/win32-x64Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for esbuild since your current version.