Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the version-bumps group across 1 directory with 7 updates #1212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the version-bumps group with 7 updates in the /warpgate-web directory:

Package From To
@stylistic/eslint-plugin 2.12.1 2.13.0
typescript-eslint 8.18.2 8.20.0
@fontsource/poppins 5.1.0 5.1.1
eslint 9.17.0 9.18.0
svelte 5.16.0 5.18.0
svelte-check 4.1.1 4.1.4
typescript 5.7.2 5.7.3

Updates @stylistic/eslint-plugin from 2.12.1 to 2.13.0

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v2.13.0

2.13.0 (2025-01-13)

Features

  • key-spacing: add ignoredNodes option (#640) (33ae1f6)
  • no-extra-parens: introduce nestedConditionalExpressions option (#657) (bf63800)
  • padded-blocks: add start and end options (#655) (cf49939)

Bug Fixes

  • indent-binary-ops: correctly handle TypeAliasDeclaration (#647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#644) (d708587)

Documentation

Chores

  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646) (6da7c42)
Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

2.13.0 (2025-01-13)

Features

  • key-spacing: add ignoredNodes option (#640) (33ae1f6)
  • no-extra-parens: introduce nestedConditionalExpressions option (#657) (bf63800)
  • padded-blocks: add start and end options (#655) (cf49939)

Bug Fixes

  • indent-binary-ops: correctly handle TypeAliasDeclaration (#647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#644) (d708587)

Documentation

Chores

  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646) (6da7c42)
Commits
  • ce9c082 chore: release v2.13.0 (main) (#639)
  • d708587 fix(indent-binary-ops): indent on multiline assignment (#644)
  • cf49939 feat(padded-blocks): add start and end options (#655)
  • bf63800 feat(no-extra-parens): introduce nestedConditionalExpressions option (#657)
  • ca2aabc fix(indent-binary-ops): correctly handle TypeAliasDeclaration (#647)
  • 6da7c42 refactor: replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646)
  • eea9267 docs: fix incorrect breadcrumbs (#642)
  • 33ae1f6 feat(key-spacing): add ignoredNodes option (#640)
  • d427d47 docs(indent): fix incorrect option description (#638)
  • See full diff in compare view

Updates typescript-eslint from 8.18.2 to 8.20.0

Release notes

Sourced from typescript-eslint's releases.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

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

v8.19.1

8.19.1 (2025-01-06)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] check array generic type (#10437)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#10543)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#10550)

❤️ Thank You

  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

v8.19.0

8.19.0 (2024-12-30)

🚀 Features

  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)

🩹 Fixes

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.20.0 (2025-01-13)

🚀 Features

  • eslint-plugin: [no-misused-spread] add new rule (#10551)

❤️ Thank You

  • Josh Goldberg ✨

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

8.19.1 (2025-01-06)

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.

8.19.0 (2024-12-30)

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
  • ea6fbea chore(release): publish 8.20.0
  • a175189 docs(typescript-eslint): make jsdoc for config helper function consistent (#1...
  • 04166e0 feat(eslint-plugin): [no-misused-spread] add new rule (#10551)
  • 328b7df chore(release): publish 8.19.1
  • 4f50f64 docs: [return-await] make the rule no longer an extension of ESLint no-return...
  • e19f30f chore(release): publish 8.19.0
  • See full diff in compare view

Updates @fontsource/poppins from 5.1.0 to 5.1.1

Commits

Updates eslint from 9.17.0 to 9.18.0

Release notes

Sourced from eslint's releases.

v9.18.0

Features

  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)

Bug Fixes

  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)

Documentation

  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)
  • c5f3d7d docs: Update README (GitHub Actions Bot)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.18.0 - January 10, 2025

  • c52be85 chore: upgrade to @eslint/[email protected] (#19330) (Francesco Trotta)
  • 362099c chore: package.json update for @​eslint/js release (Jenkins)
  • 9486141 deps: upgrade @eslint/core and @eslint/plugin-kit (#19329) (Francesco Trotta)
  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • 495aa49 chore: extract package name from package.json for public interface (#19314) (루밀LuMir)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • 6fe0e72 chore: update dependency @​eslint/json to ^0.9.0 (#19263) (renovate[bot])
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)

... (truncated)

Commits

Updates svelte from 5.16.0 to 5.18.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: allow \<template> elements to contain any child (#15007)

Patch Changes

  • fix: ensure resume effects are scheduled in topological order (#15012)

  • fix: bump esrap (#15015)

  • fix: remove listener on bind_current_time teardown (#15013)

[email protected]

Patch Changes

  • feat: allow const tag inside svelte:boundary (#14993)

  • fix: ensure signal write invalidation within effects is consistent (#14989)

[email protected]

Patch Changes

  • fix: never consider inert boundary effects (#14999)

  • fix: store access on component destroy (#14968)

  • fix: correctly transform pre with no content (#14973)

  • fix: wrap each block expression in derived to encapsulate effects (#14967)

[email protected]

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

[email protected]

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

[email protected]

Patch Changes

  • fix: remove bindable prop validation (#14946)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.18.0

Minor Changes

  • feat: allow \<template> elements to contain any child (#15007)

Patch Changes

  • fix: ensure resume effects are scheduled in topological order (#15012)

  • fix: bump esrap (#15015)

  • fix: remove listener on bind_current_time teardown (#15013)

5.17.5

Patch Changes

  • feat: allow const tag inside svelte:boundary (#14993)

  • fix: ensure signal write invalidation within effects is consistent (#14989)

5.17.4

Patch Changes

  • fix: never consider inert boundary effects (#14999)

  • fix: store access on component destroy (#14968)

  • fix: correctly transform pre with no content (#14973)

  • fix: wrap each block expression in derived to encapsulate effects (#14967)

5.17.3

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

5.17.2

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

... (truncated)

Commits

Updates svelte-check from 4.1.1 to 4.1.4

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.4

  • fix: don't hoist types/snippets referencing stores or destructured variables (#2661)

svelte-check-4.1.3

  • fix: move snippets to correct place when only module script present

svelte-check-4.1.2

  • feat: support generics attribute for JSDoc (#2624)
  • fix: better snippet/interface hoistability analysis (#2655)
  • chore: TypeScript 5.7 support (#2585)
Commits
  • 2f46701 fix: don't hoist types referencing stores or destructured variables (#2661)
  • 90c9953 fix: Update prettier-options-schema.json (#2658)
  • 52c0d9f fix: move snippets to correct place when only module script present
  • b5ec504 fix: safely access Svelte config during startup
  • d5fbdfe fix: better hoistability analysis (#2655)
  • 931dd85 feat: Semantic document highlight (#1408)
  • 646f2e6 feat: support generics attribute for JSDoc (#2624)
  • 3f2da5d feat: TypeScript 5.7 support (#2585)
  • 1e9cbd3 chore: run Svelte 5 tests in loose parser mode (#2652)
  • 477e76d fix: reword plugin modal options (#2646) (#2647)
  • Additional commits viewable in compare view

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • 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 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 version-bumps group with 7 updates in the /warpgate-web directory:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.12.1` | `2.13.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.2` | `8.20.0` |
| [@fontsource/poppins](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/poppins) | `5.1.0` | `5.1.1` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.16.0` | `5.18.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.1` | `4.1.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



Updates `@stylistic/eslint-plugin` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.13.0/packages/eslint-plugin)

Updates `typescript-eslint` from 8.18.2 to 8.20.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.20.0/packages/typescript-eslint)

Updates `@fontsource/poppins` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/poppins)

Updates `eslint` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.18.0)

Updates `svelte` from 5.16.0 to 5.18.0
- [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/[email protected]/packages/svelte)

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

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: typescript-eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: "@fontsource/poppins"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-bumps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-bumps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-bumps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type/deps Pull requests that update a dependency file label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants