root: do not require backend approval for npm workspace dependencies#18738
Merged
root: do not require backend approval for npm workspace dependencies#18738
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
BeryJu
approved these changes
Dec 11, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18738 +/- ##
=======================================
Coverage 93.21% 93.21%
=======================================
Files 946 946
Lines 51768 51768
=======================================
+ Hits 48257 48258 +1
+ Misses 3511 3510 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-cbd3f8f97227773b9df799578c6ca9118b53a807
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-cbd3f8f97227773b9df799578c6ca9118b53a807Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
added a commit
that referenced
this pull request
Dec 11, 2025
* main: (69 commits) website/docs: fix incorrect menu reference in data exports doc (#18752) translate: Updates for project authentik and language zh-Hans (#18756) translate: Updates for project authentik and language tr_TR (#18758) translate: Updates for project authentik and language fi_FI (#18759) translate: Updates for project authentik and language pl_PL (#18754) translate: Updates for project authentik and language ru_RU (#18745) translate: Updates for project authentik and language ko_KR (#18760) translate: Updates for project authentik and language ja_JP (#18755) translate: Updates for project authentik and language de_DE (#18749) translate: Updates for project authentik and language nl_NL (#18751) translate: Updates for project authentik and language pt_BR (#18746) translate: Updates for project authentik and language es_ES (#18748) translate: Updates for project authentik and language it_IT (#18750) translate: Updates for project authentik and language cs_CZ (#18753) translate: Updates for project authentik and language fr_FR (#18747) stages/identification: Add WebAuthn conditional UI (passkey autofill) support (#18377) api: allow configuring default page_size and max_page_size (#18165) root: do not require backend approval for npm workspace dependencies (#18738) outpost/proxyv2: more tests, fix pg password with spaces, and existing session on restart (#18211) web: bump @types/guacamole-common-js from 1.5.4 to 1.5.5 in /web (#18717) ...
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.
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)