Skip to content

use pnpm, vite, and vitest, bump Nx - #399

Merged
vicb merged 1 commit into
masterfrom
vicb/deps
Jul 20, 2026
Merged

use pnpm, vite, and vitest, bump Nx#399
vicb merged 1 commit into
masterfrom
vicb/deps

Conversation

@vicb

@vicb vicb commented Jul 6, 2026

Copy link
Copy Markdown
Owner

No description provided.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 360

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 379 files, which is 279 over the limit of 100.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: dd88e94f-0e8d-4fbb-ae43-354c3814bf52

📥 Commits

Reviewing files that changed from the base of the PR and between 019dded and 34f0adf.

⛔ Files ignored due to path filters (6)
  • apps/run/src/app/__snapshots__/altitude.test.ts.snap is excluded by !**/*.snap
  • apps/run/src/app/fixtures/x531y364z10.png is excluded by !**/*.png
  • libs/optimizer/package-lock.json is excluded by !**/package-lock.json
  • libs/windy-sounding/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (440)
  • .env
  • .github/agents/ci-monitor-subagent.agent.md
  • .github/prompts/monitor-ci.prompt.md
  • .github/skills/link-workspace-packages/SKILL.md
  • .github/skills/monitor-ci/SKILL.md
  • .github/skills/monitor-ci/references/fix-flows.md
  • .github/skills/monitor-ci/scripts/ci-poll-decide.mjs
  • .github/skills/monitor-ci/scripts/ci-state-update.mjs
  • .github/skills/nx-generate/SKILL.md
  • .github/skills/nx-import/SKILL.md
  • .github/skills/nx-import/references/ESLINT.md
  • .github/skills/nx-import/references/GRADLE.md
  • .github/skills/nx-import/references/JEST.md
  • .github/skills/nx-import/references/NEXT.md
  • .github/skills/nx-import/references/TURBOREPO.md
  • .github/skills/nx-import/references/VITE.md
  • .github/skills/nx-plugins/SKILL.md
  • .github/skills/nx-run-tasks/SKILL.md
  • .github/skills/nx-workspace/SKILL.md
  • .github/skills/nx-workspace/references/AFFECTED.md
  • .github/workflows/node.js.yml
  • .github/workflows/upload-windy-sounding.yml
  • .gitignore
  • .nxignore
  • .prettierignore
  • .syncpackrc.json
  • .vscode/extensions.json
  • .vscode/launch.json
  • AGENTS.md
  • README.md
  • apps/fetcher/Dockerfile
  • apps/fetcher/eslint.config.js
  • apps/fetcher/eslint.config.mjs
  • apps/fetcher/fetcher-1.0.0.tgz
  • apps/fetcher/jest.config.ts
  • apps/fetcher/jest.transformer.js
  • apps/fetcher/package.json
  • apps/fetcher/project.json
  • apps/fetcher/src/app/config.ts
  • apps/fetcher/src/app/redis.ts
  • apps/fetcher/src/app/state/state.ts
  • apps/fetcher/src/app/state/sync.test.ts
  • apps/fetcher/src/app/trackers/inreach.test.ts
  • apps/fetcher/src/app/trackers/inreach.ts
  • apps/fetcher/src/app/trackers/meshbir.test.ts
  • apps/fetcher/src/app/trackers/meshbir.ts
  • apps/fetcher/src/app/trackers/ogn.ts
  • apps/fetcher/src/app/trackers/proxies.ts
  • apps/fetcher/src/app/trackers/refresh.ts
  • apps/fetcher/src/app/trackers/spot.test.ts
  • apps/fetcher/src/app/trackers/tracker.ts
  • apps/fetcher/src/app/trackers/zoleo.ts
  • apps/fetcher/src/app/ufos/refresh.ts
  • apps/fetcher/src/app/ufos/ufo.ts
  • apps/fetcher/src/environments/environment.prod.ts
  • apps/fetcher/src/environments/environment.ts
  • apps/fetcher/src/fetcher.ts
  • apps/fetcher/src/types.d.ts
  • apps/fetcher/tsconfig.app.json
  • apps/fetcher/tsconfig.json
  • apps/fetcher/tsconfig.spec.json
  • apps/fetcher/vite.config.ts
  • apps/fetcher/webpack.config.js
  • apps/fxc-front/eslint.config.js
  • apps/fxc-front/eslint.config.mjs
  • apps/fxc-front/jest.config.ts
  • apps/fxc-front/package.json
  • apps/fxc-front/project.json
  • apps/fxc-front/proxy.conf.json
  • apps/fxc-front/src/app/components/2d/map-element.ts
  • apps/fxc-front/src/app/components/2d/path-element.ts
  • apps/fxc-front/src/app/components/2d/planner-element.ts
  • apps/fxc-front/src/app/components/ui/about-modal.ts
  • apps/fxc-front/src/app/logic/airspaces.ts
  • apps/fxc-front/src/app/logic/score/league/leagues.ts
  • apps/fxc-front/src/app/logic/score/scorer.ts
  • apps/fxc-front/src/app/pages/admin-elements.ts
  • apps/fxc-front/src/app/pages/settings.ts
  • apps/fxc-front/src/app/redux/planner-slice.ts
  • apps/fxc-front/src/app/workers/optimizer.ts
  • apps/fxc-front/src/env.d.ts
  • apps/fxc-front/tsconfig.app.json
  • apps/fxc-front/tsconfig.json
  • apps/fxc-front/tsconfig.spec.json
  • apps/fxc-front/vite.config.mts
  • apps/fxc-server/eslint.config.js
  • apps/fxc-server/eslint.config.mjs
  • apps/fxc-server/jest.config.ts
  • apps/fxc-server/package.json
  • apps/fxc-server/project.json
  • apps/fxc-server/src/app/config.ts
  • apps/fxc-server/src/app/routes/admin.ts
  • apps/fxc-server/src/app/routes/live-track.ts
  • apps/fxc-server/src/app/routes/meshbir.test.ts
  • apps/fxc-server/src/app/routes/meshbir.ts
  • apps/fxc-server/src/app/routes/waypoints.ts
  • apps/fxc-server/src/app/routes/zoleo.ts
  • apps/fxc-server/src/app/waypoints/waypoints.test.ts
  • apps/fxc-server/src/app/waypoints/waypoints.ts
  • apps/fxc-server/src/environments/environment.prod.ts
  • apps/fxc-server/src/environments/environment.ts
  • apps/fxc-server/src/main.ts
  • apps/fxc-server/tsconfig.app.json
  • apps/fxc-server/tsconfig.json
  • apps/fxc-server/tsconfig.spec.json
  • apps/fxc-server/vite.config.ts
  • apps/fxc-server/webpack.config.js
  • apps/fxc-tiles/Dockerfile
  • apps/fxc-tiles/assets/.gitignore
  • apps/fxc-tiles/assets/UKRAINE (UK).txt
  • apps/fxc-tiles/eslint.config.js
  • apps/fxc-tiles/eslint.config.mjs
  • apps/fxc-tiles/jest.config.ts
  • apps/fxc-tiles/package.json
  • apps/fxc-tiles/project.json
  • apps/fxc-tiles/src/app/airspaces/create-geojson.ts
  • apps/fxc-tiles/src/app/airspaces/create-tiles-info-diff.ts
  • apps/fxc-tiles/src/app/airspaces/create-tiles-info.ts
  • apps/fxc-tiles/src/app/airspaces/create-tiles.ts
  • apps/fxc-tiles/src/app/airspaces/stats.ts
  • apps/fxc-tiles/src/app/airspaces/unzip.ts
  • apps/fxc-tiles/src/app/airspaces/upload-tiles-diff.ts
  • apps/fxc-tiles/src/app/util.ts
  • apps/fxc-tiles/tsconfig.app.json
  • apps/fxc-tiles/tsconfig.json
  • apps/fxc-tiles/tsconfig.spec.json
  • apps/fxc-tiles/vite.config.ts
  • apps/fxc-tiles/webpack.config.js
  • apps/misc/eslint.config.js
  • apps/misc/eslint.config.mjs
  • apps/misc/jest.config.ts
  • apps/misc/package.json
  • apps/misc/project.json
  • apps/misc/tsconfig.app.json
  • apps/misc/tsconfig.json
  • apps/misc/tsconfig.spec.json
  • apps/misc/vite.config.ts
  • apps/misc/webpack.config.js
  • apps/proxy/Dockerfile
  • apps/proxy/eslint.config.js
  • apps/proxy/eslint.config.mjs
  • apps/proxy/jest.config.ts
  • apps/proxy/package.json
  • apps/proxy/project.json
  • apps/proxy/tsconfig.app.json
  • apps/proxy/tsconfig.json
  • apps/proxy/tsconfig.spec.json
  • apps/proxy/vite.config.ts
  • apps/proxy/webpack.config.js
  • apps/run/Dockerfile
  • apps/run/README.md
  • apps/run/eslint.config.js
  • apps/run/eslint.config.mjs
  • apps/run/jest-bench.config.ts
  • apps/run/jest.config.ts
  • apps/run/package.json
  • apps/run/project.json
  • apps/run/src/app/airspace.ts
  • apps/run/src/app/altitude.test.ts
  • apps/run/src/app/altitude.ts
  • apps/run/src/app/png.bench.ts
  • apps/run/src/environments/environment.prod.ts
  • apps/run/src/environments/environment.ts
  • apps/run/tsconfig.app.json
  • apps/run/tsconfig.bench.json
  • apps/run/tsconfig.json
  • apps/run/tsconfig.spec.json
  • apps/run/vite.config.ts
  • apps/run/webpack.config.js
  • eslint.config.js
  • jest.config.ts
  • jest.preset.js
  • libs/common-node/README.md
  • libs/common-node/eslint.config.js
  • libs/common-node/eslint.config.mjs
  • libs/common-node/index.ts
  • libs/common-node/jest.config.ts
  • libs/common-node/package.json
  • libs/common-node/project.json
  • libs/common-node/src/index.ts
  • libs/common-node/src/lib/redis.ts
  • libs/common-node/src/lib/track-entity.ts
  • libs/common-node/src/lib/validators.ts
  • libs/common-node/tsconfig.json
  • libs/common-node/tsconfig.lib.json
  • libs/common-node/tsconfig.spec.json
  • libs/common-node/vite.config.ts
  • libs/common/README.md
  • libs/common/eslint.config.js
  • libs/common/eslint.config.mjs
  • libs/common/index.ts
  • libs/common/jest.config.ts
  • libs/common/package.json
  • libs/common/project.json
  • libs/common/src/lib/airspaces.test.ts
  • libs/common/src/lib/geo.test.ts
  • libs/common/src/lib/models.ts
  • libs/common/src/lib/proj.test.ts
  • libs/common/src/lib/proj.ts
  • libs/common/tsconfig.json
  • libs/common/tsconfig.lib.json
  • libs/common/tsconfig.spec.json
  • libs/common/vite.config.ts
  • libs/optimizer/eslint.config.cjs
  • libs/optimizer/jest.config.ts
  • libs/optimizer/package.json
  • libs/optimizer/project.json
  • libs/optimizer/tsconfig.json
  • libs/optimizer/tsconfig.lib.json
  • libs/optimizer/tsconfig.spec.json
  • libs/optimizer/vite.config.ts
  • libs/vaadin-dom/README.md
  • libs/vaadin-dom/eslint.config.js
  • libs/vaadin-dom/eslint.config.mjs
  • libs/vaadin-dom/index.ts
  • libs/vaadin-dom/jest.config.ts
  • libs/vaadin-dom/package.json
  • libs/vaadin-dom/project.json
  • libs/vaadin-dom/src/lib/Binder.ts
  • libs/vaadin-dom/src/lib/Field.ts
  • libs/vaadin-dom/tsconfig.json
  • libs/vaadin-dom/tsconfig.lib.json
  • libs/vaadin-dom/tsconfig.spec.json
  • libs/vaadin-dom/vite.config.ts
  • libs/vaadin-nodom/eslint.config.js
  • libs/vaadin-nodom/eslint.config.mjs
  • libs/vaadin-nodom/index.ts
  • libs/vaadin-nodom/package.json
  • libs/vaadin-nodom/project.json
  • libs/vaadin-nodom/tsconfig.json
  • libs/vaadin-nodom/tsconfig.lib.json
  • libs/windy-sounding/.babelrc
  • libs/windy-sounding/CONTRIBUTING.md
  • libs/windy-sounding/eslint.config.cjs
  • libs/windy-sounding/generate-manifest.js
  • libs/windy-sounding/jest.config.ts
  • libs/windy-sounding/package.json
  • libs/windy-sounding/project.json
  • libs/windy-sounding/types/client/AccessProducts.d.ts
  • libs/windy-sounding/types/client/AromeProduct.d.ts
  • libs/windy-sounding/types/client/BottomSlide.d.ts
  • libs/windy-sounding/types/client/BottomSveltePlugins.d.ts
  • libs/windy-sounding/types/client/Calendar.d.ts
  • libs/windy-sounding/types/client/ClickHandler.d.ts
  • libs/windy-sounding/types/client/Color.d.ts
  • libs/windy-sounding/types/client/DataTiler.d.ts
  • libs/windy-sounding/types/client/Drag.d.ts
  • libs/windy-sounding/types/client/EcmwfAnalysisProduct.d.ts
  • libs/windy-sounding/types/client/EcmwfProduct.d.ts
  • libs/windy-sounding/types/client/EventManager.d.ts
  • libs/windy-sounding/types/client/Evented.d.ts
  • libs/windy-sounding/types/client/ExternalSveltePlugin.d.ts
  • libs/windy-sounding/types/client/GlBuffer.d.ts
  • libs/windy-sounding/types/client/GlMesh.d.ts
  • libs/windy-sounding/types/client/GlObj.d.ts
  • libs/windy-sounding/types/client/GlProgram.d.ts
  • libs/windy-sounding/types/client/GlRenderer.d.ts
  • libs/windy-sounding/types/client/GlTexture.d.ts
  • libs/windy-sounding/types/client/GlVertexArray.d.ts
  • libs/windy-sounding/types/client/HrrrProducts.d.ts
  • libs/windy-sounding/types/client/IDB.d.ts
  • libs/windy-sounding/types/client/IconProducts.d.ts
  • libs/windy-sounding/types/client/LabelsLayer.d.ts
  • libs/windy-sounding/types/client/Layer.d.ts
  • libs/windy-sounding/types/client/LayerClasses.d.ts
  • libs/windy-sounding/types/client/Metric.d.ts
  • libs/windy-sounding/types/client/MetricClasses.d.ts
  • libs/windy-sounding/types/client/NamProducts.d.ts
  • libs/windy-sounding/types/client/Overlay.d.ts
  • libs/windy-sounding/types/client/OverlayClasses.d.ts
  • libs/windy-sounding/types/client/Particles.d.ts
  • libs/windy-sounding/types/client/Plugin.d.ts
  • libs/windy-sounding/types/client/Product.d.ts
  • libs/windy-sounding/types/client/ProductClasses.d.ts
  • libs/windy-sounding/types/client/RadarPlusProduct.d.ts
  • libs/windy-sounding/types/client/Renderer.d.ts
  • libs/windy-sounding/types/client/SatelliteProduct.d.ts
  • libs/windy-sounding/types/client/ShaderStorage.d.ts
  • libs/windy-sounding/types/client/StartupElementPlugin.d.ts
  • libs/windy-sounding/types/client/StaticProduct.d.ts
  • libs/windy-sounding/types/client/SveltePanePlugin.d.ts
  • libs/windy-sounding/types/client/SveltePlugin.d.ts
  • libs/windy-sounding/types/client/Swipe.d.ts
  • libs/windy-sounding/types/client/SwitchableTileCache.d.ts
  • libs/windy-sounding/types/client/TagPlugin.d.ts
  • libs/windy-sounding/types/client/TileLayer.d.ts
  • libs/windy-sounding/types/client/TileLayerCustom.d.ts
  • libs/windy-sounding/types/client/TileLayerMulti.d.ts
  • libs/windy-sounding/types/client/TileLayerPreprocessorStandalone.d.ts
  • libs/windy-sounding/types/client/TileLayerRenderer.d.ts
  • libs/windy-sounding/types/client/TileLayerUtils.d.ts
  • libs/windy-sounding/types/client/TilePreprocessor.d.ts
  • libs/windy-sounding/types/client/TopoMap.d.ts
  • libs/windy-sounding/types/client/Window.d.ts
  • libs/windy-sounding/types/client/WindowPlugin.d.ts
  • libs/windy-sounding/types/client/appsFlyer.d.ts
  • libs/windy-sounding/types/client/baseMap.d.ts
  • libs/windy-sounding/types/client/broadcast.d.ts
  • libs/windy-sounding/types/client/cityLabels.d.ts
  • libs/windy-sounding/types/client/colorGradients.d.ts
  • libs/windy-sounding/types/client/colors.d.ts
  • libs/windy-sounding/types/client/css.d.ts
  • libs/windy-sounding/types/client/css.test.d.ts
  • libs/windy-sounding/types/client/customProtocol.d.ts
  • libs/windy-sounding/types/client/d.ts.files/Calendar.d.ts
  • libs/windy-sounding/types/client/d.ts.files/CanvasLayer.d.ts
  • libs/windy-sounding/types/client/d.ts.files/Color.d.ts
  • libs/windy-sounding/types/client/d.ts.files/DataTiler.d.ts
  • libs/windy-sounding/types/client/d.ts.files/GlObj.d.ts
  • libs/windy-sounding/types/client/d.ts.files/LabelsLayer.d.ts
  • libs/windy-sounding/types/client/d.ts.files/LandMask.d.ts
  • libs/windy-sounding/types/client/d.ts.files/Layer.d.ts
  • libs/windy-sounding/types/client/d.ts.files/Metric.d.ts
  • libs/windy-sounding/types/client/d.ts.files/PoisOverlay.d.ts
  • libs/windy-sounding/types/client/d.ts.files/Renderer.d.ts
  • libs/windy-sounding/types/client/d.ts.files/TileLayerCanvas.d.ts
  • libs/windy-sounding/types/client/d.ts.files/TileLayerMultiPatch.d.ts
  • libs/windy-sounding/types/client/d.ts.files/Webcams.d.ts
  • libs/windy-sounding/types/client/d.ts.files/alerts.d.ts
  • libs/windy-sounding/types/client/d.ts.files/broadcast.d.ts
  • libs/windy-sounding/types/client/d.ts.files/dataSpecifications.d.ts
  • libs/windy-sounding/types/client/d.ts.files/favs.d.ts
  • libs/windy-sounding/types/client/d.ts.files/format.d.ts
  • libs/windy-sounding/types/client/d.ts.files/glUtils.d.ts
  • libs/windy-sounding/types/client/d.ts.files/http.d.ts
  • libs/windy-sounding/types/client/d.ts.files/incomingMessages.d.ts
  • libs/windy-sounding/types/client/d.ts.files/interpolatorTypes.d.ts
  • libs/windy-sounding/types/client/d.ts.files/lib.d.ts
  • libs/windy-sounding/types/client/d.ts.files/liveAlerts.d.ts
  • libs/windy-sounding/types/client/d.ts.files/mapUtils.d.ts
  • libs/windy-sounding/types/client/d.ts.files/notifications.d.ts
  • libs/windy-sounding/types/client/d.ts.files/outgoingMessages.d.ts
  • libs/windy-sounding/types/client/d.ts.files/plugin-params.d.ts
  • libs/windy-sounding/types/client/d.ts.files/plugins.d.ts
  • libs/windy-sounding/types/client/d.ts.files/pois.d.ts
  • libs/windy-sounding/types/client/d.ts.files/products.d.ts
  • libs/windy-sounding/types/client/d.ts.files/rootScope.d.ts
  • libs/windy-sounding/types/client/d.ts.files/satellite.d.ts
  • libs/windy-sounding/types/client/d.ts.files/singleclick.d.ts
  • libs/windy-sounding/types/client/d.ts.files/startup.d.ts
  • libs/windy-sounding/types/client/d.ts.files/storage.d.ts
  • libs/windy-sounding/types/client/d.ts.files/store.d.ts
  • libs/windy-sounding/types/client/d.ts.files/user.d.ts
  • libs/windy-sounding/types/client/d.ts.files/webcams.d.ts
  • libs/windy-sounding/types/client/dataLoader.d.ts
  • libs/windy-sounding/types/client/debugPremiumIssues.d.ts
  • libs/windy-sounding/types/client/detectDevice.d.ts
  • libs/windy-sounding/types/client/embed.d.ts
  • libs/windy-sounding/types/client/errorLogger.d.ts
  • libs/windy-sounding/types/client/errors.d.ts
  • libs/windy-sounding/types/client/externalPlugins.d.ts
  • libs/windy-sounding/types/client/fetch.d.ts
  • libs/windy-sounding/types/client/format.d.ts
  • libs/windy-sounding/types/client/ga.d.ts
  • libs/windy-sounding/types/client/geolocation.d.ts
  • libs/windy-sounding/types/client/glContextUtils.d.ts
  • libs/windy-sounding/types/client/glStatus.d.ts
  • libs/windy-sounding/types/client/glTileRender.d.ts
  • libs/windy-sounding/types/client/glUtils.d.ts
  • libs/windy-sounding/types/client/globals.d.ts
  • libs/windy-sounding/types/client/http.d.ts
  • libs/windy-sounding/types/client/idbConnection.d.ts
  • libs/windy-sounding/types/client/idbInstances.d.ts
  • libs/windy-sounding/types/client/imaker.d.ts
  • libs/windy-sounding/types/client/imakerMain.d.ts
  • libs/windy-sounding/types/client/interpolator.d.ts
  • libs/windy-sounding/types/client/landLayer.d.ts
  • libs/windy-sounding/types/client/layers.d.ts
  • libs/windy-sounding/types/client/legends.d.ts
  • libs/windy-sounding/types/client/lib.d.ts
  • libs/windy-sounding/types/client/libHtml.d.ts
  • libs/windy-sounding/types/client/liveAlerts.d.ts
  • libs/windy-sounding/types/client/liveAlerts.types.d.ts
  • libs/windy-sounding/types/client/location.d.ts
  • libs/windy-sounding/types/client/lruCache.d.ts
  • libs/windy-sounding/types/client/map.d.ts
  • libs/windy-sounding/types/client/mapUtils.d.ts
  • libs/windy-sounding/types/client/math.d.ts
  • libs/windy-sounding/types/client/mobile.d.ts
  • libs/windy-sounding/types/client/mobileUtils.d.ts
  • libs/windy-sounding/types/client/models.d.ts
  • libs/windy-sounding/types/client/nativeStorage.d.ts
  • libs/windy-sounding/types/client/notifications.d.ts
  • libs/windy-sounding/types/client/ogTags.d.ts
  • libs/windy-sounding/types/client/overlays.d.ts
  • libs/windy-sounding/types/client/particleRenderers.d.ts
  • libs/windy-sounding/types/client/persistentStorage.d.ts
  • libs/windy-sounding/types/client/picker.d.ts
  • libs/windy-sounding/types/client/plugins.d.ts
  • libs/windy-sounding/types/client/products.d.ts
  • libs/windy-sounding/types/client/promo.d.ts
  • libs/windy-sounding/types/client/pushNotifications.d.ts
  • libs/windy-sounding/types/client/renderCtrl.d.ts
  • libs/windy-sounding/types/client/renderTile.d.ts
  • libs/windy-sounding/types/client/renderUtils.d.ts
  • libs/windy-sounding/types/client/renderers.d.ts
  • libs/windy-sounding/types/client/reverseName.d.ts
  • libs/windy-sounding/types/client/rhMessage.d.ts
  • libs/windy-sounding/types/client/rootScope.d.ts
  • libs/windy-sounding/types/client/router.d.ts
  • libs/windy-sounding/types/client/seoParser.d.ts
  • libs/windy-sounding/types/client/showableErrorsService.d.ts
  • libs/windy-sounding/types/client/singleclick.d.ts
  • libs/windy-sounding/types/client/startup.d.ts
  • libs/windy-sounding/types/client/startupUtils.d.ts
  • libs/windy-sounding/types/client/store.d.ts
  • libs/windy-sounding/types/client/subscription.d.ts
  • libs/windy-sounding/types/client/swDownloader.d.ts
  • libs/windy-sounding/types/client/throttler.d.ts
  • libs/windy-sounding/types/client/tileHelpers.d.ts
  • libs/windy-sounding/types/client/tileInterpolator.d.ts
  • libs/windy-sounding/types/client/tileLayerInterpolator.d.ts
  • libs/windy-sounding/types/client/tileLayerSource.d.ts
  • libs/windy-sounding/types/client/timestampUtils.d.ts
  • libs/windy-sounding/types/client/timestampUtils.test.d.ts
  • libs/windy-sounding/types/client/topMessage.d.ts
  • libs/windy-sounding/types/client/user.d.ts
  • libs/windy-sounding/types/client/userAlerts.d.ts
  • libs/windy-sounding/types/client/userConsent.d.ts
  • libs/windy-sounding/types/client/userFavs.d.ts
  • libs/windy-sounding/types/client/utils.d.ts
  • libs/windy-sounding/types/client/utils.test.d.ts
  • libs/windy-sounding/types/iconfont.d.ts
  • libs/windy-sounding/types/interfaces.d.ts
  • libs/windy-sounding/types/lang-files.d.ts
  • libs/windy-sounding/types/leaflet-gl.d.ts
  • libs/windy-sounding/types/leaflet.d.ts
  • libs/windy-sounding/types/offline.d.ts
  • libs/windy-sounding/types/types.d.ts
  • libs/windy-sounding/upload.sh
  • libs/windy-sounding/vite.config.ts
  • nx.json
  • package.json
  • pnpm-workspace.yaml
  • secrets.d.ts
  • secrets.env
  • tools/tsconfig.tools.json
  • tsconfig.base.json
  • vitest.config.ts
  • vitest.workspace.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch vicb/deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploying flyxc with  Cloudflare Pages  Cloudflare Pages

Latest commit: 34f0adf
Status: ✅  Deploy successful!
Preview URL: https://8107c1e3.flyxc.pages.dev
Branch Preview URL: https://vicb-deps.flyxc.pages.dev

View logs

@vicb
vicb force-pushed the vicb/deps branch 4 times, most recently from 35d8d25 to 7fa0d70 Compare July 11, 2026 12:43
@vicb
vicb merged commit 697dac0 into master Jul 20, 2026
5 of 6 checks passed
@vicb
vicb deleted the vicb/deps branch July 20, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant