chore(deps): bump the all-dependencies group with 6 updates by dependabot[bot] · Pull Request #586 · github/eslint-plugin-github
Bumps the all-dependencies group with 6 updates:
| Package | From | To |
|---|---|---|
| @eslint/compat | 1.2.3 |
1.2.4 |
| @typescript-eslint/eslint-plugin | 8.16.0 |
8.17.0 |
| @typescript-eslint/parser | 8.16.0 |
8.17.0 |
| prettier | 3.4.1 |
3.4.2 |
| typescript-eslint | 8.16.0 |
8.17.0 |
| mocha | 10.8.2 |
11.0.1 |
Updates @eslint/compat from 1.2.3 to 1.2.4
Release notes
Sourced from @eslint/compat's releases.
compat: v1.2.4
1.2.4 (2024-12-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.9.0 to ^0.9.1
Commits
dd8d161chore: release main (#136)f7cb7e2chore: add type tests forcorepackage (#137)44d812ddocs: Update README sponsorsb280b8bdocs: Update README sponsors5a18ce6docs: Update README sponsors156d601fix: Update RuleVisitor type (#135)8852527chore: fully type check packages/*/src files (#117)- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.16.0 to 8.17.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.17.0
8.17.0 (2024-12-02)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
- typescript-estree: add package version to ts version warning (#10343)
🩹 Fixes
- eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
- eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
- eslint-plugin: [promise-function-async] handle function overloading (#10304)
- website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)
❤️ Thank You
- Kim OhSeong
@bkks1004- Kim Sang Du
@developer-bandi- Kirk Waiblinger
@kirkwaiblinger- Marco Pasqualetti
@marcalexiei- Maria José Solano
@MariaSolOs- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.17.0 (2024-12-02)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
🩹 Fixes
- eslint-plugin: [promise-function-async] handle function overloading (#10304)
- eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
- eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
❤️ Thank You
- Kim OhSeong
@bkks1004- Kirk Waiblinger
@kirkwaiblinger- Maria José Solano
@MariaSolOs- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
2c8a75echore(release): publish 8.17.0670df27feat(eslint-plugin): [prefer-promise-reject-errors] options to allow any and ...68311eefix(eslint-plugin): [promise-function-async] handle function overloading (#10...9dbb4f9fix(eslint-plugin): remove references to "extendDefaults" in no-restricted-ty...fcd6cf0fix(eslint-plugin): [no-unnecessary-template-expressions] allow template expr...- See full diff in compare view
Updates @typescript-eslint/parser from 8.16.0 to 8.17.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.17.0
8.17.0 (2024-12-02)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
- typescript-estree: add package version to ts version warning (#10343)
🩹 Fixes
- eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
- eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
- eslint-plugin: [promise-function-async] handle function overloading (#10304)
- website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)
❤️ Thank You
- Kim OhSeong
@bkks1004- Kim Sang Du
@developer-bandi- Kirk Waiblinger
@kirkwaiblinger- Marco Pasqualetti
@marcalexiei- Maria José Solano
@MariaSolOs- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.17.0 (2024-12-02)
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
2c8a75echore(release): publish 8.17.0- See full diff in compare view
Updates prettier from 3.4.1 to 3.4.2
Changelog
Sourced from prettier's changelog.
3.4.2
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by
@tats-u)Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
<!-- Input (--prose-wrap=never) --> C言 語 ・ C++ ・ Go ・ Rust <!-- Prettier 3.4.1 --> C言語・ C++ ・ Go ・ Rust <!-- Prettier 3.4.2 --> C言語・C++・Go・RustU+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by
@fisker)// Input class A { @decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } // Prettier 3.4.1 class A { @decorator async /** </tr></table>
... (truncated)
Commits
cca9461Release 3.4.2572bebeFix comments on class methods with decorators (#16891)359c4f0chore(deps): update dependency@angular/compilerto v19.0.1 (#16903)6470996chore(deps): update dependency@glimmer/syntaxto v0.93.1 (#16904)e13614fCorrect fit() for fill() (#16899)10db357Remove check onTSImportType.isTypeOf(#16892)ac46a4fTreat U+30A0 & U+30FB in Katakana Block as CJK (#16796)d52e905Add test for #16207 (#16890)a1e354dClean changelog_unreleased99875daBump Prettier dependency to 3.4.1- See full diff in compare view
Updates typescript-eslint from 8.16.0 to 8.17.0
Release notes
Sourced from typescript-eslint's releases.
v8.17.0
8.17.0 (2024-12-02)
🚀 Features
- eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
- typescript-estree: add package version to ts version warning (#10343)
🩹 Fixes
- eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
- eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
- eslint-plugin: [promise-function-async] handle function overloading (#10304)
- website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)
❤️ Thank You
- Kim OhSeong
@bkks1004- Kim Sang Du
@developer-bandi- Kirk Waiblinger
@kirkwaiblinger- Marco Pasqualetti
@marcalexiei- Maria José Solano
@MariaSolOs- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.17.0 (2024-12-02)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
2c8a75echore(release): publish 8.17.0- See full diff in compare view
Updates mocha from 10.8.2 to 11.0.1
Release notes
Sourced from mocha's releases.
v11.0.1
11.0.1 (2024-12-02)
🌟 Features
📚 Documentation
v11.0.0 Prerelease
11.0.0 (2024-11-11)
⚠ BREAKING CHANGES
- adapt new engine range for Mocha 11 (#5216)
🌟 Features
🩹 Fixes
📚 Documentation
Changelog
Sourced from mocha's changelog.
11.0.1 (2024-12-02)
🌟 Features
📚 Documentation
11.0.0 (2024-11-11)
⚠ BREAKING CHANGES
- adapt new engine range for Mocha 11 (#5216)
🌟 Features
🩹 Fixes
📚 Documentation
Commits
4c558fbchore(main): release 11.0.1 (#5257)a5bd707Release v11.0.143c3157feat: bumped glob dependency from 8 to 10 (#5250)34e0e52docs: fix examples forlinkPartialObjectsmethods (#5255)d3b2c38chore(main): release 11.0.0 prerelease (#5241)80da25afix!: adapt new engine range for Mocha 11 (#5216)eac87e1docs: downgrade example/tests chai to 4.5.0 (#5245)e3da641feat: allow calling hook methods (#5231)- 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