Skip to content

chore(deps-dev): bump the dev-tooling group across 1 directory with 15 updates - #1882

Merged
juanresendiz813 merged 1 commit into
developmentfrom
dependabot/npm_and_yarn/saiku-ui/dev-tooling-a575394d29
Aug 24, 2026
Merged

chore(deps-dev): bump the dev-tooling group across 1 directory with 15 updates#1882
juanresendiz813 merged 1 commit into
developmentfrom
dependabot/npm_and_yarn/saiku-ui/dev-tooling-a575394d29

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-tooling group with 14 updates in the /saiku-ui directory:

Package From To
@antithesishq/bombadil 0.6.1 0.7.0
@storybook/addon-a11y 10.5.7 10.5.10
@storybook/addon-docs 10.5.7 10.5.10
@storybook/sveltekit 10.5.7 10.5.10
@sveltejs/kit 2.70.2 2.70.3
eslint 10.8.1 10.9.0
eslint-plugin-svelte 3.22.0 3.23.0
globals 17.9.0 17.11.0
happy-dom 20.11.2 20.11.6
prettier-plugin-tailwindcss 0.7.4 0.8.1
svelte 5.56.8 5.56.10
svelte-check 4.7.5 4.7.6
vite 8.2.1 8.2.2
vitest 4.1.10 4.1.11

Updates @antithesishq/bombadil from 0.6.1 to 0.7.0

Release notes

Sourced from @​antithesishq/bombadil's releases.

v0.7.0

Major updates:

  • Publish docker image to docker hub on release (#262)
  • Improve integration with Antithesis environment and fuzzer (#257)
  • Add --cookie option for browser testing (#232, #256)

Minor updates:

  • Add curl to docker image (#258)
  • Add configurable quiescence for terminal drain (#240)

Bug fixes:

  • Drop dangling ./random export from npm package (#259)
  • Pass generation through with action to discard stale ones (#260)
  • Fix stack overflow/growing violations (#247)
  • Fix npm package build in CI (#237)
  • Fix README broken links (#229)
  • Fix terminal --reproduce bug (#226)

Breaking changes:

  • Introduce action templates system and remove randomness from JS runtime (#233, #234, #235)

Internal:

  • Use flat-vec tree for markup (#248)
  • Stop manually passing target/rustflags in Nix (#245)
  • Separate example specs and improve caching (#239)
  • Add nix-build-push helper for prewarming cachix (#238)
  • Port property tests to Hegel (#227)
  • Split up schema modules (#225)

Migration notes:

  • Action generators no longer directly use randomness in JS/TS to produce concrete Action values --- instead they declaratively describe the ranges of random values in actions, producing ActionTemplate values.

    Templates are generally parameterized with [number, number] or StringGenerator (see types here), e.g.:

    { Click: { point: { x: [0, 100], y: [200, 300] }, ... } }

    You may still use constants if you don't want Bombadil to generate

... (truncated)

Changelog

Sourced from @​antithesishq/bombadil's changelog.

0.7.0

Major updates:

  • Publish docker image to docker hub on release (#262)
  • Improve integration with Antithesis environment and fuzzer (#257)
  • Add --cookie option for browser testing (#232, #256)

Minor updates:

  • Add curl to docker image (#258)
  • Add configurable quiescence for terminal drain (#240)

Bug fixes:

  • Drop dangling ./random export from npm package (#259)
  • Pass generation through with action to discard stale ones (#260)
  • Fix stack overflow/growing violations (#247)
  • Fix npm package build in CI (#237)
  • Fix README broken links (#229)
  • Fix terminal --reproduce bug (#226)

Breaking changes:

  • Introduce action templates system and remove randomness from JS runtime (#233, #234, #235)

Internal:

  • Use flat-vec tree for markup (#248)
  • Stop manually passing target/rustflags in Nix (#245)
  • Separate example specs and improve caching (#239)
  • Add nix-build-push helper for prewarming cachix (#238)
  • Port property tests to Hegel (#227)
  • Split up schema modules (#225)

Migration notes:

  • Action generators no longer directly use randomness in JS/TS to produce concrete Action values --- instead they declaratively describe the ranges of random values in actions, producing ActionTemplate values.

    Templates are generally parameterized with [number, number] or StringGenerator (see types here), e.g.:

    { Click: { point: { x: [0, 100], y: [200, 300] }, ... } }

... (truncated)

Commits
  • ffab0eb release v0.7.0 (#264)
  • 22a94db Update docs for upcoming 0.7.0 version (#263)
  • 1d2c138 Publish docker image to docker hub on release (#262)
  • f3582f6 fix: drop dangling ./random export from npm package (#259)
  • 89904fc fix: pass generation through with action to discard stale ones (#260)
  • ddf7942 feat: add curl to docker image (#258)
  • 0ad57e9 feat: improve integration with Antithesis environment and fuzzer (#257)
  • ee3ec4d Extend --cookie to accept Set-Cookie syntax (#256)
  • 405d45a render: use flat-vec tree for markup (#248)
  • cfdfb84 eval: fix stack overflow/growing violations (#247)
  • Additional commits viewable in compare view

Updates @storybook/addon-a11y from 10.5.7 to 10.5.10

Release notes

Sourced from @​storybook/addon-a11y's releases.

v10.5.10

10.5.10

v10.5.9

10.5.9

v10.5.8

10.5.8

Changelog

Sourced from @​storybook/addon-a11y's changelog.

10.5.10

10.5.9

10.5.8

Commits
  • a2db752 Bump version from "10.5.9" to "10.5.10" [skip ci]
  • 8f56104 Bump version from "10.5.8" to "10.5.9" [skip ci]
  • 6ef7d1a Bump version from "10.5.7" to "10.5.8" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-docs from 10.5.7 to 10.5.10

Release notes

Sourced from @​storybook/addon-docs's releases.

v10.5.10

10.5.10

v10.5.9

10.5.9

v10.5.8

10.5.8

Changelog

Sourced from @​storybook/addon-docs's changelog.

10.5.10

10.5.9

10.5.8

Commits
  • a2db752 Bump version from "10.5.9" to "10.5.10" [skip ci]
  • 8f56104 Bump version from "10.5.8" to "10.5.9" [skip ci]
  • 6ef7d1a Bump version from "10.5.7" to "10.5.8" [skip ci]
  • See full diff in compare view

Updates @storybook/sveltekit from 10.5.7 to 10.5.10

Release notes

Sourced from @​storybook/sveltekit's releases.

v10.5.10

10.5.10

v10.5.9

10.5.9

v10.5.8

10.5.8

Changelog

Sourced from @​storybook/sveltekit's changelog.

10.5.10

10.5.9

10.5.8

Commits
  • a2db752 Bump version from "10.5.9" to "10.5.10" [skip ci]
  • 8f56104 Bump version from "10.5.8" to "10.5.9" [skip ci]
  • 6ef7d1a Bump version from "10.5.7" to "10.5.8" [skip ci]
  • See full diff in compare view

Updates @sveltejs/kit from 2.70.2 to 2.70.3

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.70.3

Patch Changes

  • fix: avoid eagerly reading $app/state dependencies during module initialization (b61018d)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.70.3

Patch Changes

  • fix: avoid eagerly reading $app/state dependencies during module initialization (b61018d)
Commits

Updates eslint from 10.8.1 to 10.9.0

Release notes

Sourced from eslint's releases.

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])
Commits

Updates eslint-plugin-svelte from 3.22.0 to 3.23.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.23.0

Minor Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

3.23.0

Minor Changes

Commits

Updates globals from 17.9.0 to 17.11.0

Release notes

Sourced from globals's releases.

v17.11.0

  • Add react-native globals (#337) 61eafbf

sindresorhus/globals@v17.10.0...v17.11.0

v17.10.0

  • Add GM_cookie to Greasemonkey globals (#349) f468407

sindresorhus/globals@v17.9.0...v17.10.0

Commits

Updates happy-dom from 20.11.2 to 20.11.6

Release notes

Sourced from happy-dom's releases.

v20.11.6

👷‍♂️ Patch fixes

v20.11.5

👷‍♂️ Patch fixes

  • Allow explicit element types for querySelector (e.g. querySelector<HTMLInputElement>(".my-input")) - By @​cyphercodes

v20.11.4

👷‍♂️ Patch fixes

  • Fixes the CORS check fetch() to match origins instead of host and protocol - By @​rexxars in task #1490

v20.11.3

👷‍♂️ Patch fixes

Commits

Updates prettier-plugin-tailwindcss from 0.7.4 to 0.8.1

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.8.1

Fixed

  • Don't remove escape sequences when sorting classes in JavaScript string literals, which could produce invalid code in Vue attribute expressions (#461)
  • Restore class sorting in Svelte markup and dynamic class={...} expressions when using prettier-plugin-svelte v4 (#462)

v0.8.0

Changed

  • Require at least Prettier 3.7.x (#420)

Added

  • Export public sorting APIs to /sorter (#438)

Fixed

  • Remove top-level await (#420)
  • Improve load-time performance (#420)
  • Improve config resolution caching with directory-based cache (#432)
  • Load compatible plugins on demand and tighten plugin detection (#437)
  • Load v3/v4 modules only when needed (#439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#440)
  • Remove unused deps (#441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#442)
  • Skip visiting non-node children (#443)
  • Optimize whitespace-only class detection (#429)
  • Fix v3 config loading with Jiti re-exports (#448)
  • Collapse whitespace in template literals with adjacent quasis (#427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#428)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.8.1] - 2026-07-15

Fixed

  • Don't remove escape sequences when sorting classes in JavaScript string literals, which could produce invalid code in Vue attribute expressions (#461)
  • Restore class sorting in Svelte markup and dynamic class={...} expressions when using prettier-plugin-svelte v4 (#462)

[0.8.0] - 2026-04-27

Changed

  • Require at least Prettier 3.7.x (#420)

Added

  • Export public sorting APIs to /sorter (#438)

Fixed

  • Remove top-level await (#420)
  • Improve load-time performance (#420)
  • Improve config resolution caching with directory-based cache (#432)
  • Load compatible plugins on demand and tighten plugin detection (#437)
  • Load v3/v4 modules only when needed (#439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#440)
  • Remove unused ...

    Description has been truncated

…5 updates

Bumps the dev-tooling group with 14 updates in the /saiku-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@antithesishq/bombadil](https://github.com/antithesishq/bombadil) | `0.6.1` | `0.7.0` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.5.7` | `10.5.10` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.5.7` | `10.5.10` |
| [@storybook/sveltekit](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/sveltekit) | `10.5.7` | `10.5.10` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.70.2` | `2.70.3` |
| [eslint](https://github.com/eslint/eslint) | `10.8.1` | `10.9.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte) | `3.22.0` | `3.23.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.9.0` | `17.11.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.11.2` | `20.11.6` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.7.4` | `0.8.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.56.8` | `5.56.10` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.7.5` | `4.7.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |



Updates `@antithesishq/bombadil` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/antithesishq/bombadil/releases)
- [Changelog](https://github.com/antithesishq/bombadil/blob/main/CHANGELOG.md)
- [Commits](antithesishq/bombadil@v0.6.1...v0.7.0)

Updates `@storybook/addon-a11y` from 10.5.7 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.5.7 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/addons/docs)

Updates `@storybook/sveltekit` from 10.5.7 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/frameworks/sveltekit)

Updates `@sveltejs/kit` from 2.70.2 to 2.70.3
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/version-3/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.70.3/packages/kit)

Updates `eslint` from 10.8.1 to 10.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.1...v10.9.0)

Updates `eslint-plugin-svelte` from 3.22.0 to 3.23.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/commits/eslint-plugin-svelte@3.23.0/packages/eslint-plugin-svelte)

Updates `globals` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.9.0...v17.11.0)

Updates `happy-dom` from 20.11.2 to 20.11.6
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.11.2...v20.11.6)

Updates `prettier-plugin-tailwindcss` from 0.7.4 to 0.8.1
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.7.4...v0.8.1)

Updates `storybook` from 10.5.7 to 10.5.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.10/code/core)

Updates `svelte` from 5.56.8 to 5.56.10
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.10/packages/svelte)

Updates `svelte-check` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.7.5...svelte-check@4.7.6)

Updates `vite` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@antithesishq/bombadil"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: "@storybook/sveltekit"
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.70.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: eslint
  dependency-version: 10.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: globals
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: happy-dom
  dependency-version: 20.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-tooling
- dependency-name: storybook
  dependency-version: 10.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: svelte
  dependency-version: 5.56.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: svelte-check
  dependency-version: 4.7.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm Dependabot: npm ecosystem (saiku-ui) labels Aug 24, 2026
@juanresendiz813
juanresendiz813 merged commit f768c7f into development Aug 24, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/saiku-ui/dev-tooling-a575394d29 branch August 24, 2026 21:57
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 npm Dependabot: npm ecosystem (saiku-ui)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant