-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
web: Silence ESBuild warning. #13025
web: Silence ESBuild warning. #13025
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13025 +/- ##
==========================================
+ Coverage 92.68% 92.76% +0.08%
==========================================
Files 785 785
Lines 39623 39623
==========================================
+ Hits 36724 36756 +32
+ Misses 2899 2867 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent use of the @expires
pragma!
* main: (35 commits) translate: Updates for file web/xliff/en.xlf in ko [Manual Sync] (#13045) translate: Updates for file web/xliff/en.xlf in pl [Manual Sync] (#13043) translate: Updates for file web/xliff/en.xlf in ru [Manual Sync] (#13055) translate: Updates for file locale/en/LC_MESSAGES/django.po in pl [Manual Sync] (#13062) translate: Updates for file web/xliff/en.xlf in zh_TW [Manual Sync] (#13056) translate: Updates for file locale/en/LC_MESSAGES/django.po in nl [Manual Sync] (#13058) translate: Updates for file locale/en/LC_MESSAGES/django.po in ru [Manual Sync] (#13063) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_TW [Manual Sync] (#13064) translate: Updates for file locale/en/LC_MESSAGES/django.po in ko [Manual Sync] (#13060) translate: Updates for file web/xliff/en.xlf in nl [Manual Sync] (#13044) web: Silence ESBuild warning. (#13025) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans [Manual Sync] (#13066) translate: Updates for file locale/en/LC_MESSAGES/django.po in tr [Manual Sync] (#13061) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN [Manual Sync] (#13065) translate: Updates for file locale/en/LC_MESSAGES/django.po in it [Manual Sync] (#13057) translate: Updates for file locale/en/LC_MESSAGES/django.po in pt_BR [Manual Sync] (#13059) translate: Updates for file locale/en/LC_MESSAGES/django.po in de [Manual Sync] (#13051) translate: Updates for file locale/en/LC_MESSAGES/django.po in fi [Manual Sync] (#13052) translate: Updates for file web/xliff/en.xlf in zh-Hans [Manual Sync] (#13050) translate: Updates for file locale/en/LC_MESSAGES/django.po in es [Manual Sync] (#13054) ...
Details
This PR applies a minor fix while ESBuild investigates a sourcemap regression: evanw/esbuild#4075
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)