Closed renovate[bot] closed 4 months ago
Totals | |
---|---|
Change from base Build 9419955538: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9449303105: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
packages/http-caching-proxy/src/http-caching-proxy.ts | 5 | 66.67% | ||
<!-- | Total: | 5 | --> |
Totals | |
---|---|
Change from base Build 9449561530: | -0.05% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
packages/http-caching-proxy/src/http-caching-proxy.ts | 5 | 66.67% | ||
<!-- | Total: | 5 | --> |
Totals | |
---|---|
Change from base Build 9449561530: | -0.05% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
packages/http-caching-proxy/src/http-caching-proxy.ts | 5 | 66.67% | ||
<!-- | Total: | 5 | --> |
Totals | |
---|---|
Change from base Build 9449561530: | -0.05% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9466519606: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9466519606: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9574120057: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9585371338: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9586064487: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9587353604: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9587353604: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9621050209: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9621050209: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9621050209: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9701582953: | 54.8% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9701582953: | 54.8% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9713964310: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9713964310: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9716422046: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9717810991: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9794693741: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9794693741: | -7.6% |
Covered Lines: | 4843 |
Relevant Lines: | 6231 |
Totals | |
---|---|
Change from base Build 9795576960: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9798199131: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 9809254518: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9809461824: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9812184028: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
Totals | |
---|---|
Change from base Build 9858607965: | 0.0% |
Covered Lines: | 9566 |
Relevant Lines: | 12465 |
This PR contains the following updates:
^7.10.0
->^7.16.0
^7.10.0
->^7.16.0
^3.2.5
->^3.3.2
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v7.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7160-2024-07-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.15.0...v7.16.0) ##### 🚀 Features - **rule-tester:** stricter rule test validations - **eslint-plugin:** \[no-unnecessary-parameter-property-assignment] add new rule - **eslint-plugin:** add support for nested namespaces to unsafe-member-access - **eslint-plugin:** \[no-floating-promises] add checkThenables option ##### 🩹 Fixes - **deps:** update dependency [@eslint-community/regexpp](https://togithub.com/eslint-community/regexpp) to v4.11.0 - **eslint-plugin:** \[no-floating-promises] add `suggestions` to tests from [#9263](https://togithub.com/typescript-eslint/typescript-eslint/issues/9263) `checkThenables` - **website:** react key error on internal pages of website - **eslint-plugin:** \[restrict-template-expressions] don't report tuples if `allowArray` option is enabled ##### ❤️ 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. ### [`v7.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7150-2024-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0) ##### 🚀 Features - **eslint-plugin:** \[array-type] detect `Readonlytypescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v7.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7160-2024-07-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.15.0...v7.16.0) ##### 🩹 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. ### [`v7.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7150-2024-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7141-2024-06-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7140-2024-06-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0) ##### 🚀 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. ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### 🚀 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7120-2024-06-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0) ##### 🩹 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7110-2024-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.prettier/prettier (prettier)
### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#16358](https://togithub.com/prettier/prettier/pull/16358) by [@Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.