Skip to content

web: bump chromedriver from 145.0.6 to 146.0.3 in /web#20916

Merged
BeryJu merged 2 commits intomainfrom
dependabot/npm_and_yarn/web/chromedriver-146.0.3
Mar 16, 2026
Merged

web: bump chromedriver from 145.0.6 to 146.0.3 in /web#20916
BeryJu merged 2 commits intomainfrom
dependabot/npm_and_yarn/web/chromedriver-146.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps chromedriver from 145.0.6 to 146.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 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 145.0.6 to 146.0.3.
- [Commits](giggio/node-chromedriver@145.0.6...146.0.3)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-version: 146.0.3
  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 Mar 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 04:16
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20916      +/-   ##
==========================================
- Coverage   93.49%   93.45%   -0.05%     
==========================================
  Files         992      992              
  Lines       56150    56153       +3     
==========================================
- Hits        52498    52475      -23     
- Misses       3652     3678      +26     
Flag Coverage Δ
conformance 37.40% <ø> (-0.01%) ⬇️
e2e 42.91% <ø> (-0.02%) ⬇️
integration 22.16% <ø> (-0.05%) ⬇️
unit 91.68% <ø> (-0.01%) ⬇️
unit-migrate 91.77% <ø> (-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.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 16, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit ff9b8c5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69b83a1a1b907f000808c268
😎 Deploy Preview https://deploy-preview-20916--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
Copy Markdown

netlify bot commented Mar 16, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 2ad3667
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69b784102578b30008976659
😎 Deploy Preview https://deploy-preview-20916--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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 669d54a into main Mar 16, 2026
76 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/chromedriver-146.0.3 branch March 16, 2026 17:15
kensternberg-authentik added a commit that referenced this pull request Mar 16, 2026
* main:
  web: rename SCIM provider "User filtering" section to "Filtering" (#20879)
  web/admin: Fix SCIM 'page_size' UI issue (#20890)
  ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup (#20875)
  website: bump flatted from 3.3.3 to 3.4.1 in /website (#20892)
  website: bump the build group in /website with 12 updates (#20908)
  web: bump prettier-plugin-packagejson from 3.0.0 to 3.0.2 in /web (#20759)
  web: bump @sentry/browser from 10.42.0 to 10.43.0 in /web in the sentry group across 1 directory (#20839)
  policies: remove BufferedPolicyAccessView (#20521)
  web: bump dompurify from 3.3.2 to 3.3.3 in /web (#20856)
  web: bump chromedriver from 145.0.6 to 146.0.3 in /web (#20916)
  core: bump pyopenssl from 25.3.0 to 26.0.0 (#20926)
@github-actions
Copy link
Copy Markdown
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-ff9b8c5c2a7f6265f64c1fac361dc73c16c19305
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-ff9b8c5c2a7f6265f64c1fac361dc73c16c19305

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