Skip to content

Remove package-lock.json from .gitignore#99

Merged
torosent merged 2 commits intotorosent/fix-otelfrom
copilot/sub-pr-97
Feb 9, 2026
Merged

Remove package-lock.json from .gitignore#99
torosent merged 2 commits intotorosent/fix-otelfrom
copilot/sub-pr-97

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 9, 2026

Commit 3f85d19 incorrectly added package-lock.json to .gitignore, preventing reproducible builds across environments.

Changes

  • Removed package-lock.json entry from .gitignore (line 160)
  • Restored package-lock.json file from repository history (552 packages, lockfileVersion 3)

The lockfile is now properly tracked in version control to ensure consistent dependency resolution.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 9, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • node-precompiled-binaries.grpc.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/durabletask-js/durabletask-js/node_modules/.bin/node-pre-gyp install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Fix tracer cache invalidation and simplify logic Remove package-lock.json from .gitignore Feb 9, 2026
Copilot AI requested a review from torosent February 9, 2026 20:06
@torosent torosent marked this pull request as ready for review February 9, 2026 20:07
@torosent torosent merged commit 911d90e into torosent/fix-otel Feb 9, 2026
1 check passed
@torosent torosent deleted the copilot/sub-pr-97 branch February 9, 2026 20:08
YunchuWang pushed a commit that referenced this pull request Feb 9, 2026
)

* Refactor tracing span names and types for consistency with Durable Task conventions

* Refactor createPbTraceContextFromSpan to use createTraceparent helper (#98)

* Remove package-lock.json from .gitignore (#99)

* Fix setSpanError/setSpanOk to use getOtelApi() directly and widen createPbTraceContextFromSpan signature

- Revert setSpanError and setSpanOk to call getOtelApi() instead of
  getTracingContext(), since they only need SpanStatusCode (no tracer)
- Widen createPbTraceContextFromSpan parameter type to Span | undefined | null
  for consistency with extractTraceparentFromSpan

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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