Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Confidence
jest (source) ^29.7.0 -> ^30.0.0 age confidence

Release Notes

jestjs/jest (jest)

v30.1.2

Compare Source

v30.1.1

Compare Source

Fixes
  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#​15800)

v30.1.0

Compare Source

v30.0.5

Compare Source

v30.0.4

Compare Source

Features
  • [expect] The Inverse type is now exported (#​15714)
  • [expect] feat: support async functions in toBe (#​15704)
Fixes
  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#​15700)
  • [jest-snapshot] Handle line endings in snapshots (#​15708)

v30.0.3

Compare Source

Fixes
  • [jest-config] Fix ESM TS config loading in a CJS project (#​15694)
Features
  • [jest-diff] Show non-printable control characters to diffs (#​15696)

v30.0.2

Compare Source

v30.0.1

Compare Source

v30.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from commjoen as a code owner July 1, 2025 13:59
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 1, 2025
@renovate renovate bot requested a review from bendehaan as a code owner July 1, 2025 13:59
@renovate renovate bot added the renovate label Jul 1, 2025
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 9 times, most recently from d7dd661 to 7dadedd Compare July 24, 2025 03:42
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 2 times, most recently from cfba09b to e53e474 Compare August 1, 2025 06:55
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 4 times, most recently from 11cbe8f to 670b8bb Compare August 13, 2025 15:29
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 11 times, most recently from 97f5067 to 33c5fbb Compare August 16, 2025 04:59
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 2 times, most recently from 408eb34 to d9687d7 Compare August 16, 2025 06:37
@github-actions
Copy link

github-actions bot commented Aug 16, 2025

🚀 Preview Deployment Ready!

Your pull request has been built and is ready for preview deployment.
Here's how to test your changes:

Container Images Built

  • Balancer: ghcr.io/OWASP/wrongsecrets-balancer:pr-905
  • Cleaner: ghcr.io/OWASP/cleaner:pr-905

Quick Deploy with Helm

# Add the wrongsecrets helm repository
helm repo add wrongsecrets https://owasp.org/wrongsecrets-ctf-party
helm repo update

# Deploy with preview images
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
  --set balancer.repository=ghcr.io/OWASP/wrongsecrets-balancer \
  --set balancer.tag=pr-905 \
  --set wrongsecretsCleanup.repository=ghcr.io/OWASP/cleaner \
  --set wrongsecretsCleanup.tag=pr-905 \
  --set imagePullPolicy=Always

# Port forward to access locally
kubectl port-forward service/wrongsecrets-balancer 3000:3000

Deploy with Custom Values

Click to see preview-values.yaml
balancer:
  repository: ghcr.io/OWASP/wrongsecrets-balancer
  tag: pr-905

wrongsecretsCleanup:
  repository: ghcr.io/OWASP/cleaner
  tag: pr-905

# Preview configuration
ingress:
  enabled: true
  hosts:
    - host: >-
        preview-pr-905.wrongsecrets.local
      paths:
        - "/"
# Save the above values to preview-values.yaml, then:
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
  -f preview-values.yaml

Deploy with Local Build Scripts

# Clone this PR
git fetch origin pull/905/head:pr-905
git checkout pr-905

# Use the existing deployment script with custom images
./build-and-deploy.sh

Test the Changes

  1. Access the application at http://localhost:3000
  2. Create a team and verify functionality
  3. Test any new features or bug fixes

Container Registry

The preview images are available at:


This preview was automatically generated for PR #905

@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from d9687d7 to 81ed873 Compare August 19, 2025 18:36
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 3 times, most recently from c3027e4 to 20340e6 Compare August 31, 2025 10:49
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from 20340e6 to 215bec3 Compare September 2, 2025 05:11
@renovate renovate bot changed the title chore(deps): update dependency jest to v30 chore(deps): update dependency jest to v30 - autoclosed Sep 2, 2025
@renovate renovate bot closed this Sep 2, 2025
@renovate renovate bot deleted the renovate/major-jest-monorepo branch September 2, 2025 08:31
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant