chore(deps-dev): bump the typescript-eslint group across 1 directory with 2 updates by dependabot[bot] · Pull Request #1748 · mjeanroy/rollup-plugin-license (original) (raw)
Bumps the typescript-eslint group with 2 updates in the / directory: @typescript-eslint/eslint-plugin and @typescript-eslint/parser.
Updates @typescript-eslint/eslint-plugin from 7.12.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
- Kirk Waiblinger
- Yukihiro Hasegawa @y-hsgw
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,.generatorondeclare 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
ignoreoption (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji @tobySolutions
- Vinccool96
- YeonJuan @yeonjuan
You can read about our versioning strategy and releases on our website.
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,.generatorondeclare 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
ignoreoption❤️ 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
Updates @typescript-eslint/parser from 7.12.0 to 7.13.1
Release notes
Sourced from @typescript-eslint/parser'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
- Kirk Waiblinger
- Yukihiro Hasegawa @y-hsgw
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,.generatorondeclare 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
ignoreoption (#9167)- scope-manager: handle index signature in class (#9054)
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji @tobySolutions
- Vinccool96
- YeonJuan @yeonjuan
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.13.1 (2024-06-17)
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.
7.13.0 (2024-06-10)
🚀 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 and releases on our website.
Commits
- 1212a8f chore(release): publish 7.13.1
- 8a178ed chore(release): publish 7.13.0
- c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
- 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