Skip to content

web: bump types (merge branch)#18735

Merged
GirlBossRush merged 4 commits intomainfrom
dependabot/npm_and_yarn/web/packages/core/types/node-25.0.0
Dec 12, 2025
Merged

web: bump types (merge branch)#18735
GirlBossRush merged 4 commits intomainfrom
dependabot/npm_and_yarn/web/packages/core/types/node-25.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

Bumps @types/node from 24.10.3 to 25.0.0.

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)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.3 to 25.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2025 04:23
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2025
@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 82af68c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693b3cb626e8380008ac1d91
😎 Deploy Preview https://deploy-preview-18735--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.

@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 82af68c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693b3cb602c84e00089cf7e2
😎 Deploy Preview https://deploy-preview-18735--authentik-docs.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.

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.23%. Comparing base (3d9632c) to head (82af68c).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18735      +/-   ##
==========================================
+ Coverage   92.46%   93.23%   +0.77%     
==========================================
  Files         946      946              
  Lines       51862    51862              
==========================================
+ Hits        47954    48354     +400     
+ Misses       3908     3508     -400     
Flag Coverage Δ
e2e 44.77% <ø> (+<0.01%) ⬆️
integration 23.28% <ø> (?)
unit 91.47% <ø> (+<0.01%) ⬆️
unit-migrate 91.51% <ø> (+10.58%) ⬆️

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.

@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 82af68c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693b3cb65e1a620008f07949
😎 Deploy Preview https://deploy-preview-18735--authentik-integrations.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.

@GirlBossRush GirlBossRush requested review from a team as code owners December 11, 2025 13:30
indexName: "goauthentik",
appId: "36ROD0O0FV",
apiKey: "727db511300ca9aec5425645bbbddfb5",
contextualSearch: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested by @BeryJu

@GirlBossRush GirlBossRush changed the title web: bump @types/node from 24.10.3 to 25.0.0 in /web/packages/core web: bump types (merge branch) Dec 11, 2025
@github-actions
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-82af68c78669afda2c9dd5e29241b27340709e5c
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-82af68c78669afda2c9dd5e29241b27340709e5c

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2025

A newer version of @​types/node exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@GirlBossRush GirlBossRush merged commit 55ab2f1 into main Dec 12, 2025
98 checks passed
@GirlBossRush GirlBossRush deleted the dependabot/npm_and_yarn/web/packages/core/types/node-25.0.0 branch December 12, 2025 13:22
kensternberg-authentik added a commit that referenced this pull request Dec 12, 2025
* main:
  web/admin: fix typo in PolicyAccessView (#18789)
  translate: Updates for project authentik and language fr_FR (#18788)
  core: bump goauthentik/fips-debian from `dea09c4` to `07f41ce` (#18778)
  admin/files: cache expensive generated URLs (#18784)
  ci: bump actions/cache from 4.3.0 to 5.0.0 (#18779)
  ci: bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#18780)
  core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26 (#18770)
  core: bump selenium/standalone-chromium from 142.0 to 143.0 in /tests/e2e (#18772)
  web: bump types (merge branch) (#18735)
  ci: generate typescript api client for release too (#18761)
  website/integrations: wazuh: Change exchange key generation to 64 bytes (#18769)
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.

2 participants