-
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
fix(deps): update all non-major dependencies #1116
Conversation
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
|
ecdcff9
to
7d76aae
Compare
618c186
to
fd543b2
Compare
4ad209d
to
eaa9c84
Compare
04adbfd
to
d6faf61
Compare
2d516b9
to
ef5bb14
Compare
2093608
to
a863b8a
Compare
a863b8a
to
8e0b1cb
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quality Gate passed for 'nr-forests-access-management_admin'Issues Measures |
This PR contains the following updates:
^0.5.1
->^0.7.0
==1.3.1
->==1.3.2
1.7.4
->1.7.9
==24.3.0
->==24.10.0
==43.0.1
->==43.0.3
==2.1.1
->==2.2.0
==0.109.1
->==0.115.6
==7.0.0
->==7.1.1
==0.27.0
->==0.28.1
==0.17.0
->==0.19.0
==1.10.0
->==1.13.0
3.46.0
->3.53.0
3.53.1
==2.9.9
->==2.9.10
==3.20.0
->==3.21.0
==2.5.3
->==2.10.3
2.10.4
==2.14.6
->==2.27.1
2.27.2
==2.14.6
->==2.27.1
2.27.2
==2.8.0
->==2.10.1
3.12
->3.13
==2.32.0
->==2.32.3
==2.32.2
->==2.32.3
==4.7.2
->==4.9.0
^0.26.0
->^0.27.0
0.28.0
==0.29.0
->==0.32.1
0.34.0
(+1)Release Notes
vuejs/tsconfig (@vue/tsconfig)
v0.7.0
Compare Source
Breaking Changes
skipLibCheck: false
intsconfig.lib.json
[cee76cf]
Full Changelog: vuejs/tsconfig@v0.6.0...v0.7.0
v0.6.0
Compare Source
Notable Changes
allowImportingTsExtensions
[27fa57b]
moduleDetection
toforce
[6355fab]
Full Changelog: vuejs/tsconfig@v0.5.1...v0.6.0
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.9
Compare Source
Reverts
Contributors to this release
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Contributors to this release
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)pyca/cryptography (cryptography)
v43.0.3
Compare Source
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.6
Compare Source
Fixes
yield
. PR #5823 by @sombek.Refactors
Docs
docs/de/docs/advanced/using-request-directly.md
. PR #12685 by @alissadb.docs/de/docs/how-to/conditional-openapi.md
. PR #12689 by @alissadb.Translations
docs/zh-hant/docs/async.md
. PR #12990 by @ILoveSorasakiHina.docs/zh-hant/docs/tutorial/query-param-models.md
. PR #12932 by @Vincy1230.docs/ko/docs/advanced/testing-dependencies.md
. PR #12992 by @Limsunoh.docs/ko/docs/advanced/websockets.md
. PR #12991 by @kwang1215.docs/pt/docs/tutorial/response-model.md
. PR #12933 by @AndreBBM.docs/ko/docs/advanced/middlewares.md
. PR #12753 by @nahyunkeem.docs/ko/docs/advanced/openapi-webhooks.md
. PR #12752 by @saeye.docs/zh/docs/tutorial/query-param-models.md
. PR #12931 by @Vincy1230.docs/ru/docs/tutorial/query-param-models.md
. PR #12445 by @gitgernit.docs/ko/docs/tutorial/query-param-models.md
. PR #12940 by @jts8257.docs/zh/docs/tutorial/sql-databases.md
, it references files that are no longer on the repo. PR #12949 by @tiangolo.Internal
v0.115.5
Compare Source
Refactors
Docs
docs/en/docs/tutorial/body.md
. PR #12757 by @gsheni.docs/en/docs/advanced/testing-dependencies.md
. PR #12647 by @AyushSinghal1794.docs/en/docs/tutorial/metadata.md
. PR #12773 by @Nimitha-jagadeesha.docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
. PR #12045 by @xuvjso.docs/en/docs/tutorial/dependencies/global-dependencies.md
. PR #12653 by @vishnuvskvkl.docs/en/docs/tutorial/body-updates.md
. PR #12712 by @davioc.docs/en/docs/tutorial/header-param-models.md
. PR #12814 by @zhaohan-dong.contributing.md
docs, include note to not translate this page. PR #12841 by @tiangolo.docs/en/docs/tutorial/request-forms.md
. PR #12648 by @vishnuvskvkl.docs/en/docs/tutorial/request-form-models.md
. PR #12649 by @vishnuvskvkl.docs/en/docs/tutorial/security/oauth2-jwt.md
. PR #12650 by @OCE1960.docs/vi/docs/tutorial/first-steps.md
. PR #12754 by @MxPy.docs/pt/docs/advanced/wsgi.md
. PR #12769 by @Nimitha-jagadeesha.docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
. PR #12815 by @handabaldeep.docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
. PR #12813 by @handabaldeep.docs/en/docs/tutorial/middleware.md
. PR #12819 by @alejsdev.docs/en/docs/tutorial/security/get-current-user.md
. PR #12645 by @OCE1960.docs/en/docs/tutorial/security/first-steps.md
. PR #12643 by @OCE1960.docs/de/docs/advanced/additional-responses.md
. PR #12821 by @zhaohan-dong.docs/en/docs/advanced/generate-clients.md
. PR #12642 by @AyushSinghal1794.docs/zh/docs/advanced/additional-responses.md
. PR #12828 by @zhaohan-dong.docs/en/docs/tutorial/path-params-numeric-validations.md
. PR #12825 by @zhaohan-dong.docs/en/docs/advanced/testing-websockets.md
. PR #12761 by @hamidrasti.docs/en/docs/advanced/using-request-directly.md
. PR #12760 by @hamidrasti.docs/advanced/wsgi.md
. PR #12758 by @hamidrasti.docs/de/docs/tutorial/middleware.md
. PR #12729 by @paintdog.docs/en/docs/tutorial/schema-extra-example.md
. PR #12822 by @tiangolo.docs/fr/docs/advanced/additional-responses.md
. PR #12634 by @fegmorte.docs/fr/docs/advanced/path-operation-advanced-configuration.md
. PR #12633 by @kantandane.docs/fr/docs/advanced/response-directly.md
. PR #12632 by @kantandane.docs/en/docs/tutorial/header-params.md
. PR #12640 by @vishnuvskvkl.docs/en/docs/tutorial/cookie-param-models.md
. PR #12639 by @vishnuvskvkl.docs/en/docs/tutorial/extra-models.md
. PR #12638 by @vishnuvskvkl.docs/en/docs/tutorial/cors.md
. PR #12637 by @vishnuvskvkl.docs/en/docs/tutorial/dependencies/sub-dependencies.md
. PR #12810 by @handabaldeep.docs/en/docs/tutorial/body-nested-models.md
. PR #12812 by @zhaohan-dong.docs/en/docs/tutorial/path-operation-configuration.md
. PR #12809 by @AlexWendland.docs/en/docs/tutorial/request-files.md
. PR #12818 by @zhaohan-dong.docs/en/docs/tutorial/query-param-models.md
. PR #12817 by @handabaldeep.docs/en/docs/tutorial/path-params.md
. PR #12811 by @AlexWendland.docs/en/docs/tutorial/response-model.md
. PR #12621 by @kantandane.docs/en/docs/advanced/websockets.md
. PR #12606 by @vishnuvskvkl.docs/en/docs/tutorial/cookie-params.md
. PR #12808 by @handabaldeep.docs/en/docs/tutorial/middleware.md
. PR #12807 by @AlexWendland.docs/en/docs/advanced/sub-applications.md
. PR #12806 by @zhaohan-dong.docs/en/docs/advanced/response-headers.md
. PR #12805 by @zhaohan-dong.docs/fr/docs/tutorial/first-steps.md
. PR #12594 by @kantandane.docs/en/docs/advanced/response-cookies.md
. PR #12804 by @zhaohan-dong.docs/en/docs/advanced/path-operation-advanced-configuration.md
. PR #12802 by @zhaohan-dong.docs/en/docs/advanced/response-directly.md
. PR #12803 by @handabaldeep.docs/zh/docs/tutorial/background-tasks.md
. PR #12798 by @zhaohan-dong.docs/de/docs/tutorial/body-multiple-params.md
. PR #12699 by @alissadb.docs/em/docs/tutorial/body-updates.md
. PR #12799 by @AlexWendland.docs/en/docs/advanced/response-change-status-code.md
. PR #12801 by @handabaldeep.docs/en/docs/advanced/openapi-callbacks.md
. PR #12800 by @handabaldeep.docs/fr/docs/tutorial/body-multiple-params.md
. PR #12598 by @kantandane.docs/en/docs/tutorial/body-multiple-params.md
. PR #12593 by @Tashanam-Shahbaz.docs/pt/docs/tutorial/background-tasks.md
. PR #12736 by @bhunao.docs/en/docs/advanced/custom-response.md
. PR #12797 by @handabaldeep.docs/pt/docs/python-types.md
. PR #12671 by @ceb10n.docs/de/docs/python-types.md
. PR #12660 by @alissadb.docs/de/docs/advanced/dataclasses.md
. PR #12658 by @alissadb.docs/fr/docs/tutorial/path-params.md
. PR #12592 by @kantandane.docs/de/docs/how-to/configure-swagger-ui.md
. PR #12690 by @alissadb.docs/en/docs/advanced/security/oauth2-scopes.md
. PR [#12572](https://redirect.github.com/fastapi/fastapi/puConfiguration
📅 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.