Skip to content

Dev#428

Merged
jamespepper81 merged 9 commits into
mainfrom
dev
Jan 2, 2026
Merged

Dev#428
jamespepper81 merged 9 commits into
mainfrom
dev

Conversation

@jamespepper81

Copy link
Copy Markdown
Contributor

This pull request includes dependency updates and improvements to the test configuration. The most significant changes are grouped below:

Dependency updates:

  • Upgraded several dependencies in package.json, including firebase (11.9.1 → 12.7.0), next (16.0.10 → 16.1.1), and react-dom (19.2.0 → 19.2.3), to keep the project up to date with the latest features and security patches.

Test configuration improvements:

  • Updated the Vitest configuration to exclude both .spec and .e2e test files in the tests directory, ensuring that only unit tests in src are included during test runs.
  • Simplified the path alias resolution in vitest.config.ts by using process.cwd() instead of a custom __dirname implementation, making the config cleaner and more robust. [1] [2]

Copilot AI and others added 9 commits January 2, 2026 11:59
…on pattern

Co-authored-by: jamespepper81 <84083764+jamespepper81@users.noreply.github.com>
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.0 to 19.2.3.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…-path

Modernize vitest.config.ts: remove manual __dirname, refine test exclusion pattern
Bumps [next](https://github.com/vercel/next.js) from 16.0.10 to 16.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.10...v16.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 11.9.1 to 12.7.0.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@11.9.1...firebase@12.7.0)

---
updated-dependencies:
- dependency-name: firebase
  dependency-version: 12.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…t-dom-19.2.3

chore(deps)(deps): bump react-dom from 19.2.0 to 19.2.3
…-16.1.1

chore(deps)(deps): bump next from 16.0.10 to 16.1.1
…base-12.7.0

chore(deps)(deps): bump firebase from 11.9.1 to 12.7.0
@jamespepper81 jamespepper81 merged commit 9c3c310 into main Jan 2, 2026
1 of 2 checks passed
jamespepper81 added a commit that referenced this pull request Jan 2, 2026
Merge pull request #428 from BitSleuthAI/dev
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.

2 participants