authentik
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.18.0 to 8.5.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.5.0
8.5.0 (2024-09-09)
🚀 Features
- eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary
| undefinedfor optional parameters (#9479)- eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
- typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)
🩹 Fixes
- deps: update dependency prism-react-renderer to v2.4.0 (#9943)
- eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
- eslint-plugin: [no-misused-promises] handle static method (#9951)
- eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
- eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)
❤️ Thank You
- Abraham Guo
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.4.0
8.4.0 (2024-09-02)
🚀 Features
- typescript-estree: make withoutProjectParserOptions generic (#9877)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.3.0
8.3.0 (2024-08-26)
🚀 Features
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.5.0 (2024-09-09)
🚀 Features
eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `
eslint-plugin: [no-unsafe-argument] differentiate error types
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer
eslint-plugin: [no-misused-promises] handle static method
eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis
eslint-plugin: [consistent-type-assertions] access parser services lazily
❤️ Thank You
- f44da958e
- Josh Goldberg ✨
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
8.4.0 (2024-09-02)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.3.0 (2024-08-26)
🚀 Features
- eslint-plugin: [no-deprecation] add rule
🩹 Fixes
eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix
eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments
... (truncated)
Commits
4d31ebechore(release): publish 8.5.0918bdf4fix(eslint-plugin): [consistent-type-assertions] access parser services lazil...4f6a97bfix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope...dbcade8docs: [no-floating-promises] add MDN link regarding void operator (#9953)ead85a3fix(eslint-plugin): [no-misused-promises] handle static method (#9951)c49b91ffeat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)04d1bd0docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as ...cafed6dchore: enableunicorn/prefer-array-some(#9932)bee8c9dchore: enable unicorn/prefer-spread (#9834)fe2a16efix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression f...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.18.0 to 8.5.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.5.0
8.5.0 (2024-09-09)
🚀 Features
- eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary
| undefinedfor optional parameters (#9479)- eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
- typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)
🩹 Fixes
- deps: update dependency prism-react-renderer to v2.4.0 (#9943)
- eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
- eslint-plugin: [no-misused-promises] handle static method (#9951)
- eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
- eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)
❤️ Thank You
- Abraham Guo
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.4.0
8.4.0 (2024-09-02)
🚀 Features
- typescript-estree: make withoutProjectParserOptions generic (#9877)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.3.0
8.3.0 (2024-08-26)
🚀 Features
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.5.0 (2024-09-09)
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.
8.4.0 (2024-09-02)
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.
8.3.0 (2024-08-26)
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.
8.2.0 (2024-08-19)
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.
8.1.0 (2024-08-12)
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.
8.0.1 (2024-08-05)
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.
8.0.0 (2024-07-31)
🚀 Features
parser: always enable comment, loc, range, tokens
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
❤️ Thank You
- Abraham Guo
- Alfred Ringstad
... (truncated)
Commits
4d31ebechore(release): publish 8.5.04bc801echore: enable unicorn/no-array-reduce (#9640)3920c93chore(release): publish 8.4.02ad3404chore: enableunicorn/prefer-export-fromand `@typescript-eslint/consistent...ef2eab1chore(release): publish 8.3.09612d81chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14chore(release): publish 8.2.0382e87bchore: enableunicorn/prefer-node-protocol(#9742)243fb5fchore: enable prefer-template (#9544)3d78392chore(release): publish 8.1.0- Additional commits viewable in compare view
Updates eslint from 8.57.0 to 9.10.0
Release notes
Sourced from eslint's releases.
v9.10.0
Features
301b90dfeat: Add types (#18854) (Nicholas C. Zakas)bcf0df5feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)45c18e1feat: addrequireFlagoption torequire-unicode-regexprule (#18836) (Brett Zamir)183b459feat: add error message for duplicate flags inno-invalid-regexp(#18837) (Tanuj Kanti)c69b406feat: report duplicate allowed flags inno-invalid-regexp(#18754) (Tanuj Kanti)Documentation
bee0e7adocs: update README (#18865) (Milos Djermanovic)5d80b59docs: specify thatruleIdcan benullin custom formatter docs (#18857) (Milos Djermanovic)156b1c3docs: Update README (GitHub Actions Bot)f6fdef9docs: Update README (GitHub Actions Bot)a20c870docs: Update README (GitHub Actions Bot)90e699bdocs: Update README (GitHub Actions Bot)Chores
24c3ff7chore: upgrade to@eslint/js@9.10.0 (#18866) (Francesco Trotta)1ebdde1chore: package.json update for@eslint/jsrelease (Jenkins)e8fc5bdchore: update dependency@eslint/coreto ^0.5.0 (#18848) (renovate[bot])343f992refactor: don't usenode.valuewhen removing unused directives (#18835) (Milos Djermanovic)3db18b0refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)931d650refactor: Use@eslint/plugin-kit(#18822) (Nicholas C. Zakas)ed5cf0cchore: update dependency@eslint/jsonto ^0.4.0 (#18829) (Milos Djermanovic)d1f0831chore: added missing ids (#18817) (Strek)ec92813refactor: Config class (#18763) (Nicholas C. Zakas)v9.9.1
Bug Fixes
Documentation
4840930docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)f61f40ddocs: Update globals examples (#18805) (Nicholas C. Zakas)241fceadocs: Use and define languages (#18795) (Nicholas C. Zakas)5dbdd63docs: eslint-plugin-markdown ->@eslint/markdown(#18797) (Nicholas C. Zakas)c6c8ddddocs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)f981d05docs: Update README (GitHub Actions Bot)b516974docs: update links toeslint/jsrepo (#18781) (Francesco Trotta)fb7a3f5docs: update note for package managers (#18779) (Jay)Chores
b0c34d0chore: upgrade to@eslint/js@9.9.1 (#18809) (Francesco Trotta)cd5a0dachore: package.json update for@eslint/jsrelease (Jenkins)e112642refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)0f68a85chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)f8d1b3cchore: update dependencies for browser tests (#18794) (Christian Bromann)aed2624chore: update dependency@eslint/config-arrayto ^0.18.0 (#18788) (renovate[bot])5c29128chore: update dependency@eslint/coreto ^0.4.0 (#18789) (renovate[bot])5d66fb2chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.10.0 - September 6, 2024
24c3ff7chore: upgrade to@eslint/js@9.10.0 (#18866) (Francesco Trotta)1ebdde1chore: package.json update for@eslint/jsrelease (Jenkins)301b90dfeat: Add types (#18854) (Nicholas C. Zakas)bee0e7adocs: update README (#18865) (Milos Djermanovic)bcf0df5feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)45c18e1feat: addrequireFlagoption torequire-unicode-regexprule (#18836) (Brett Zamir)5d80b59docs: specify thatruleIdcan benullin custom formatter docs (#18857) (Milos Djermanovic)156b1c3docs: Update README (GitHub Actions Bot)e8fc5bdchore: update dependency@eslint/coreto ^0.5.0 (#18848) (renovate[bot])343f992refactor: don't usenode.valuewhen removing unused directives (#18835) (Milos Djermanovic)183b459feat: add error message for duplicate flags inno-invalid-regexp(#18837) (Tanuj Kanti)f6fdef9docs: Update README (GitHub Actions Bot)c69b406feat: report duplicate allowed flags inno-invalid-regexp(#18754) (Tanuj Kanti)a20c870docs: Update README (GitHub Actions Bot)90e699bdocs: Update README (GitHub Actions Bot)3db18b0refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)931d650refactor: Use@eslint/plugin-kit(#18822) (Nicholas C. Zakas)ed5cf0cchore: update dependency@eslint/jsonto ^0.4.0 (#18829) (Milos Djermanovic)d1f0831chore: added missing ids (#18817) (Strek)ec92813refactor: Config class (#18763) (Nicholas C. Zakas)v9.9.1 - August 23, 2024
b0c34d0chore: upgrade to@eslint/js@9.9.1 (#18809) (Francesco Trotta)cd5a0dachore: package.json update for@eslint/jsrelease (Jenkins)4840930docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)f61f40ddocs: Update globals examples (#18805) (Nicholas C. Zakas)e112642refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)241fceadocs: Use and define languages (#18795) (Nicholas C. Zakas)0f68a85chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)5dbdd63docs: eslint-plugin-markdown ->@eslint/markdown(#18797) (Nicholas C. Zakas)c6c8ddddocs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)f8d1b3cchore: update dependencies for browser tests (#18794) (Christian Bromann)aed2624chore: update dependency@eslint/config-arrayto ^0.18.0 (#18788) (renovate[bot])5c29128chore: update dependency@eslint/coreto ^0.4.0 (#18789) (renovate[bot])5d66fb2chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)f981d05docs: Update README (GitHub Actions Bot)b516974docs: update links toeslint/jsrepo (#18781) (Francesco Trotta)fb7a3f5docs: update note for package managers (#18779) (Jay)bf96855chore: add ids to github issue templates (#18775) (Strek)9bde90cfix: add logic to handlefixTypesinlintText()(#18736) (Amaresh S M)v9.9.0 - August 9, 2024
... (truncated)
Commits
6448f329.10.0afeb9b1Build: changelog update for 9.10.024c3ff7chore: upgrade to@eslint/js@9.10.0 (#18866)1ebdde1chore: package.json update for@eslint/jsrelease301b90dfeat: Add types (#18854)bee0e7adocs: update README (#18865)bcf0df5feat: limit namespace import identifier in id-length rule (#18849)45c18e1feat: addrequireFlagoption torequire-unicode-regexprule (#18836)5d80b59docs: specify thatruleIdcan benullin custom formatter docs (#18857)156b1c3docs: Update README- Additional commits viewable in compare view
Updates eslint-plugin-sonarjs from 1.0.4 to 2.0.2
Commits
- See full diff 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 canceled.
| Name | Link |
|---|---|
| Latest commit | 281aa7c828ae3f50df797222394721701074114b |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/66e422c0cf76210008094a65 |
Deploy Preview for authentik-storybook ready!
| Name | Link |
|---|---|
| Latest commit | 281aa7c828ae3f50df797222394721701074114b |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/66e422c04e6d5d000845d90a |
| Deploy Preview | https://deploy-preview-11308--authentik-storybook.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.
Looks like these dependencies are updatable in another way, so this is no longer needed.