Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf of githubAug 4, 2025

Bumps the npm-version-updates group with 6 updates:

PackageFromTo
@sveltejs/kit2.26.12.27.0
@types/node20.19.924.2.0
svelte5.37.15.37.3
svelte-check4.3.04.3.1
typescript5.8.35.9.2
typescript-eslint8.38.08.39.0

Updates @sveltejs/kit from 2.26.1 to 2.27.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.27.0

Minor Changes

  • feat: remote functions (#13986)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.27.0

Minor Changes

  • feat: remote functions (#13986)
Commits

Updates @types/node from 20.19.9 to 24.2.0

Commits

Updates svelte from 5.37.1 to 5.37.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: reset attribute cache after setting corresponding property (#16543)

[email protected]

Patch Changes

  • fix: double event processing in firefox due to event object being garbage collected (#16527)

  • fix: add bindable dimension attributes types to SVG and MathML elements (#16525)

  • fix: correctly differentiate static fields before emitting duplicate_class_field (#16526)

  • fix: prevent last_propagated_event from being DCE'd (#16538)

Changelog

Sourced from svelte's changelog.

5.37.3

Patch Changes

  • fix: reset attribute cache after setting corresponding property (#16543)

5.37.2

Patch Changes

  • fix: double event processing in firefox due to event object being garbage collected (#16527)

  • fix: add bindable dimension attributes types to SVG and MathML elements (#16525)

  • fix: correctly differentiate static fields before emitting duplicate_class_field (#16526)

  • fix: prevent last_propagated_event from being DCE'd (#16538)

Commits

Updates svelte-check from 4.3.0 to 4.3.1

Release notes

Sourced from svelte-check's releases.

svelte-check-4.3.1

fix: handle object literal in MustacheTag (sveltejs/language-tools#2805)

Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.38.0 to 8.39.0

Release notes

Sourced from typescript-eslint's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

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

Commits

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 npm-version-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.26.1` | `2.27.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.9` | `24.2.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.37.1` | `5.37.3` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.0` | `4.3.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.38.0` | `8.39.0` | Updates `@sveltejs/kit` from 2.26.1 to 2.27.0 - [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/[email protected]/packages/kit) Updates `@types/node` from 20.19.9 to 24.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `svelte` from 5.37.1 to 5.37.3 - [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.3.0 to 4.3.1 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](sveltejs/language-tools@svelte-check-4.3.0...svelte-check-4.3.1) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) Updates `typescript-eslint` from 8.38.0 to 8.39.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.39.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: "@types/node" dependency-version: 24.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-version-updates - dependency-name: svelte dependency-version: 5.37.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-version-updates - dependency-name: svelte-check dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-version-updates - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates - dependency-name: typescript-eslint dependency-version: 8.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabotdependabotbot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf of githubAug 11, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabotdependabotbot closed this Aug 11, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/npm-version-updates-4691a012b9 branch August 11, 2025 17:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant