chore(deps-dev): bump the npm-development group across 1 directory with 13 updates#29
Open
dependabot[bot] wants to merge 40 commits into
Open
chore(deps-dev): bump the npm-development group across 1 directory with 13 updates#29dependabot[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
…th 13 updates Bumps the npm-development group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260625.1` | `4.20260628.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `10.0.1` | | [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) | `1.20.0` | `1.20.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.4` | `26.0.1` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.6.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.1.1` | | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `12.1.1` | `13.0.0` | | [globals](https://github.com/sindresorhus/globals) | `16.5.0` | `17.7.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.4.0` | `17.0.8` | | [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.16` | | [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.104.0` | `4.105.0` | Updates `@cloudflare/workers-types` from 4.20260625.1 to 4.20260628.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `@eslint/js` from 9.39.4 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@opennextjs/cloudflare` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases) - [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md) - [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@1.20.1/packages/cloudflare) Updates `@types/node` from 25.9.4 to 26.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.4 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.6.0) Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-simple-import-sort` from 12.1.1 to 13.0.0 - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md) - [Commits](lydell/eslint-plugin-simple-import-sort@v12.1.1...v13.0.0) Updates `globals` from 16.5.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.5.0...v17.7.0) Updates `lint-staged` from 16.4.0 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.4.0...v17.0.8) Updates `postcss` from 8.5.15 to 8.5.16 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.16) Updates `prettier` from 3.8.4 to 3.9.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.4...3.9.1) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) Updates `wrangler` from 4.104.0 to 4.105.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.105.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20260628.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: "@opennextjs/cloudflare" dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@types/node" dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: eslint-plugin-simple-import-sort dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: postcss dependency-version: 8.5.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: prettier dependency-version: 3.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-development - dependency-name: wrangler dependency-version: 4.105.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
insightflare | e6ff78b | Jun 29 2026, 01:17 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
insightflare-demo | e6ff78b | Jun 29 2026, 01:17 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 the npm-development group with 13 updates in the / directory:
4.20260625.14.20260628.19.39.410.0.11.20.01.20.125.9.426.0.19.39.410.6.05.2.07.1.112.1.113.0.016.5.017.7.016.4.017.0.88.5.158.5.163.8.43.9.15.9.36.0.34.104.04.105.0Updates
@cloudflare/workers-typesfrom 4.20260625.1 to 4.20260628.1Commits
Updates
@eslint/jsfrom 9.39.4 to 10.0.1Release notes
Sourced from @eslint/js's releases.
... (truncated)
Commits
84fb885chore: package.json update for@eslint/jsrelease1f66734chore: addeslinttopeerDependenciesof@eslint/js(#20467)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)b4b3127chore: package.json update for@eslint/jsrelease0b14059chore: package.json update for@eslint/jsreleasefa31a60feat!: addnameto configs (#20015)1e2cad5chore: package.json update for@eslint/jsrelease454a292feat!: updateeslint:recommendedconfiguration (#20210)c6358c3feat!: Require Node.js^20.19.0 || ^22.13.0 || >=24(#20160)Updates
@opennextjs/cloudflarefrom 1.20.0 to 1.20.1Release notes
Sourced from @opennextjs/cloudflare's releases.
Changelog
Sourced from @opennextjs/cloudflare's changelog.
Commits
1a70b33Version Packages (#1298)780a21cfix: disable compression for worker version requests (#1297)Updates
@types/nodefrom 25.9.4 to 26.0.1Commits
Updates
eslintfrom 9.39.4 to 10.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
5d12a0410.6.0f7ca54bBuild: changelog update for 10.6.06a42034ci: run ecosystem tests on main branch (#20891)b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)3dbacdbci: bump actions/checkout from 6 to 7 (#21014)c3abfcachore: correct JSDoc param types in html formatter (#21018)a83683ddocs: Update READMEa832320ci: split ecosystem tests into separate jobs (#21001)6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013)Updates
eslint-plugin-react-hooksfrom 5.2.0 to 7.1.1Release notes
Sourced from eslint-plugin-react-hooks's releases.
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
... (truncated)
Commits
Updates
eslint-plugin-simple-import-sortfrom 12.1.1 to 13.0.0Changelog
Sourced from eslint-plugin-simple-import-sort's changelog.
Commits
90078e7eslint-plugin-simple-import-sort v13.0.07794d14Determinstic ordering between different import styles (#203)5ce648aFix deprecation warning when running tests27c4d1aFix code coveraged994f47Bump picomatch (#208)b8f246dBump flatted from 3.2.9 to 3.4.2 (#207)1c2d0e3Bump rollup from 4.50.1 to 4.59.0 (#206)23dd72fBump lodash from 4.17.21 to 4.17.23 (#204)0f8dc7aBump js-yaml from 4.1.0 to 4.1.1 (#202)4584b9eBump vite from 7.1.5 to 7.1.11 (#201)Updates
globalsfrom 16.5.0 to 17.7.0Release notes
Sourced from globals's releases.
... (truncated)
Commits
a19670c17.7.09611620Update actions (#346)33b75f9Update globals (2026-06-22) (#345)887dd52Fix build script (#344)6b1587017.6.000a4dd9Update globals (2026-05-01) (#343)b8170c817.5.05d84602Update globals (2026-04-12) (#342)1b727e5Fix build script for ES globals (#341)a9cfd7417.4.0Updates
lint-stagedfrom 16.4.0 to 17.0.8Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
5f3b8f2Merge pull request #1812 from lint-staged/changeset-release/main43a9b8dchore(changeset): release630e2f6Merge pull request #1809 from lint-staged/restore-merge-status179b437fix: restore Git merge status after creating backup stash6bae2e2Merge pull request