Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the minor-and-patch-updates group with 9 updates:

Package From To
@testing-library/svelte 5.2.9 5.2.10
@ukic/fonts 3.2.5 3.2.6
@ukic/web-components 3.15.0 3.16.0
@vitest/coverage-v8 4.0.15 4.0.16
jsdom 27.1.0 27.3.0
svelte-check 4.3.4 4.3.5
typescript-eslint 8.49.0 8.50.0
vite 7.2.7 7.3.0
vitest 4.0.15 4.0.16

Updates @testing-library/svelte from 5.2.9 to 5.2.10

Release notes

Sourced from @​testing-library/svelte's releases.

v5.2.10

5.2.10 (2025-12-20)

Bug Fixes

Commits
Maintainer changes

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


Updates @ukic/fonts from 3.2.5 to 3.2.6

Changelog

Sourced from @​ukic/fonts's changelog.

3.2.6 (2025-12-16)

Note: Version bump only for package @​ukic/fonts

Commits
Maintainer changes

This version was pushed to npm by gchqdeveloper847, a new releaser for @​ukic/fonts since your current version.


Updates @ukic/web-components from 3.15.0 to 3.16.0

Changelog

Sourced from @​ukic/web-components's changelog.

3.16.0 (2025-12-16)

Bug Fixes

  • web-components: add dark mode to ic-toast and implement border design (4df9fd1)
  • web-components: fix top navigation group labels overflowing (c1bfddc), closes #3696
  • web-components: improve ic-input reflow behaviour (9fab7b5)
  • web-components: scope class names and styling of ic-radio-option to prevent CSS leakage (9dd5b97), closes #4068

Features

  • web-components: add copyright-text prop to footer to change the content of the copyright (3da21c0), closes #4048
Commits
  • e79d55a chore(release): [ci skip] components publish
  • 0e0aa58 refactor(web-components): fix css lint issues
  • ed20e7d chore(web-components): update lint scope to specify components
  • 4df9fd1 fix(web-components): add dark mode to ic-toast and implement border design
  • 9fab7b5 fix(web-components): improve ic-input reflow behaviour
  • 3da21c0 feat(web-components): add copyright-text prop to footer to change the content...
  • d8c556c chore(web-components): remove unused args from stories
  • 9dd5b97 fix(web-components): scope class names and styling of ic-radio-option to prev...
  • c1bfddc fix(web-components): fix top navigation group labels overflowing
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by gchqdeveloper847, a new releaser for @​ukic/web-components since your current version.


Updates @vitest/coverage-v8 from 4.0.15 to 4.0.16

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates jsdom from 27.1.0 to 27.3.0

Release notes

Sourced from jsdom's releases.

Version 27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)

Version 27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Changelog

Sourced from jsdom's changelog.

27.3.0

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)

27.2.0

  • Added CSSGroupingRule, CSSNestedDeclarations, CSSConditionRule, CSSContainerRule, CSSScopeRule, CSSSupportsRule, CSSLayerBlockRule, and CSSLayerStatementRule to jsdom Windows. (acemir)
  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
  • Fixed @import-ed stylesheets to be properly exposed to CSSOM, and not to overwrite the sheet created from the <link> or <style> element. (acemir)
Commits
  • 56b75c2 Version 27.3.0
  • decdb95 Update dependencies and dev dependencies
  • 542b1a6 CSSOM improvements
  • b0805a9 Version 27.2.0
  • 3e07e1e Update dependencies and dev dependencies
  • 931aabe Various CSSOM improvements
  • 70741da Add failing tests for border shorthand property parsing
  • b282400 Update @​acemir/cssom dependency
  • See full diff in compare view

Updates svelte-check from 4.3.4 to 4.3.5

Release notes

Sourced from svelte-check's releases.

[email protected]

Patch Changes

  • fix: ensure await-block type is preserved in the latest Svelte version (#2895)
Commits
  • 63a22b8 Version Packages (#2896)
  • d0562f9 perf: only create objects for completion items for svelte syntax once (#2900)
  • 96e8ca8 fix(syntax): sveltejs ts highlighting when trailing type alias misses semicol...
  • 910437c fix: add some limit to store auto-import (#2909)
  • 383e689 perf: optimize path normalization (#2907)
  • 7985299 perf: avoid global completion in component start tag (#2904)
  • 35a3390 chore: skip document symbols timeout in test (#2903)
  • fae32d3 perf: optimize module resolution cache invalidation check (#2902)
  • b640868 [perf]: early return in getCompletions if in style or script tag (#2899)
  • b6ebbd8 fix: ensure await-block type is preserved in the latest Svelte version (#2895)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.49.0 to 8.50.0

Release notes

Sourced from typescript-eslint's releases.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

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

Changelog

Sourced from typescript-eslint's changelog.

8.50.0 (2025-12-15)

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

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

Commits

Updates vite from 7.2.7 to 7.3.0

Release notes

Sourced from vite's releases.

v7.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.3.0 (2025-12-15)

Features

  • deps: update esbuild from ^0.25.0 to ^0.27.0 (#21183) (cff26ec)
Commits

Updates vitest from 4.0.15 to 4.0.16

Release notes

Sourced from vitest's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b46d744 chore: release v4.0.16
  • 84a3062 fix(browser): string formatting bug when including placeholders in console.lo...
  • f7f6aa8 fix: log deprecated test.poolOptions if it's set (#9226)
  • 568513c fix: allow inlining fully dynamic import (#9137)
  • 5d26b87 fix(experimental): export setupEnvironment for custom pools (#9187)
  • f17eb42 refactor: avoid using isFileServingAllowed from Vite (#9160)
  • 78cfbf9 fix: avoid crashing on process.versions stub (#9174)
  • da0ade2 fix: fix browser mode default testTimeout back to 15 seconds (#9167)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 minor-and-patch-updates group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.2.9` | `5.2.10` |
| [@ukic/fonts](https://github.com/mi6/ic-ui-kit/tree/HEAD/packages/fonts) | `3.2.5` | `3.2.6` |
| [@ukic/web-components](https://github.com/mi6/ic-ui-kit/tree/HEAD/packages/web-components) | `3.15.0` | `3.16.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.15` | `4.0.16` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.1.0` | `27.3.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.4` | `4.3.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.49.0` | `8.50.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.7` | `7.3.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.15` | `4.0.16` |


Updates `@testing-library/svelte` from 5.2.9 to 5.2.10
- [Release notes](https://github.com/testing-library/svelte-testing-library/releases)
- [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/svelte-testing-library/compare/@testing-library/[email protected]...@testing-library/[email protected])

Updates `@ukic/fonts` from 3.2.5 to 3.2.6
- [Changelog](https://github.com/mi6/ic-ui-kit/blob/main/packages/fonts/CHANGELOG.md)
- [Commits](https://github.com/mi6/ic-ui-kit/commits/@ukic/[email protected]/packages/fonts)

Updates `@ukic/web-components` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/mi6/ic-ui-kit/blob/main/packages/web-components/CHANGELOG.md)
- [Commits](https://github.com/mi6/ic-ui-kit/commits/@ukic/[email protected]/packages/web-components)

Updates `@vitest/coverage-v8` from 4.0.15 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/packages/coverage-v8)

Updates `jsdom` from 27.1.0 to 27.3.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@27.1.0...27.3.0)

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

Updates `typescript-eslint` from 8.49.0 to 8.50.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.50.0/packages/typescript-eslint)

Updates `vite` from 7.2.7 to 7.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@testing-library/svelte"
  dependency-version: 5.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@ukic/fonts"
  dependency-version: 3.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@ukic/web-components"
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: jsdom
  dependency-version: 27.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: svelte-check
  dependency-version: 4.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: typescript-eslint
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: vitest
  dependency-version: 4.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant