chore(deps): update dependency plausible/analytics to v2.1.5 #59

Open
renovate-bot wants to merge 1 commit from renovate/plausible-analytics-2.x into main
Member

This PR contains the following updates:

Package Update Change
plausible/analytics minor 2.0.02.1.5

Release Notes

plausible/analytics (plausible/analytics)

v2.1.5

Compare Source

Added
  • Add text version to emails #​4674
  • Add error logging when email delivery fails #​4885
Removed
  • Remove Plausible Cloud contacts #​4766
  • Remove trial mentions #​4668
  • Remove billings and upgrade tabs from settings #​4897

v2.1.4

Compare Source

Added
  • Add ability to review and revoke particular logged in user sessions
  • Add ability to change password from user settings screen
  • Add error logs for background jobs #​4657
Changed
  • Revised User Settings UI
  • Default to invite_only for registration #​4616
Fixed
  • Fix cross-device file move in CSV exports/imports #​4640

v2.1.3

Compare Source

Fixed
  • Change cookie key to resolve login issue #​4621
  • Set secure attribute on cookies when BASE_URL has HTTPS scheme #​4623
  • Don't track custom events in CE #​4627

v2.1.2

Compare Source

Added
  • UI to edit goals along with display names
  • Support contains filter for goals
  • UI to edit funnels
  • Add Details views for browsers, browser versions, os-s, os versions, and screen sizes reports
  • Add a search functionality in all Details views
  • Icons for browsers #​4239
  • Automatic custom property selection in the dashboard Properties report
  • Add contains_not filter support to dashboard
  • Traffic drop notifications #​4300
  • Add search and pagination functionality into Google Keywords > Details modal
  • ClickHouse system.query_log table log_comment column now contains information about source of queries. Useful for debugging
  • New /debug/clickhouse route for super admins which shows information on clickhouse queries executed by user
  • Typescript support for /assets
  • Testing framework for /assets
  • Automatic HTTPS #​4491
  • Make details views on dashboard sortable
Removed
  • Deprecate ECTO_IPV6 and ECTO_CH_IPV6 env vars in CE #​4245
  • Remove support for importing data from no longer available Universal Analytics
  • Soft-deprecate DATABASE_SOCKET_DIR #​4202
Changed
  • Support Unix sockets in DATABASE_URL #​4202
  • Realtime and hourly graphs now show visits lasting their whole duration instead when specific events occur
  • Increase hourly request limit for API keys in CE from 600 to 1000000 (practically removing the limit) #​4200
  • Make TCP connections try IPv6 first with IPv4 fallback in CE #​4245
  • is and is not filters in dashboard no longer support wildcards. Use contains/does not contain filter instead.
  • bounce_rate metric now returns 0 instead of null for event:page breakdown when page has never been entry page.
  • Make TOTP_VAULT_KEY optional #​4317
  • Sources like 'google' and 'facebook' are now stored in capitalized forms ('Google', 'Facebook') #​4417
  • DATABASE_CACERTFILE now forces TLS for PostgreSQL connections, so you don't need to add ?ssl=true in DATABASE_URL
  • Change auth session cookies to token-based ones with server-side expiration management.
  • Improve Google error messages in CE #​4485
  • Better compress static assets in CE #​4476
  • Return domain-less cookies in CE #​4482
  • Internal stats API routes now return a JSON error over HTML in case of invalid access.
Fixed
  • Fix access to Stats API feature in CE #​4244
  • Fix filter suggestions when same filter previously applied
  • Fix MX lookup when using relays with Bamboo.Mua #​4350
  • Don't include imports when showing time series hourly interval. Previously imported data was shown each midnight
  • Fix property filter suggestions 500 error when property hasn't been selected
  • Bamboo.Mua: add Date and Message-ID headers if missing #​4474
  • Fix migration order across plausible_db and plausible_events_db databases #​4466
  • Fix tooltips for countries/cities/regions links in dashboard

v2.1.1

Compare Source

Added
  • Snippet integration verification
  • Limited filtering support for imported data in the dashboard and via Stats API
  • Automatic sites.imported_data -> site_imports data migration in CE #​4155
Fixed
  • Fix CSV import by adding a newline to the INSERT statement #​4172
  • Fix url parameters escaping of = sign #​4185
  • Fix redirect after registration in CE #​4165
  • Fix VersionedSessions migration in ClickHouse v24 #​4162

v2.1.0

Compare Source

Added
  • Hostname Allow List in Site Settings
  • Pages Block List in Site Settings
  • Add conversion_rate to Stats API Timeseries and on the main graph
  • Add total_conversions and conversion_rate to visitors.csv in a goal-filtered CSV export
  • Ability to display total conversions (with a goal filter) on the main graph
  • Add conversion_rate to Stats API Timeseries and on the main graph
  • Add time_on_page metric into the Stats API
  • County Block List in Site Settings
  • Query the views_per_visit metric based on imported data as well if possible
  • Group operating_system_versions by operating_system in Stats API breakdown
  • Add operating_system_versions.csv into the CSV export
  • Display Total visitors, Conversions, and CR in the "Details" views of Countries, Regions and Cities (when filtering by a goal)
  • Add conversion_rate to Regions and Cities reports (when filtering by a goal)
  • Add the conversion_rate metric to Stats API Breakdown and Aggregate endpoints
  • IP Block List in Site Settings
  • Allow filtering with contains/matches operator for Sources, Browsers and Operating Systems.
  • Allow filtering by multiple custom properties
  • Wildcard and member filtering on the Stats API event:goal property
  • Allow filtering with contains/matches operator for custom properties
  • Add referrers.csv to CSV export
  • Add a new Properties section in the dashboard to break down by custom properties
  • Add custom_props.csv to CSV export (almost the same as the old prop_breakdown.csv, but has different column headers, and includes props for pageviews too, not only custom events)
  • Add referrers.csv to CSV export
  • Improve password validation in registration and password reset forms
  • Adds Gravatar profile image to navbar
  • Enforce email reverification on update
  • Add Plugins API Tokens provisioning UI
  • Add searching sites by domain in /sites view
  • Add last 24h plots to /sites view
  • Add site pinning to /sites view
  • Add support for JSON logger, via LOG_FORMAT=json environment variable
  • Add support for 2FA authentication
  • Add 'browser_versions.csv' to CSV export
  • Add CLICKHOUSE_MAX_BUFFER_SIZE_BYTES env var which defaults to 100000 (100KB)
  • Add alternative SMTP adapter #​3654
  • Add EXTRA_CONFIG_PATH env var to specify extra Elixir config #​3906
  • Add restrictive robots.txt for self-hosted #​3905
  • Add Yesterday as an time range option in the dashboard
  • Add dmg extension to the list of default tracked file downloads
  • Add support for importing Google Analytics 4 data
  • Import custom events from Google Analytics 4
  • Ability to filter Search Console keywords by page, country and device #​4077
  • Add DATA_DIR env var for exports/imports #​4100
  • Add custom events support to CSV export and import
Removed
  • Removed the nested custom event property breakdown UI when filtering by a goal in Goal Conversions
  • Removed the prop_names returned in the Stats API event:goal breakdown response
  • Removed the prop-breakdown.csv file from CSV export
  • Deprecated CLICKHOUSE_MAX_BUFFER_SIZE
  • Removed /app/init-admin.sh that was deprecated in v2.0.0 #​3903
  • Remove DISABLE_AUTH deprecation warning #​3904
Changed
  • A visits entry_page and exit_page is only set and updated for pageviews, not custom events
  • Limit the number of Goal Conversions shown on the dashboard and render a "Details" link when there are more entries to show
  • Show Outbound Links / File Downloads / 404 Pages / Cloaked Links instead of Goal Conversions when filtering by the corresponding goal
  • Require custom properties to be explicitly added from Site Settings > Custom Properties in order for them to show up on the dashboard
  • GA/SC sections moved to new settings: Integrations
  • Replace CLICKHOUSE_MAX_BUFFER_SIZE with CLICKHOUSE_MAX_BUFFER_SIZE_BYTES
  • Validate metric isn't queried multiple times
  • Filters in dashboard are represented by jsonurl
  • MAILER_EMAIL now defaults to an address built off of BASE_URL #​4538
  • default MAILER_ADAPTER has been changed to Bamboo.Mua #​4538
Fixed
  • Creating many sites no longer leads to cookie overflow
  • Ignore sessions without pageviews for entry_page and exit_page breakdowns
  • Using VersionedCollapsingMergeTree to store visit data to avoid rare race conditions that led to wrong visit data being shown
  • Fix conversion_rate metric in a browser_versions breakdown
  • Calculate conversion_rate percentage change in the same way like bounce_rate (subtraction instead of division)
  • Calculate bounce_rate percentage change in the Stats API in the same way as it's done in the dashboard
  • Stop returning custom events in goal breakdown with a pageview goal filter and vice versa
  • Only return (none) values in custom property breakdown for the first page (pagination) of results
  • Fixed weekly/monthly e-mail report rendering issues
  • Fix broken interval selection in the all time view #​3110
  • Fixed IPv6 problems in data migration #​3179
  • Fixed long URLs display in Outbound Link breakdown view
  • Fixed Sentry reports for ingestion requests #​3182
  • Fix breakdown pagination bug in the dashboard details view when filtering by goals
  • Update bot detection (matomo 6.1.4, ua_inspector 3.4.0)
  • Improved the Goal Settings page (search, autcompletion etc.)
  • Log mailer errors #​3336
  • Allow custom event timeseries in stats API #​3505
  • Fixes for sites with UTF characters in domain #​3560
  • Fix crash when using special characters in filter #​3634
  • Fix automatic scrolling to the bottom on the dashboard if previously selected properties tab #​3872
  • Allow running the container with arbitrary UID #​2986
  • Fix width=manual in embedded dashboards #​3910
  • Fix URL escaping when pipes are used in UTM tags #​3930

Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [plausible/analytics](https://github.com/plausible/analytics) | minor | `2.0.0` → `2.1.5` | --- ### Release Notes <details> <summary>plausible/analytics (plausible/analytics)</summary> ### [`v2.1.5`](https://github.com/plausible/analytics/blob/HEAD/CHANGELOG.md#v215---2025-02-03) [Compare Source](https://github.com/plausible/analytics/compare/v2.1.4...v2.1.5) ##### Added - Add text version to emails [#&#8203;4674](https://github.com/plausible/analytics/pull/4674) - Add error logging when email delivery fails [#&#8203;4885](https://github.com/plausible/analytics/pull/4885) ##### Removed - Remove Plausible Cloud contacts [#&#8203;4766](https://github.com/plausible/analytics/pull/4766) - Remove trial mentions [#&#8203;4668](https://github.com/plausible/analytics/pull/4668) - Remove billings and upgrade tabs from settings [#&#8203;4897](https://github.com/plausible/analytics/pull/4897) ### [`v2.1.4`](https://github.com/plausible/analytics/blob/HEAD/CHANGELOG.md#v214---2024-10-08) [Compare Source](https://github.com/plausible/analytics/compare/v2.1.3...v2.1.4) ##### Added - Add ability to review and revoke particular logged in user sessions - Add ability to change password from user settings screen - Add error logs for background jobs [#&#8203;4657](https://github.com/plausible/analytics/issues/4657) ##### Changed - Revised User Settings UI - Default to `invite_only` for registration [#&#8203;4616](https://github.com/plausible/analytics/issues/4616) ##### Fixed - Fix cross-device file move in CSV exports/imports [#&#8203;4640](https://github.com/plausible/analytics/issues/4640) ### [`v2.1.3`](https://github.com/plausible/analytics/blob/HEAD/CHANGELOG.md#v213---2024-09-26) [Compare Source](https://github.com/plausible/analytics/compare/v2.1.2...v2.1.3) ##### Fixed - Change cookie key to resolve login issue [#&#8203;4621](https://github.com/plausible/analytics/issues/4621) - Set secure attribute on cookies when BASE\_URL has HTTPS scheme [#&#8203;4623](https://github.com/plausible/analytics/issues/4623) - Don't track custom events in CE [#&#8203;4627](https://github.com/plausible/analytics/issues/4627) ### [`v2.1.2`](https://github.com/plausible/analytics/blob/HEAD/CHANGELOG.md#v212---2024-09-24) [Compare Source](https://github.com/plausible/analytics/compare/v2.1.1...v2.1.2) ##### Added - UI to edit goals along with display names - Support contains filter for goals - UI to edit funnels - Add Details views for browsers, browser versions, os-s, os versions, and screen sizes reports - Add a search functionality in all Details views - Icons for browsers [#&#8203;4239](https://github.com/plausible/analytics/issues/4239) - Automatic custom property selection in the dashboard Properties report - Add `contains_not` filter support to dashboard - Traffic drop notifications [#&#8203;4300](https://github.com/plausible/analytics/issues/4300) - Add search and pagination functionality into Google Keywords > Details modal - ClickHouse system.query\_log table log\_comment column now contains information about source of queries. Useful for debugging - New /debug/clickhouse route for super admins which shows information on clickhouse queries executed by user - Typescript support for `/assets` - Testing framework for `/assets` - Automatic HTTPS [#&#8203;4491](https://github.com/plausible/analytics/issues/4491) - Make details views on dashboard sortable ##### Removed - Deprecate `ECTO_IPV6` and `ECTO_CH_IPV6` env vars in CE [#&#8203;4245](https://github.com/plausible/analytics/issues/4245) - Remove support for importing data from no longer available Universal Analytics - Soft-deprecate `DATABASE_SOCKET_DIR` [#&#8203;4202](https://github.com/plausible/analytics/issues/4202) ##### Changed - Support Unix sockets in `DATABASE_URL` [#&#8203;4202](https://github.com/plausible/analytics/issues/4202) - Realtime and hourly graphs now show visits lasting their whole duration instead when specific events occur - Increase hourly request limit for API keys in CE from 600 to [`1000000`](https://github.com/plausible/analytics/commit/1000000) (practically removing the limit) [#&#8203;4200](https://github.com/plausible/analytics/issues/4200) - Make TCP connections try IPv6 first with IPv4 fallback in CE [#&#8203;4245](https://github.com/plausible/analytics/issues/4245) - `is` and `is not` filters in dashboard no longer support wildcards. Use contains/does not contain filter instead. - `bounce_rate` metric now returns 0 instead of null for event:page breakdown when page has never been entry page. - Make `TOTP_VAULT_KEY` optional [#&#8203;4317](https://github.com/plausible/analytics/issues/4317) - Sources like 'google' and 'facebook' are now stored in capitalized forms ('Google', 'Facebook') [#&#8203;4417](https://github.com/plausible/analytics/issues/4417) - `DATABASE_CACERTFILE` now forces TLS for PostgreSQL connections, so you don't need to add `?ssl=true` in `DATABASE_URL` - Change auth session cookies to token-based ones with server-side expiration management. - Improve Google error messages in CE [#&#8203;4485](https://github.com/plausible/analytics/issues/4485) - Better compress static assets in CE [#&#8203;4476](https://github.com/plausible/analytics/issues/4476) - Return domain-less cookies in CE [#&#8203;4482](https://github.com/plausible/analytics/issues/4482) - Internal stats API routes now return a JSON error over HTML in case of invalid access. ##### Fixed - Fix access to Stats API feature in CE [#&#8203;4244](https://github.com/plausible/analytics/issues/4244) - Fix filter suggestions when same filter previously applied - Fix MX lookup when using relays with Bamboo.Mua [#&#8203;4350](https://github.com/plausible/analytics/issues/4350) - Don't include imports when showing time series hourly interval. Previously imported data was shown each midnight - Fix property filter suggestions 500 error when property hasn't been selected - Bamboo.Mua: add Date and Message-ID headers if missing [#&#8203;4474](https://github.com/plausible/analytics/issues/4474) - Fix migration order across `plausible_db` and `plausible_events_db` databases [#&#8203;4466](https://github.com/plausible/analytics/issues/4466) - Fix tooltips for countries/cities/regions links in dashboard ### [`v2.1.1`](https://github.com/plausible/analytics/blob/HEAD/CHANGELOG.md#v211---2024-06-06) [Compare Source](https://github.com/plausible/analytics/compare/v2.1.0...v2.1.1) ##### Added - Snippet integration verification - Limited filtering support for imported data in the dashboard and via Stats API - Automatic sites.imported\_data -> site\_imports data migration in CE [#&#8203;4155](https://github.com/plausible/analytics/issues/4155) ##### Fixed - Fix CSV import by adding a newline to the INSERT statement [#&#8203;4172](https://github.com/plausible/analytics/issues/4172) - Fix url parameters escaping of = sign [#&#8203;4185](https://github.com/plausible/analytics/issues/4185) - Fix redirect after registration in CE [#&#8203;4165](https://github.com/plausible/analytics/issues/4165) - Fix VersionedSessions migration in ClickHouse v24 [#&#8203;4162](https://github.com/plausible/analytics/issues/4162) ### [`v2.1.0`](https://github.com/plausible/analytics/blob/HEAD/CHANGELOG.md#v210---2024-05-23) [Compare Source](https://github.com/plausible/analytics/compare/v2.0.0...v2.1.0) ##### Added - Hostname Allow List in Site Settings - Pages Block List in Site Settings - Add `conversion_rate` to Stats API Timeseries and on the main graph - Add `total_conversions` and `conversion_rate` to `visitors.csv` in a goal-filtered CSV export - Ability to display total conversions (with a goal filter) on the main graph - Add `conversion_rate` to Stats API Timeseries and on the main graph - Add `time_on_page` metric into the Stats API - County Block List in Site Settings - Query the `views_per_visit` metric based on imported data as well if possible - Group `operating_system_versions` by `operating_system` in Stats API breakdown - Add `operating_system_versions.csv` into the CSV export - Display `Total visitors`, `Conversions`, and `CR` in the "Details" views of Countries, Regions and Cities (when filtering by a goal) - Add `conversion_rate` to Regions and Cities reports (when filtering by a goal) - Add the `conversion_rate` metric to Stats API Breakdown and Aggregate endpoints - IP Block List in Site Settings - Allow filtering with `contains`/`matches` operator for Sources, Browsers and Operating Systems. - Allow filtering by multiple custom properties - Wildcard and member filtering on the Stats API `event:goal` property - Allow filtering with `contains`/`matches` operator for custom properties - Add `referrers.csv` to CSV export - Add a new Properties section in the dashboard to break down by custom properties - Add `custom_props.csv` to CSV export (almost the same as the old `prop_breakdown.csv`, but has different column headers, and includes props for pageviews too, not only custom events) - Add `referrers.csv` to CSV export - Improve password validation in registration and password reset forms - Adds Gravatar profile image to navbar - Enforce email reverification on update - Add Plugins API Tokens provisioning UI - Add searching sites by domain in /sites view - Add last 24h plots to /sites view - Add site pinning to /sites view - Add support for JSON logger, via LOG\_FORMAT=json environment variable - Add support for 2FA authentication - Add 'browser\_versions.csv' to CSV export - Add `CLICKHOUSE_MAX_BUFFER_SIZE_BYTES` env var which defaults to `100000` (100KB) - Add alternative SMTP adapter [#&#8203;3654](https://github.com/plausible/analytics/issues/3654) - Add `EXTRA_CONFIG_PATH` env var to specify extra Elixir config [#&#8203;3906](https://github.com/plausible/analytics/issues/3906) - Add restrictive `robots.txt` for self-hosted [#&#8203;3905](https://github.com/plausible/analytics/issues/3905) - Add Yesterday as an time range option in the dashboard - Add dmg extension to the list of default tracked file downloads - Add support for importing Google Analytics 4 data - Import custom events from Google Analytics 4 - Ability to filter Search Console keywords by page, country and device [#&#8203;4077](https://github.com/plausible/analytics/issues/4077) - Add `DATA_DIR` env var for exports/imports [#&#8203;4100](https://github.com/plausible/analytics/issues/4100) - Add custom events support to CSV export and import ##### Removed - Removed the nested custom event property breakdown UI when filtering by a goal in Goal Conversions - Removed the `prop_names` returned in the Stats API `event:goal` breakdown response - Removed the `prop-breakdown.csv` file from CSV export - Deprecated `CLICKHOUSE_MAX_BUFFER_SIZE` - Removed `/app/init-admin.sh` that was deprecated in v2.0.0 [#&#8203;3903](https://github.com/plausible/analytics/issues/3903) - Remove `DISABLE_AUTH` deprecation warning [#&#8203;3904](https://github.com/plausible/analytics/issues/3904) ##### Changed - A visits `entry_page` and `exit_page` is only set and updated for pageviews, not custom events - Limit the number of Goal Conversions shown on the dashboard and render a "Details" link when there are more entries to show - Show Outbound Links / File Downloads / 404 Pages / Cloaked Links instead of Goal Conversions when filtering by the corresponding goal - Require custom properties to be explicitly added from Site Settings > Custom Properties in order for them to show up on the dashboard - GA/SC sections moved to new settings: Integrations - Replace `CLICKHOUSE_MAX_BUFFER_SIZE` with `CLICKHOUSE_MAX_BUFFER_SIZE_BYTES` - Validate metric isn't queried multiple times - Filters in dashboard are represented by jsonurl - `MAILER_EMAIL` now defaults to an address built off of `BASE_URL` [#&#8203;4538](https://github.com/plausible/analytics/issues/4538) - default `MAILER_ADAPTER` has been changed to `Bamboo.Mua` [#&#8203;4538](https://github.com/plausible/analytics/issues/4538) ##### Fixed - Creating many sites no longer leads to cookie overflow - Ignore sessions without pageviews for `entry_page` and `exit_page` breakdowns - Using `VersionedCollapsingMergeTree` to store visit data to avoid rare race conditions that led to wrong visit data being shown - Fix `conversion_rate` metric in a `browser_versions` breakdown - Calculate `conversion_rate` percentage change in the same way like `bounce_rate` (subtraction instead of division) - Calculate `bounce_rate` percentage change in the Stats API in the same way as it's done in the dashboard - Stop returning custom events in goal breakdown with a pageview goal filter and vice versa - Only return `(none)` values in custom property breakdown for the first page (pagination) of results - Fixed weekly/monthly e-mail report [rendering issues](https://github.com/plausible/analytics/issues/284) - Fix [broken interval selection](https://github.com/plausible/analytics/issues/2982) in the all time view [#&#8203;3110](https://github.com/plausible/analytics/issues/3110) - Fixed [IPv6 problems](https://github.com/plausible/analytics/issues/3173) in data migration [#&#8203;3179](https://github.com/plausible/analytics/issues/3179) - Fixed [long URLs display](https://github.com/plausible/analytics/issues/3158) in Outbound Link breakdown view - Fixed [Sentry reports](https://github.com/plausible/analytics/discussions/3166) for ingestion requests [#&#8203;3182](https://github.com/plausible/analytics/issues/3182) - Fix breakdown pagination bug in the dashboard details view when filtering by goals - Update bot detection (matomo 6.1.4, ua\_inspector 3.4.0) - Improved the Goal Settings page (search, autcompletion etc.) - Log mailer errors [#&#8203;3336](https://github.com/plausible/analytics/issues/3336) - Allow custom event timeseries in stats API [#&#8203;3505](https://github.com/plausible/analytics/issues/3505) - Fixes for sites with UTF characters in domain [#&#8203;3560](https://github.com/plausible/analytics/issues/3560) - Fix crash when using special characters in filter [#&#8203;3634](https://github.com/plausible/analytics/issues/3634) - Fix automatic scrolling to the bottom on the dashboard if previously selected properties tab [#&#8203;3872](https://github.com/plausible/analytics/issues/3872) - Allow running the container with arbitrary UID [#&#8203;2986](https://github.com/plausible/analytics/issues/2986) - Fix `width=manual` in embedded dashboards [#&#8203;3910](https://github.com/plausible/analytics/issues/3910) - Fix URL escaping when pipes are used in UTM tags [#&#8203;3930](https://github.com/plausible/analytics/issues/3930) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from Update dependency plausible/analytics to v2.1.5 to chore(deps): update dependency plausible/analytics to v2.1.5 2026-07-17 23:09:56 +00:00
renovate-bot changed title from chore(deps): update dependency plausible/analytics to v2.1.5 to Update dependency plausible/analytics to v2.1.5 2026-07-21 01:07:21 +00:00
renovate-bot changed title from Update dependency plausible/analytics to v2.1.5 to chore(deps): update dependency plausible/analytics to v2.1.5 2026-07-21 02:07:25 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/plausible-analytics-2.x:renovate/plausible-analytics-2.x
git switch renovate/plausible-analytics-2.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/plausible-analytics-2.x
git switch renovate/plausible-analytics-2.x
git rebase main
git switch main
git merge --ff-only renovate/plausible-analytics-2.x
git switch renovate/plausible-analytics-2.x
git rebase main
git switch main
git merge --no-ff renovate/plausible-analytics-2.x
git switch main
git merge --squash renovate/plausible-analytics-2.x
git switch main
git merge --ff-only renovate/plausible-analytics-2.x
git switch main
git merge renovate/plausible-analytics-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/homelab!59
No description provided.