Skip to content

Bump jest-environment-jsdom from 30.0.2 to 30.0.4#39

Merged
Scc33 merged 1 commit intomainfrom
dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4
Jul 8, 2025
Merged

Bump jest-environment-jsdom from 30.0.2 to 30.0.4#39
Scc33 merged 1 commit intomainfrom
dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 7, 2025

Bumps jest-environment-jsdom from 30.0.2 to 30.0.4.

Changelog

Sourced from jest-environment-jsdom's changelog.

30.0.4

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)

30.0.3

Fixes

  • [jest-config] Fix ESM TS config loading in a CJS project (#15694)
  • [jest-core] jest --onlyFailures --listTests now correctly lists only failed tests(#15700)

Features

  • [jest-diff] Show non-printable control characters to diffs (#15696)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 7, 2025

Labels

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

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

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
algorithm-visualizer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2025 2:53pm

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 7, 2025

📊 Package size report   No changes

File Before After
Total (Includes all files) 227.2 kB 227.2 kB
Tarball size 60.7 kB -0%↓60.7 kB
Unchanged files
File Size
__tests__/lib/utils.test.ts 788 B
__tests__/README.md 2.7 kB
__tests__/utils/test-utils.tsx 808 B
.github/dependabot.yaml 1.1 kB
.github/workflows/codeql-analysis.yaml 785 B
.github/workflows/package-size-report.yaml 519 B
.github/workflows/pr-validation.yaml 971 B
app/about/page.tsx 10.8 kB
app/difficulty/[difficulty]/page.tsx 1.8 kB
app/difficulty/page.tsx 3.8 kB
app/favicon.ico 5.2 kB
app/globals.css 1.9 kB
app/glossary/[term]/not-found.tsx 3.1 kB
app/glossary/[term]/page.tsx 5.8 kB
app/glossary/page.tsx 6.9 kB
app/graph/[algorithm]/layout.tsx 1.3 kB
app/graph/[algorithm]/page.tsx 2.7 kB
app/graph/page.tsx 782 B
app/layout.tsx 435 B
app/not-found.tsx 901 B
app/opengraph-image.tsx 3.8 kB
app/page.tsx 1.5 kB
app/robots.ts 320 B
app/searching/[algorithm]/layout.tsx 1.3 kB
app/searching/[algorithm]/page.tsx 2.2 kB
app/searching/page.tsx 911 B
app/sitemap.ts 2.4 kB
app/sorting/[algorithm]/layout.tsx 1.3 kB
app/sorting/[algorithm]/opengraph-image.tsx 3.9 kB
app/sorting/[algorithm]/page.tsx 2.0 kB
app/sorting/page.tsx 863 B
components/AlgorithmCard.tsx 1.6 kB
components/Controls.tsx 3.0 kB
components/glossary/GlossaryItem.tsx 2.5 kB
components/layout/Footer.tsx 1.1 kB
components/layout/Navbar.tsx 6.6 kB
components/layout/PageLayout.tsx 1.8 kB
components/seo/JsonLd.tsx 2.6 kB
components/visualizer/AlgorithmInfo.tsx 2.7 kB
components/visualizer/AlgorithmPseudocode.tsx 1.1 kB
components/visualizer/AlgorithmVisualizer.tsx 4.4 kB
components/visualizer/ColorLegend.tsx 1.6 kB
components/visualizer/GraphVisualization.tsx 4.8 kB
components/visualizer/SearchVisualization.tsx 5.1 kB
components/visualizer/SortingVisualization.tsx 1.2 kB
components/visualizer/VisualizerControls.tsx 6.9 kB
constants/URL.ts 63 B
context/AlgorithmContext.tsx 3.1 kB
eslint.config.mjs 393 B
idea.md 3.5 kB
jest.config.js 1.1 kB
jest.setup.js 1.3 kB
lib/algorithms/graph/bfs.ts 3.3 kB
lib/algorithms/graph/dfs.ts 3.3 kB
lib/algorithms/graph/dijkstra.ts 4.8 kB
lib/algorithms/graph/topologicalSort.ts 4.1 kB
lib/algorithms/index.ts 1.6 kB
lib/algorithms/metadata.ts 8.4 kB
lib/algorithms/searching/binarySearch.ts 2.4 kB
lib/algorithms/searching/linearSearch.ts 1.8 kB
lib/algorithms/sorting/bubbleSort.ts 2.0 kB
lib/algorithms/sorting/heapSort.ts 4.7 kB
lib/algorithms/sorting/insertionSort.ts 2.1 kB
lib/algorithms/sorting/mergeSort.ts 5.0 kB
lib/algorithms/sorting/quickSort.ts 4.2 kB
lib/algorithms/sorting/selectionSort.ts 2.4 kB
lib/algorithms/utils.ts 972 B
lib/glossary/glossary.ts 31.3 kB
lib/seo/metadata.ts 2.0 kB
lib/types.ts 2.0 kB
lib/utils.ts 988 B
LICENSE 1.1 kB
next.config.ts 133 B
package.json 945 B
postcss.config.mjs 81 B
public/file.svg 391 B
public/globe.svg 1.0 kB
public/next.svg 1.4 kB
public/vercel.svg 128 B
public/window.svg 385 B
README.md 3.2 kB
tsconfig.json 667 B

🤖 This report was automatically generated by pkg-size-action

Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 30.0.2 to 30.0.4.
- [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.0.4/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4 branch from 419d685 to bed6828 Compare July 8, 2025 14:48
@Scc33 Scc33 merged commit bc69845 into main Jul 8, 2025
6 checks passed
@Scc33 Scc33 deleted the dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4 branch July 8, 2025 14:55
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.

1 participant