Dev#428
Merged
Merged
Conversation
…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
added a commit
that referenced
this pull request
Jan 2, 2026
Merge pull request #428 from BitSleuthAI/dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes dependency updates and improvements to the test configuration. The most significant changes are grouped below:
Dependency updates:
package.json, includingfirebase(11.9.1 → 12.7.0),next(16.0.10 → 16.1.1), andreact-dom(19.2.0 → 19.2.3), to keep the project up to date with the latest features and security patches.Test configuration improvements:
.specand.e2etest files in thetestsdirectory, ensuring that only unit tests insrcare included during test runs.vitest.config.tsby usingprocess.cwd()instead of a custom__dirnameimplementation, making the config cleaner and more robust. [1] [2]