-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
web: bump typescript from 5.8.3 to 5.9.3 in /web #17168
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
8f65263
to
70bb0d9
Compare
1555d68
to
bd22f99
Compare
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]>
bd22f99
to
80e97a0
Compare
Signed-off-by: Jens Langhammer <[email protected]>
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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 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-4f250adbb195918a4a5efa6e6d235fba0ecd29c6 Afterwards, run the upgrade commands from the latest release notes. |
Bumps typescript from 5.8.3 to 5.9.3.
Release notes
Sourced from typescript's releases.
Commits
31a0ead
Don't compare "missing" toundefined
incompareProperties
under `exactOpt...d4b15eb
Enhance type argument completions (#62170)83ff202
Bump the github-actions group across 1 directory with 2 updates (#62507)e350126
Port microsoft/typescript-go#1764 (#62510)97610a8
Port microsoft/typescript-go#1757 (#62501)1cd5309
Port microsoft/typescript-go#1759 (#62502)5f183ad
Revert PR 61928 (#62423)6f6efb4
Disable conditional exports fallbacks onnull
values (#62483)96acaa5
Remove no-default-lib (#62435)904e7dd
EnablenoUncheckedSideEffectImports
by default (#62443)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)