authentik
                                
                                 authentik copied to clipboard
                                
                                    authentik copied to clipboard
                            
                            
                            
                        web: bump the eslint group across 1 directory with 4 updates
Bumps the eslint group with 4 updates in the /tests/wdio directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint and eslint-plugin-sonarjs.
Updates @typescript-eslint/eslint-plugin from 7.5.0 to 7.13.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v7.13.0
7.13.0 (2024-06-10)
🚀 Features
- eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
- parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
- typescript-estree: require
import = require()argument to be a string literal (#9226)- typescript-estree: forbid
.body,.async,.generatorondeclare function(#9225)🩹 Fixes
- ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
- eslint-plugin: [init-declarations] refine report locations (#8893)
- eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
- eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
- eslint-plugin: [no-magic-numbers] fix implementation of the
ignoreoption (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
@tobySolutions- Vinccool96
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.12.0
7.12.0 (2024-06-03)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.13.1 (2024-06-17)
🩹 Fixes
eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [return-await] support explicit resource management
eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
7.13.0 (2024-06-10)
🚀 Features
typescript-estree: require
import = require()argument to be a string literal
typescript-estree: forbid
.body,.async,.generatorondeclare function
eslint-plugin: [no-dynamic-delete] allow all string literals as index
🩹 Fixes
ast-spec: function-call-like callee should be Expression not LeftHandSideExpression
scope-manager: handle index signature in class
eslint-plugin: [init-declarations] refine report locations
eslint-plugin: [no-base-to-string] make error message more nuanced
eslint-plugin: [no-unsafe-assignment] be more specific about error types
eslint-plugin: [no-magic-numbers] fix implementation of the
ignoreoption❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
... (truncated)
Commits
- 1212a8fchore(release): publish 7.13.1
- af34737docs: improve return-await description about motivation (#9201)
- bf48dc5fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
- 33acc50fix(eslint-plugin): [return-await] support explicit resource management (#9044)
- 50ed604fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
- 8a178edchore(release): publish 7.13.0
- 63e53e2chore(deps): update dependency prettier to v3.3.1 (#9308)
- fb52f78feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
- ab2916cchore: enable eslint-plugin/no-property-in-node internally (#9261)
- 629035fdocs: mention rule scripts under Local Development (#9258)
- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.5.0 to 7.13.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v7.13.0
7.13.0 (2024-06-10)
🚀 Features
- eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
- parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
- typescript-estree: require
import = require()argument to be a string literal (#9226)- typescript-estree: forbid
.body,.async,.generatorondeclare function(#9225)🩹 Fixes
- ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
- eslint-plugin: [init-declarations] refine report locations (#8893)
- eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
- eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
- eslint-plugin: [no-magic-numbers] fix implementation of the
ignoreoption (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
@tobySolutions- Vinccool96
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.12.0
7.12.0 (2024-06-03)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.13.1 (2024-06-17)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.13.0 (2024-06-10)
🚀 Features
- parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
- Vinccool96
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.12.0 (2024-06-03)
🩹 Fixes
- types: correct typing ParserOptions
❤️ Thank You
- Abraham Guo
- Han Yeong-woo
- Joshua Chen
- Kim Sang Du
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.11.0 (2024-05-27)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
- 1212a8fchore(release): publish 7.13.1
- 8a178edchore(release): publish 7.13.0
- c9a6dd9feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
- 7e93b28chore(release): publish 7.12.0
- 2bbf656fix(types): correct typing ParserOptions (#9202)
- e360541chore(release): publish 7.11.0
- c18226echore(release): publish 7.10.0
- 77fc366chore(release): publish 7.9.0
- f53fecechore: add knip (#8192)
- ee677f6chore(release): publish 7.8.0
- Additional commits viewable in compare view
Updates eslint from 8.57.0 to 9.5.0
Release notes
Sourced from eslint's releases.
v9.5.0
Features
b2d256cfeat:no-sparse-arraysreport on "comma" instead of the whole array (#18579) (fisker Cheung)Bug Fixes
6880286fix: treat*as a universal pattern (#18586) (Milos Djermanovic)
7fbe211fix: message template for all files ignored (#18564) (Milos Djermanovic)
469cb36fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
5cff638fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)Documentation
455f7fddocs: add section about including.gitignorefiles (#18590) (Milos Djermanovic)
721eafedocs: update info about universalfilespatterns (#18587) (Francesco Trotta)
8127127docs: Update README (GitHub Actions Bot)
55c2a66docs: Update README (GitHub Actions Bot)
eb76282docs: Update README (GitHub Actions Bot)
ff6e96edocs:baseConfigandoverrideConfigcan be arrays (#18571) (Milos Djermanovic)
d2d83e0docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
9ce6832docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
b8db99cdocs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
518a35cdocs: Mention config migrator (#18561) (Nicholas C. Zakas)
eb440fcdocs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
38c159edocs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
d16a659docs: add link to migration guide for--extCLI option (#18537) (Milos Djermanovic)
73408dedocs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)Chores
f588160chore: upgrade@eslint/js@9.5.0 (#18591) (Milos Djermanovic)
5890841chore: package.json update for@eslint/jsrelease (Jenkins)
e9f4ccdchore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
4b23ffdrefactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
1495b93chore: update WebdriverIO packages (#18558) (Christian Bromann)
cea7edechore: add website donate link instead of opencollective (#18582) (Strek)
ec94880chore: package.json update for eslint-config-eslint release (Jenkins)
6912586chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
9738f7eci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
c6de7bbchore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])
2c8fd34ci: pin@wdio/browser-runnerv8.36.0 (#18540) (唯然)v9.4.0
Features
Bug Fixes
f6534d1fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
7226ebdfix: allow implicit undefined return inno-constructor-return(#18515) (Ali Rezvani)
389744bfix: use@eslint/config-inspector@latest(#18483) (唯然)
70118a5fix:func-stylefalse positive with arrow functions andsuper(#18473) (Milos Djermanovic)Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.5.0 - June 14, 2024
f588160chore: upgrade@eslint/js@9.5.0 (#18591) (Milos Djermanovic)
5890841chore: package.json update for@eslint/jsrelease (Jenkins)
455f7fddocs: add section about including.gitignorefiles (#18590) (Milos Djermanovic)
e9f4ccdchore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
721eafedocs: update info about universalfilespatterns (#18587) (Francesco Trotta)
4b23ffdrefactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
6880286fix: treat*as a universal pattern (#18586) (Milos Djermanovic)
8127127docs: Update README (GitHub Actions Bot)
b2d256cfeat:no-sparse-arraysreport on "comma" instead of the whole array (#18579) (fisker Cheung)
1495b93chore: update WebdriverIO packages (#18558) (Christian Bromann)
cea7edechore: add website donate link instead of opencollective (#18582) (Strek)
55c2a66docs: Update README (GitHub Actions Bot)
eb76282docs: Update README (GitHub Actions Bot)
ff6e96edocs:baseConfigandoverrideConfigcan be arrays (#18571) (Milos Djermanovic)
7fbe211fix: message template for all files ignored (#18564) (Milos Djermanovic)
ec94880chore: package.json update for eslint-config-eslint release (Jenkins)
d2d83e0docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
6912586chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
9ce6832docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
b8db99cdocs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
518a35cdocs: Mention config migrator (#18561) (Nicholas C. Zakas)
469cb36fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
9738f7eci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
eb440fcdocs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
38c159edocs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
c6de7bbchore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])
5cff638fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)
d16a659docs: add link to migration guide for--extCLI option (#18537) (Milos Djermanovic)
73408dedocs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)
2c8fd34ci: pin@wdio/browser-runnerv8.36.0 (#18540) (唯然)v9.4.0 - May 31, 2024
010dd2echore: upgrade to@eslint/[email protected](#18534) (Francesco Trotta)
5e1b5dcchore: package.json update for@eslint/jsrelease (Jenkins)
d7ab6f5docs: update theme when whenprefers-color-schemechanges (#18510) (Nitin Kumar)
594145frefactor: switch to@eslint/config-array(#18527) (Francesco Trotta)
525fdffdocs: fix components files (#18519) (Tanuj Kanti)
89a4a0afeat: ignore IIFE's in theno-loop-funcrule (#17528) (Nitin Kumar)
80747d2docs: refactorprefer-destructuringrule (#18472) (Tanuj Kanti)
f6534d1fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
7226ebdfix: allow implicit undefined return inno-constructor-return(#18515) (Ali Rezvani)
f06e0b5docs: clarify func-style (#18477) (Cameron Steffen)
389744bfix: use@eslint/config-inspector@latest(#18483) (唯然)
70118a5fix:func-stylefalse positive with arrow functions andsuper(#18473) (Milos Djermanovic)v9.3.0 - May 17, 2024
... (truncated)
Commits
- 53523579.5.0
- f425600Build: changelog update for 9.5.0
- f588160chore: upgrade- @eslint/js- @9.5.0 (#18591)
- 5890841chore: package.json update for- @eslint/jsrelease
- 455f7fddocs: add section about including- .gitignorefiles (#18590)
- e9f4ccdchore: remove unused eslint-disable directive (#18589)
- 721eafedocs: update info about universal- filespatterns (#18587)
- 4b23ffdrefactor: Move JS parsing logic into JS language (#18448)
- 6880286fix: treat- *as a universal pattern (#18586)
- 8127127docs: Update README
- Additional commits viewable in compare view
Updates eslint-plugin-sonarjs from 0.25.1 to 1.0.3
Release notes
Sourced from eslint-plugin-sonarjs's releases.
1.0.3
What's Changed
- ESLINTJS-41 The package entry points are incorrectly set by
@zgliczin SonarSource/eslint-plugin-sonarjs#473v1.0.2
What's Changed
- ESLINTJS-40 Expose the plugin "meta" as expected by ESLint 9 by
@zgliczin SonarSource/eslint-plugin-sonarjs#4721.0.1
What's Changed
- ESLINTJS-39 [CLI] Increase the Node.js version used by the publish job to 18 by
@zgliczin SonarSource/eslint-plugin-sonarjs#4711.0.0
Eslint-plugin-sonarjs is compatible with ESLint v9.
What's Changed
- ESLINTJS-30 Migrate to all newest packages, except for eslint v9 by
@zgliczin SonarSource/eslint-plugin-sonarjs#460- ESLINTJS-43 Move from a compile-all to a compile-entry-point pattern by
@ericmorand-sonarsourcein SonarSource/eslint-plugin-sonarjs#463- ESLINTJS-36 Split out tests and analyze into separate steps by
@zgliczin SonarSource/eslint-plugin-sonarjs#465- ESLINTJS-44 Fix breaking no-one-iteration-loop after ESLint v9 breaking change by
@zgliczin SonarSource/eslint-plugin-sonarjs#467- ESLINTJS-37 ESLint 9 throws an error
Could not find "..." in plugin "sonarjs"by@ericmorand-sonarsourcein SonarSource/eslint-plugin-sonarjs#466- ESLINTJS-45 Add ruling tests to handle eslint 8 and 9 by
@zgliczin SonarSource/eslint-plugin-sonarjs#468- ESLINTJS-42 Make the exported rules a typed record by
@ericmorand-sonarsourcein SonarSource/eslint-plugin-sonarjs#469Full Changelog: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.1...1.0.0
Commits
- 004d794Fix package.json with entry point (#473)
- 3b22580Export "meta" for plugin (#472)
- 7e23a07Increase node version on release from Node 12 -> 18 (#471)
- 86275dfBump to version 1.0.0 (#470)
- d5a1f12Make the exported rules a typed record (#469)
- 1efe2daAdd ruling tests to handle eslint 8 and 9 (#468)
- 33869d1Resolve ESLINTJS-37 (#466)
- a857635Fix breaking no-one-iteration-loop after ESLint v9 breaking change (#467)
- 7ef1a01ESLINTJS-36 Split out tests and analyze into separate steps (#465)
- a4390e9Move from a compile-all to a compile-entry-point pattern (#463)
- Additional commits viewable in compare view
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 rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- @dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- @dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- @dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency
- @dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Deploy Preview for authentik-docs ready!
| Name | Link | 
|---|---|
| Latest commit | 280d80df6140b9a73baf4069fe3c45af4423c9c6 | 
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/6675013a1c88920008ec4e9e | 
| Deploy Preview | https://deploy-preview-10145--authentik-docs.netlify.app | 
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. | 
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for authentik-storybook canceled.
| Name | Link | 
|---|---|
| Latest commit | 280d80df6140b9a73baf4069fe3c45af4423c9c6 | 
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/6675013abd17b900082c8bcc | 
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-ghcr.io/goauthentik/dev-server:gh-280d80df6140b9a73baf4069fe3c45af4423c9c6
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
For arm64, use these values:
AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-280d80df6140b9a73baf4069fe3c45af4423c9c6-arm64
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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-280d80df6140b9a73baf4069fe3c45af4423c9c6
For arm64, use these values:
authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-280d80df6140b9a73baf4069fe3c45af4423c9c6-arm64
Afterwards, run the upgrade commands from the latest release notes.
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml