Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates#427

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 23, 2025
edited
Loading

Bumps the dev-dependencies group with 5 updates in the /reference-lib directory:

PackageFromTo
@rollup/plugin-typescript12.1.212.1.3
jest29.7.030.0.2
@types/jest29.5.1430.0.0
rollup4.41.04.44.0
ts-jest29.3.429.4.0

Updates@rollup/plugin-typescript from 12.1.2 to 12.1.3

Changelog

Sourced from@​rollup/plugin-typescript's changelog.

v12.1.3

2025-06-17

Bugfixes

  • fix: fixes#1652 compile when source exists anywhere in the working directory (#1653)
Commits
  • a209058 chore(release): typescript v12.1.3
  • 40a38b1 fix(typescript): fixes#1652 compile when source exists anywhere in the worki...
  • See full diff incompare view

Updatesjest from 29.7.0 to 30.0.2

Release notes

Sourced fromjest's releases.

30.0.2

What's Changed

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement thedefaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecatejest-repl package (#15673)
  • [jest-resolver] Replace customisBuiltinModule with node'sisBuiltin (#15685)

New Contributors

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, runnpm install jest@^30.0.0 and follow the migration guide:Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] RenamedglobalsCleanupMode toglobalsCleanup and--waitNextEventLoopTurnForUnhandledRejectionEvents to--waitForUnhandledRejections
  • [expect] AddArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add optionexcludeJestPreset to allow opting out ofbabel-preset-jest (#15164)
  • [expect] Revert#15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] AddwaitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in#14315 (#14681)
  • [jest-circus] Add awaitBeforeRetry option tojest.retryTimes (#14738)
  • [jest-circus] Add aretryImmediately option tojest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] AllowsetupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] AddstartedAt timestamp inTestCaseResultObject withinonTestCaseResult (#15145)

... (truncated)

Changelog

Sourced fromjest's changelog.

30.0.2

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

30.0.1

Features

  • [jest-resolver] Implement thedefaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • [*] Remove and deprecatejest-repl package (#15673)
  • [jest-resolver] Replace customisBuiltinModule with node'sisBuiltin (#15685)

30.0.0

Features

  • [*] RenamedglobalsCleanupMode toglobalsCleanup and--waitNextEventLoopTurnForUnhandledRejectionEvents to--waitForUnhandledRejections
  • [expect] AddArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add optionexcludeJestPreset to allow opting out ofbabel-preset-jest (#15164)
  • [expect] Revert#15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] AddwaitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in#14315 (#14681)
  • [jest-circus] Add awaitBeforeRetry option tojest.retryTimes (#14738)
  • [jest-circus] Add aretryImmediately option tojest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] AllowsetupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] AddstartedAt timestamp inTestCaseResultObject withinonTestCaseResult (#15145)
  • [jest-cli] ExportbuildArgv (#15310)
  • [jest-config] [BREAKING] Addmts andcts to defaultmoduleFileExtensions config (#14369)
  • [jest-config] [BREAKING] UpdatetestMatch andtestRegex default option for supportingmjs,cjs,mts, andcts (#14584)
  • [jest-config] Loads config file from provided path inpackage.json (#14044)
  • [jest-config] Allow loadingjest.config.cts files (#14070)
  • [jest-config] ShowrootDir in error message when apreset fails to load (#15194)
  • [jest-config] Support loading TS config files usingesbuild-register via docblock loader (#15190)
  • [jest-config] Allow passing TS config loader options via docblock comment (#15234)
  • [jest-config] If Node is running with type stripping enabled, do not require a TS loader (#15480)
  • [@jest/core] Group together open handles with the same stack trace (#13417, &#14789)
  • [@jest/core] AddperfStats to surface test setup overhead (#14622)
  • [@jest/core] [BREAKING] Changed--filter to accept an object with shape{ filtered: Array<string> } to matchdocumentation (#13319)
  • [@jest/core] Support--outputFile option for--listTests (#14980)
  • [@jest/core] Stringify Errors properly with--json flag (#15329)

... (truncated)

Commits

Updates@types/jest from 29.5.14 to 30.0.0

Commits

Updatesrollup from 4.41.0 to 4.44.0

Release notes

Sourced fromrollup's releases.

v4.44.0

4.44.0

2025-06-19

Features

  • Remove limit onmaxParallelFileOps as this could break watch mode with the commonjs plugin (#5986)

Bug Fixes

  • Provide better source mappings when coarse intermediate maps are used (#5985)

Pull Requests

v4.43.0

4.43.0

2025-06-11

Features

  • Provide newfs option andthis.fs API to replace file system (#5944)

Pull Requests

v4.42.0

4.42.0

2025-06-06

Features

  • Add option to allow the input to be located in the output in watch mode (#5966)

Pull Requests

v4.41.2

4.41.2

2025-06-06

... (truncated)

Changelog

Sourced fromrollup's changelog.

4.44.0

2025-06-19

Features

  • Remove limit onmaxParallelFileOps as this could break watch mode with the commonjs plugin (#5986)

Bug Fixes

  • Provide better source mappings when coarse intermediate maps are used (#5985)

Pull Requests

4.43.0

2025-06-11

Features

  • Provide newfs option andthis.fs API to replace file system (#5944)

Pull Requests

4.42.0

2025-06-06

Features

  • Add option to allow the input to be located in the output in watch mode (#5966)

Pull Requests

4.41.2

2025-06-06

Bug Fixes

  • Detect named export usages in dynamic imports withthen and non-arrow function expressions (#5977)
  • Do not replace usages of constant variables with their values for readability (#5968)

... (truncated)

Commits

Updatests-jest from 29.3.4 to 29.4.0

Release notes

Sourced fromts-jest's releases.

v29.4.0

Please refer toCHANGELOG.md for details.

Changelog

Sourced fromts-jest's changelog.

29.4.0 (2025-06-11)

Features

Commits
  • f692f74 chore(release): 29.4.0
  • 84e093e feat: support Jest 30
  • 2d6fe5c build(deps): Update dependency eslint-plugin-jsdoc to ^50.8.0
  • 83c6d35 build(deps): Update dependency eslint-plugin-jest to ^28.13.3
  • 94797d0 build(deps): Update dependency@​vitejs/plugin-react-swc to ^3.10.2
  • 9a9bd5c build(deps): Update ESLint packages to ^8.34.0
  • cbd81fd build(deps): Update dependency eslint-plugin-jest to ^28.13.0
  • 1d3fb0d build(deps): Update dependency@​types/node to v20.19.0
  • 32efecb build(deps): Update docusaurus monorepo to ^3.8.1
  • 5133d48 build: upgradedocusaurus to 3.8
  • Additional commits viewable incompare view

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsJun 23, 2025
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch froma156c20 toad45756CompareJuly 3, 2025 16:05
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch fromad45756 to4aa36b6CompareAugust 18, 2025 00:17
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from4aa36b6 to65734e4CompareSeptember 1, 2025 01:49
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from65734e4 to63a622dCompareSeptember 29, 2025 00:10
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from63a622d tocfd5f47CompareOctober 27, 2025 00:07
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch fromcfd5f47 to1cc66ecCompareNovember 10, 2025 00:08
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubNov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting@dependabot recreate.

@ryepup
Copy link
Collaborator

@dependabot recreate

dependabot[bot] reacted with thumbs up emoji

@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from1cc66ec toc8c34a0CompareNovember 19, 2025 20:38
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch fromc8c34a0 toea9fc24CompareDecember 8, 2025 00:06
…ith 5 updatesBumps the dev-dependencies group with 5 updates in the /reference-lib directory:| Package | From | To || --- | --- | --- || [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.2` | `12.1.3` || [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.2` || [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` || [rollup](https://github.com/rollup/rollup) | `4.41.0` | `4.44.0` || [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.4` | `29.4.0` |Updates `@rollup/plugin-typescript` from 12.1.2 to 12.1.3- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.3/packages/typescript)Updates `jest` from 29.7.0 to 30.0.2- [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.2/packages/jest)Updates `@types/jest` from 29.5.14 to 30.0.0- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)Updates `rollup` from 4.41.0 to 4.44.0- [Release notes](https://github.com/rollup/rollup/releases)- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)- [Commits](rollup/rollup@v4.41.0...v4.44.0)Updates `ts-jest` from 29.3.4 to 29.4.0- [Release notes](https://github.com/kulshekhar/ts-jest/releases)- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)- [Commits](kulshekhar/ts-jest@v29.3.4...v29.4.0)---updated-dependencies:- dependency-name: "@rollup/plugin-typescript"  dependency-version: 12.1.3  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: dev-dependencies- dependency-name: jest  dependency-version: 30.0.2  dependency-type: direct:development  update-type: version-update:semver-major  dependency-group: dev-dependencies- dependency-name: "@types/jest"  dependency-version: 30.0.0  dependency-type: direct:development  update-type: version-update:semver-major  dependency-group: dev-dependencies- dependency-name: rollup  dependency-version: 4.44.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: dev-dependencies- dependency-name: ts-jest  dependency-version: 29.4.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: dev-dependencies...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch fromea9fc24 toa86f50eCompareDecember 15, 2025 00:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ryepup

[8]ページ先頭

©2009-2025 Movatter.jp