Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update jest monorepo - autoclosed #350

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) ^29.5.3 -> ^29.5.11 age adoption passing confidence
jest (source) ^29.6.2 -> ^29.7.0 age adoption passing confidence

Release Notes

jestjs/jest (jest)

v29.7.0

Compare Source

Features
  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)
Fixes
  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)
Performance
  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)
Chore & Maintenance
  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)

v29.6.4

Compare Source

Fixes
  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)

v29.6.3

Compare Source

Fixes
  • [expect, @​jest/expect-utils] ObjectContaining support sumbol as key (#​14414)
  • [expect] Remove @types/node from dependencies (#​14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#​14059 & #​14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#​14401)
  • [jest-mock] Revert #​13692 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13866 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13867 as it was a breaking change (#​14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#​14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#​14397)
Chore & Maintenance
  • [jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#​14366)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Nov 1, 2023

⚠️ No Changeset found

Latest commit: d5a457e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codesandbox-ci bot commented Nov 1, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (423567b) 100.00% compared to head (a006fa3) 100.00%.

❗ Current head a006fa3 differs from pull request most recent head d5a457e. Consider uploading reports for the commit d5a457e to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #350   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           39        39           
  Branches        14        14           
=========================================
  Hits            39        39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Nov 1, 2023

📊 Package size report   0%↑

File Before After
package.json 2.1 kB 0.05%↑2.1 kB
Total (Includes all files) 105.4 kB 0%↑105.4 kB
Tarball size 25.9 kB -0.02%↓25.9 kB
Unchanged files
File Size
.changeset/config.json 309 B
.changeset/README.md 510 B
.codesandbox/ci.json 76 B
.editorconfig 161 B
.eslintignore 63 B
.eslintrc 103 B
.gitattributes 35 B
.github/workflows/ci.yml 864 B
.github/workflows/codeql.yml 835 B
.github/workflows/pkg-size.yml 489 B
.github/workflows/release.yml 1.2 kB
.lintstagedrc.cjs 50 B
.nvmrc 6 B
.remarkrc 42 B
.simple-git-hooks.cjs 51 B
.stylelintignore 99 B
.stylelintrc 42 B
CHANGELOG.md 402 B
LICENSE 1.1 kB
packages/es-modules/CHANGELOG.md 4.4 kB
packages/es-modules/index.ts 1.4 kB
packages/es-modules/package.json 915 B
packages/es-modules/README.md 1.3 kB
packages/es-modules/test/test.spec.ts 927 B
packages/es-modules/tsconfig.json 139 B
packages/imagemin/CHANGELOG.md 8.1 kB
packages/imagemin/package.json 1.2 kB
packages/imagemin/src/cli.ts 541 B
packages/imagemin/src/index.ts 1.1 kB
packages/imagemin/tsconfig.json 132 B
packages/rollup/CHANGELOG.md 19.3 kB
packages/rollup/package.json 1.4 kB
packages/rollup/shim.d.ts 647 B
packages/rollup/src/cli.ts 3.8 kB
packages/rollup/src/config.ts 11.3 kB
packages/rollup/tsconfig.json 131 B
packages/umd-globals/CHANGELOG.md 5.7 kB
packages/umd-globals/index.ts 1.8 kB
packages/umd-globals/package.json 819 B
packages/umd-globals/README.md 1.1 kB
packages/umd-globals/test/test.spec.ts 1.9 kB
packages/umd-globals/tsconfig.json 139 B
packages/utils/CHANGELOG.md 10.6 kB
packages/utils/openChrome.applescript 2.5 kB
packages/utils/package.json 988 B
packages/utils/src/browser.ts 4.7 kB
packages/utils/src/constants.ts 817 B
packages/utils/src/helpers.ts 4.1 kB
packages/utils/src/index.ts 119 B
packages/utils/src/monorepo.ts 579 B
packages/utils/tsconfig.json 161 B
README.md 4.0 kB
tsconfig.base.json 38 B
tsconfig.json 292 B

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

@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 941a594 to a006fa3 Compare November 22, 2023 03:29
@renovate renovate bot changed the title chore(deps): update jest monorepo chore(deps): update jest monorepo - autoclosed Dec 26, 2023
@renovate renovate bot closed this Dec 26, 2023
@renovate renovate bot deleted the renovate/jest-monorepo branch December 26, 2023 14:04
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.

None yet

0 participants