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

Bump the dependencies group with 5 updates #92

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 5 updates:

Package Update
@types/node 20.4.2 to 20.4.4
discord-api-types 0.37.48 to 0.37.50
jest 28.1.3 to 29.6.1
@types/jest 28.1.8 to 29.5.3
ts-jest 28.0.8 to 29.1.1

Updates @types/node from 20.4.2 to 20.4.4

Commits

Updates discord-api-types from 0.37.48 to 0.37.50

Release notes

Sourced from discord-api-types's releases.

0.37.50

0.37.50 (2023-07-20)

Features

Full Changelog: discordjs/discord-api-types@0.37.49...0.37.50

0.37.49

0.37.49 (2023-07-17)

Features

Full Changelog: discordjs/discord-api-types@0.37.48...0.37.49

Changelog

Sourced from discord-api-types's changelog.

0.37.50 (2023-07-20)

Features

  • onboarding updates, mode field, and error codes (#773) (773556a)

0.37.49 (2023-07-17)

Features

  • APIApplication: approx guild count and get self application endpoint (#728) (874f135)
  • APIAttachment: add flags (#783) (7f9a7e5)
  • APIRole: role flags (#782) (488b5ad)
  • APIUser: add avatar decorations (#664) (f556455)
  • AuditLogEvent: Add creator monetisation events (#787) (47f78bc)
  • GatewayMessageReactionAddDispatch: add message_author_id (#754) (82d7024)
Commits
  • ae8503f chore(release): 0.37.50 🎉 (#796)
  • 773556a feat: onboarding updates, mode field, and error codes (#773)
  • 06ee564 chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /website (#794)
  • a1c26c2 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#793)
  • 387f37f chore(release): 0.37.49 🎉 (#792)
  • 874f135 feat(APIApplication): approx guild count and get self application endpoint (#...
  • 289c53a chore(deps): bump semver from 5.7.1 to 5.7.2 in /website (#786)
  • f556455 feat(APIUser): add avatar decorations (#664)
  • 7f9a7e5 feat(APIAttachment): add flags (#783)
  • 47f78bc feat(AuditLogEvent): Add creator monetisation events (#787)
  • Additional commits viewable in compare view

Updates jest from 28.1.3 to 29.6.1

Release notes

Sourced from 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 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.

29.5.0

Features

  • [jest-changed-files] Support Sapling (#13941)
  • [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#12922)
  • [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types] Add workerThreads configuration option to allow using worker threads for parallelization (#13939)
  • [jest-cli] Export yargsOptions (#13970)
  • [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#13875)
  • [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#13827)
  • [jest-message-util] Add support for AggregateError (#13946 & #13947)

... (truncated)

Commits

Updates @types/jest from 28.1.8 to 29.5.3

Commits

Updates ts-jest from 28.0.8 to 29.1.1

Release notes

Sourced from ts-jest's releases.

v29.1.1

Please refer to CHANGELOG.md for details.

v29.1.0

Please refer to CHANGELOG.md for details.

v29.0.5

Please refer to CHANGELOG.md for details.

v29.0.4

Please refer to CHANGELOG.md for details.

v29.0.3

Please refer to CHANGELOG.md for details.

v29.0.2

Please refer to CHANGELOG.md for details.

v29.0.1

Please refer to CHANGELOG.md for details.

v29.0.0

Please refer to CHANGELOG.md for details.

v29.0.0-next.1

Please refer to CHANGELOG.md for details.

v29.0.0-next.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.1.1 (2023-06-23)

Security Fixes

  • bump semver to 7.5.3

29.1.0 (2023-03-26)

Features

29.0.5 (2023-01-13)

Reverts

  • Revert "fix(transformer): don't use cache when tsJestConfig is different (#3966)" (185eb18), closes #3966

29.0.4 (2023-01-10)

Bug Fixes

29.0.3 (2022-09-28)

Bug Fixes

  • merge config from globals with transformer config correctly (#3842) (9c9fd60), closes #3841
  • presets: allow merging transform config when using presets (#3833) (afc6a94)

Features

  • add useESM option to pathsToModuleNameMapper options (#3792) (eabe906)

... (truncated)

Commits

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

Bumps the dependencies group with 5 updates:

| Package | Update |
| --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.4.2 to 20.4.4 |
| [discord-api-types](https://github.com/discordjs/discord-api-types) | 0.37.48 to 0.37.50 |
| [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) | 28.1.3 to 29.6.1 |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | 28.1.8 to 29.5.3 |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | 28.0.8 to 29.1.1 |


Updates `@types/node` from 20.4.2 to 20.4.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `discord-api-types` from 0.37.48 to 0.37.50
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](discordjs/discord-api-types@0.37.48...0.37.50)

Updates `jest` from 28.1.3 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/jest)

Updates `@types/jest` from 28.1.8 to 29.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `ts-jest` from 28.0.8 to 29.1.1
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v28.0.8...v29.1.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jul 24, 2023
@dependabot dependabot bot requested a review from ElioDiNino July 24, 2023 09:45
@ElioDiNino ElioDiNino merged commit 27244bd into master Jul 24, 2023
4 checks passed
@ElioDiNino ElioDiNino deleted the dependabot/npm_and_yarn/dependencies-c4c40caa8f branch July 24, 2023 14:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant