Skip to content

Bump path-parse from 1.0.6 to 1.0.7#7

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2021

Copy link
Copy Markdown

Bumps path-parse from 1.0.6 to 1.0.7.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.

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 Aug 12, 2021
jessehanley pushed a commit that referenced this pull request Oct 2, 2025
commit c430ffe
Merge: fc44206 e968ba6
Author: Zachary <zachary.oakes@gmail.com>
Date:   Sun Sep 21 12:19:38 2025 +0900

    Merge branch 'master' into master

commit fc44206
Merge: d4ef15f cc5b9e4
Author: Zachary <zachary.oakes@gmail.com>
Date:   Tue Jul 29 15:56:37 2025 +0900

    Merge branch 'master' into master

commit d4ef15f
Author: Zachary <zachary.oakes@gmail.com>
Date:   Tue Jul 29 15:54:01 2025 +0900

    Remove queues (#7)

    feat(core): major event handling overhaul, real-time notifications, and UX improvements

    This release includes major updates to how events are processed and surfaced in the admin UI, along with stability, debugging, and UI improvements across integrations.

    🧠 Event Handling Refactor (BREAKING)
    	•	Migrated from queue-based event processing to immediate API delivery (send_event() replaces enqueue_event()).
    	•	Removed cron job infrastructure and related queue code (~350 LOC).
    	•	Improved reliability and real-time responsiveness for:
    	•	LearnDash (enrollment, assignment, certificate)
    	•	WooCommerce
    	•	Login verification events

    Implements: BEN-214 to BEN-222

    🔴 Real-Time Event Notifications
    	•	Added AJAX-based event notification system with transient polling.
    	•	Frontend React UI (EventDisplay) shows rolling buffer of last 5 events.
    	•	Supports detection of event source (WooCommerce, LearnDash, forms).
    	•	Includes mobile support, animations, and accessibility enhancements.
    	•	Removed is_admin() check to allow frontend event visibility.

    Implements: BEN-233 to BEN-238

    🧰 Developer Utilities
    	•	Debug log and queue purge buttons added to admin UI (with toast feedback).
    	•	Buttons include loading states, AJAX handlers, and safe WP practices.

    Resolves: BEN-225

    🧪 Integrations
    	•	LearnDash:
    	•	Fixed duplicate enrollment events
    	•	Prevent failed events from accumulating
    	•	Bricks Forms:
    	•	Enabled debug logging support
    	•	WPForms:
    	•	Refactored form handling and event dispatch

    🛠 Fixes and Enhancements
    	•	Fixed memory leaks and PII logging length issues
    	•	Improved fallback behavior for malformed API responses
    	•	Enhanced animated placeholder and TransactionalCard author dropdown refresh

    🔖 Misc
    	•	Version bumps to 2.1.4, 2.1.5, 2.1.6
    	•	Minor cosmetics and copy improvements
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.

0 participants