Skip to content

TECH Dependabot [npm] Bump the main group with 11 updates#15

Merged
espitsyna merged 1 commit into
masterfrom
dependabot/npm_and_yarn/main-637f871b6e
Apr 13, 2026
Merged

TECH Dependabot [npm] Bump the main group with 11 updates#15
espitsyna merged 1 commit into
masterfrom
dependabot/npm_and_yarn/main-637f871b6e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the main group with 11 updates:

Package From To
@typescript-eslint/utils 8.58.0 8.58.1
@typescript-eslint/visitor-keys 8.58.0 8.58.1
baseline-browser-mapping 2.10.15 2.10.18
brace-expansion 1.1.13 1.1.14
call-bind 1.0.8 1.0.9
caniuse-lite 1.0.30001785 1.0.30001787
electron-to-chromium 1.5.331 1.5.335
es-abstract 1.24.1 1.24.2
es-iterator-helpers 1.3.1 1.3.2
side-channel-list 1.0.0 1.0.1
tinyglobby 0.2.15 0.2.16

Updates @typescript-eslint/utils from 8.58.0 to 8.58.1

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.58.1 (2026-04-08)

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/visitor-keys from 8.58.0 to 8.58.1

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.58.1 (2026-04-08)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates baseline-browser-mapping from 2.10.15 to 2.10.18

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3

Commits
  • 71803d0 Patch to 2.10.18 because browser or feature data changed
  • 91e38d0 Browser or feature data changed
  • c5c778c Patch to 2.10.17 because browser or feature data changed
  • c3ab98d Browser or feature data changed
  • 2fd5696 Updating static site
  • c8ba05d Patch to 2.10.16 because browser or feature data changed
  • 3887938 Browser or feature data changed
  • 3b7f694 Updating static site
  • See full diff in compare view

Updates brace-expansion from 1.1.13 to 1.1.14

Commits

Updates call-bind from 1.0.8 to 1.0.9

Changelog

Sourced from call-bind's changelog.

v1.0.9 - 2026-04-09

Commits

  • [Fix] correct .length computation when partial args exceed function arity 95c406d
  • [Dev Deps] update @ljharb/eslint-config, es-value-fixtures, eslint, for-each, has-strict-mode, npmignore, object-inspect 06a4e21
  • [Deps] update call-bind-apply-helpers, es-define-property, get-intrinsic 3fea81e
  • [readme] replace runkit CI badge with shields.io check-runs badge 23437d4
Commits
  • 8d6a98c v1.0.9
  • 95c406d [Fix] correct .length computation when partial args exceed function arity
  • 3fea81e [Deps] update call-bind-apply-helpers, es-define-property, get-intrinsic
  • 06a4e21 [Dev Deps] update @ljharb/eslint-config, es-value-fixtures, eslint, `fo...
  • 23437d4 [readme] replace runkit CI badge with shields.io check-runs badge
  • See full diff in compare view

Updates caniuse-lite from 1.0.30001785 to 1.0.30001787

Commits

Updates electron-to-chromium from 1.5.331 to 1.5.335

Commits

Updates es-abstract from 1.24.1 to 1.24.2

Changelog

Sourced from es-abstract's changelog.

1.24.2 / 2026-04-07

  • [Fix] IfAbruptCloseIterator: handle all abrupt completions, not just throw
  • [Robustness] use +x instead of Number(x)
  • [Robustness] use isFinite/parseInt intrinsics, and isNaN helper
  • [Robustness] ensure undefined is undefined
  • [patch] add a TODO to remove an unused helper
  • [Dev Deps] update @ljharb/eslint-config, npmignore
Commits
  • 9c40412 v1.24.2
  • 5f9c0c1 [Robustness] use +x instead of Number(x)
  • 9cb3440 [Fix] IfAbruptCloseIterator: handle all abrupt completions, not just throw
  • 4a61750 [patch] add a TODO to remove an unused helper
  • e69f21a [Robustness] use isFinite/parseInt intrinsics, and isNaN helper
  • ff03c92 [Robustness] ensure undefined is undefined
  • f4fc91c [Dev Deps] update @ljharb/eslint-config, npmignore
  • See full diff in compare view

Updates es-iterator-helpers from 1.3.1 to 1.3.2

Changelog

Sourced from es-iterator-helpers's changelog.

v1.3.2 - 2026-04-09

Commits

  • [Fix] detect missing early-error IteratorClose in native implementations 7de2a9d
  • [Fix] remove invalid expando properties on index files 8416384
  • [Fix] IteratorZip: remove errored iterator from openIters in strict mode 53f4b4a
  • [Fix] filter: add early-error IteratorClose pattern, fix counter increment ordering ef39451
  • [Fix] flatMap: add early-error IteratorClose pattern, fix inner iterator close semantics dc122cc
  • [Fix] drop, flatMap: do not close iterator on IteratorStepValue protocol violation 8761fe6
  • [Fix] drop: add early-error IteratorClose pattern, fix validation ordering f5cc006
  • [Fix] take: add early-error IteratorClose pattern, fix validation ordering fb5db74
  • [Fix] zipKeyed: use Get for property access, fix missing IfAbruptCloseIterators aec8d80
  • [Fix] map: add early-error IteratorClose pattern per latest spec ce222a4
  • [Fix] find: add early-error IteratorClose pattern per latest spec e7cb5e9
  • [Fix] every: add early-error IteratorClose pattern per latest spec 64630cb
  • [Fix] forEach: add early-error IteratorClose pattern per latest spec beb0650
  • [Fix] reduce: add early-error IteratorClose pattern per latest spec 14225ab
  • [Fix] some: add early-error IteratorClose pattern per latest spec 3bf20c3
  • [Fix] includes: allow Infinity/-Infinity for skippedElements 8eddc9e
  • [Fix] GeneratorResumeAbrupt: pass ReturnCompletion to closeIfAbrupt 55dc985
  • [Tests] zipKeyed: work around V8 4.6 (node 5) ownKeys ordering bug in accessor test 309cdc1
  • [Dev Deps] update @es-shims/api, @ljharb/eslint-config 9694b21
  • [Deps] remove unused dep 1089a80
  • [readme] fix markdown formatting 1545d84
  • [Deps] update call-bind 45897c7
  • [readme] document { next: null } Chrome bug and affected versions eee929c
  • [Deps] update es-abstract 7bed3ec
Commits
  • 3cb0e9b v1.3.2
  • 45897c7 [Deps] update call-bind
  • 309cdc1 [Tests] zipKeyed: work around V8 4.6 (node 5) ownKeys ordering bug in acc...
  • 8761fe6 [Fix] drop, flatMap: do not close iterator on IteratorStepValue protoco...
  • 7de2a9d [Fix] detect missing early-error IteratorClose in native implementations
  • eee929c [readme] document { next: null } Chrome bug and affected versions
  • 53f4b4a [Fix] IteratorZip: remove errored iterator from openIters in strict mode
  • aec8d80 [Fix] zipKeyed: use Get for property access, fix missing `IfAbruptCloseIt...
  • 55dc985 [Fix] GeneratorResumeAbrupt: pass ReturnCompletion to closeIfAbrupt
  • e7cb5e9 [Fix] find: add early-error IteratorClose pattern per latest spec
  • Additional commits viewable in compare view

Updates side-channel-list from 1.0.0 to 1.0.1

Changelog

Sourced from side-channel-list's changelog.

[v1.0.1](https://github.com/ljharb/side-channel-list.git

/compare/v1.0.0...v1.0.1) - 2026-04-08

Fixed

Commits

Commits
  • 0d8f74e v1.0.1
  • 9c068e5 [Fix] delete: do not reset the list when deleting the head node of a multi-...
  • 9e79e6b [actions] update workflows
  • 9f0f4b8 [Deps] update object-inspect
  • babf3ca [Deps] update @arethetypeswrong/cli, @ljharb/eslint-config, `@ljharb/tsco...
  • See full diff in compare view

Updates tinyglobby from 0.2.15 to 0.2.16

Release notes

Sourced from tinyglobby's releases.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by @​Torathion
  • Ignore patterns are no longer compiled twice by @​webpro

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
Commits
  • 5779202 release 0.2.16
  • 071954f bump deps once more
  • e541dde do not import the whole fs module
  • 2381b76 fix root being too broad
  • 0addeb9 chore(deps): update all non-major dependencies (#191)
  • 91ac26c chore(deps): update pnpm/action-setup action to v5 (#192)
  • c50558e upgrade picomatch (and everything else)
  • 6185175 chore(deps): update dependency picomatch to v4.0.4 [security] (#193)
  • 49c2b93 enable pnpm trustPolicy
  • bc825c4 chore(deps): update all non-major dependencies (#181)
  • Additional commits viewable in compare view

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

Bumps the main group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.58.0` | `8.58.1` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.58.0` | `8.58.1` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.15` | `2.10.18` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.13` | `1.1.14` |
| [call-bind](https://github.com/ljharb/call-bind) | `1.0.8` | `1.0.9` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001785` | `1.0.30001787` |
| [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) | `1.5.331` | `1.5.335` |
| [es-abstract](https://github.com/ljharb/es-abstract) | `1.24.1` | `1.24.2` |
| [es-iterator-helpers](https://github.com/es-shims/iterator-helpers) | `1.3.1` | `1.3.2` |
| [side-channel-list](https://github.com/ljharb/side-channel-list) | `1.0.0` | `1.0.1` |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.15` | `0.2.16` |


Updates `@typescript-eslint/utils` from 8.58.0 to 8.58.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.58.0 to 8.58.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/visitor-keys)

Updates `baseline-browser-mapping` from 2.10.15 to 2.10.18
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.15...v2.10.18)

Updates `brace-expansion` from 1.1.13 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.14)

Updates `call-bind` from 1.0.8 to 1.0.9
- [Changelog](https://github.com/ljharb/call-bind/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bind@v1.0.8...v1.0.9)

Updates `caniuse-lite` from 1.0.30001785 to 1.0.30001787
- [Commits](browserslist/caniuse-lite@1.0.30001785...1.0.30001787)

Updates `electron-to-chromium` from 1.5.331 to 1.5.335
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.331...v1.5.335)

Updates `es-abstract` from 1.24.1 to 1.24.2
- [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md)
- [Commits](ljharb/es-abstract@v1.24.1...v1.24.2)

Updates `es-iterator-helpers` from 1.3.1 to 1.3.2
- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)
- [Commits](es-shims/iterator-helpers@v1.3.1...v1.3.2)

Updates `side-channel-list` from 1.0.0 to 1.0.1
- [Changelog](https://github.com/ljharb/side-channel-list/blob/main/CHANGELOG.md)
- [Commits](ljharb/side-channel-list@v1.0.0...v1.0.1)

Updates `tinyglobby` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.16)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.58.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.58.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: brace-expansion
  dependency-version: 1.1.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: call-bind
  dependency-version: 1.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001787
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: electron-to-chromium
  dependency-version: 1.5.335
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: es-abstract
  dependency-version: 1.24.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: es-iterator-helpers
  dependency-version: 1.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: side-channel-list
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
- dependency-name: tinyglobby
  dependency-version: 0.2.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@espitsyna
espitsyna merged commit f8c3147 into master Apr 13, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main-637f871b6e branch April 13, 2026 08:44
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant