Skip to content

Bump jest from 30.2.0 to 30.3.0#20

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/jest-30.3.0
Closed

Bump jest from 30.2.0 to 30.3.0#20
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/npm_and_yarn/jest-30.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown

Bumps jest from 30.2.0 to 30.3.0.

Release notes

Sourced from jest's releases.

v30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)
Changelog

Sourced from jest's changelog.

30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)
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)

Full-stack emergency dispatch system with ML pipeline, real-time dashboard,
and comprehensive security hardening. 192/192 tests passing.

- FastAPI backend with JWT auth, rate limiting, account lockout
- ML pipeline: Intent classification, emotion analysis, severity scoring, dispatch
- Real-time dashboard with WebSocket updates and login protection
- Docker Compose stack: app, celery, ML service, PostgreSQL, Redis, Prometheus, Grafana
- CI/CD: GitHub Actions (lint, test, security scan, Docker build)
- Grafana dashboards with provisioned alerting rules
- Backup scripts and password hash migration tooling
- OWASP security headers, CSP, Twilio webhook verification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2026
mangod12 and others added 4 commits March 14, 2026 15:16
- New /demo page: chat-style UI for testing the emergency alert system
  in real-time. No auth required. Sends transcripts to /process-emergency
  and displays intent, emotion, severity, and dispatch results.
- GCP CI/CD: GitHub Actions workflow that builds, pushes to Artifact
  Registry, and deploys to Cloud Run on push to main.
- Added smoke test for the demo page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Make torch/onnxruntime/transformers/whisper/numpy imports lazy in ML
  loaders and agents so tests run without heavy ML deps installed
- Add all non-ML dependencies to pyproject.toml (structlog, slowapi,
  starlette-prometheus, jinja2, bcrypt, twilio, etc.)
- Add [project.optional-dependencies] dev section for test deps
- Fix 631 ruff lint errors: auto-fix style issues + configure per-file
  ignores for FastAPI patterns (B008), test assertions (S101), etc.
- Revert ruff's Optional[UploadFile] -> UploadFile|None conversion
  which breaks FastAPI with from __future__ import annotations
- Fix pip-audit command in CI workflow
- Update README roadmap dates from 2024 to 2026

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.2.0 to 30.3.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/jest-30.3.0 branch from 5a7ae19 to d8e1524 Compare March 14, 2026 10:15
@mangod12 mangod12 closed this Mar 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 14, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/jest-30.3.0 branch March 14, 2026 12:16
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant