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

Build(deps-dev): Bump the dependencies group with 4 updates #178

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2023

Bumps the dependencies group with 4 updates: @babel/core, @babel/preset-env, babel-jest and eslint-plugin-jest.

Updates @babel/core from 7.21.5 to 7.22.9

Release notes

Sourced from @​babel/core's releases.

7.22.9

v7.22.9 (2023-07-12)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function

💅 Polish

🏠 Internal

Committers: 5

v7.22.8 (2023-07-06)

This release reverts a commit that caused all new angular installations to fail: angular/angular-cli#25496

↩️ Revert

Committers: 1

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

Committers: 4

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.22.9 (2023-07-12)

🐛 Bug Fix

💅 Polish

🏠 Internal

v7.22.8 (2023-07-06)

↩️ Revert

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

... (truncated)

Commits

Updates @babel/preset-env from 7.21.5 to 7.22.9

Release notes

Sourced from @​babel/preset-env's releases.

7.22.9

v7.22.9 (2023-07-12)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function

💅 Polish

🏠 Internal

Committers: 5

v7.22.8 (2023-07-06)

This release reverts a commit that caused all new angular installations to fail: angular/angular-cli#25496

↩️ Revert

Committers: 1

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

Committers: 4

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.22.9 (2023-07-12)

🐛 Bug Fix

💅 Polish

🏠 Internal

v7.22.8 (2023-07-06)

↩️ Revert

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

... (truncated)

Commits

Updates babel-jest from 29.5.0 to 29.6.1

Release notes

Sourced from babel-jest's releases.

v29.6.1

Fixes

  • [jest-circus] Revert #14110 as it was a breaking change (#14304)

Full Changelog: jestjs/jest@v29.6.0...v29.6.1

v29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard _isMockFunction access with in (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument .json modules (#14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#14015)

Chore & Maintenance

  • [*] Update semver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
  • [docs] Update jest statistics of use and downloads in website Index.

New Contributors

... (truncated)

Changelog

Sourced from babel-jest's changelog.

29.6.1

Fixes

  • [jest-circus] Revert #14110 as it was a breaking change (#14304)

29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard _isMockFunction access with in (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument .json modules (#14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#14015)

Chore & Maintenance

  • [*] Update semver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
  • [docs] Update jest statistics of use and downloads in website Index.
Commits

Updates eslint-plugin-jest from 27.2.1 to 27.2.2

Release notes

Sourced from eslint-plugin-jest's releases.

v27.2.2

27.2.2 (2023-06-19)

Bug Fixes

  • add missing (optional) peer dependency on Jest (#1384) (34c3d32)
Changelog

Sourced from eslint-plugin-jest's changelog.

27.2.2 (2023-06-19)

Bug Fixes

  • add missing (optional) peer dependency on Jest (#1384) (34c3d32)
Commits
  • 984e894 chore(release): 27.2.2 [skip ci]
  • 34c3d32 fix: add missing (optional) peer dependency on Jest (#1384)
  • 7ae4621 chore: enable npm provenance (#1383)
  • ad676dc docs(no-large-snapshots): mention --ext snap (#1373)
  • 197e986 chore(deps): lock file maintenance
  • 8607082 chore(deps): lock file maintenance
  • 68184bf chore(deps): update yarn to v3.6.0 (#1379)
  • 48a6de4 chore(deps): lock file maintenance
  • 7a24869 chore(deps): update ariperkkio/eslint-remote-tester-run-action action to v4 (...
  • 698d407 chore(deps): lock file maintenance
  • Additional commits viewable in compare view

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2023
@stscoundrel
Copy link
Owner

@dependabot rebase

Bumps the dependencies group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).


Updates `@babel/core` from 7.21.5 to 7.22.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

Updates `@babel/preset-env` from 7.21.5 to 7.22.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-preset-env)

Updates `babel-jest` from 29.5.0 to 29.6.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/babel-jest)

Updates `eslint-plugin-jest` from 27.2.1 to 27.2.2
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.2.1...v27.2.2)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-9b20eafef9 branch from 90f5ed2 to 62ed131 Compare July 13, 2023 07:35
@stscoundrel
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 9a4e122 into master Jul 13, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-9b20eafef9 branch July 13, 2023 07:36
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