Skip to content

web: bump chromedriver from 136.0.3 to 138.0.3 in /web#15767

Merged
BeryJu merged 2 commits intomainfrom
dependabot/npm_and_yarn/web/chromedriver-138.0.3
Jul 24, 2025
Merged

web: bump chromedriver from 136.0.3 to 138.0.3 in /web#15767
BeryJu merged 2 commits intomainfrom
dependabot/npm_and_yarn/web/chromedriver-138.0.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2025

Bumps chromedriver from 136.0.3 to 138.0.3.

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 [chromedriver](https://github.com/giggio/node-chromedriver) from 136.0.3 to 138.0.3.
- [Commits](giggio/node-chromedriver@136.0.3...138.0.3)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-version: 138.0.3
  dependency-type: direct:development
  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 Jul 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 24, 2025 04:41
@netlify
Copy link

netlify bot commented Jul 24, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 8116c5c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68822052f3897d00086b8314

@netlify
Copy link

netlify bot commented Jul 24, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 8116c5c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/688220528c6fe400085e29bc

@netlify
Copy link

netlify bot commented Jul 24, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 8116c5c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68822052220f3d0008424de8

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner July 24, 2025 12:00
@codecov
Copy link

codecov bot commented Jul 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.18%. Comparing base (6c56d61) to head (8116c5c).
Report is 4 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15767   +/-   ##
=======================================
  Coverage   93.17%   93.18%           
=======================================
  Files         831      831           
  Lines       44211    44211           
=======================================
+ Hits        41195    41197    +2     
+ Misses       3016     3014    -2     
Flag Coverage Δ
e2e 46.59% <ø> (+<0.01%) ⬆️
integration 23.46% <ø> (+<0.01%) ⬆️
unit 91.28% <ø> (+<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.

🚀 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

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-8116c5c7e7a9cf7f71d2ae456a6ac92a7ba8bb5d
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-8116c5c7e7a9cf7f71d2ae456a6ac92a7ba8bb5d

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

@BeryJu BeryJu merged commit 0820e34 into main Jul 24, 2025
108 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/chromedriver-138.0.3 branch July 24, 2025 12:29
tanberry pushed a commit to stazio/authentik that referenced this pull request Jul 24, 2025
…5767)

* web: bump chromedriver from 136.0.3 to 138.0.3 in /web

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 136.0.3 to 138.0.3.
- [Commits](giggio/node-chromedriver@136.0.3...138.0.3)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-version: 138.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* only netlify deploy when token available

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
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