Sync: merge main into dependencies (conflicts)#138
Merged
Merged
Conversation
Bumps the eslint group with 2 updates: [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint` from 10.0.3 to 10.1.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.3...v10.1.0) Updates `typescript-eslint` from 8.57.0 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix timekeeper races, metrics and propagate unrefTimeouts - runBatch metric on batch start (was rejectBatch) - set task.runnedAt on run - check signal.aborted before cache.set - include maxWaitingTimeMs in deduplicator timeout when limited - fix race in LimitedTimekeeper.clear() - split LimitedTimekeeper.runTask into dispatch + enqueue - register Deduplicator runner before starting it - propagate unrefTimeouts through all timers - validate BatchLoader options - BatchLoader accepts metrics; export metric interfaces - ITask fields readonly; minor cleanup, README sync * Bump @types/node and ts-jest, tidy tsconfig - @types/node 25.0.10 -> 25.6.2 - ts-jest 29.4.6 -> 29.4.9 - tsconfig: moduleResolution "Node" -> "node10", drop unused baseUrl typescript stays on ^5.9.3: ts-jest is not yet compatible with TS 6. * Add input validation and improve timer handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge conflicts. Resolve manually.