stryker-mutator / mutation-testing-elements

πŸ—ƒ A schema for mutation testing results with the web components to visualise it πŸ“Š
Apache License 2.0
28 stars 19 forks source link

fix(deps): update dependency typescript-eslint to v8.0.0 #3325

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typescript-eslint (source) 8.0.0-alpha.49 -> 8.0.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.0.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#800-2024-07-31) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/b413ec4e530c665d0672a21009ea94832cfef6f7...v8.0.0) ##### πŸš€ Features - **eslint-plugin:** deprecate no-loss-of-precision extension rule - **utils:** allow specifying additional rule meta.docs in RuleCreator - **eslint-plugin:** split no-empty-object-type out from ban-types and no-empty-interfaces - **typescript-estree:** stabilize EXPERIMENTAL_useProjectService as projectService - **eslint-plugin:** remove deprecated no-throw-literal rule - **eslint-plugin:** apply initial config changes for v8 - **eslint-plugin:** remove no-useless-template-literals - **eslint-plugin:** replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types - **eslint-plugin:** \[no-unnecessary-type-parameters] promote to strict ##### 🩹 Fixes - disable `projectService` in `disabled-type-checked` shared config - **eslint-plugin:** correct rules.d.ts types to not rely on non-existent imports ##### ❀️ Thank You - Abraham Guo - Alfred Ringstad - auvred - Brad Zacher - Christopher Aubut - Collin Bachman - James Henry - Josh Goldberg - Josh Goldberg ✨ - Kirk Waiblinger - StyleShit - Victor Lin - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.18.0 (2024-07-29) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.17.0 (2024-07-22) ##### πŸš€ Features - **eslint-plugin:** backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 ##### ❀️ Thank You - Armano - Josh Goldberg ✨ - Kirk Waiblinger - StyleShit You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.16.1 (2024-07-15) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.16.0 (2024-07-08) ##### πŸš€ Features - **eslint-plugin:** \[no-unnecessary-parameter-property-assignment] add new rule ##### 🩹 Fixes - **deps:** update dependency [@​eslint-community/regexpp](https://togithub.com/eslint-community/regexpp) to v4.11.0 - **website:** react key error on internal pages of website ##### ❀️ Thank You - Abraham Guo - auvred - Josh Goldberg ✨ - Juan Sanchez - Vinccool96 - YeonJuan - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.15.0 (2024-07-01) ##### πŸš€ Features - **eslint-plugin:** back-port new rules around empty object types from v8 ##### 🩹 Fixes - disable `EXPERIMENTAL_useProjectService` in `disabled-type-checked` shared config ##### ❀️ Thank You - auvred - Kim Sang Du - rgehbt - Vinccool96 You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.14.1 (2024-06-24) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.14.0 (2024-06-24) ##### πŸš€ Features - support TypeScript 5.5 ##### ❀️ Thank You - Brad Zacher - cm-ayf - Jake Bailey - James Zhan - Joshua Chen - yoshi2no You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.13.1 (2024-06-17) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.13.0 (2024-06-10) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.12.0 (2024-06-03) ##### πŸš€ Features - **eslint-plugin:** \[no-useless-template-literals] rename to `no-useless-template-expression` (deprecate `no-useless-template-literals`) ##### 🩹 Fixes - no-useless-template-expression -> no-unnecessary-template-expression ##### ❀️ Thank You - Abraham Guo - Han Yeong-woo - Joshua Chen - Kim Sang Du - Kirk Waiblinger - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.11.0 (2024-05-27) ##### πŸš€ Features - **eslint-plugin:** deprecate prefer-ts-expect-error in favor of ban-ts-comment ##### ❀️ Thank You - Abraham Guo - auvred - Dom Armstrong - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.10.0 (2024-05-20) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.9.0 (2024-05-13) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.8.0 (2024-04-29) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.7.1 (2024-04-22) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.7.0 (2024-04-15) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.6.0 (2024-04-08) ##### πŸš€ Features - add `name` field to shared configs and flat config types - bump npm dependency ranges ##### ❀️ Thank You - Abraham Guo - auvred - Brad Zacher You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.5.0 (2024-04-01) ##### 🩹 Fixes - **typescript-eslint:** improve support for legacy configs ##### ❀️ Thank You - Brad Zacher - Kim Sang Du - Mark de Dios - Naru - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.4.0 (2024-03-25) ##### πŸš€ Features - **eslint-plugin:** deprecate no-throw-literal and add a renamed only-throw-error ##### 🩹 Fixes - **typescript-eslint:** declare peer dependency on `utils` to ensure npm correctly installs dependencies ##### ❀️ Thank You - Abraham Guo - Brad Zacher - Josh Goldberg ✨ - Kim Sang Du - Kirk Waiblinger - Marco Pasqualetti - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.3.1 (2024-03-18) ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] revert disable of ignoreVoid in strict config ##### ❀️ Thank You - Josh Goldberg ✨ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.3.0 (2024-03-18) ##### πŸš€ Features - **eslint-plugin:** add meta.docs.recommended setting for strict config options - **eslint-plugin:** add rule `use-unknown-in-catch-callback-variables` ##### 🩹 Fixes - correct `engines.node` constraints in `package.json` ##### ❀️ Thank You - Abraham Guo - Alexu - Arka Pratim Chaudhuri - auvred - Derrick Isaacson - fnx - Josh Goldberg ✨ - Kirk Waiblinger - Marta Cardoso - MichaΓ«l De Boey - Tristan Rasmussen - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.2.0 (2024-03-11) ##### πŸš€ Features - support TS 5.4 ##### 🩹 Fixes - **eslint-plugin:** expose \*-type-checked-only configs for extension - **typescript-eslint:** set `sourceType: "module"` in base shared config - **typescript-eslint:** export `ConfigWithExtends` type ##### ❀️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.1.1 (2024-03-04) ##### 🩹 Fixes - **typescript-eslint:** apply `ignores` to all extended configs passed to `config` helper function ##### ❀️ Thank You - auvred You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.1.0 (2024-02-26) ##### πŸš€ Features - **eslint-plugin:** add \*-type-checked-only configs ##### ❀️ Thank You - Arka Pratim Chaudhuri - Josh Goldberg ✨ - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.0.2 (2024-02-19) ##### 🩹 Fixes - fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests ##### ❀️ Thank You - Brad Zacher - Gareth Jones You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### 7.0.1 (2024-02-12) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.0.0-alpha.62`](https://togithub.com/typescript-eslint/typescript-eslint/compare/48fc3851cc8f161d81d93d394e1c7c80c99fcf40...b413ec4e530c665d0672a21009ea94832cfef6f7) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/48fc3851cc8f161d81d93d394e1c7c80c99fcf40...b413ec4e530c665d0672a21009ea94832cfef6f7) ### [`v8.0.0-alpha.61`](https://togithub.com/typescript-eslint/typescript-eslint/compare/1b0468e6decfb064b3292aff34a640ea07cb2b0f...48fc3851cc8f161d81d93d394e1c7c80c99fcf40) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/1b0468e6decfb064b3292aff34a640ea07cb2b0f...48fc3851cc8f161d81d93d394e1c7c80c99fcf40) ### [`v8.0.0-alpha.60`](https://togithub.com/typescript-eslint/typescript-eslint/compare/838dd0cdfdd0c42c5b1fe5ce705a98ed951d3189...1b0468e6decfb064b3292aff34a640ea07cb2b0f) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/838dd0cdfdd0c42c5b1fe5ce705a98ed951d3189...1b0468e6decfb064b3292aff34a640ea07cb2b0f) ### [`v8.0.0-alpha.59`](https://togithub.com/typescript-eslint/typescript-eslint/compare/6cebdf62912e6c59895e2d222a1633e482ec7f48...838dd0cdfdd0c42c5b1fe5ce705a98ed951d3189) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/6cebdf62912e6c59895e2d222a1633e482ec7f48...838dd0cdfdd0c42c5b1fe5ce705a98ed951d3189) ### [`v8.0.0-alpha.58`](https://togithub.com/typescript-eslint/typescript-eslint/compare/90432a20840908e8fefb1ef697913c89680665b8...6cebdf62912e6c59895e2d222a1633e482ec7f48) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/90432a20840908e8fefb1ef697913c89680665b8...6cebdf62912e6c59895e2d222a1633e482ec7f48) ### [`v8.0.0-alpha.57`](https://togithub.com/typescript-eslint/typescript-eslint/compare/8197f71d1451ff61d6f86c31dff9683a4b3187c1...90432a20840908e8fefb1ef697913c89680665b8) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/8197f71d1451ff61d6f86c31dff9683a4b3187c1...90432a20840908e8fefb1ef697913c89680665b8) ### [`v8.0.0-alpha.56`](https://togithub.com/typescript-eslint/typescript-eslint/compare/3c4ff73f6256fe5a002f6299ebad381a03b06a62...8197f71d1451ff61d6f86c31dff9683a4b3187c1) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/3c4ff73f6256fe5a002f6299ebad381a03b06a62...8197f71d1451ff61d6f86c31dff9683a4b3187c1) ### [`v8.0.0-alpha.55`](https://togithub.com/typescript-eslint/typescript-eslint/compare/56ef5738485d8e003e2def4c42026900911758f8...3c4ff73f6256fe5a002f6299ebad381a03b06a62) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/56ef5738485d8e003e2def4c42026900911758f8...3c4ff73f6256fe5a002f6299ebad381a03b06a62) ### [`v8.0.0-alpha.54`](https://togithub.com/typescript-eslint/typescript-eslint/compare/32a7a7061abba5bbf1403230526514768d3e2760...56ef5738485d8e003e2def4c42026900911758f8) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/32a7a7061abba5bbf1403230526514768d3e2760...56ef5738485d8e003e2def4c42026900911758f8) ### [`v8.0.0-alpha.53`](https://togithub.com/typescript-eslint/typescript-eslint/compare/f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224...32a7a7061abba5bbf1403230526514768d3e2760) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224...32a7a7061abba5bbf1403230526514768d3e2760) ### [`v8.0.0-alpha.52`](https://togithub.com/typescript-eslint/typescript-eslint/compare/87af726a9cb8f45637a42bae6935e5ac38f7e9f4...f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/87af726a9cb8f45637a42bae6935e5ac38f7e9f4...f3dfc0a907a0d0971f4bbe109f7e4c8547f2f224) ### [`v8.0.0-alpha.51`](https://togithub.com/typescript-eslint/typescript-eslint/compare/88a8673b185a9ad9d4d7f31059da806f5d9a7449...87af726a9cb8f45637a42bae6935e5ac38f7e9f4) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/88a8673b185a9ad9d4d7f31059da806f5d9a7449...87af726a9cb8f45637a42bae6935e5ac38f7e9f4) ### [`v8.0.0-alpha.50`](https://togithub.com/typescript-eslint/typescript-eslint/compare/ae980e3b5ecf6c40e093b96cb24ca670c38d8d01...88a8673b185a9ad9d4d7f31059da806f5d9a7449) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/ae980e3b5ecf6c40e093b96cb24ca670c38d8d01...88a8673b185a9ad9d4d7f31059da806f5d9a7449)

Configuration

πŸ“… Schedule: Branch creation - "every weekend" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

nx-cloud[bot] commented 1 month ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 9463a7494417d2f9c3248200af16dd20c3a575d3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

πŸ“‚ See all runs for this CI Pipeline Execution


βœ… Successfully ran 2 targets - [`nx affected --target=lint:prettier,lint,build,test`](https://cloud.nx.app/runs/wgk5Ca7UPw?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=stryker --projects=metrics,elements,real-time -- --incremental`](https://cloud.nx.app/runs/ueZMsTw7P6?utm_source=pull-request&utm_medium=comment)

Sent with πŸ’Œ from NxCloud.

bundlemon[bot] commented 1 month ago

BundleMon (elements)

Unchanged files (3) Status | Path | Size | Limits :------------: | ------------ | :------------: | :------------: :white_check_mark: | index.js
| 268.71KB | - :white_check_mark: | mutation-test-elements.js
| 198.38KB | - :white_check_mark: | index.cjs
| 198.38KB | -

No change in files bundle size

Final result: :white_check_mark:

View report in BundleMon website ➑️


Current branch size history | Target branch size history