Skip to content

Upgrade NodeJS dependencies to latest#11

Merged
data-douser merged 4 commits intomainfrom
update-deps-05-feb-2026
Feb 5, 2026
Merged

Upgrade NodeJS dependencies to latest#11
data-douser merged 4 commits intomainfrom
update-deps-05-feb-2026

Conversation

@data-douser
Copy link
Copy Markdown
Collaborator

Dependency updates:

  • Upgraded dotenv from version ^17.2.3 to ^17.2.4 in both client/package.json and server/package.json to include the latest bug fixes and improvements. [1] [2]
  • Upgraded @types/node from version ^25.2.0 to ^25.2.1 in server/package.json to stay current with type definitions for Node.js.

@data-douser data-douser self-assigned this Feb 5, 2026
@data-douser data-douser requested review from a team and enyil as code owners February 5, 2026 22:09
@data-douser data-douser added the dependencies Pull requests that update a dependency file label Feb 5, 2026
Copilot AI review requested due to automatic review settings February 5, 2026 22:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request upgrades two Node.js dependencies to their latest patch versions to incorporate bug fixes and improvements. The changes maintain version consistency across the monorepo workspaces.

Changes:

  • Upgraded dotenv from ^17.2.3 to ^17.2.4 in both client and server packages
  • Upgraded @types/node from ^25.2.0 to ^25.2.1 in the server package
  • Updated package-lock.json with new version numbers, resolved URLs, and integrity hashes

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
client/package.json Updated dotenv dependency to version 17.2.4
server/package.json Updated dotenv to 17.2.4 and @types/node to 25.2.1
package-lock.json Updated lockfile entries for all dependency changes including workspace references

data-douser and others added 2 commits February 5, 2026 15:39
The integration tests for codeql_bqrs_interpret were failing in CI because
the .bqrs files in before/ directories were being ignored by the gitignore
rule (**/*.bqrs). These files exist locally but were not committed, causing
the tests to fail with 'No .bqrs files found'.

Fixed by:
1. Adding an exception to .gitignore for .bqrs files in before/ directories
2. Force-adding the 4 .bqrs test input files that were previously ignored
Copilot AI review requested due to automatic review settings February 5, 2026 22:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 8 changed files in this pull request and generated 2 comments.

Replace mock ASCII text BQRS files with actual binary BQRS files
from server/ql/javascript/examples/src/ExampleQuery1/ExampleQuery1.test.bqrs
@data-douser data-douser added this pull request to the merge queue Feb 5, 2026
Merged via the queue into main with commit baaf932 Feb 5, 2026
13 checks passed
@data-douser data-douser deleted the update-deps-05-feb-2026 branch February 5, 2026 23:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants