chore(deps): bump the dependencies group across 1 directory with 8 updates#145
Open
dependabot[bot] wants to merge 2 commits intodevfrom
Open
chore(deps): bump the dependencies group across 1 directory with 8 updates#145dependabot[bot] wants to merge 2 commits intodevfrom
dependabot[bot] wants to merge 2 commits intodevfrom
Conversation
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@rollup/rollup-win32-x64-msvc](https://github.com/rollup/rollup) | `4.59.1` | `4.60.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.0` | `8.58.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.0` | `8.58.0` | | [turbo](https://github.com/vercel/turborepo) | `2.8.17` | `2.9.3` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.17` | `0.28.18` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.0` | `8.58.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` | | [node-web-audio-api](https://github.com/ircam-ismm/node-web-audio-api) | `1.0.8` | `1.0.9` | Updates `@rollup/rollup-win32-x64-msvc` from 4.59.1 to 4.60.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.59.1...v4.60.1) Updates `@typescript-eslint/eslint-plugin` 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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/parser) Updates `turbo` from 2.8.17 to 2.9.3 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.17...v2.9.3) Updates `typedoc` from 0.28.17 to 0.28.18 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.17...v0.28.18) 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) Updates `@types/node` from 25.5.0 to 25.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `node-web-audio-api` from 1.0.8 to 1.0.9 - [Changelog](https://github.com/ircam-ismm/node-web-audio-api/blob/main/CHANGELOG.md) - [Commits](ircam-ismm/node-web-audio-api@v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: "@rollup/rollup-win32-x64-msvc" dependency-version: 4.60.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: turbo dependency-version: 2.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typedoc dependency-version: 0.28.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 25.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: node-web-audio-api dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
02590b8 to
0674c7f
Compare
The explicit reduce<T> type args ARE necessary — Array.from({ length: n })
returns any[], losing type info in callbacks when the param is removed.
Add targeted eslint-disable-next-line comments so the new rule passes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Bumps the dependencies group with 8 updates in the / directory:
4.59.14.60.18.57.08.58.08.57.08.58.02.8.172.9.30.28.170.28.188.57.08.58.025.5.025.5.21.0.81.0.9Updates
@rollup/rollup-win32-x64-msvcfrom 4.59.1 to 4.60.1Release notes
Sourced from
@rollup/rollup-win32-x64-msvc's releases.Changelog
Sourced from
@rollup/rollup-win32-x64-msvc's changelog.Commits
ae871d74.60.151f8f60fix: skip dropping side-effects on namespaceReexportsByName cache hit (#6274)...ca55406chore(deps): pin dependency typescript to v5 (#6320)fe50d86chore(deps): pin dependencies (#6317)42785ffchore(deps): update minor/patch updates (#6319)65e82a9chore(deps): update msys2/setup-msys2 digest to cafece8 (#6318)c336205chore(deps): update openharmony-rs/setup-ohos-sdk action to v1 (#6321)b25d25efix(deps): update swc monorepo (major) (#6322)119abdbchore(deps): lock file maintenance (#6324)5598a66chore(deps): lock file maintenance (#6323)Updates
@typescript-eslint/eslint-pluginfrom 8.57.0 to 8.58.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
4933417chore(release): publish 8.58.05a9bd36fix(eslint-plugin): [prefer-regexp-exec] avoid fixing unknown RegExp flags (#...edb90ebfix(eslint-plugin): [no-extraneous-class] handle index signatures (#12142)8cde2d0feat: support TypeScript 6 (#12124)1bf86c9fix(eslint-plugin): crash inno-unnecessary-type-arguments(#12163)e9cc25adocs(eslint-plugin): fix typo (#12155)be4d54dchore(release): publish 8.57.2f68c8e4fix(eslint-plugin): [prefer-readonly-parameter-types] preserve type alias inf...73acd2efix(eslint-plugin): [no-useless-default-assignment] skip reporting false posi...3d21482fix(eslint-plugin): [no-unsafe-return] false positive on unwrapping generic (...Updates
@typescript-eslint/parserfrom 8.57.0 to 8.58.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
4933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1Updates
turbofrom 2.8.17 to 2.9.3Release notes
Sourced from turbo's releases.
... (truncated)
Commits
7650a33publish 2.9.3 to registry68004dbrelease(turborepo): 2.9.3-canary.1 (#12523)a252394fix: Preserve per-workspace lockfiles during pnpm pruning (#12519)f68af3drelease(turborepo): 2.9.2 (#12521)72577dbfix: Preserve shallow install strategy during npm lockfile pruning (#12520)4a4e661chore: Update AI-generated response text for clarity (#12517)aed2066release(turborepo): 2.9.2-canary.4 (#12518)8c88521fix: Include transitive dependencies in engine graph pruning for affected pat...59a42a5release(turborepo): 2.9.2-canary.3 (#12515)45f2f43fix: Backfill missing pnpm workspace importer entries during prune (#12514)Updates
typedocfrom 0.28.17 to 0.28.18Release notes
Sourced from typedoc's releases.
Changelog
Sourced from typedoc's changelog.
Commits
1ebdcb1Update changelog for release59463c1Bump version to 0.28.18af07198Fix example build, plugin list tweaks2a2ccddSupport TypeScript 6.x and update dependencies2d23fc0Actually fix lint807f346Fix lint, update dprint pluginsf5be63fUpdate deps, closes #3080207f1b6Update docs for@ignore7b25e84More docs about custom tagsfe89773Recommend a JS config file for defining tagsUpdates
typescript-eslintfrom 8.57.0 to 8.58.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
4933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1Updates
@types/nodefrom 25.5.0 to 25.5.2Commits
Updates
node-web-audio-apifrom 1.0.8 to 1.0.9Changelog
Sourced from node-web-audio-api's changelog.
Commits
32303251.0.91622d59Merge pull request #171 from ircam-ismm/fix/17039c9032doc: add example for offline context with worklet548392efix: properly recycle worlet param buffers on drop56947aachore: update changelogcd9cba1v1.0.8