Bumps the lint group with 6 updates in the / directory:
Updates @typescript-eslint/eslint-plugin
from 7.8.0 to 7.12.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v7.12.0
7.12.0 (2024年06月03日)
🚀 Features
- eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecate no-useless-template-literals
) (#8821)
- eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
- rule-tester: check for parsing errors in suggestion fixes (#9052)
- rule-tester: port
checkDuplicateTestCases
from ESLint (#9026)
🩹 Fixes
- no-useless-template-expression -> no-unnecessary-template-expression (#9174)
- eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable check (#8820)
- eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
- eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
- eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
s (#8901)
- eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
- eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
- eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
- types: correct typing ParserOptions (#9202)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.11.0
7.11.0 (2024年05月27日)
🚀 Features
- eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)
🩹 Fixes
- ast-spec: add
EmptyStatement
to Statement
(#8892)
- eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
- typescript-estree: truncate number of files printed by the maximum file error (#9127)
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
7.12.0 (2024年06月03日)
🚀 Features
-
eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression
(deprecate no-useless-template-literals
)
-
rule-tester: check for parsing errors in suggestion fixes
-
rule-tester: port checkDuplicateTestCases
from ESLint
-
eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
🩹 Fixes
-
no-useless-template-expression -> no-unnecessary-template-expression
-
eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const
variable check
-
eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining
-
eslint-plugin: [explicit-member-accessibility] refine report locations
-
eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declare
s
-
eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions
-
eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe
-
eslint-plugin: [member-ordering] also TSMethodSignature can be get/set
❤️ Thank You
- Abraham Guo
- Han Yeong-woo
- Joshua Chen
- Kim Sang Du
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.11.0 (2024年05月27日)
🚀 Features
- eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
... (truncated)
Commits
7e93b28
chore(release): publish 7.12.0
d0adcf1
docs: clarify what require-await does (#9200)
04990d5
feat(eslint-plugin): [no-floating-promises] add option 'allowForKnownSafeProm...
ad85249
docs: mention related ESLint rules in no-unused-vars page (#9198)
e80a8d6
docs: improve description for no-dynamic-delete (#9195)
9f92b30
docs: explicitly mention unbound-method limitation with thisArg (#9197)
08a9448
docs: add example with PascalCase function components (#9196)
5ca7f6e
feat(rule-tester): port checkDuplicateTestCases
from ESLint (#9026)
a9dd526
fix(eslint-plugin): [member-ordering] also TSMethodSignature can be get/set (...
2619c3b
fix(eslint-plugin): [return-await] clean up in-try-catch detection and make a...
- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 7.8.0 to 7.12.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.12.0
7.12.0 (2024年06月03日)
🚀 Features
- eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecate no-useless-template-literals
) (#8821)
- eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
- rule-tester: check for parsing errors in suggestion fixes (#9052)
- rule-tester: port
checkDuplicateTestCases
from ESLint (#9026)
🩹 Fixes
- no-useless-template-expression -> no-unnecessary-template-expression (#9174)
- eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with
const
variable check (#8820)
- eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
- eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
- eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check
declare
s (#8901)
- eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
- eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
- eslint-plugin: [member-ordering] also TSMethodSignature can be get/set (#9193)
- types: correct typing ParserOptions (#9202)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.11.0
7.11.0 (2024年05月27日)
🚀 Features
- eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)
🩹 Fixes
- ast-spec: add
EmptyStatement
to Statement
(#8892)
- eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
- typescript-estree: truncate number of files printed by the maximum file error (#9127)
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.12.0 (2024年06月03日)
🩹 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 and releases on our website.
7.11.0 (2024年05月27日)
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.10.0 (2024年05月20日)
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.9.0 (2024年05月13日)
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.
Commits
Updates eslint-plugin-promise
from 6.1.1 to 6.2.0
Release notes
Sourced from eslint-plugin-promise's releases.
v6.2.0
6.2.0 (2024年05月27日)
Bug Fixes
- no-callback-in-promise: false positives when the exception is an argument (#446) (5e4546d)
Features
- Resolve
getAncestors
and getScope
calls in eslint v9 (#466) (c0c716b)
Commits
5e4546d
fix(no-callback-in-promise): false positives when the exception is an argumen...
c0c716b
feat: Resolve getAncestors
and getScope
calls in eslint v9 (#466)
7d33c30
chore: add pkg.funding (#468)
ce9ae7f
chore(deps-dev): bump @babel/traverse
from 7.19.1 to 7.24.1 (#453)
62af490
chore(deps): bump actions/checkout from 3 to 4 (#461)
19b21b4
chore(deps): bump codecov/codecov-action from 3 to 4 (#459)
8c74b9b
chore(deps): bump actions/setup-node from 3 to 4 (#460)
bf75e4d
chore(deps): bump cycjimmy/semantic-release-action from 3 to 4 (#462)
bbcfcbf
chore: add tests for Node 20 (#440)
0b50079
chore: remove styfle/cancel-workflow-action
usage (#439)
- Additional commits viewable in compare view
Updates eslint-plugin-svelte
from 2.38.0 to 2.39.0
Release notes
Sourced from eslint-plugin-svelte's releases.
v2.39.0
Minor Changes
Changelog
Sourced from eslint-plugin-svelte's changelog.
2.39.0
Minor Changes
Commits
7e4e258
chore: release eslint-plugin-svelte (#756)
6ee50c8
feat: Update svelte-eslint-parser to 0.36 (#758)
49adff2
fix(deps): update dependency known-css-properties to ^0.31.0
da4d535
feat: add svelte/no-svelte-internal
rule (#749)
bb245f1
chore(deps): update dependency eslint-plugin-markdown to v5
8ec1934
chore(deps): update dependency @types/markdown-it-emoji
to v3
c540344
chore(deps): update dependency esbuild to ^0.21.0
b746b02
chore(deps): update dependency stylelint to ~16.5.0
8070ab3
fix: disable a few rules in docs-svelte-kit (#752)
2dac0a3
chore: add Node22 in CI (#750)
- Additional commits viewable in compare view
Updates prettier
from 3.2.5 to 3.3.1
Release notes
Sourced from prettier's releases.
3.3.1
🔗 Changelog
3.3.0
diff
🔗 Release note
Changelog
Sourced from prettier's changelog.
3.3.1
diff
Preserve empty lines in front matter (#16347 by @fisker
)
<!-- Input -->
---
foo:
- bar1
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
bar1
bar2
bar3
Markdown
<!-- Prettier 3.3.1 -->
foo:
bar1
bar2
bar3
Markdown
Preserve explicit language in front matter (#16348 by @fisker
)
<!-- Input -->
---yaml
</tr></table>
... (truncated)
Commits
Updates prettier-plugin-svelte
from 3.2.3 to 3.2.4
Changelog
Sourced from prettier-plugin-svelte's changelog.
3.2.4
Commits
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 <dependency name> major version
will 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 version
will 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
Uh oh!
There was an error while loading. Please reload this page.
Bumps the lint group with 6 updates in the / directory:
7.8.0
7.12.0
7.8.0
7.12.0
6.1.1
6.2.0
2.38.0
2.39.0
3.2.5
3.3.1
3.2.3
3.2.4
Updates
@typescript-eslint/eslint-plugin
from 7.8.0 to 7.12.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
7e93b28
chore(release): publish 7.12.0d0adcf1
docs: clarify what require-await does (#9200)04990d5
feat(eslint-plugin): [no-floating-promises] add option 'allowForKnownSafeProm...ad85249
docs: mention related ESLint rules in no-unused-vars page (#9198)e80a8d6
docs: improve description for no-dynamic-delete (#9195)9f92b30
docs: explicitly mention unbound-method limitation with thisArg (#9197)08a9448
docs: add example with PascalCase function components (#9196)5ca7f6e
feat(rule-tester): portcheckDuplicateTestCases
from ESLint (#9026)a9dd526
fix(eslint-plugin): [member-ordering] also TSMethodSignature can be get/set (...2619c3b
fix(eslint-plugin): [return-await] clean up in-try-catch detection and make a...Updates
@typescript-eslint/parser
from 7.8.0 to 7.12.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)e360541
chore(release): publish 7.11.0c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)Updates
eslint-plugin-promise
from 6.1.1 to 6.2.0Release notes
Sourced from eslint-plugin-promise's releases.
Commits
5e4546d
fix(no-callback-in-promise): false positives when the exception is an argumen...c0c716b
feat: ResolvegetAncestors
andgetScope
calls in eslint v9 (#466)7d33c30
chore: add pkg.funding (#468)ce9ae7f
chore(deps-dev): bump@babel/traverse
from 7.19.1 to 7.24.1 (#453)62af490
chore(deps): bump actions/checkout from 3 to 4 (#461)19b21b4
chore(deps): bump codecov/codecov-action from 3 to 4 (#459)8c74b9b
chore(deps): bump actions/setup-node from 3 to 4 (#460)bf75e4d
chore(deps): bump cycjimmy/semantic-release-action from 3 to 4 (#462)bbcfcbf
chore: add tests for Node 20 (#440)0b50079
chore: removestyfle/cancel-workflow-action
usage (#439)Updates
eslint-plugin-svelte
from 2.38.0 to 2.39.0Release notes
Sourced from eslint-plugin-svelte's releases.
Changelog
Sourced from eslint-plugin-svelte's changelog.
Commits
7e4e258
chore: release eslint-plugin-svelte (#756)6ee50c8
feat: Update svelte-eslint-parser to 0.36 (#758)49adff2
fix(deps): update dependency known-css-properties to ^0.31.0da4d535
feat: addsvelte/no-svelte-internal
rule (#749)bb245f1
chore(deps): update dependency eslint-plugin-markdown to v58ec1934
chore(deps): update dependency@types/markdown-it-emoji
to v3c540344
chore(deps): update dependency esbuild to ^0.21.0b746b02
chore(deps): update dependency stylelint to ~16.5.08070ab3
fix: disable a few rules in docs-svelte-kit (#752)2dac0a3
chore: add Node22 in CI (#750)Updates
prettier
from 3.2.5 to 3.3.1Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
92cbd33
Release 3.3.1446a86e
Update execa to v9efc3d05
Avoid line breaks in import attributes (#16349)4a5b26f
Usewhile (true)
instead offor (;;)
(#16354)1c43973
Only add version to.git-blame-ignore-revs
when files changed (#16352)ab65eb4
chore(deps): update dependency eslint-plugin-react to v7.34.2 (#16353)86268eb
chore(deps): update eslint related dependencies (major) (#16208)ddce4fb
Move import attribute unquote test to a separate directory (#16350)450b178
PrintAtHead
node from glimmer viaprint()
(#16346)b94811f
FixstripTrailingHardline
(#16347)Updates
prettier-plugin-svelte
from 3.2.3 to 3.2.4Changelog
Sourced from prettier-plugin-svelte's changelog.
Commits
f57f888
chore: release 3.2.4268c26d
fix: adjust regex5516102
chore: check types in ci (#437)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 <dependency name> major version
will 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 version
will 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