Skip to content

Bump the all-dependencies group across 1 directory with 9 updates#16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-9f85f9d24c
Open

Bump the all-dependencies group across 1 directory with 9 updates#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-9f85f9d24c

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the all-dependencies group with 9 updates in the / directory:

Package From To
@floating-ui/dom 1.7.4 1.7.6
@se-oss/delay 1.0.0 1.1.0
eventemitter3 5.0.1 5.0.4
ky 1.14.2 1.14.3
preact 10.28.1 10.29.1
@shahrad/eslint-config 1.0.1 1.1.0
@types/chrome 0.1.32 0.1.39
prettier 3.7.4 3.8.1
vitest 4.0.16 4.1.2

Updates @floating-ui/dom from 1.7.4 to 1.7.6

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.7.6

Patch Changes

  • fix(types): ensure Platform type contains detectOverflow type
  • perf: bundle and runtime improvements
  • feat(autoUpdate): allow not passing a floating element
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
Changelog

Sourced from @​floating-ui/dom's changelog.

1.7.6

Patch Changes

  • fix(types): ensure Platform type contains detectOverflow type
  • perf: bundle and runtime improvements
  • feat(autoUpdate): allow not passing a floating element
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5

1.7.5

Patch Changes

  • Update dependencies: @floating-ui/core@1.7.4
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​floating-ui/dom since your current version.


Updates @se-oss/delay from 1.0.0 to 1.1.0

Release notes

Sourced from @​se-oss/delay's releases.

v1.1.0

Minor Changes

  • 2a95b94: Add stats option to return execution drift.
Changelog

Sourced from @​se-oss/delay's changelog.

1.1.0

Minor Changes

  • 2a95b94: Add stats option to return execution drift.
Commits
  • e13a47f chore(release): version package (#10)
  • 2a95b94 feat: add stats option to return execution drift
  • c821f3e chore: initialize changesets for version management
  • See full diff in compare view

Updates eventemitter3 from 5.0.1 to 5.0.4

Release notes

Sourced from eventemitter3's releases.

5.0.4

Bug fixes

  • Restored TypeScript type definitions to their pre-5.0.2 state (92fb3c66, 71ab64b6).

5.0.3

Bug fixes

  • Fixed TypeScript type definitions (#282).

5.0.2

Bug fixes

  • Fixed type definitions for ESM import (#279).
Commits
  • b0144e9 [dist] 5.0.4
  • 92fb3c6 Revert "[ts] Fix type definitions for ESM import (#279)"
  • 71ab64b Revert "[ts] Fix TypeScript type definitions (#282)"
  • d84265a [dist] 5.0.3
  • 7ec84d9 [ts] Fix TypeScript type definitions (#282)
  • 7b6aef8 [dist] 5.0.2
  • f5552f8 [doc] Remove reference to a script that no longer exists
  • 9d10e6f [pkg] Remove unused dependency
  • c1507bf [ci] Update actions/setup-node action to v6
  • 08f8450 [ci] Update actions/checkout action to v5
  • Additional commits viewable in compare view

Updates ky from 1.14.2 to 1.14.3

Release notes

Sourced from ky's releases.

v1.14.3

  • Fix empty context object being added to merged json body d7f7e73

sindresorhus/ky@v1.14.2...v1.14.3

Commits

Updates preact from 10.28.1 to 10.29.1

Release notes

Sourced from preact's releases.

10.29.1

Fixes

Maintenance

10.29.0

Features

Fixes

Performance

10.28.4

Fixes

Performance

10.28.3

Fixes

Maintenance

... (truncated)

Commits
  • 4dc9b50 10.29.1 (#5071)
  • 0560f9a Create a unique event-clock for each Preact instance on a page. (#5068)
  • cda06de Fix incorrect DOM order with conditional ContextProvider and inner keys (#506...
  • c859700 fix: Remove postinstall script for playwright setup (#5063)
  • 110966a Merge pull request #5060 from preactjs/playwright
  • 20a9be1 chore: speed up tests by using playwright instead of webdriverio
  • dacefd5 Merge pull request #5059 from preactjs/jsx-migrate2
  • 2a61642 chore: migrate remaining .js -> .jsx files
  • 71ecde6 Merge pull request #5058 from preactjs/jsx-tests
  • cd1c4af chore: rename *.js -> *.jsx when JSX is used
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @shahrad/eslint-config from 1.0.1 to 1.1.0

Release notes

Sourced from @​shahrad/eslint-config's releases.

v1.1.0

1.1.0 (2026-02-24)

Features

Changelog

Sourced from @​shahrad/eslint-config's changelog.

1.1.0 (2026-02-24)

Features

Commits

Updates @types/chrome from 0.1.32 to 0.1.39

Commits

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates vitest from 4.0.16 to 4.1.2

Release notes

Sourced from vitest's releases.

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Vitest 4.1 is out!

... (truncated)

Commits
  • fc6f482 chore: release v4.1.2
  • 6f97b55 feat: disable colors if agent is detected (#9851)
  • b3c992c fix(coverage): correct coverageConfigDefaults values and types (#9940)
  • 7c06598 fix: ensure sequential mock/unmock resolution (#9830)
  • f54abad chore: add typo-checker skill and fix typos (#9963)
  • 7aa9377 fix: don't resolve setupFiles from parent directory (#9960)
  • 1f2d318 chore: release v4.1.1
  • ebfde79 refactor: rename matchesTagsFilter to matchesTags (#9956)
  • 5611500 feat(experimental): introduce experimental.vcsProvider (#9928)
  • eec53d9 feat(experimental): expose matchesTagsFilter to test if the current filter ...
  • 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 all-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.7.6` |
| [@se-oss/delay](https://github.com/shahradelahi/ts-delay) | `1.0.0` | `1.1.0` |
| [eventemitter3](https://github.com/primus/eventemitter3) | `5.0.1` | `5.0.4` |
| [ky](https://github.com/sindresorhus/ky) | `1.14.2` | `1.14.3` |
| [preact](https://github.com/preactjs/preact) | `10.28.1` | `10.29.1` |
| [@shahrad/eslint-config](https://github.com/shahradelahi/eslint-config) | `1.0.1` | `1.1.0` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.32` | `0.1.39` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.1.2` |



Updates `@floating-ui/dom` from 1.7.4 to 1.7.6
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.6/packages/dom)

Updates `@se-oss/delay` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/shahradelahi/ts-delay/releases)
- [Changelog](https://github.com/shahradelahi/ts-delay/blob/main/CHANGELOG.md)
- [Commits](shahradelahi/ts-delay@v1.0.0...v1.1.0)

Updates `eventemitter3` from 5.0.1 to 5.0.4
- [Release notes](https://github.com/primus/eventemitter3/releases)
- [Commits](primus/eventemitter3@5.0.1...5.0.4)

Updates `ky` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.14.2...v1.14.3)

Updates `preact` from 10.28.1 to 10.29.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.28.1...10.29.1)

Updates `@shahrad/eslint-config` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/shahradelahi/eslint-config/releases)
- [Changelog](https://github.com/shahradelahi/eslint-config/blob/main/CHANGELOG.md)
- [Commits](shahradelahi/eslint-config@v1.0.1...v1.1.0)

Updates `@types/chrome` from 0.1.32 to 0.1.39
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

Updates `vitest` from 4.0.16 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@se-oss/delay"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eventemitter3
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ky
  dependency-version: 1.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: preact
  dependency-version: 10.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@shahrad/eslint-config"
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/chrome"
  dependency-version: 0.1.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 3, 2026
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.

0 participants