Bump the "dependencies" group with 2 updates across multiple ecosystems#112
Merged
Conversation
Bumps the dependencies group in /frontend with 4 updates: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@sveltejs/kit` from 2.60.1 to 2.61.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.61.1/packages/kit) Updates `eslint-plugin-svelte` from 3.17.1 to 3.18.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.18.0/packages/eslint-plugin-svelte) Updates `svelte` from 5.55.9 to 5.55.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.55.10/packages/svelte) Updates `typescript-eslint` from 8.59.4 to 8.60.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.60.0/packages/typescript-eslint) Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [starlette](https://github.com/Kludex/starlette) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.136.1...0.136.3) Updates `sqlalchemy` from 2.0.49 to 2.0.50 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `starlette` from 1.0.1 to 1.2.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.0.1...1.2.0) Updates `uvicorn` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.47.0...0.48.0) --- updated-dependencies: - dependency-name: "@sveltejs/kit" dependency-version: 2.61.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-svelte dependency-version: 3.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: svelte dependency-version: 5.55.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sqlalchemy dependency-version: 2.0.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: starlette dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group in /frontend with 4 updates: @sveltejs/kit, eslint-plugin-svelte, svelte and typescript-eslint.
Updates
@sveltejs/kitfrom 2.60.1 to 2.61.1Release notes
Sourced from @sveltejs/kit's releases.
Changelog
Sourced from @sveltejs/kit's changelog.
Commits
b714743Version Packages (#15904)131fdc7fix: regression where routes starting and ending with a route group are not f...4f961abVersion Packages (#15853)1817da0fix: supportexactOptionalPropertyTypesfor optional route params (#15825)8feb2afchore: dedupe replacer code (#15877)95ca921fix: remove Content-Length dependency in binary form deserialization (#15796)e75024cfeat: LiveQuery self-iterability (#15878)0cc67d9fix: avoid build warnings about undefined hooks on Windows (#15895)1949057chore(prefetch): disable link prefetching on slow internet connections (#15885)69b5787fix: prefer the default error page when failing to decode the URL pathname (#...Updates
eslint-plugin-sveltefrom 3.17.1 to 3.18.0Release notes
Sourced from eslint-plugin-svelte's releases.
Changelog
Sourced from eslint-plugin-svelte's changelog.
Commits
fc83a38chore: release eslint-plugin-svelte (#1535)d3043d3feat: addprefer-derived-over-derived-byrule (#1531)aa8fe83feat(no-navigation-without-resolve): recognizing nullish TS types as allowed ...f110d75feat: addno-nested-style-tagrule (#1530)Updates
sveltefrom 5.55.9 to 5.55.10Release notes
Sourced from svelte's releases.
Changelog
Sourced from svelte's changelog.
Commits
0bb715dVersion Packages (#18255)4953860chore: remove unused class property (#18307)638ab37fix: prevent batch unlinking twice (#18303)0da9f9efix: disallow effect creation afterawait(#18299)d4be4e2chore: ensure treeshaking test runs during CI (#18302)e705369fix: propagate async@constblockers through closure references (#18309)ec08dbcfix: only unlink batch if we're done with it (#18298)b40c359fix: don't assume boundary exists during increment/decrement (#18289)c01e598fix: avoid waterfall-warning when async resolves to same value (#18297)070a0c4Revert "perf: use Set instead of Array for constant lookups in utils.js" (#18...Updates
typescript-eslintfrom 8.59.4 to 8.60.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
f891c29chore(release): publish 8.60.0Bumps the dependencies group with 4 updates: fastapi, sqlalchemy, starlette and uvicorn.
Updates
fastapifrom 0.136.1 to 0.136.3Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
8206485🔖 Release version 0.136.3c910e01📝 Update release notes063b5bf♻️ Do not accept underscore headers when usingconvert_underscores=True(th...22b02e2🔖 Release version 0.136.23b252a2📝 Update release notesc7fb785♻️ Validate Server Sent Event fields to avoid applications from sending broke...cb83b83📝 Update release notes00f805c✅ Update tests, don't double dispose the engine (#15587)3675137📝 Update release notes7b57e42📝 Document--entrypointCLI option (#15464)Updates
sqlalchemyfrom 2.0.49 to 2.0.50Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
starlettefrom 1.0.1 to 1.2.0Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
4060987Version 1.2.0 (#3300)1e289caMigrate docs deploy from Cloudflare Pages to Workers Static Assets (#3282)100f05aAddhttpx2as a dev dependency (#3295)508023bSupport httpx2 in the test client (#3291)a4ff83bVersion 1.1.0 (#3289)fd53168Reject absolute paths inStaticFiles.lookup_path(#3287)e3f9722Only dispatch standard HTTP verbs inHTTPEndpoint(#3286)348f86dUse"application/octet-stream"as theFileResponsemedia type fallback (#...Updates
uvicornfrom 0.47.0 to 0.48.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
73e84e5Version 0.48.0 (#2951)45ea116Ignore duplicate forwarding headers inProxyHeadersMiddleware(#2944)dd4394cchore(deps): bump idna from 3.11 to 3.15 (#2941)abe0781Defaultssl_cipherstoNoneand use OpenSSL defaults (#2940)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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