sass-site
sass-site copied to clipboard
Bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.0
Bumps @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.3.0
7.3.0 (2024-03-18)
🚀 Features
- eslint-plugin: [restrict-template-expressions] add
allowArrayoption (#8389)- eslint-plugin: add meta.docs.recommended setting for strict config options (#8364)
- eslint-plugin: add rule
use-unknown-in-catch-callback-variables(#8383)- eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection (#8642)
- eslint-plugin-internal: add internal lint rule no-relative-paths-to-internal-packages (#8596)
- typescript-estree: disallow switch statements with multiple default cases (#8411)
- utils: add parser name to thrown parser error message (#8484)
🩹 Fixes
- correct
engines.nodeconstraints inpackage.json(#8671)- eslint-plugin: [unbound-method] check method definition in object literal using longhand form (#8637)
- eslint-plugin: [consistent-type-imports] handle imports without specifiers (#8308)
- eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant (#8282)
- eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum (#8591)
- eslint-plugin: [no-unused-expressions] false negatives when using assertions (#8668)
- eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments (#8416)
- eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option (#8508)
- eslint-plugin: [class-literal-property-style] ignore property assigned in constructor (#8412)
- eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations (#8558)
- typescript-estree: fix the issue of single run inferring in the pnpm repo (#3811, #8702)
❤️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri
@arka1002- auvred
@auvred- Derrick Isaacson
- fnx
@DMartens- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Marta Cardoso
@up201304504- Michaël De Boey
- Tristan Rasmussen
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.3.0 (2024-03-18)
🚀 Features
eslint-plugin: [restrict-template-expressions] add
allowArrayoptioneslint-plugin: add meta.docs.recommended setting for strict config options
eslint-plugin: add rule
use-unknown-in-catch-callback-variableseslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection
🩹 Fixes
correct
engines.nodeconstraints inpackage.jsoneslint-plugin: [unbound-method] check method definition in object literal using longhand form
eslint-plugin: [consistent-type-imports] handle imports without specifiers
eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant
eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum
eslint-plugin: [no-unused-expressions] false negatives when using assertions
eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments
eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option
eslint-plugin: [class-literal-property-style] ignore property assigned in constructor
eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations
❤️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri
- auvred
- Derrick Isaacson
- fnx
- Josh Goldberg ✨
- Kirk Waiblinger
- Marta Cardoso
- Michaël De Boey
- Tristan Rasmussen
... (truncated)
Commits
4cf8ec7chore(release): publish 7.3.0d2995dffix(eslint-plugin): [no-unnecessary-type-assertion] fix false negative for co...2869c68feat(eslint-plugin): [prefer-reduce-type-parameter] supports tuple, union, in...d830364test(eslint-plugin): [no-unnecessary-type-assertion] add tests with noUncheck...04e32d6fix(eslint-plugin): [class-literal-property-style] ignore property assigned i...612875bfix(eslint-plugin): [explicit-function-return-type, explicit-module-boundary-...da006b1fix(eslint-plugin): [ban-ts-comment] more accurate handling of multiline comm...71bfb7cchore: fix ast-spec type import snapshot errors (#8699)fb18de9fix(eslint-plugin): [no-unused-expressions] false negatives when using assert...f7323befix(eslint-plugin): [no-unnecessary-qualifier] handle merge namespace with en...- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for sass-lang ready!
| Name | Link |
|---|---|
| Latest commit | 59c227d9b190d5c87dad36b7c7d899e71a237c86 |
| Latest deploy log | https://app.netlify.com/sites/sass-lang/deploys/65f8a8f36aaddc0007ad207e |
| Deploy Preview | https://deploy-preview-987--sass-lang.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.
Superseded by #1002.