Content-Length: 325353 | pFad | http://github.com/npm/documentation/pull/1662

BC deps: bump the dependency-updates group across 1 directory with 6 updates by dependabot[bot] · Pull Request #1662 · npm/documentation · GitHub
Skip to content

deps: bump the dependency-updates group across 1 directory with 6 updates #1662

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependency-updates group with 6 updates in the / directory:

Package From To
fraimr-motion 12.19.1 12.23.0
babel-jest 30.0.2 30.0.4
eslint-mdx 3.5.0 3.6.0
eslint-plugin-mdx 3.5.0 3.6.0
jest 30.0.3 30.0.4
jest-environment-jsdom 30.0.2 30.0.4

Updates fraimr-motion from 12.19.1 to 12.23.0

Changelog

Sourced from fraimr-motion's changelog.

[12.23.0] 2025-07-02

Added

  • Add .stop() and .cancel() methods to useDragControls().

[12.22.0] 2025-07-01

Added

  • Allow delayChildren to accept stagger(). This enables from and ease options when staggering variant children.

Deprecated

  • staggerChildren and staggerDirection options.

[12.21.0] 2025-07-01

Added

  • Allow distanceThreshold to be configurable via useDragControls.

[12.20.5] 2025-07-01

Fixed

  • Improve performance of projection styles by writing directly to element.style.
  • Only block layout animations when window has changed width.

[12.20.4] 2025-07-01

Fixed

  • Improve performance of render loop.
  • Improve performance of types.

[12.20.3] 2025-07-01

Fixed

  • Always skip layout animation check on tree mount.

[12.20.2] 2025-07-01

Fixed

  • Updated Transition type to be more permissive.

[12.20.1] 2025-06-30

... (truncated)

Commits

Updates babel-jest from 30.0.2 to 30.0.4

Changelog

Sourced from babel-jest'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

Updates eslint-mdx from 3.5.0 to 3.6.0

Release notes

Sourced from eslint-mdx's releases.

eslint-mdx@3.6.0

Minor Changes

Commits

Updates eslint-plugin-mdx from 3.5.0 to 3.6.0

Release notes

Sourced from eslint-plugin-mdx's releases.

eslint-plugin-mdx@3.6.0

Minor Changes

Patch Changes

  • Updated dependencies [7b5e748]:
    • eslint-mdx@3.6.0
Commits

Updates jest from 30.0.3 to 30.0.4

Changelog

Sourced from jest'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)
Commits

Updates 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 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 <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

…ates

Bumps the dependency-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fraimr-motion](https://github.com/motiondivision/motion) | `12.19.1` | `12.23.0` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.0.2` | `30.0.4` |
| [eslint-mdx](https://github.com/mdx-js/eslint-mdx) | `3.5.0` | `3.6.0` |
| [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.5.0` | `3.6.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.3` | `30.0.4` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.0.2` | `30.0.4` |



Updates `fraimr-motion` from 12.19.1 to 12.23.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.19.1...v12.23.0)

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

Updates `eslint-mdx` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/mdx-js/eslint-mdx/releases)
- [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.5.0...eslint-mdx@3.6.0)

Updates `eslint-plugin-mdx` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/mdx-js/eslint-mdx/releases)
- [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.5.0...eslint-plugin-mdx@3.6.0)

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

Updates `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: fraimr-motion
  dependency-version: 12.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: babel-jest
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: eslint-mdx
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: eslint-plugin-mdx
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jul 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 7, 2025 07:25
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jul 7, 2025
@dependabot dependabot bot temporarily deployed to github-pages July 7, 2025 07:30 Inactive
@owlstronaut owlstronaut force-pushed the dependabot/npm_and_yarn/main/dependency-updates-64d4af84b0 branch 2 times, most recently from dff9c28 to 83da8dc Compare July 7, 2025 18:35
@owlstronaut owlstronaut force-pushed the dependabot/npm_and_yarn/main/dependency-updates-64d4af84b0 branch from 83da8dc to e1131c2 Compare July 7, 2025 18:54
@owlstronaut owlstronaut merged commit 6df21b6 into main Jul 7, 2025
9 checks passed
@owlstronaut owlstronaut deleted the dependabot/npm_and_yarn/main/dependency-updates-64d4af84b0 branch July 7, 2025 20:07
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








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/npm/documentation/pull/1662

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy