Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

deps: bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1 #1558

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps @typescript-eslint/eslint-plugin from 5.62.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

You 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, .generator on declare 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 ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

You 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, .generator on declare 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 ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen

... (truncated)

Commits
  • 1212a8f chore(release): publish 7.13.1
  • af34737 docs: improve return-await description about motivation (#9201)
  • bf48dc5 fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
  • 33acc50 fix(eslint-plugin): [return-await] support explicit resource management (#9044)
  • 50ed604 fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 18, 2024
@achingbrain achingbrain merged commit c5c456d into master Jun 21, 2024
19 checks passed
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.13.1 branch June 21, 2024 08:13
github-actions bot pushed a commit that referenced this pull request Jun 21, 2024
## [43.0.2](v43.0.1...v43.0.2) (2024-06-21)

### Dependencies

* bump @semantic-release/commit-analyzer from 12.0.0 to 13.0.0 ([#1544](#1544)) ([253b97f](253b97f))
* bump @semantic-release/release-notes-generator ([#1543](#1543)) ([c0433df](c0433df))
* bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1 ([#1558](#1558)) ([c5c456d](c5c456d))
* bump c8 from 9.1.0 to 10.1.2 ([#1555](#1555)) ([39641ea](39641ea))
* bump conventional-changelog-conventionalcommits ([#1540](#1540)) ([3227743](3227743))
* bump eslint-config-ipfs from 6.0.2 to 7.0.0 ([#1516](#1516)) ([f8a397d](f8a397d))
* bump npm-package-json-lint from 7.1.0 to 8.0.0 ([#1550](#1550)) ([4e1af51](4e1af51))
* bump nyc from 15.1.0 to 17.0.0 ([#1548](#1548)) ([061eeab](061eeab))
* bump semantic-release from 23.1.1 to 24.0.0 ([#1541](#1541)) ([e7b655d](e7b655d))
Copy link

🎉 This PR is included in version 43.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

achingbrain added a commit that referenced this pull request Jun 21, 2024
)

* deps: bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
achingbrain pushed a commit that referenced this pull request Jun 21, 2024
## [43.0.2](v43.0.1...v43.0.2) (2024-06-21)

### Dependencies

* bump @semantic-release/commit-analyzer from 12.0.0 to 13.0.0 ([#1544](#1544)) ([253b97f](253b97f))
* bump @semantic-release/release-notes-generator ([#1543](#1543)) ([c0433df](c0433df))
* bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1 ([#1558](#1558)) ([c5c456d](c5c456d))
* bump c8 from 9.1.0 to 10.1.2 ([#1555](#1555)) ([39641ea](39641ea))
* bump conventional-changelog-conventionalcommits ([#1540](#1540)) ([3227743](3227743))
* bump eslint-config-ipfs from 6.0.2 to 7.0.0 ([#1516](#1516)) ([f8a397d](f8a397d))
* bump npm-package-json-lint from 7.1.0 to 8.0.0 ([#1550](#1550)) ([4e1af51](4e1af51))
* bump nyc from 15.1.0 to 17.0.0 ([#1548](#1548)) ([061eeab](061eeab))
* bump semantic-release from 23.1.1 to 24.0.0 ([#1541](#1541)) ([e7b655d](e7b655d))
achingbrain added a commit that referenced this pull request Jun 21, 2024
)

* deps: bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 7.13.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
github-actions bot pushed a commit that referenced this pull request Jun 21, 2024
## [43.0.2](v43.0.1...v43.0.2) (2024-06-21)

### Bug Fixes

* format changelog ([#1561](#1561)) ([5c68eaa](5c68eaa))
* format log ([7cd095d](7cd095d))
* revert dep updates ([7f3617d](7f3617d))
* update version ([773708d](773708d))

### Trivial Changes

* **release:** 43.0.2 [skip ci] ([fea9dec](fea9dec)), closes [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([2080a34](2080a34)), closes [#1561](#1561) [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([3c0555b](3c0555b)), closes [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([aa88f15](aa88f15))

### Dependencies

* bump @semantic-release/commit-analyzer from 12.0.0 to 13.0.0 ([#1544](#1544)) ([ce5264c](ce5264c))
* bump @semantic-release/release-notes-generator ([#1543](#1543)) ([14eaa50](14eaa50))
* bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1 ([#1558](#1558)) ([22f4cf5](22f4cf5))
* bump c8 from 9.1.0 to 10.1.2 ([#1555](#1555)) ([ce31644](ce31644))
* bump conventional-changelog-conventionalcommits ([#1540](#1540)) ([a6b2201](a6b2201))
* bump npm-package-json-lint from 7.1.0 to 8.0.0 ([#1550](#1550)) ([bef022d](bef022d))
* bump nyc from 15.1.0 to 17.0.0 ([#1548](#1548)) ([0588f50](0588f50))
* bump semantic-release from 23.1.1 to 24.0.0 ([#1541](#1541)) ([88bc0d1](88bc0d1))
achingbrain pushed a commit that referenced this pull request Jun 21, 2024
## [43.0.2](v43.0.1...v43.0.2) (2024-06-21)

### Bug Fixes

* format changelog ([#1561](#1561)) ([5c68eaa](5c68eaa))
* format log ([7cd095d](7cd095d))
* revert dep updates ([7f3617d](7f3617d))
* update version ([773708d](773708d))

### Trivial Changes

* **release:** 43.0.2 [skip ci] ([fea9dec](fea9dec)), closes [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([2080a34](2080a34)), closes [#1561](#1561) [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([3c0555b](3c0555b)), closes [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([aa88f15](aa88f15))

### Dependencies

* bump @semantic-release/commit-analyzer from 12.0.0 to 13.0.0 ([#1544](#1544)) ([ce5264c](ce5264c))
* bump @semantic-release/release-notes-generator ([#1543](#1543)) ([14eaa50](14eaa50))
* bump @typescript-eslint/eslint-plugin from 5.62.0 to 7.13.1 ([#1558](#1558)) ([22f4cf5](22f4cf5))
* bump c8 from 9.1.0 to 10.1.2 ([#1555](#1555)) ([ce31644](ce31644))
* bump conventional-changelog-conventionalcommits ([#1540](#1540)) ([a6b2201](a6b2201))
* bump npm-package-json-lint from 7.1.0 to 8.0.0 ([#1550](#1550)) ([bef022d](bef022d))
* bump nyc from 15.1.0 to 17.0.0 ([#1548](#1548)) ([0588f50](0588f50))
* bump semantic-release from 23.1.1 to 24.0.0 ([#1541](#1541)) ([88bc0d1](88bc0d1))
github-actions bot pushed a commit that referenced this pull request Jun 21, 2024
## [44.0.0](v43.0.1...v44.0.0) (2024-06-21)

### ⚠ BREAKING CHANGES

* linting rules may have changed

### Bug Fixes

* format changelog ([#1561](#1561)) ([5c68eaa](5c68eaa))
* format log ([7cd095d](7cd095d))
* revert dep updates ([7f3617d](7f3617d))
* update linting related deps ([ce225e0](ce225e0))
* update version ([773708d](773708d))

### Trivial Changes

* **release:** 43.0.2 [skip ci] ([da4b8e2](da4b8e2)), closes [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1544](#1544) [#1543](#1543) [#1558](#1558) [#1555](#1555) [#1540](#1540) [#1550](#1550) [#1548](#1548) [#1541](#1541)
* **release:** 43.0.2 [skip ci] ([fea9dec](fea9dec)), closes [#1561](#1561) [#1561](#1561) [#1561](#1561) [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([2080a34](2080a34)), closes [#1561](#1561) [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([3c0555b](3c0555b)), closes [#1561](#1561)
* **release:** 43.0.2 [skip ci] ([aa88f15](aa88f15))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant