chore(deps): bump the all-dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #522 · github/eslint-plugin-github
Bumps the all-dependencies group with 4 updates in the / directory: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-plugin-eslint-plugin and mocha.
Updates @typescript-eslint/eslint-plugin from 7.3.1 to 7.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- jsfm01
@jsfm01- Kim Sang Du
@developer-bandi- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.8.0 (2024-04-29)
🩹 Fixes
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
eslint-plugin: [no-unused-vars] clear error report range
❤️ Thank You
- auvred
- Josh Goldberg ✨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.7.1 (2024-04-22)
🩹 Fixes
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullisheslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
ee677f6chore(release): publish 7.8.08127873fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)216d1b0fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)51d2193fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)4bed24dfix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...b0f7aa4fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)219b841chore: resolve lint issues on main branch (#8966)3e19436chore(release): publish 7.7.1b2552cafix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...fdeba42fix(eslint-plugin): [no-for-in-array] refine report location (#8874)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.3.1 to 7.8.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- jsfm01
@jsfm01- Kim Sang Du
@developer-bandi- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.8.0 (2024-04-29)
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.7.1 (2024-04-22)
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.7.0 (2024-04-15)
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.6.0 (2024-04-08)
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
7.5.0 (2024-04-01)
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
... (truncated)
Commits
ee677f6chore(release): publish 7.8.03e19436chore(release): publish 7.7.1e44a1a2chore(release): publish 7.7.0e1db872chore(release): publish 7.6.0a6ab2cbfeat: bump npm dependency ranges (#8860)a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)d5615d7fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues(#8784)5d24691chore(release): publish 7.4.0e408b93feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...- See full diff in compare view
Updates eslint-plugin-eslint-plugin from 5.4.1 to 6.1.0
Release notes
Sourced from eslint-plugin-eslint-plugin's releases.
v6.1.0
6.1.0 (2024-04-25)
Features
v6.0.0
6.0.0 (2024-04-10)
⚠ BREAKING CHANGES
- change test-case-property-ordering to add supports languageOptions (#406)
- add
defaultOptionsto meta-property-ordering (#461)- remove consistent-output from recommended (#462)
- Add missing
deprecated/replacedByproperties tometa-property-orderingrule (#320)- requires node >= 18 & eslint >= 8.23.0 (#456)
Features
- add
defaultOptionsto meta-property-ordering (#461) (ff28db3), closes #430- add
nameto flat configs (#459) (dcb794f)- Add missing
deprecated/replacedByproperties tometa-property-orderingrule (#320) (1692fe2)- change test-case-property-ordering to add supports languageOptions (#406) (0dd0857)
- remove consistent-output from recommended (#462) (c27e18b), closes #284
- requires node >= 18 & eslint >= 8.23.0 (#456) (4adeb6c)
v5.5.1
5.5.1 (2024-04-08)
Bug Fixes
v5.5.0
5.5.0 (2024-04-01)
Features
Changelog
Sourced from eslint-plugin-eslint-plugin's changelog.
6.1.0 (2024-04-25)
Features
6.0.0 (2024-04-10)
⚠ BREAKING CHANGES
- change test-case-property-ordering to add supports languageOptions (#406)
- add
defaultOptionsto meta-property-ordering (#461)- remove consistent-output from recommended (#462)
- Add missing
deprecated/replacedByproperties tometa-property-orderingrule (#320)- requires node >= 18 & eslint >= 8.23.0 (#456)
Features
- add
defaultOptionsto meta-property-ordering (#461) (ff28db3), closes #430- add
nameto flat configs (#459) (dcb794f)- Add missing
deprecated/replacedByproperties tometa-property-orderingrule (#320) (1692fe2)- change test-case-property-ordering to add supports languageOptions (#406) (0dd0857)
- remove consistent-output from recommended (#462) (c27e18b), closes #284
- requires node >= 18 & eslint >= 8.23.0 (#456) (4adeb6c)
5.5.1 (2024-04-08)
Bug Fixes
5.5.0 (2024-04-01)
Features
Commits
5bbc30achore(main): release 6.1.0 (#473)2370b46feat: add require-meta-docs-recommended rule (#447)95b1980chore: upgrade a few dev deps to latest (#472)189f75cchore: use npm install --force58c41c9chore(main): release 6.0.0 (#460)4962f8ddocs: update meta-property-ordering default options03a6e20docs: update test-case-property-ordering default options0dd0857feat!: change test-case-property-ordering to add supports languageOptions (#406)ff28db3feat!: adddefaultOptionsto meta-property-ordering (#461)c27e18bfeat!: remove consistent-output from recommended (#462)- Additional commits viewable in compare view
Updates mocha from 10.3.0 to 10.4.0
Release notes
Sourced from mocha's releases.
v10.4.0
10.4.0 / 2024-03-26
🎉 Enhancements
- #4829 feat: include
.causestacks in the error stack traces (@voxpelli)- #4985 feat: add file path to xunit reporter (
@bmish)🐛 Fixes
🔩 Other
- #5077 chore: add mtfoley/pr-compliance-action (
@JoshuaKGoldberg)- #5060 chore: migrate ESLint config to flat config (
@JoshuaKGoldberg)- #5095 chore: revert #5069 to restore Netlify builds (
@voxpelli)- #5097 docs: add sponsored to sponsorship link rels (
@JoshuaKGoldberg)- #5093 chore: add 'status: in triage' label to issue templates and docs (
@JoshuaKGoldberg)- #5083 docs: fix CHANGELOG.md headings to start with a root-level h1 (
@JoshuaKGoldberg)- #5100 chore: fix header generation and production build crashes (
@JoshuaKGoldberg)- #5104 chore: bump ESLint ecmaVersion to 2020 (
@JoshuaKGoldberg)- #5116 fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' (
@LcsK)- #4869 docs: fix documentation concerning glob expansion on UNIX (
@binki)- #5122 test: fix xunit integration test (
@voxpelli)- #5123 chore: activate dependabot for workflows (
@voxpelli)- #5125 build(deps): bump the github-actions group with 2 updates (
@dependabot)
Changelog
Sourced from mocha's changelog.
10.4.0 / 2024-03-26
🎉 Enhancements
- #4829 feat: include
.causestacks in the error stack traces (@voxpelli)- #4985 feat: add file path to xunit reporter (
@bmish)🐛 Fixes
🔩 Other
- #5077 chore: add mtfoley/pr-compliance-action (
@JoshuaKGoldberg)- #5060 chore: migrate ESLint config to flat config (
@JoshuaKGoldberg)- #5095 chore: revert #5069 to restore Netlify builds (
@voxpelli)- #5097 docs: add sponsored to sponsorship link rels (
@JoshuaKGoldberg)- #5093 chore: add 'status: in triage' label to issue templates and docs (
@JoshuaKGoldberg)- #5083 docs: fix CHANGELOG.md headings to start with a root-level h1 (
@JoshuaKGoldberg)- #5100 chore: fix header generation and production build crashes (
@JoshuaKGoldberg)- #5104 chore: bump ESLint ecmaVersion to 2020 (
@JoshuaKGoldberg)- #5116 fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' (
@LcsK)- #4869 docs: fix documentation concerning glob expansion on UNIX (
@binki)- #5122 test: fix xunit integration test (
@voxpelli)- #5123 chore: activate dependabot for workflows (
@voxpelli)- #5125 build(deps): bump the github-actions group with 2 updates (
@dependabot)
Commits
ffd9557Release v10.4.07ac67f3build(deps): bump the github-actions group with 2 updates (#5125)7a2781cchore: activate dependabot for workflows (#5123)97dcbb2fix: harden error handling inlib/cli/run.js(#5074)6f3f45efix: xunit integration test (#5122)a5b5652docs: fix documentation concerning glob expansion on UNIX (#4869)efbb147feat: add file path to xunit reporter (#4985)a2e600dfix: closes #5115 (#5116)3735873feat: include.causestacks in the error stack traces (#4829)b88978dchore: bump ESLint ecmaVersion to 2020 (#5104)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
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