Skip to content

chore(deps): bump the minor-and-patch-updates group with 10 updates#106

Merged
GCHQDeveloper81 merged 4 commits into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-updates-5797995fd4
May 19, 2025
Merged

chore(deps): bump the minor-and-patch-updates group with 10 updates#106
GCHQDeveloper81 merged 4 commits into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-updates-5797995fd4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
@sveltejs/kit 2.20.8 2.21.1
@tailwindcss/vite 4.1.6 4.1.7
@ukic/web-components 3.1.0 3.2.0
eslint 9.26.0 9.27.0
eslint-plugin-svelte 3.5.1 3.8.1
prettier-plugin-svelte 3.3.3 3.4.0
svelte 5.28.2 5.30.2
svelte-check 4.1.7 4.2.1
tailwindcss 4.1.6 4.1.7
typescript-eslint 8.32.0 8.32.1

Updates @sveltejs/kit from 2.20.8 to 2.21.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.21.1

Patch Changes

  • chore: clarify which functions handleFetch affects (#13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#13790)

@​sveltejs/kit@​2.21.0

Minor Changes

  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#13684)

Patch Changes

  • chore: remove import-meta-resolve dependency (#13629)

  • fix: remove component code from server nodes that are never used for SSR (#13684)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.21.1

Patch Changes

  • chore: clarify which functions handleFetch affects (#13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#13790)

2.21.0

Minor Changes

  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#13684)

Patch Changes

  • chore: remove import-meta-resolve dependency (#13629)

  • fix: remove component code from server nodes that are never used for SSR (#13684)

Commits

Updates @tailwindcss/vite from 4.1.6 to 4.1.7

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.7

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#18025)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.7] - 2025-05-15

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#18025)
Commits

Updates @ukic/web-components from 3.1.0 to 3.2.0

Changelog

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

3.2.0 (2025-05-14)

Bug Fixes

  • web-components: added dynamic min-height to alert based on content and theme (48cd223)
  • web-components: dialogs at narrow width/high zoom fix (7af4fc9), closes #3432
  • web-components: fix ic-navigation-item slotted badge and icon positioning (6417ded)
  • web-components: fix length validation message in ic-textfield component (bb18bdd)
  • web-components: fix select loading state bugs (bcb1fe8)
  • web-components: fix spacing between title and subtitle/adornment on clickable vertical cards (8602883)
  • web-components: fixes issue updating props (3250d4b)
  • web-components: fixes issue with colors of buttons and toggle buttons (160c3ea)
  • web-components: update nav group aria-expanded to work correctly on top nav (a76a91a), closes [.#1873](https://github.com/./issues/1873)
  • web-components: update to dark mode colours for status and version tags in mobile navigation (4ca0755)

Features

  • web-components: added setFocus method to skip-link (b6069af)
  • web-components: minor feat for v3 (6fd1ae3)
Commits
  • e084fa8 chore(release): [ci skip] components publish
  • 6632113 Merge pull request #3434 from mi6/2691-ic-top-navigation---slotted-badge-on-n...
  • c6ae715 Merge pull request #3513 from mi6/3485-new-guidance-site-homepage-with-ic-ale...
  • 3250d4b fix(web-components): fixes issue updating props
  • 48cd223 fix(web-components): added dynamic min-height to alert based on content and t...
  • 4d9eecd docs(web-components): add typescript type import guidance to readme
  • 6417ded fix(web-components): fix ic-navigation-item slotted badge and icon positioning
  • 8f5d788 Merge pull request #3509 from mi6/2003-select-unable-to-leave-loading-state-w...
  • 7dd0180 Merge pull request #3523 from mi6/3491-add-a-setfocus-method-to-the-ic-skip-link
  • b6069af feat(web-components): added setFocus method to skip-link
  • Additional commits viewable in compare view

Updates eslint from 9.26.0 to 9.27.0

Release notes

Sourced from eslint's releases.

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)
Commits

Updates eslint-plugin-svelte from 3.5.1 to 3.8.1

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.8.1

Patch Changes

eslint-plugin-svelte@3.8.0

Minor Changes

eslint-plugin-svelte@3.7.0

Minor Changes

eslint-plugin-svelte@3.6.0

Minor Changes

Patch Changes

Commits

Updates prettier-plugin-svelte from 3.3.3 to 3.4.0

Commits

Updates svelte from 5.28.2 to 5.30.2

Release notes

Sourced from svelte's releases.

svelte@5.30.2

Patch Changes

  • fix: falsy attachments types (#15939)

  • fix: handle more hydration mismatches (#15851)

svelte@5.30.1

Patch Changes

  • fix: add typeParams to SnippetBlock for legacy parser (#15921)

svelte@5.30.0

Minor Changes

  • feat: allow generics on snippets (#15915)

svelte@5.29.0

Minor Changes

svelte@5.28.7

Patch Changes

  • fix: remove unncessary guards that require CSP privilege when removing event attributes (#15846)

  • fix: rewrite destructuring logic to handle iterators (#15813)

svelte@5.28.6

Patch Changes

  • fix: use transform.read for ownership_validator.mutation array (#15848)

  • fix: don't redeclare $slots (#15849)

svelte@5.28.5

Patch Changes

  • fix: proxify the value in assignment shorthands to the private field (#15862)

  • fix: more frequently update bind:buffered to actual value (#15874)

svelte@5.28.4

Patch Changes

  • fix: treat nullish expression as empty string (#15901)

  • fix: prevent invalid BigInt calls from blowing up at compile time (#15900)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.30.2

Patch Changes

  • fix: falsy attachments types (#15939)

  • fix: handle more hydration mismatches (#15851)

5.30.1

Patch Changes

  • fix: add typeParams to SnippetBlock for legacy parser (#15921)

5.30.0

Minor Changes

  • feat: allow generics on snippets (#15915)

5.29.0

Minor Changes

5.28.7

Patch Changes

  • fix: remove unncessary guards that require CSP privilege when removing event attributes (#15846)

  • fix: rewrite destructuring logic to handle iterators (#15813)

5.28.6

Patch Changes

  • fix: use transform.read for ownership_validator.mutation array (#15848)

  • fix: don't redeclare $slots (#15849)

5.28.5

Patch Changes

  • fix: proxify the value in assignment shorthands to the private field (#15862)

  • fix: more frequently update bind:buffered to actual value (#15874)

... (truncated)

Commits

Updates svelte-check from 4.1.7 to 4.2.1

Release notes

Sourced from svelte-check's releases.

svelte-check-4.2.1

  • feat: support generics on snippets (#2761)

svelte-check-4.2.0

  • feat: support attachments (#2760)
  • fix: deduplicate definition for rune-mode components (#2759)
Commits

Updates tailwindcss from 4.1.6 to 4.1.7

Release notes

Sourced from tailwindcss's releases.

v4.1.7

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#18025)
Changelog

Sourced from tailwindcss's changelog.

[4.1.7] - 2025-05-15

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#18025)
Commits

Updates typescript-eslint from 8.32.0 to 8.32.1

Release notes

Sourced from typescript-eslint's releases.

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.32.1 (2025-05-12)

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
  • af077a0 chore(release): publish 8.32.1
  • b2be3dc chore: simplify tsconfig setup using configDir (#11136)
  • aeb7402 chore(ast-spec): finish migrating to vitest (

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

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.20.8` | `2.21.1` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.6` | `4.1.7` |
| [@ukic/web-components](https://github.com/mi6/ic-ui-kit/tree/HEAD/packages/web-components) | `3.1.0` | `3.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.26.0` | `9.27.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `3.5.1` | `3.8.1` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.3.3` | `3.4.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.28.2` | `5.30.2` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.7` | `4.2.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.6` | `4.1.7` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.0` | `8.32.1` |


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

Updates `@tailwindcss/vite` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.7/packages/@tailwindcss-vite)

Updates `@ukic/web-components` from 3.1.0 to 3.2.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/web-components@3.2.0/packages/web-components)

Updates `eslint` from 9.26.0 to 9.27.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.26.0...v9.27.0)

Updates `eslint-plugin-svelte` from 3.5.1 to 3.8.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.5.1...eslint-plugin-svelte@3.8.1)

Updates `prettier-plugin-svelte` from 3.3.3 to 3.4.0
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)

Updates `svelte` from 5.28.2 to 5.30.2
- [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.30.2/packages/svelte)

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

Updates `tailwindcss` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.7/packages/tailwindcss)

Updates `typescript-eslint` from 8.32.0 to 8.32.1
- [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.32.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@ukic/web-components"
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: eslint
  dependency-version: 9.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: prettier-plugin-svelte
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: svelte
  dependency-version: 5.30.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: svelte-check
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: tailwindcss
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: typescript-eslint
  dependency-version: 8.32.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>

it('has a ring when focussed', async () => {
filterField.focus();
await fireEvent.focus(filterField);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not use native DOM API directly as the testing library isn't guaranteed to pick up on the change (in this case, something along those lines obviously changed in Svelte to cause this test to start failing)

@GCHQDeveloper81 GCHQDeveloper81 merged commit 2d04200 into main May 19, 2025
8 checks passed
@GCHQDeveloper81 GCHQDeveloper81 deleted the dependabot/npm_and_yarn/minor-and-patch-updates-5797995fd4 branch May 19, 2025 10:44
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