-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update all non-major dependencies #1116
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
January 15, 2024 12:01
651f556
to
b3658cb
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: frontend/package-lock.json
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
8 times, most recently
from
January 23, 2024 07:12
ecdcff9
to
7d76aae
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
January 31, 2024 17:16
618c186
to
fd543b2
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
February 1, 2024 22:48
4ad209d
to
eaa9c84
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
October 9, 2024 12:25
7af1cf1
to
ff20f99
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
October 18, 2024 17:19
3ab0796
to
848d7d8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
October 23, 2024 11:44
82cb363
to
de9d62f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
October 30, 2024 14:55
2dc5595
to
84b337e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 6, 2024 14:07
a29d369
to
d130770
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 11, 2024 15:21
d130770
to
a157ee1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
0.1.3
->0.5.1
==1.3.1
->==1.3.2
1.7.4
->1.7.7
==24.3.0
->==24.10.0
==2.1.1
->==2.2.0
==0.109.1
->==0.115.4
==7.0.0
->==7.1.1
==0.27.0
->==0.27.2
==0.17.0
->==0.19.0
==1.10.0
->==1.13.0
3.46.0
->3.53.0
==2.9.9
->==2.9.10
==3.20.0
->==3.21.0
==2.5.3
->==2.9.2
==2.14.6
->==2.26.0
==2.14.6
->==2.26.0
==2.8.0
->==2.9.0
==2.32.0
->==2.32.3
==4.7.2
->==4.8.2
^0.26.0
->^0.27.0
==0.29.0
->==0.32.0
Release Notes
vuejs/tsconfig (@vue/tsconfig)
v0.5.1
Compare Source
v0.5.0
Compare Source
v0.4.0
Compare Source
v0.3.2
Compare Source
v0.3.1
Compare Source
v0.3.0
Compare Source
v0.2.0
Compare Source
lepture/authlib (authlib)
v1.3.2
: Version 1.3.2Compare Source
quote
client id and secret.unquote
basic auth header for authorization server.axios/axios (axios)
v1.7.7
Compare Source
Bug Fixes
Contributors to this release
v1.7.6
Compare Source
Bug Fixes
Contributors to this release
v1.7.5
Compare Source
Bug Fixes
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b)Contributors to this release
psf/black (black)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
v24.8.0
Compare Source
Stable style
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
linked. This improves the PyPI listing for Black. (#4345)
Parser
multiline string (#4339)
(#4401)
\{
inside f-strings very well (#4422)(#4423)
Performance
.gitignore
(#4415)Blackd
v24.4.2
Compare Source
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
Parser
Performance
v24.4.1
Compare Source
Highlights
Stable style
Parser
by PEP 696 (#4327)
Integrations
git archive
is skipped (#4313)v24.4.0
Compare Source
Stable style
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long.(#4269)
Integrations
use_pyproject
to the GitHub Actionpsf/black
. This will read theBlack version from
pyproject.toml
. (#4294)JoshData/python-email-validator (email-validator)
v2.2.0
Compare Source
normalized
field). In particular, it is possible to get a normalized address with a ";" character, which is not valid and could change the interpretation of the address. Local parts now re-validated after Unicode NFC normalization to ensure that invalid characters cannot be injected into the normalized address and that characters with length-increasing NFC normalizations cannot cause a local part to exceed the maximum length after normalization. Thanks to khanh@calif.io from https://calif.io for reporting the issue.My Name <address@domain>
strings, i.e. a display name plus an email address in angle brackets, is now available. It is off by default.v2.1.2
Compare Source
fastapi/fastapi (fastapi)
v0.115.4
Compare Source
Refactors
python-multipart
for compatibility with newer version. PR #12627 by @tiangolo.Docs
docs/fr/docs/tutorial/body.md
. PR #12596 by @kantandane.docs/fr/docs/tutorial/debugging.md
. PR #12595 by @kantandane.docs/fr/docs/tutorial/query-params-str-validations.md
. PR #12591 by @kantandane.docs/fr/docs/tutorial/query-params.md
. PR #12589 by @kantandane.docs/en/tutorial/body-fields.md
. PR #12588 by @lucaromagnoli.docs/de/docs/tutorial/response-status-code.md
. PR #12585 by @abejaranoh.docs/en/docs/tutorial/body.md
. PR #12586 by @lucaromagnoli.docs/en/docs/advanced/behind-a-proxy.md
. PR #12583 by @imjuanleonard.docs/pl/docs/tutorial/first-steps.md
. PR #12584 by @sebkozlo.docs/en/docs/advanced/middleware.md
. PR #12582 by @montanarograziano.docs/en/docs/advanced/additional-status-codes.md
. PR #12577 by @krishnamadhavan.docs/en/docs/advanced/advanced-dependencies.md
. PR #12578 by @krishnamadhavan.docs/en/docs/advanced/additional-responses.md
. PR #12576 by @krishnamadhavan.docs/en/docs/tutorial/static-files.md
. PR #12575 by @lucaromagnoli.docs/en/docs/advanced/async-tests.md
. PR #12568 by @krishnamadhavan.docs/pt/docs/advanced/behind-a-proxy.md
. PR #12563 by @asmioglou.docs/de/docs/advanced/security/http-basic-auth.md
. PR #12561 by @Nimitha-jagadeesha.docs/en/docs/tutorial/background-tasks.md
. PR #12559 by @FarhanAliRaza.docs/fr/docs/python-types.md
. PR #12558 by @Ismailtlem.docs/en/docs/how-to/graphql.md
. PR #12564 by @philipokiokio.docs/en/docs/how-to/extending-openapi.md
. PR #12562 by @philipokiokio.docs/en/docs/how-to/configure-swagger-ui.md
. PR #12556 by @tiangolo.docs/en/docs/how-to/separate-openapi-schemas.md
. PR #12555 by @tiangolo.docs/en/docs/advanced/security/http-basic-auth.md
. PR #12553 by @tiangolo.docs/en/docs/tutorial/first-steps.md
. PR #12552 by @tiangolo.docs/en/docs/python-types.md
. PR #12551 by @tiangolo.Translations
docs/de/docs/advanced/async-tests.md
. PR #12567 by @imjuanleonard.docs/pt/docs/tutorial/sql-databases.md
. PR #12530 by @ilacftemp.docs/ko/docs/benchmarks.md
. PR #12540 by @Limsunoh.docs/pt/docs/how-to/separate-openapi-schemas.md
. PR #12518 by @ilacftemp.docs/zh-hant/docs/deployment/index.md
. PR #12521 by @codingjenny.docs/zh-hant/docs/deployment/cloud.md
. PR #12522 by @codingjenny.docs/zh-hant/docs/how-to/index.md
. PR #12523 by @codingjenny.docs/zh-hant/docs/tutorial/index.md
. PR #12524 by @codingjenny.docs/zh-hant/docs/how-to/index.md
. PR #12468 by @codingjenny.docs/zh-hant/docs/tutorial/index.md
. PR #12466 by @codingjenny.docs/pt/docs/tutorial/header-param-models.md
. PR #12437 by @Joao-Pedro-P-Holanda.docs/pt/docs/how-to/extending-openapi.md
. PR #12470 by @ilacftemp.docs/pt/docs/advanced/dataclasses.md
. PR #12475 by @leoscarlato.docs/pt/docs/how-to/custom-request-and-route.md
. PR #12483 by @devfernandoa.Internal
v0.115.3
Compare Source
Upgrades
>=0.40.0,<0.42.0
. PR #12469 by @defnull.Docs
Translations
docs/zh-hant/docs/fastapi-cli.md
. PR #12444 by @codingjenny.docs/zh-hant/docs/deployment/index.md
. PR #12439 by @codingjenny.docs/pt/docs/how-to/testing-database.md
. PR #12472 by @GuilhermeRameh.docs/pt/docs/how-to/custom-docs-ui-assets.md
. PR #12473 by @devluisrodrigues.docs/pt/docs/advanced/response-headers.md
. PR #12458 by @leonardopaloschi.docs/zh-hant/docs/deployment/cloud.md
. PR #12440 by @codingjenny.docs/pt/docs/python-types.md
. PR #12428 by @ceb10n.docs/ru/docs/environment-variables.md
. PR #12436 by @wisderfin.docs/zh-hant/docs/resources/index.md
. PR #12443 by @codingjenny.docs/zh-hant/docs/about/index.md
. PR #12438 by @codingjenny.docs/pt/docs/tutorial/query-param-models.md
. PR #12414 by @ceb10n.docs/pt/docs/deployment.md
. PR #12427 by @ceb10n.docs/pt/docs/tutorial/body-updates.md
. PR #12381 by @andersonrocha0.docs/pt/docs/advanced/response-cookies.md
. PR #12417 by @Paulofalcao2002.Internal
v0.115.2
Compare Source
Upgrades
>=0.37.2,<0.41.0
. PR #12431 by @tiangolo.v0.115.1
Compare Source
Fixes
Required
shadowing from fastapi using Pydantic v2. PR #12197 by @pachewise.Refactors
python-multipart
. PR #12407 by @tiangolo.Docs
base_path
formdx_include
Markdown extension in MkDocs. PR #12391 by @tiangolo.docs/project-generation.md
. PR #12274 by @kayqueGovetri.Translations
docs/pt/docs/tutorial/cookie-param-models.md
. PR #12298 by @ceb10n.docs/pt/docs/how-to/graphql.md
. PR #12215 by @AnandaCampelo.docs/pt/docs/advanced/security/oauth2-scopes.md
. PR #12263 by @ceb10n.docs/pt/docs/deployment/concepts.md
. PR #12219 by @marcelomarkus.docs/pt/docs/how-to/conditional-openapi.md
. PR #12221 by @marcelomarkus.docs/pt/docs/advanced/response-directly.md
. PR #12266 by @Joao-Pedro-P-Holanda.docs/pt/docs/tutorial/cookie-params.md
. PR #12297 by @ceb10n.docs/ko/docs/tutorial/index.md
. PR #12278 by @kkotipy.docs/pt/docs/advanced/security/http-basic-auth.md
. PR #12275 by @andersonrocha0.docs/pt/docs/deployment/cloud.md
. PR #12217 by @marcelomarkus.docs/es/docs/python-types.md
. PR #12235 by @JavierSanchezCastro.docs/nl/docs/environment-variables.md
. PR #12200 by @maxscheijen.docs/pt/docs/deployment/manually.md
. PR #12210 by @JoaoGustavoRogel.docs/pt/docs/deployment/server-workers.md
. PR #12220 by @marcelomarkus.docs/pt/docs/how-to/configure-swagger-ui.md
. PR #12222 by @marcelomarkus.Internal
sponsors_badge.yml
. PR #12404 by @tiangolo.v0.115.0
Compare Source
Highlights
Now you can declare
Query
,Header
, andCookie
parameters with Pydantic models. 🎉Query
Parameter ModelsUse Pydantic models for
Query
parameters:Read the new docs: Query Parameter Models.
Header
Parameter ModelsUse Pydantic models for
Header
parameters:Read the new docs: Header Parameter Models.
Cookie
Parameter ModelsUse Pydantic models for
Cookie
parameters:Read the new docs: Cookie Parameter Models.
Forbid Extra Query (Cookie, Header) Parameters
Use Pydantic models to restrict extra values for
Query
parameters (also applies toHeader
andCookie
parameters).To achieve it, use Pydantic's
model_config = {"extra": "forbid"}
:This applies to
Query
,Header
, andCookie
parameters, read the new docs:Features
Query
,Cookie
,Header
. PR #12199 by @tiangolo.Translations
docs/pt/docs/advanced/security/http-basic-auth.md
. PR #12195 by @ceb10n.Internal
v0.114.2
Compare Source
Fixes
alias
. PR #12194 by @Wurstnase.Translations
docs/pt/docs/tutorial/request-form-models.md
. PR #12175 by @ceb10n.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.