Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual-branch-1935744840 #332

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Virtual-branch-1935744840 #332

merged 3 commits into from
Oct 31, 2024

Conversation

vicb
Copy link
Owner

@vicb vicb commented Oct 31, 2024

Summary by Sourcery

Update directory paths and configurations for the fxc-tiles application and add Dockerfile specifications to build options for multiple applications.

Enhancements:

  • Update paths in scripts and configuration files to reflect the new directory structure for airspaces in the fxc-tiles application.

Build:

  • Add Dockerfile specification to the build options for the fetcher, proxy, and run applications.

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced new configuration options for Docker builds in multiple applications, specifying Dockerfile locations.
  • Bug Fixes

    • Updated paths for asset management and data retrieval to ensure correct functionality.
  • Documentation

    • Updated commands and paths in the README for the fxc-tiles application for clarity.
  • Chores

    • Updated multiple dependencies to their latest versions for improved performance and security.
  • Style

    • Adjusted ESLint and Git ignore configurations to streamline development processes.

Copy link

cloudflare-workers-and-pages bot commented Oct 31, 2024

Deploying flyxc with  Cloudflare Pages  Cloudflare Pages

Latest commit: cda717f
Status: ✅  Deploy successful!
Preview URL: https://7b2f5e9d.flyxc.pages.dev
Branch Preview URL: https://virtual-branch-1935744840.flyxc.pages.dev

View logs

Copy link
Contributor

sourcery-ai bot commented Oct 31, 2024

Reviewer's Guide by Sourcery

This PR includes several path and configuration updates across multiple applications. The main changes involve updating references from 'airspaces' to 'fxc-tiles', adjusting Docker configuration, and cleaning up NX configuration.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated path references from 'airspaces' to 'fxc-tiles'
  • Updated folder paths in shell script variables
  • Modified documentation references
  • Updated ESLint ignore patterns
  • Changed coverage directory paths
  • Updated tile info file path in vite config
apps/fxc-tiles/src/assets/airspaces/download.sh
apps/fxc-tiles/README.md
.eslintrc.json
apps/fxc-front/vite.config.mts
apps/fxc-tiles/jest.config.ts
apps/fxc-tiles/project.json
Added explicit Dockerfile configurations for container builds
  • Added 'file' property specifying Dockerfile location for container builds
apps/fetcher/project.json
apps/proxy/project.json
apps/run/project.json
Removed NX cloud configuration
  • Removed nxCloudId and useLegacyCache properties
nx.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Oct 31, 2024

Walkthrough

The changes in this pull request involve updates to various configuration files and scripts across multiple applications within the project. Key modifications include adjustments to ignore patterns in ESLint, updates to Git ignore rules, changes to Dockerfile paths for the fxc-tiles application, and enhancements to the project.json files for several applications to specify Dockerfile locations. Additionally, there are updates to dependency versions in package.json, reflecting a general maintenance effort across the project.

Changes

File Change Summary
.eslintrc.json Updated ignorePatterns to change ignored path from airspaces to fxc-tiles.
.gitignore Added entries to ignore apps/fxc-front/dev-dist/registerSW.js and **/vite.config.{js,ts,mjs,mts,cjs,cts}.timestamp*.
apps/fetcher/project.json Added "file": "apps/fetcher/Dockerfile" under the "container" target.
apps/fxc-front/vite.config.mts Updated getAirspaceDate function to change path from airspaces to fxc-tiles.
apps/fxc-tiles/Dockerfile Modified COPY commands to source files from fxc-tiles instead of airspaces.
apps/fxc-tiles/README.md Updated download command from npm run download to npm run download-airspaces and changed asset path.
apps/fxc-tiles/jest.config.ts Updated coverageDirectory from ../../coverage/apps/airspaces to ../../coverage/apps/fxc-tiles.
apps/fxc-tiles/project.json Updated test target's outputs path from apps/airspaces to apps/fxc-tiles.
apps/fxc-tiles/src/assets/airspaces/download.sh Renamed DIST_FOLDER to DIST_ASP_FOLDER and updated path assignments.
apps/proxy/project.json Added container target with Dockerfile location and executor details.
apps/run/project.json Added "file": "apps/run/Dockerfile" under the "container" target.
nx.json Removed properties nxCloudId and useLegacyCache.
package.json Updated versions of multiple dependencies and devDependencies.

Possibly related PRs

  • Update deps #330: The changes in the .eslintrc.json file regarding the ignorePatterns array are related to the updates in the package.json file in PR Update deps #330, as both involve configuration adjustments that could impact the linting and dependency management processes in the project.

🐰 In the meadow where the code does play,
Changes hop along, brightening the day.
ESLint's paths have found their new home,
Dockerfiles ready, no more to roam.
With every update, our project will thrive,
Hopping forward, keeping the code alive! 🌼✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between fd03ba8 and cda717f.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (6)
  • .gitignore (1 hunks)
  • apps/fetcher/project.json (1 hunks)
  • apps/proxy/project.json (1 hunks)
  • apps/run/project.json (1 hunks)
  • nx.json (1 hunks)
  • package.json (4 hunks)
🚧 Files skipped from review as they are similar to previous changes (5)
  • .gitignore
  • apps/fetcher/project.json
  • apps/proxy/project.json
  • apps/run/project.json
  • nx.json
🔇 Additional comments (5)
package.json (5)

82-82: LGTM: TypeScript patch update.

The TypeScript update from 5.6.2 to 5.6.3 is a patch version that includes bug fixes. This is a safe update.


94-94: LGTM: Minor version updates for UI dependencies.

The following UI-related packages have received minor version updates:

  • @alenaksu/json-viewer: 2.1.1 -> 2.1.2
  • @ionic/core: 8.3.2 -> 8.3.4
  • @stencil/core: 4.22.1 -> 4.22.2
  • tslib: 2.7.0 -> 2.8.0

These updates contain bug fixes and improvements and are safe to apply.

Also applies to: 102-102, 108-108, 152-152


89-90: Verify service worker configuration with Workbox updates.

The Workbox packages have been updated from 7.1.0 to 7.3.0. Please ensure your service worker configurations are compatible with the new version.

#!/bin/bash
# Look for service worker configurations
rg -l "workbox" || echo "No Workbox configurations found"

# Check for any custom service worker implementations
fd -e js -e ts "sw\." || echo "No service worker files found"

21-31: Verify NX workspace compatibility.

The NX packages have been updated from 20.0.1 to 20.0.6. While this is a minor version bump, it's important to ensure all NX packages are updated consistently to maintain workspace stability.

#!/bin/bash
# Check for any remaining references to old NX version
rg "20.0.[1-5]" || echo "No old NX versions found"

# Verify nx.json configuration
if [ -f "nx.json" ]; then
    cat nx.json
else
    echo "nx.json not found"
fi

Also applies to: 74-74


46-46: Verify compatibility with Node.js types major version upgrade.

The upgrade from @types/node v20 to v22 is a major version bump that might introduce breaking changes. Please ensure your Node.js runtime version is compatible with this types version.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @vicb - I've reviewed your changes - here's some feedback:

Overall Comments:

  • The removal of nxCloudId and useLegacyCache from nx.json could impact build caching behavior. Please confirm this change is intentional and won't negatively affect the build pipeline.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Outside diff range and nitpick comments (8)
apps/fxc-tiles/Dockerfile (1)

Line range hint 1-11: Consider enhancing the Dockerfile with security and reliability improvements.

The Dockerfile could benefit from several production-ready enhancements:

  1. Add a non-root user for security:
FROM docker.io/node:lts-slim

ENV NODE_ENV=production

+ # Create and use non-root user
+ RUN groupadd -r nodejs && useradd -r -g nodejs nodejs
WORKDIR /usr/src/app
RUN npm install -g npm@latest

COPY dist/apps/fxc-tiles/package*.json ./
RUN npm ci --no-audit

COPY dist/apps/fxc-tiles/unzip.js ./
+ # Switch to non-root user
+ USER nodejs
  1. Add a health check to improve container orchestration:
+ HEALTHCHECK --interval=30s --timeout=3s \
+   CMD node -e 'try { require("http").get("http://localhost:3000/health", (r) => process.exit(r.statusCode === 200 ? 0 : 1)); } catch(e) { process.exit(1); }'
  1. Consider adding a .dockerignore file to prevent copying unnecessary files:
node_modules
npm-debug.log
.git
.gitignore
*.md
.env*
apps/fxc-tiles/src/assets/airspaces/download.sh (1)

Line range hint 11-13: Enhance security for external downloads.

The script downloads files over HTTP without verifying integrity. Consider these security improvements:

  1. Use HTTPS instead of HTTP for downloads
  2. Add checksum verification for downloaded files
  3. Clean up temporary files after use

Here's a suggested improvement:

 echo "# Download Ukraine airspaces"
 mkdir -p /tmp/asp/
-wget -O /tmp/asp/ukraine.zip "https://fly.net.ua/airspaces/UKRAINE%20(UK).zip"
-unzip -o "/tmp/asp/ukraine.zip" -d $DST_FOLDER
+TEMP_ZIP="/tmp/asp/ukraine.zip"
+wget --https-only -O "$TEMP_ZIP" "https://fly.net.ua/airspaces/UKRAINE%20(UK).zip"
+# Add checksum verification here
+unzip -o "$TEMP_ZIP" -d "$DST_FOLDER"
+rm -f "$TEMP_ZIP"

Would you like me to provide the checksum verification code or create an issue to track this security enhancement?

🧰 Tools
🪛 Shellcheck

[warning] 3-3: Quote this to prevent word splitting.

(SC2046)

apps/proxy/project.json (2)

Line range hint 67-72: Consider adding container metadata labels.

While the container configuration is functional, consider adding metadata labels for better container management.

Add the following options to enhance container metadata:

 "options": {
   "file": "apps/proxy/Dockerfile",
   "platforms": ["linux/amd64", "linux/arm64"],
   "engine": "docker",
   "push": true,
   "pull": true,
-  "tags": ["us-docker.pkg.dev/fly-xc/docker/proxy"]
+  "tags": ["us-docker.pkg.dev/fly-xc/docker/proxy"],
+  "labels": {
+    "org.opencontainers.image.source": "https://github.com/your-org/your-repo",
+    "org.opencontainers.image.version": "${version}",
+    "org.opencontainers.image.created": "${timestamp}"
+  }
 }

Line range hint 67-72: Consider caching optimization for multi-platform builds.

The configuration enables multi-platform builds but might benefit from build caching optimization.

Consider adding cache configuration to speed up multi-platform builds:

 "options": {
   "file": "apps/proxy/Dockerfile",
   "platforms": ["linux/amd64", "linux/arm64"],
   "engine": "docker",
   "push": true,
   "pull": true,
-  "tags": ["us-docker.pkg.dev/fly-xc/docker/proxy"]
+  "tags": ["us-docker.pkg.dev/fly-xc/docker/proxy"],
+  "cache-from": ["type=registry,ref=us-docker.pkg.dev/fly-xc/docker/proxy:buildcache"],
+  "cache-to": ["type=registry,ref=us-docker.pkg.dev/fly-xc/docker/proxy:buildcache,mode=max"]
 }
apps/fxc-tiles/README.md (1)

Line range hint 20-22: Consider removing or updating the ZIP section.

Since this section is marked as "outdated" and "probably not needed", consider either:

  1. Removing it completely if it's no longer relevant
  2. Updating it with current information if there are cases where it might still be needed
apps/fetcher/project.json (1)

Line range hint 72-78: Well-structured container configuration.

The container target configuration is robust with:

  • Proper build dependencies
  • Multi-architecture support (amd64/arm64)
  • Appropriate container registry configuration

The multi-architecture support is particularly valuable for flexibility in deployment targets. Consider documenting the build requirements for multi-arch support in the project's README.

apps/run/project.json (1)

Line range hint 84-89: Consider adding Dockerfile validation in the container target.

To prevent build failures, consider adding a pre-build validation step to ensure the Dockerfile exists before attempting the container build.

Add a validation command to the container target:

     "container": {
       "executor": "@nx-tools/nx-container:build",
       "dependsOn": ["build"],
+      "prebuild": {
+        "executor": "nx:run-commands",
+        "options": {
+          "command": "test -f apps/run/Dockerfile || (echo 'Dockerfile not found' && exit 1)"
+        }
+      },
       "options": {
         "file": "apps/run/Dockerfile",
         "platforms": ["linux/amd64", "linux/arm64"],
apps/fxc-front/vite.config.mts (1)

The path in the code is incorrect and needs to be updated

The code is looking for the file at /fxc-tiles/src/assets/tiles/tiles-info.json, but the actual file exists at /fxc-tiles/src/assets/airspaces/tiles-info.json. This mismatch will cause the file existence check to fail.

  • Update the path in vite.config.mts from:
    join(__dirname, '/..', '/fxc-tiles/src/assets/tiles/tiles-info.json')
    to:
    join(__dirname, '/..', '/fxc-tiles/src/assets/airspaces/tiles-info.json')
🔗 Analysis chain

Line range hint 101-109: Verify the new tiles-info.json path exists.

The path has been changed from 'airspaces' to 'fxc-tiles'. Let's verify that the new file exists and is tracked by git.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the existence and git tracking of tiles-info.json

# Test 1: Check if the file exists
fd -t f "tiles-info.json" apps/fxc-tiles

# Test 2: Verify git tracks the file
git ls-files "apps/fxc-tiles/**/tiles-info.json"

# Test 3: Check git history to ensure the file was moved/renamed
git log --follow --name-status --format="%H" -- "apps/fxc-tiles/**/tiles-info.json"

Length of output: 375

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 4e7fbbd and fd03ba8.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (13)
  • .eslintrc.json (1 hunks)
  • .gitignore (1 hunks)
  • apps/fetcher/project.json (1 hunks)
  • apps/fxc-front/vite.config.mts (1 hunks)
  • apps/fxc-tiles/Dockerfile (1 hunks)
  • apps/fxc-tiles/README.md (2 hunks)
  • apps/fxc-tiles/jest.config.ts (1 hunks)
  • apps/fxc-tiles/project.json (1 hunks)
  • apps/fxc-tiles/src/assets/airspaces/download.sh (1 hunks)
  • apps/proxy/project.json (1 hunks)
  • apps/run/project.json (1 hunks)
  • nx.json (1 hunks)
  • package.json (4 hunks)
✅ Files skipped from review due to trivial changes (4)
  • .eslintrc.json
  • .gitignore
  • apps/fxc-tiles/jest.config.ts
  • nx.json
🧰 Additional context used
🪛 Shellcheck
apps/fxc-tiles/src/assets/airspaces/download.sh

[warning] 3-3: Quote this to prevent word splitting.

(SC2046)

🔇 Additional comments (13)
apps/fxc-tiles/Dockerfile (2)

8-9: LGTM! Package files copying follows best practices.

The COPY command for package files is correctly placed before other source files to leverage Docker layer caching effectively.


11-11: Consider adding error handling for the unzip.js script.

While the COPY command is correctly placed after npm install, consider adding error handling to ensure the script exists and has proper permissions.

Let's verify the script's existence and location:

apps/fxc-tiles/src/assets/airspaces/download.sh (1)

7-7: LGTM: Node.js script execution.

The Node.js script execution is properly updated to use the new variable name and includes proper argument passing.

apps/proxy/project.json (1)

Line range hint 67-72: Verify Dockerfile existence and container configuration.

The container configuration looks well-structured, but let's verify the Dockerfile existence and container registry setup.

✅ Verification successful

Let me verify the Dockerfile content to ensure it supports the multi-platform build configuration specified in the project.json.


Container configuration is properly set up

The verification confirms:

  • Dockerfile exists at the correct location
  • Container registry path follows the Google Artifact Registry format
  • Base image (node:lts-slim) is multi-arch compatible by default
  • No platform-specific configurations are needed in the Dockerfile as the base image handles architecture differences transparently
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify Dockerfile existence and container registry path format
echo "Checking Dockerfile existence..."
if [ -f "apps/proxy/Dockerfile" ]; then
    echo "✓ Dockerfile exists"
else
    echo "✗ Dockerfile not found at apps/proxy/Dockerfile"
fi

# Verify container registry format matches Google Artifact Registry pattern
if [[ "us-docker.pkg.dev/fly-xc/docker/proxy" =~ ^[a-z]+-docker\.pkg\.dev/[a-z0-9-]+/[a-z0-9-]+/[a-z0-9-]+$ ]]; then
    echo "✓ Container registry path format is valid"
else
    echo "✗ Container registry path format might be incorrect"
fi

Length of output: 359


Script:

#!/bin/bash
# Check Dockerfile content for platform-specific configurations
echo "=== Dockerfile content ==="
cat apps/proxy/Dockerfile

# Look for any platform-specific build arguments or configurations
echo -e "\n=== Platform-related configurations ==="
grep -i "platform\|arch\|amd64\|arm64" apps/proxy/Dockerfile

Length of output: 715

apps/fxc-tiles/README.md (2)

9-9: LGTM! More descriptive command name.

The change from download to download-airspaces makes the command's purpose clearer and more specific.


25-25: LGTM! Path update aligns with restructuring.

The path update from airspaces to fxc-tiles is consistent with the broader restructuring changes in this PR.

apps/fetcher/project.json (1)

73-73: Verify Dockerfile existence and location.

The path looks correct, following the project's convention of co-locating Dockerfiles with their respective applications.

Let's verify the Dockerfile exists and check for consistency across other applications:

✅ Verification successful

Dockerfile path is correctly configured and follows project conventions

The verification confirms:

  • The Dockerfile exists at the specified path apps/fetcher/Dockerfile
  • The configuration follows the consistent pattern across other applications (run, proxy) where Dockerfiles are co-located with their respective apps
  • All container configurations in project.json files follow the same structure
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify Dockerfile existence and check pattern consistency
echo "Checking Dockerfile existence:"
if [ -f "apps/fetcher/Dockerfile" ]; then
    echo "✓ apps/fetcher/Dockerfile exists"
else
    echo "✗ apps/fetcher/Dockerfile not found"
fi

echo -e "\nChecking Dockerfile patterns across apps:"
# Find all project.json files and check their Dockerfile references
fd project.json apps/ --exec jq -r '.targets.container.options.file // empty' {} \;

Length of output: 436

apps/run/project.json (1)

84-84: LGTM! Verify Dockerfile existence.

The Dockerfile path specification follows the correct project structure convention and aligns with similar changes in other applications.

Let's verify the Dockerfile exists at the specified location:

✅ Verification successful

Dockerfile path configuration verified successfully

The specified Dockerfile exists at apps/run/Dockerfile and follows a consistent pattern with other applications in the workspace (proxy, fetcher). The path configuration is correctly aligned with the project structure.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the Dockerfile exists and follows similar pattern across apps

# Test 1: Check if the Dockerfile exists
if [ -f "apps/run/Dockerfile" ]; then
    echo "✓ Dockerfile exists at apps/run/Dockerfile"
else
    echo "✗ Dockerfile not found at apps/run/Dockerfile"
fi

# Test 2: Check for consistent pattern across other apps
fd -t f "project.json" apps/ -x grep -l "Dockerfile" {} \;

Length of output: 259

apps/fxc-tiles/project.json (2)

79-79: LGTM: Test coverage path updated correctly.

The test output path has been properly updated to align with the new application name.


Line range hint 1-116: Inconsistent naming patterns detected.

While the test coverage path has been updated to use 'fxc-tiles', several other paths in the configuration still reference 'airspaces':

  • Main entry point: apps/fxc-tiles/src/app/airspaces/unzip.ts
  • All additionalEntryPoints under the build target
  • Asset paths under assets configuration

This mixed naming pattern could lead to confusion and maintenance issues.

Let's verify if this is part of a broader renaming pattern:

Consider updating all paths consistently to use either 'airspaces' or 'fxc-tiles' based on the intended architecture. Would you like assistance in generating a consistent configuration?

package.json (3)

21-31: LGTM: Consistent @nx package versions

All @nx packages have been consistently updated to version 20.0.6, which is the recommended approach to maintain compatibility between nx packages.

Also applies to: 74-74


89-91: Verify service worker functionality after Workbox updates

The Workbox packages (workbox-precaching and workbox-routing) have been updated from 7.1.0 to 7.3.0. While these are minor version updates, they could affect service worker functionality.

Let's check for service worker configurations that might need attention:

#!/bin/bash
# Look for service worker configurations and usage
echo "Checking for service worker configurations..."

# Search for service worker registration
rg -l "serviceWorker|workbox" --type ts --type js

# Search for Workbox configuration files
fd -e js -e ts -e json --type f --exec grep -l "workbox" {} \;

46-46: Verify Node.js runtime compatibility with @types/node v22

The major version bump of @types/node from v20 to v22 might require corresponding updates to the Node.js runtime version in your deployment environments.

Let's check the Node.js version requirements:

✅ Verification successful

@types/node v22 update appears safe to proceed

The codebase doesn't specify any explicit Node.js version constraints:

  • No engines field in package.json
  • No .nvmrc or similar version configuration files
  • No Node.js version constraints in GitHub workflows

The update should be safe as the project already uses modern Node.js tooling:

  • Uses recent versions of tools like ts-node (^10.9.2)
  • Has other up-to-date Node.js related dependencies
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check Node.js version specifications in the codebase
echo "Checking for Node.js version specifications..."

# Check package.json for engines field
cat package.json | grep -A 5 '"engines"' || echo "No engines field in package.json"

# Check .nvmrc if it exists
if [ -f .nvmrc ]; then
  echo "Found .nvmrc:"
  cat .nvmrc
else
  echo "No .nvmrc file found"
fi

# Check for Docker Node.js base images
echo "Checking Dockerfile Node.js versions:"
fd Dockerfile --type f --exec grep -l "FROM.*node:" {} \;

Length of output: 574


Script:

#!/bin/bash
# Let's try a different approach to check Node.js version requirements

# Check package.json content
echo "=== Checking package.json ==="
cat package.json | jq '.engines'

# Check for any Node.js version references in package.json
echo -e "\n=== Checking Node.js version references in package.json ==="
cat package.json | grep -i "node"

# Look for any configuration files that might specify Node version
echo -e "\n=== Looking for Node.js version configuration files ==="
fd -e nvmrc -e npmrc -e node-version

# Check for any GitHub Actions workflow files that might specify Node version
echo -e "\n=== Checking GitHub Actions workflows for Node.js version ==="
fd -e yml -e yaml -p .github/workflows --exec grep -l "node-version" {} \;

Length of output: 941

apps/fxc-front/vite.config.mts Show resolved Hide resolved
@vicb vicb merged commit 6fd6067 into master Oct 31, 2024
6 checks passed
@vicb vicb deleted the Virtual-branch-1935744840 branch October 31, 2024 12:31
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