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

chore: add support for Package.resolved V3 #1846

Merged
merged 3 commits into from
May 17, 2024

Conversation

ganeshnj
Copy link
Contributor

What and why?

 Failed to dogfood: .package.resolved uses version 3 but `PackageResolvedFile` only supports versions `1` and `2`. Update `PackageResolvedFile` to support new version.`

How?

Added V3 version which basically same as V2 with extra field originHash. We are not using it.

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference
  • Add CHANGELOG entry for user facing changes

Custom CI job configuration (optional)

  • Run unit tests for Core, RUM, Trace, Logs, CR and WVT
  • Run unit tests for Session Replay
  • Run integration tests
  • Run smoke tests
  • Run tests for tools/

@ganeshnj ganeshnj requested review from a team as code owners May 17, 2024 11:36
@ganeshnj ganeshnj merged commit d6f89af into develop May 17, 2024
11 checks passed
@ganeshnj ganeshnj deleted the ganeshnj/chore/dogfood-package-v3 branch May 17, 2024 16:08
@ncreated ncreated mentioned this pull request May 29, 2024
8 tasks
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