Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps typescript from 5.8.3 to 5.9.3.

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 04:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.86%. Comparing base (95359db) to head (4f250ad).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17168      +/-   ##
==========================================
- Coverage   92.91%   92.86%   -0.06%     
==========================================
  Files         857      868      +11     
  Lines       46609    47821    +1212     
==========================================
+ Hits        43309    44407    +1098     
- Misses       3300     3414     +114     
Flag Coverage Δ
e2e 45.19% <ø> (-0.74%) ⬇️
integration 23.11% <ø> (-0.03%) ⬇️
unit 91.05% <ø> (+<0.01%) ⬆️
unit-migrate 91.10% <ø> (+<0.01%) ⬆️

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.

Copy link

netlify bot commented Oct 1, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4f250ad
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68e8f6fe3965280009023fd1
😎 Deploy Preview https://deploy-preview-17168--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Oct 1, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 4f250ad
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68e8f6fe5785020009da5668

Copy link

netlify bot commented Oct 1, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 4f250ad
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68e8f6ff9ebe2f00083cdfee

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/typescript-5.9.3 branch 10 times, most recently from 8f65263 to 70bb0d9 Compare October 7, 2025 12:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/typescript-5.9.3 branch 4 times, most recently from 1555d68 to bd22f99 Compare October 10, 2025 11:33
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/typescript-5.9.3 branch from bd22f99 to 80e97a0 Compare October 10, 2025 11:34
Signed-off-by: Jens Langhammer <[email protected]>
Copy link
Contributor

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-4f250adbb195918a4a5efa6e6d235fba0ecd29c6
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-4f250adbb195918a4a5efa6e6d235fba0ecd29c6

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant