Skip to content

chore(deps): update npm devdependencies (non-major)#258

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-devdependencies-(non-major)
Open

chore(deps): update npm devdependencies (non-major)#258
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-devdependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 12, 2025

This PR contains the following updates:

Package Change Age Confidence
@testing-library/dom 10.4.010.4.1 age confidence
@testing-library/jest-dom 6.6.36.9.1 age confidence
@testing-library/react 16.2.016.3.2 age confidence
@types/luxon (source) 3.4.23.7.1 age confidence
@types/node (source) 24.10.424.12.4 age confidence
@types/phoenix (source) 1.6.61.6.7 age confidence
fishery 2.2.32.4.0 age confidence
globals 17.0.017.6.0 age confidence
jest (source) 30.2.030.4.2 age confidence
jest-environment-jsdom (source) 30.2.030.4.1 age confidence
ts-jest (source) 29.4.629.4.11 age confidence
typescript (source) 5.7.35.9.3 age confidence
typescript-language-server 5.1.35.3.0 age confidence

Release Notes

testing-library/dom-testing-library (@​testing-library/dom)

v10.4.1

Compare Source

Bug Fixes
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features

v6.7.0

Compare Source

Features

v6.6.4

Compare Source

Performance Improvements
testing-library/react-testing-library (@​testing-library/react)

v16.3.2

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)
thoughtbot/fishery (fishery)

v2.4.0: 2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: thoughtbot/fishery@v2.3.1...v2.4.0

v2.3.1: 2.3.1

Compare Source

What's Changed

  • Bugfix: Export DeepPartialObject type by @​lutejka in #​163 This resolve a Typescript error

New Contributors

Full Changelog: thoughtbot/fishery@v2.3.0...v2.3.1

v2.3.0: 2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: thoughtbot/fishery@v2.2.3...v2.3.0

sindresorhus/globals (globals)

v17.6.0

Compare Source

v17.5.0

Compare Source

v17.4.0

Compare Source

v17.3.0

Compare Source


v17.2.0

Compare Source

  • jasmine: Add throwUnless and throwUnlessAsync globals (#​335) 97f23a7

v17.1.0

Compare Source


jestjs/jest (jest)

v30.4.2

Compare Source

Fixes
  • [jest-runtime] Fix named imports from CJS modules whose module.exports is a function with own-property exports (#​16150)

v30.4.1

Compare Source

Features
  • [jest-config, jest-core, jest-runner, jest-schemas, jest-types] Allow custom runner configuration options via tuple format ['runner-path', {options}] (#​16141)
Fixes
  • [jest-runtime] Align CJS-from-ESM default export with Node: module.exports is always the ESM default, __esModule unwrapping is no longer applied (#​16143)

v30.4.0

Compare Source

Features
  • [babel-jest] Support collecting coverage from .mts, .cts (and other) files (#​15994)
  • [jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types] Add --collect-tests flag to discover and list tests without executing them (#​16006)
  • [jest-config, jest-runner, jest-worker] Add workerGracefulExitTimeout config option to control how long workers are given to exit before being force-killed (#​15984)
  • [jest-config] Add support for jest.config.mts as a valid configuration file (#​16005)
  • [jest-config, jest-core, jest-reporters, jest-runner] verbose and silent can now be set per-project; the project-level value overrides the global value for that project's tests (#​16133)
  • [@jest/fake-timers] Accept Temporal.Duration in jest.advanceTimersByTime() and jest.advanceTimersByTimeAsync() (#​16128)
  • [@jest/fake-timers] Accept Temporal.Instant and Temporal.ZonedDateTime in jest.setSystemTime() and useFakeTimers({now}) (#​16128)
  • [@jest/fake-timers] Support faking Temporal.Now.* (#​16131)
  • [jest-mock] Add clearMocksOnScope(scope) on ModuleMocker for clearing every mock function exposed on a scope object (#​16088)
  • [jest-resolve] Add canResolveSync() on Resolver so callers can detect when a user-configured resolver only exports an async hook (#​16064)
  • [jest-runtime] Use synchronous evaluate() for ES modules without top-level await on Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#​16062)
  • [jest-runtime] Support require() of ES modules on Node v24.9+ (#​16074)
  • [jest-runtime] Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#​16127)
  • [@jest/transform] Add canTransformSync(filename) on ScriptTransformer so callers can pick the sync vs async transform path (#​16062)
  • [jest-util] Add isError helper (#​16076)
  • [pretty-format] Support React 19 (#​16123)
Fixes
  • [expect-utils] Fix toStrictEqual failing on structuredClone results due to cross-realm constructor mismatch (#​15959)
  • [@jest/expect-utils] Prevent toMatchObject/subset matching from throwing when encountering exotic iterables (#​15952)
  • [fake-timers] Convert Date to milliseconds before passing to @sinonjs/fake-timers (#​16029)
  • [jest] Export GlobalConfig and ProjectConfig TypeScript types (#​16132)
  • [jest-circus] Prevent crash when asyncError is undefined for non-Error throws (#​16003)
  • [jest-circus, jest-jasmine2] Include Error.cause in JSON failureMessages output (#​15967)
  • [jest-config] Fix preset path resolution on Windows when the preset uses subpath exports (#​15961)
  • [jest-config] Allow collectCoverage and coverageProvider in project config without a validation warning (#​16132)
  • [jest-config] Project config validator now emits "is not supported in an individual project configuration" instead of "probably a typing mistake" for known global-only options (#​16132)
  • [jest-environment-node] Fix --localstorage-file warning on Node 25+ (#​16086)
  • [jest-reporters] Apply global coverage threshold to unmatched pattern files in addition to glob/path thresholds (#​16137)
  • [jest-reporters, jest-runner, jest-runtime, jest-transform] Fix coverage report not showing correct code coverage when using projects config option (#​16140)
  • [jest-runtime] Resolve expect and @jest/expect from the internal module registry so test-file imports share the same JestAssertionError as the global expect (#​16130)
  • [jest-runtime] Improve CJS-from-ESM interop: __esModule/Babel default unwrap, broader named-export coverage, and shared CJS singleton across importers (#​16050)
  • [jest-runtime] Load .js files with ESM syntax but no "type":"module" marker as native ESM (#​16050)
  • [jest-runtime] Extend the .js-with-ESM-syntax fallback to require() on Node v24.9+ - falls back to require(esm) when the CJS parser rejects ESM syntax (#​16078)
  • [jest-runtime] Fix deadlocks and double-evaluation in concurrent ESM and wasm imports (#​16050)
  • [jest-runtime] Fix error when require() is called after the Jest environment has been torn down (#​15951)
  • [jest-runtime] Fix missing error when import() is called after the Jest environment has been torn down (#​16080)
  • [jest-runtime] Fix virtual unstable_mockModule registrations not respected in ESM (#​16081)
  • [jest-runtime] Apply moduleNameMapper when resolving modules with require.resolve() and the paths option (#​16135)
Chore & Maintenance
  • [@jest/fake-timers] Upgrade @sinonjs/fake-timers (#​16139)
  • [jest-runtime] Use synchronous linkRequests / instantiate for ESM linking on Node v24.9+ (#​16063)

v30.3.0

Compare Source

Features
  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#​15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)
Fixes
  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#​15918)
  • [jest-mock] Use Symbol from test environment (#​15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#​15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#​15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#​15851)
  • [jest-util] Make sure process.features.require_module is false (#​15867)
Chore & Maintenance
  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#​15849)
  • Updated Twitter icon to match the latest brand guidelines (#​15869)
kulshekhar/ts-jest (ts-jest)

v29.4.11

Compare Source

Bug Fixes
  • preserve Bundler on the CJS path under TypeScript >= 6 (3941818), closes #​4198

v29.4.10

Compare Source

Bug Fixes
  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #​4774
  • respect tsconfig moduleResolution instead of forcing Node10 (1bffffc)
  • transformer: transpile mjs files from node_modules for CJS mode (96d025d)
  • transformer: use a consistent comparator in hoist-jest sortStatements (8a8fd2f)

v29.4.9

Compare Source

v29.4.8

Compare Source

v29.4.7

Compare Source

Features
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

typescript-language-server/typescript-language-server (typescript-language-server)

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
Refactors
  • pass ITypeScriptServiceClient around instead of TsClient (e91bd52)

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch from 8289671 to 0d46e5d Compare February 12, 2025 18:52
@renovate renovate Bot changed the title chore(deps): update npm devdependencies (non-major) to v8.5.4 chore(deps): update npm devdependencies (non-major) Feb 12, 2025
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 6 times, most recently from 81a012a to bac77fc Compare February 19, 2025 12:39
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 7 times, most recently from 4ab17c6 to 33bcbdd Compare February 28, 2025 19:29
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 28, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @react-aria/[email protected]
npm warn Found: [email protected]
npm warn node_modules/react
npm warn   react@"19.2.5" from the root project
npm warn   7 more (@restart/hooks, @restart/ui, @sentry/react, react-dom, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" from @react-aria/[email protected]
npm warn node_modules/@react-aria/ssr
npm warn   @react-aria/ssr@"^3.5.0" from @restart/[email protected]
npm warn   node_modules/@restart/ui
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" from @react-aria/[email protected]
npm warn   node_modules/@react-aria/ssr
npm warn     @react-aria/ssr@"^3.5.0" from @restart/[email protected]
npm warn     node_modules/@restart/ui
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"5.9.3" from the root project
npm error   peer typescript@">=5.0.0" from [email protected]
npm error   node_modules/jest-extended
npm error     dev jest-extended@"7.0.0" from the root project
npm error   3 more (ts-api-utils, ts-node, ts-jest)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <5.8.0" from @typescript-eslint/[email protected]
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0 || ^8.0.0" from [email protected]
npm error   node_modules/eslint-plugin-jest
npm error     dev eslint-plugin-jest@"28.11.0" from the root project
npm error   @typescript-eslint/eslint-plugin@"8.22.0" from [email protected]
npm error   node_modules/typescript-eslint
npm error     dev typescript-eslint@"8.22.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peer typescript@">=4.8.4 <5.8.0" from @typescript-eslint/[email protected]
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0 || ^8.0.0" from [email protected]
npm error     node_modules/eslint-plugin-jest
npm error       dev eslint-plugin-jest@"28.11.0" from the root project
npm error     @typescript-eslint/eslint-plugin@"8.22.0" from [email protected]
npm error     node_modules/typescript-eslint
npm error       dev typescript-eslint@"8.22.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-21T15_13_06_067Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-21T15_13_06_067Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 5 times, most recently from 1129221 to f5e90b8 Compare March 5, 2025 18:47
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 3 times, most recently from 6d83ac4 to df327a3 Compare March 15, 2025 06:01
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 4 times, most recently from 55737a1 to 6309aee Compare March 24, 2025 13:42
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 2 times, most recently from 4adf943 to a08aebb Compare March 26, 2025 16:27
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 2 times, most recently from d75241f to f805373 Compare April 13, 2025 10:14
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 5 times, most recently from 74fef47 to 594a0b0 Compare April 30, 2025 19:57
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 9 times, most recently from 4bbe5f2 to 366de34 Compare May 8, 2025 15:43
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 8 times, most recently from 4205f33 to 178afd1 Compare May 21, 2025 04:19
@renovate renovate Bot force-pushed the renovate/npm-devdependencies-(non-major) branch 5 times, most recently from cb2ee29 to 46205ef Compare May 30, 2025 02:32
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.

0 participants