chore(deps): bump softprops/action-gh-release from 2 to 3#30
Open
dependabot[bot] wants to merge 40 commits into
Open
chore(deps): bump softprops/action-gh-release from 2 to 3#30dependabot[bot] wants to merge 40 commits into
dependabot[bot] wants to merge 40 commits into
Conversation
…nt pages Wrap buttons and content areas with AutoTransition for smooth fade animations between loading and idle states on API Keys, Scheduled Tasks, and System Performance pages — matching the existing pattern in team/user settings. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Extend cross-breakdown endpoint to support 27 analytics dimensions (page, referrer, UTM, client, geo) instead of only 6 client dimensions - Add resolveCrossBreakdownDimension() for generic dimension-to-SQL mapping - Remove timeRange/filters from FunnelAnalysisRequest OpenAPI schema to match actual Zod validation (timeRange via query params only) - Add missing fieldValueType parameter to event-fields/values OpenAPI spec
The POST /funnels/analysis endpoint accepts from/to/preset/timeZone query params (used in the handler via parseTimeRange), but the OpenAPI spec did not declare them. This would cause SDK generators to omit time range arguments for ad-hoc funnel analysis.
Document ISO 8601 timestamp semantics and upstream 429 behavior at the top level. Add required-scope extensions, reusable parameters, opaque visitor/session IDs, and constrained complex filters. Regenerate OpenAPI artifacts and strengthen contract checks against future drift.
…ge.json - Add explicit prettier configuration rules for better documentation - Update generate-openapi.ts and generate-skills.ts to read version from package.json - Regenerate OpenAPI and Skills specs with correct version (0.1.0)
…eloper experience improvements
- Simplify CSP connect-src from domain whitelist to `https: wss:` to unblock caniuse, geo translation, and iconify flag resources - Add .well-known route files to eslint allowDefaultProject
Range presets using startOfZonedDay produce spans slightly larger than their nominal duration (e.g. 90d = 90*DAY_MS + partial today), causing <= boundary checks to exclude the expected finest interval. Use strict < with a +1 unit buffer so 7d→hour, 90d→day, 12m→week all work.
- SQL query now groups by ROUND(lat,3), ROUND(lon,3) (~110m precision) - Each aggregated point includes pointCount field for weighted display - Frontend clustering respects pointCount weights - Mock data also aggregates points for demo mode - Reduces typical 5000-point response from ~650KB to ~30KB
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
insightflare | 2d4ce96 | Jun 29 2026, 01:40 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
insightflare-demo | 2d4ce96 | Jun 29 2026, 01:44 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps softprops/action-gh-release from 2 to 3.
Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
Commits
718ea10release 3.0.1f1a938bchore(deps): bump esbuild from 0.28.0 to 0.28.1 (#802)0066eadchore(deps): bump vite from 8.0.14 to 8.0.16 (#806)dc643cachore(deps): bump the npm group with 3 updates (#805)85ee99bchore(deps): bump actions/checkout in the github-actions group (#804)9ed3cf9chore(deps): bump the npm group with 2 updates (#800)3efcac8chore(deps): bump the npm group with 3 updates (#798)05d6b91chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#797)403a524chore(deps): bump@types/nodefrom 24.12.2 to 24.12.3 in the npm group (#796)437e073chore(deps): bump the npm group with 4 updates (#792)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)