Skip to content

Bump path-parse from 1.0.6 to 1.0.7#3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/path-parse-1.0.7
Closed

Bump path-parse from 1.0.6 to 1.0.7#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/path-parse-1.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 19, 2021

Copy link
Copy Markdown
Contributor

Bumps path-parse from 1.0.6 to 1.0.7.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 19, 2021
@tmbrbr tmbrbr closed this Aug 10, 2023
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2023

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/path-parse-1.0.7 branch August 10, 2023 09:24
tmbrbr referenced this pull request in tmbrbr/project-foxhound Mar 15, 2024
…chevobbe

Just starting up a debug build you will get 40 copies of this printed.

The uri that we fail to get host of is about:newtab. One stack looks like this

#2: mozilla::BasePrincipal::GetIsLoopbackHost(bool*)
#3: mozilla::net::LoadInfo::LoadInfo(nsIPrincipal*, nsIPrincipal*, nsINode*, unsigned int, nsIContentPolicy::nsContentPolicyType, mozilla::Maybe<mozilla::dom::ClientInfo> const&, mozilla::Maybe<mozilla::dom::ServiceWorkerDescriptor> const&, unsigned int, bool
#4: ShouldLoadCachedImage(imgRequest*, mozilla::dom::Document*, nsIPrincipal*, nsIContentPolicy::nsContentPolicyType, bool)
#5: imgLoader::LoadImage(nsIURI*, nsIURI*, nsIReferrerInfo*, nsIPrincipal*, unsigned long long, nsILoadGroup*, imgINotificationObserver*, nsINode*, mozilla::dom::Document*, unsigned int, nsISupports*, nsIContentPolicy::nsContentPolicyType, nsTSubstring<char16
#6: nsContentUtils::LoadImage(nsIURI*, nsINode*, mozilla::dom::Document*, nsIPrincipal*, unsigned long long, nsIReferrerInfo*, imgINotificationObserver*, int, nsTSubstring<char16_t> const&, imgRequestProxy**, nsIContentPolicy::nsContentPolicyType, bool, bool,
#7: mozilla::css::ImageLoader::LoadImage(mozilla::StyleComputedUrl const&, mozilla::dom::Document&)
#8: mozilla::StyleComputedUrl::ResolveImage(mozilla::dom::Document&, mozilla::StyleComputedUrl const*)
#9: nsStyleImageLayers::ResolveImages(mozilla::dom::Document&, nsStyleImageLayers const*)
#10: mozilla::ComputedStyle::StartImageLoads(mozilla::dom::Document&, mozilla::ComputedStyle const*)

Differential Revision: https://phabricator.services.mozilla.com/D193349
tmbrbr pushed a commit that referenced this pull request May 12, 2026
Upstream commit: https://webrtc.googlesource.com/src/+/38992ca45d5476d63b4f3b823e7c84a165348701
    [M144] Update raw audio sink management for unsignaled streams

    Ensure the default raw audio sink is correctly detached when an
    unsignaled stream is removed or promoted. Previously, when a stream
    was deregistered, the associated ProxySink could retain a bad
    pointer to the default sink.

    This change modifies the VoiceEngine to:
    * Explicitly clear the raw audio sink from a stream when it is
      removed from the unsignaled stream list.
    * Properly hand over the default sink to the next available
      unsignaled stream if the current primary stream is deregistered.
    * Simplify the logic for detaching the sink from the previous latest
      stream when a new unsignaled stream is identified.

    Using No-Try due to configuration issues on some of the bots.

    (cherry picked from commit af411f52472297833af0813b727c7b4644221f04)

    No-try: true
    Bug: chromium:486421954
    Fixes: chromium:486421954
    Change-Id: Ied7062e95a1749a9d8f95f77ec2b0dc81ab00ad1
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/454040
    Reviewed-by: Per Åhgren <peah@webrtc.org>
    Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
    Cr-Original-Commit-Position: refs/heads/main@{#47074}
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/458302
    Cr-Commit-Position: refs/branch-heads/7559@{#3}
    Cr-Branched-From: f680c1893f3b166b370439da52ae82d02f54969c-refs/heads/main@{#46356}

Differential Revision: https://phabricator.services.mozilla.com/D294507
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant