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

[web-pubsub-client's sample] Update package.json dependency from 'next' to 'latest' for azure/web-pubsub-client #30988

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

phanthaiduong22
Copy link
Contributor

Packages impacted by this PR

Issues associated with this PR

Describe the problem that is addressed by this PR

When we run install packages for two samples (sdk\web-pubsub\web-pubsub-client\samples\v1-beta\(javascript/typescript). We will receive error:

npm error code ETARGET
npm error notarget No matching version found for @azure/web-pubsub-client@next.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm error A complete log of this run can be found in: C:\.tools\.npm\_logs\2024-09-04T07_49_59_892Z-debug-0.log

Because there is no next version of web-pubsub-client package. So we can use latest version

Reference the version

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

Are there test cases added in this PR? (If not, why?)

Provide a list of related PRs (if any)

Command used to generate this PR:**(Applicable only to SDK release request PRs)

Checklists

  • Added impacted package name to the issue description
  • Does this PR needs any fixes in the SDK Generator?** (If so, create an Issue in the Autorest/typescript repository and link it here)
  • Added a changelog (if necessary)

@github-actions github-actions bot added Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. WebPubSub labels Sep 4, 2024
Copy link

github-actions bot commented Sep 4, 2024

Thank you for your contribution @phanthaiduong22! We will review the pull request and get back to you soon.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@phanthaiduong22 phanthaiduong22 requested a review from a team as a code owner September 6, 2024 08:19
@jeremymeng
Copy link
Member

/check-enforcer override

@jeremymeng
Copy link
Member

The test failure on macos is unrelated.

@jeremymeng jeremymeng merged commit df703d7 into Azure:main Sep 10, 2024
14 of 16 checks passed
mpodwysocki added a commit that referenced this pull request Sep 11, 2024
### Packages impacted by this PR

- @azure/web-pubsub-client-protobuf

### Issues associated with this PR

Fixes build issues associated with #30988

### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_

- #30988

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. WebPubSub
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants