Skip to content

deps(deps-dev): bump migrate-mongo from 11.0.0 to 14.0.7#56

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/migrate-mongo-14.0.7
Open

deps(deps-dev): bump migrate-mongo from 11.0.0 to 14.0.7#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/migrate-mongo-14.0.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps migrate-mongo from 11.0.0 to 14.0.7.

Changelog

Sourced from migrate-mongo's changelog.

[14.0.7] - 2025-12-03

  • Reorganize test mocks structure
    • Move mocks directory from project root to test directory
    • Consolidate all test-related files under test/ for better organization

[14.0.6] - 2025-12-03

  • Migrate from Jest to Vitest for testing
    • Full ESM support with native import/export
    • Backward compatibility: migration scripts can still use CommonJS
    • Global test functions (it, describe, expect, etc.) via setup file
    • 100% code coverage maintained with unit tests alone
    • Faster test execution and better developer experience
  • Switch codebase to ESM (ECMAScript Modules)
    • Use native import/export syntax throughout
    • Maintain full CommonJS compatibility for migration scripts
    • Update package.json with "type": "module"
    • Add .js extensions to all relative imports
  • Add CommonJS migration script tests to integration suite
    • Verify backward compatibility with require/module.exports
    • Ensure existing migration scripts continue to work
    • Test both ESM and CommonJS migration formats

[14.0.5] - 2025-12-03

  • Fix CI workflow to run integration tests only after successful unit tests
    • Prevent integration tests from running if unit tests fail
    • Add proper job dependency in GitHub Actions

[14.0.4] - 2025-12-03

  • Integrate integration tests into main CI workflow
    • Run integration tests after unit tests in GitHub Actions
    • Remove unnecessary MongoDB version matrix (tests use mongodb-memory-server)
    • Rename script from integration-test to test:integration for consistency
  • Expand integration test suite to 56 comprehensive tests
    • ESM Module System (4 tests): init -m esm, config, migration files, export syntax
    • Custom Configuration (4 tests): -f flag, --migrations-dir, custom changelog, DB in URL
    • File Hash Feature (4 tests): useFileHash storage, status display, modification detection
    • Migration Blocks (4 tests): batch rollback with -b flag, block assignment, selective rollback
    • Sample Migration Override (2 tests): custom templates, default fallback
    • Client Parameter (3 tests): client availability in up/down, session support
    • File Extensions (3 tests): .js files, async/await, promise syntax
    • Status Command (3 tests): PENDING display, timestamps, chronological sorting
    • CLI Options (4 tests): -V version, -h help, command help, invalid commands
    • Large-Scale Performance (3 tests): 20+ files, bulk operations, 1000+ documents
    • Total: 56 integration tests across 15 test suites
    • Runtime: ~50 seconds, 1,116 lines of code
    • Covers all documented features and error scenarios
  • Improve integration test suite with better organization and coverage
    • Split single 214-line test into 22 focused tests across 5 suites
    • Add comprehensive error scenario testing (8 new tests)
    • Add multiple migration testing (4 new tests)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [migrate-mongo](https://github.com/seppevs/migrate-mongo) from 11.0.0 to 14.0.7.
- [Changelog](https://github.com/seppevs/migrate-mongo/blob/master/CHANGELOG.md)
- [Commits](seppevs/migrate-mongo@v11.0.0...v14.0.7)

---
updated-dependencies:
- dependency-name: migrate-mongo
  dependency-version: 14.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants