Skip to content

web: Fix missing TypeScript dependency when running make for first time.#15502

Merged
GirlBossRush merged 2 commits intomainfrom
fix-link-install
Jul 14, 2025
Merged

web: Fix missing TypeScript dependency when running make for first time.#15502
GirlBossRush merged 2 commits intomainfrom
fix-link-install

Conversation

@GirlBossRush
Copy link
Contributor

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@GirlBossRush GirlBossRush requested a review from a team as a code owner July 10, 2025 13:08
@netlify
Copy link

netlify bot commented Jul 10, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 8664639
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68713e820db5cf000703e149

@netlify
Copy link

netlify bot commented Jul 10, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 8664639
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68713e824a91b10008aed8ac

@netlify
Copy link

netlify bot commented Jul 10, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 8664639
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68713e82c24f5c00081576ca

@codecov
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.01%. Comparing base (a1f9ff8) to head (8664639).
Report is 37 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15502   +/-   ##
=======================================
  Coverage   93.01%   93.01%           
=======================================
  Files         824      824           
  Lines       42819    42819           
=======================================
  Hits        39826    39826           
  Misses       2993     2993           
Flag Coverage Δ
e2e 47.48% <ø> (+<0.01%) ⬆️
integration 24.19% <ø> (+<0.01%) ⬆️
unit 91.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 10, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-86646396321d4aa94770498db0054f1210cf6642
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-86646396321d4aa94770498db0054f1210cf6642

Afterwards, run the upgrade commands from the latest release notes.

Co-authored-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
@GirlBossRush GirlBossRush requested a review from BeryJu July 11, 2025 16:44
@GirlBossRush GirlBossRush merged commit 3ba1691 into main Jul 14, 2025
107 checks passed
@GirlBossRush GirlBossRush deleted the fix-link-install branch July 14, 2025 15:40
tanberry pushed a commit to stazio/authentik that referenced this pull request Jul 24, 2025
…me. (goauthentik#15502)

* web: Fix missing TypeScript dependency when running make for first time.

Co-authored-by: Connor Peshek <connor@connorpeshek.me>

* Update Makefile

Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>

---------

Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Co-authored-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants