Skip to content

chore(deps): bump the npm-production group across 1 directory with 8 updates#27

Open
dependabot[bot] wants to merge 40 commits into
mainfrom
dependabot/npm_and_yarn/npm-production-a40d5ccb5d
Open

chore(deps): bump the npm-production group across 1 directory with 8 updates#27
dependabot[bot] wants to merge 40 commits into
mainfrom
dependabot/npm_and_yarn/npm-production-a40d5ccb5d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-production group with 8 updates in the / directory:

Package From To
@deck.gl/core 9.3.4 9.3.5
@deck.gl/layers 9.3.4 9.3.5
@deck.gl/mapbox 9.3.4 9.3.5
@number-flow/react 0.6.0 0.6.1
react-day-picker 9.14.0 10.0.1
recharts 2.15.4 3.9.0
shadcn 3.8.5 4.12.0
@ast-grep/napi-linux-x64-gnu 0.42.3 0.44.0

Updates @deck.gl/core from 9.3.4 to 9.3.5

Release notes

Sourced from @​deck.gl/core's releases.

v9.3.5

  • fix(arcgis): update arcgis module to use RenderNode instead of externalRenderers (#10257)
  • fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer (#10382)
Changelog

Sourced from @​deck.gl/core's changelog.

deck.gl [v9.3.5] - Jun 25 2026

  • fix(arcgis): update arcgis module to use RenderNode instead of externalRenderers (#10257)
  • fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer (#10382)
Commits
  • e3277ec v9.3.5
  • 379d83d fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer. (#1...
  • fc68fa4 chore: bump loaders.gl to ^4.4.3 (#10380)
  • 2a17781 fix(arcgis): update arcgis module to use RenderNode instead of externalRender...
  • 6b68e5e docs(test-utils): add Vitest setup guide and examples (#10345)
  • See full diff in compare view

Updates @deck.gl/layers from 9.3.4 to 9.3.5

Release notes

Sourced from @​deck.gl/layers's releases.

v9.3.5

  • fix(arcgis): update arcgis module to use RenderNode instead of externalRenderers (#10257)
  • fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer (#10382)
Changelog

Sourced from @​deck.gl/layers's changelog.

deck.gl [v9.3.5] - Jun 25 2026

  • fix(arcgis): update arcgis module to use RenderNode instead of externalRenderers (#10257)
  • fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer (#10382)
Commits
  • e3277ec v9.3.5
  • 379d83d fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer. (#1...
  • fc68fa4 chore: bump loaders.gl to ^4.4.3 (#10380)
  • 2a17781 fix(arcgis): update arcgis module to use RenderNode instead of externalRender...
  • 6b68e5e docs(test-utils): add Vitest setup guide and examples (#10345)
  • See full diff in compare view

Updates @deck.gl/mapbox from 9.3.4 to 9.3.5

Release notes

Sourced from @​deck.gl/mapbox's releases.

v9.3.5

  • fix(arcgis): update arcgis module to use RenderNode instead of externalRenderers (#10257)
  • fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer (#10382)
Changelog

Sourced from @​deck.gl/mapbox's changelog.

deck.gl [v9.3.5] - Jun 25 2026

  • fix(arcgis): update arcgis module to use RenderNode instead of externalRenderers (#10257)
  • fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer (#10382)
Commits
  • e3277ec v9.3.5
  • 379d83d fix(geo-layers): Pass zoomOffset through TerrainLayer to child TileLayer. (#1...
  • fc68fa4 chore: bump loaders.gl to ^4.4.3 (#10380)
  • 2a17781 fix(arcgis): update arcgis module to use RenderNode instead of externalRender...
  • 6b68e5e docs(test-utils): add Vitest setup guide and examples (#10345)
  • See full diff in compare view

Updates @number-flow/react from 0.6.0 to 0.6.1

Release notes

Sourced from @​number-flow/react's releases.

@​number-flow/react@​0.6.1

Patch Changes

  • Guard DOM globals in browser (see #188) (a73a383)

  • Updated dependencies [a73a383]:

    • number-flow@0.6.1
Commits

Updates react-day-picker from 9.14.0 to 10.0.1

Release notes

Sourced from react-day-picker's releases.

v10.0.1

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v10.0.0...v10.0.1

v10.0.0

DayPicker v10 removes the public APIs deprecated in v9 and introduces a new @daypicker/react package name. Non-Gregorian calendars are now published as standalone @daypicker/* packages.

If your app already uses the current v9 API, the upgrade should be relatively small. If your app still relies on deprecated v9 APIs, those usages should be updated before upgrading.

See the full v10 changelog, the upgrade guide, and the v10 announcement for questions and upgrade feedback.

Install

npm install react-day-picker@latest

For new projects, prefer the scoped package name:

npm install @daypicker/react@latest
import { DayPicker } from "@daypicker/react";
import "@daypicker/react/style.css";

The react-day-picker package remains available in v10 for compatibility.

Breaking Changes

Deprecated navigation props removed

Removed prop Use instead
fromMonth startMonth
fromYear startMonth={new Date(year, 0)}
toMonth endMonth
toYear endMonth={new Date(year, 11)}
fromDate hidden={{ before: date }} and optionally startMonth
toDate hidden={{ after: date }} and optionally endMonth

Deprecated focus and event props removed

... (truncated)

Changelog

Sourced from react-day-picker's changelog.

v10.0.1

Release date: 2026-05-12

This patch release fixes inline styles for component slots and adds @types/react as an optional peer dependency for strict package managers.

What's Changed

  • fix: apply inline styles to all component slots by @​gpbl in #2995
  • fix: add @types/react as an optional peer dependency by @​mrmckeb in #2997

v10.0.0

Release date: 2026-05-08

This major release introduces the @daypicker/react package name, publishes calendar add-on packages under the @daypicker/* scope, and removes public APIs that were deprecated in v9.

Upgrading to v10

Upgrading from v9 should be straightforward if your app does not use any deprecated APIs. See the upgrading guide for details. If you use one of the non-Gregorian calendars, such as Persian, Hebrew, Buddhist, Ethiopic, or Hijri, install the corresponding calendar add-on package alongside DayPicker.

Package Name

For new projects, prefer the @daypicker/react package:

import { DayPicker } from "@daypicker/react";
import "@daypicker/react/style.css";

The react-day-picker package remains available for compatibility and exposes the same DayPicker API in v10.

Calendar Packages

Calendar add-on packages are now published under the @daypicker/* scope. Install the add-on package for the calendar you need alongside @daypicker/react. For example, to use the Persian calendar:

npm install @daypicker/react @daypicker/persian

Breaking Changes

  • Removed deprecated props: fromDate, toDate, fromMonth, toMonth, fromYear, toYear, initialFocus.
  • Removed deprecated event props: onWeekNumberClick, onDayKeyUp, onDayKeyPress, onDayPointerEnter, onDayPointerLeave, onDayTouchCancel, onDayTouchEnd, onDayTouchMove, onDayTouchStart.
  • Removed deprecated type exports from types/deprecated.
  • Removed deprecated aliases: formatMonthCaption, formatYearCaption, labelDay, labelCaption, isMatch, isDateInRange.
  • Removed the deprecated components.Button customization entry.
  • Removed deprecated DeprecatedUI compatibility typing for classNames and styles.
  • Removed deprecated DateLib exports: FormatOptions, LabelOptions, dateLib, and DateLib.Date.
  • Removed the deprecated react-day-picker/jalali subpath. Use react-day-picker/persian.

... (truncated)

Commits

Updates recharts from 2.15.4 to 3.9.0

Release notes

Sourced from recharts's releases.

v3.9.0

What's Changed

Animations

3.9 comes with new animations! There are several bug fixes and what's best, all animations are now fully customizable.

See the animations guide on https://recharts.github.io/en-US/guide/animations/

New features other than animations

Bugfixes

Tree-shaking

We now have focused tree-shaking tests that allow us to observe exactly which components end up in the final bundle and why. I have also removed some unnecessary loops and you should see the final bundle size decrease somewhat as a result.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by corkscreewe, a new releaser for recharts since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates shadcn from 3.8.5 to 4.12.0

Release notes

Sourced from shadcn's releases.

shadcn@4.12.0

Minor Changes

shadcn@4.11.1

Patch Changes

shadcn@4.11.0

Minor Changes

Patch Changes

shadcn@4.10.0

Minor Changes

shadcn@4.9.0

Minor Changes

shadcn@4.8.3

Patch Changes

shadcn@4.8.2

Patch Changes

shadcn@4.8.1

Patch Changes

shadcn@4.8.0

Minor Changes

... (truncated)

Changelog

Sourced from shadcn's changelog.

4.12.0

Minor Changes

4.11.1

Patch Changes

4.11.0

Minor Changes

Patch Changes

4.10.0

Minor Changes

4.9.0

Minor Changes

4.8.3

Patch Changes

4.8.2

Patch Changes

... (truncated)

Commits

Updates @ast-grep/napi-linux-x64-gnu from 0.42.3 to 0.44.0

Release notes

Sourced from @​ast-grep/napi-linux-x64-gnu's releases.

0.44.0

... (truncated)

Changelog

Sourced from @​ast-grep/napi-linux-x64-gnu's changelog.

0.44.0

... (truncated)

Commits
  • e34ce66 0.44.0
  • e27fc74 chore: move outline docs and benchmarks out of repo (#2763)
  • 8a0be7e chore(deps): update dependency smol-toml to v1.7.0 (#2762)
  • 6213351 Add JavaScript outline rules and stream JSON files (#2761)
  • 01f05a1 fix: update edge case fallback behavior
  • b8f220c fix: improve root multi meta var error
  • a8b7061 fix: reject root multi-metavariable patterns (#2727)
  • 58efe19 fix: don't leak metavar bindings across siblings in nthChild ofRule (#2677)
  • d5ee2c2 fix: extract python from-import modules in outline (#2758)
  • af979e6 fix: match go outline types by declaration (#2759)
  • Additional commits viewable in compare view

RavelloH and others added 30 commits June 27, 2026 17:27
…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)
- 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
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@dependabot dependabot Bot requested a review from RavelloH as a code owner June 28, 2026 07:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
insightflare cd01be8 Jun 29 2026, 01:13 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
insightflare-demo cd01be8 Jun 29 2026, 01:17 AM

RavelloH and others added 10 commits June 28, 2026 17:34
…updates

Bumps the npm-production group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.3.4` | `9.3.5` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.3.4` | `9.3.5` |
| [@deck.gl/mapbox](https://github.com/visgl/deck.gl) | `9.3.4` | `9.3.5` |
| [@number-flow/react](https://github.com/barvian/number-flow/tree/HEAD/src) | `0.6.0` | `0.6.1` |
| [react-day-picker](https://github.com/gpbl/react-day-picker/tree/HEAD/packages/react-day-picker) | `9.14.0` | `10.0.1` |
| [recharts](https://github.com/recharts/recharts) | `2.15.4` | `3.9.0` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `3.8.5` | `4.12.0` |
| [@ast-grep/napi-linux-x64-gnu](https://github.com/ast-grep/ast-grep) | `0.42.3` | `0.44.0` |



Updates `@deck.gl/core` from 9.3.4 to 9.3.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.3.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.4...v9.3.5)

Updates `@deck.gl/layers` from 9.3.4 to 9.3.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.3.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.4...v9.3.5)

Updates `@deck.gl/mapbox` from 9.3.4 to 9.3.5
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/v9.3.5/CHANGELOG.md)
- [Commits](visgl/deck.gl@v9.3.4...v9.3.5)

Updates `@number-flow/react` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/barvian/number-flow/releases)
- [Commits](https://github.com/barvian/number-flow/commits/@number-flow/react@0.6.1/src)

Updates `react-day-picker` from 9.14.0 to 10.0.1
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/packages/react-day-picker/CHANGELOG.md)
- [Commits](https://github.com/gpbl/react-day-picker/commits/v10.0.1/packages/react-day-picker)

Updates `recharts` from 2.15.4 to 3.9.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.15.4...v3.9.0)

Updates `shadcn` from 3.8.5 to 4.12.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.12.0/packages/shadcn)

Updates `@ast-grep/napi-linux-x64-gnu` from 0.42.3 to 0.44.0
- [Release notes](https://github.com/ast-grep/ast-grep/releases)
- [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md)
- [Commits](ast-grep/ast-grep@0.42.3...0.44.0)

---
updated-dependencies:
- dependency-name: "@ast-grep/napi-linux-x64-gnu"
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@deck.gl/core"
  dependency-version: 9.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@deck.gl/layers"
  dependency-version: 9.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@deck.gl/mapbox"
  dependency-version: 9.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@number-flow/react"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: react-day-picker
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-production
- dependency-name: recharts
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-production
- dependency-name: shadcn
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-production-a40d5ccb5d branch from 018b25e to cd01be8 Compare June 29, 2026 01:09
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant