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

Update dependency ua-parser-js to v1.0.40 #3377

Merged
merged 1 commit into from
Dec 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ua-parser-js (source) 1.0.39 -> 1.0.40 age adoption passing confidence

Release Notes

faisalman/ua-parser-js (ua-parser-js)

v1.0.40

Compare Source

v1.0.39

Compare Source

v1.0.38

Compare Source

Version 1.0.38

  • Fix error on getOS() when userAgentData.platform is undefined
  • Add new browser: Opera GX, Twitter
  • Improve browser detection: DuckDuckGo
  • Improve device detection: OPPO Pad, Oculus Quest

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by Sourcery

Enhancements:

  • Update the ua-parser-js dependency from version 1.0.39 to 1.0.40.

Copy link
Contributor Author

renovate bot commented Dec 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 21 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
bench/vercel                             |  WARN  deprecated [email protected]
/tmp/renovate/repos/github/X-oss-byte/Nextjs/packages/next-swc/crates/next-dev-tests/tests:
 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@turbo%2Fpack-test-harness: Not Found - 404

This error happened while installing a direct dependency of /tmp/renovate/repos/github/X-oss-byte/Nextjs/packages/next-swc/crates/next-dev-tests/tests

@turbo/pack-test-harness is not in the npm registry, or you have no permission to fetch it.

No authorization header was set for the request.

Copy link

stackblitz bot commented Dec 21, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@kodiakhq kodiakhq bot merged commit d372e52 into canary Dec 21, 2024
1 of 2 checks passed
Copy link

changeset-bot bot commented Dec 21, 2024

⚠️ No Changeset found

Latest commit: b149a45

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kodiakhq kodiakhq bot deleted the renovate/ua-parser-js-1.x branch December 21, 2024 19:38
Copy link

sourcery-ai bot commented Dec 22, 2024

Reviewer's Guide by Sourcery

This PR updates the ua-parser-js dependency from version 1.0.39 to 1.0.40. The update includes fixes for getOS() when userAgentData.platform is undefined, adds support for Opera GX and Twitter browsers, improves detection for DuckDuckGo browser, and enhances device detection for OPPO Pad and Oculus Quest.

Class diagram showing ua-parser-js dependency update

classDiagram
    class UAParser {
        +getOS()
        +getBrowser()
        +getDevice()
    }
    note for UAParser "Updated to v1.0.40
    - Fixed getOS() for undefined userAgentData.platform
    - Added Opera GX & Twitter browser detection
    - Improved DuckDuckGo detection
    - Enhanced OPPO Pad & Oculus Quest detection"
Loading

File-Level Changes

Change Details Files
Updated the ua-parser-js dependency
  • Updated version from 1.0.39 to 1.0.40 in package.json
packages/next/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

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.

0 participants