chore(deps): bump the all-dependencies group with 4 updates
Bumps the all-dependencies group with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-plugin-eslint-plugin and mocha.
Updates @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher- cm-ayf
@cm-ayf- Jake Bailey
@jakebailey- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2noYou can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.14.1 (2024-06-24)
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
❤️ Thank You
- Jake Bailey
You can read about our versioning strategy and releases on our website.
7.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
🩹 Fixes
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
Commits
b4fe94fchore(release): publish 7.14.1f29150ffix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...9b7731dfix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...dfc4469chore(release): publish 7.14.0635133adocs: split troubleshooting into granular sections (#9024)c322099fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)23e6468fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...5c4a5defeat(ast-spec): tighter types and documentation for declaration/* (#9211)e47123dfix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)dc18229feat: support TypeScript 5.5 (#9397)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.13.1 to 7.14.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher- cm-ayf
@cm-ayf- Jake Bailey
@jakebailey- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2noYou can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.14.1 (2024-06-24)
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.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
Commits
b4fe94fchore(release): publish 7.14.1dfc4469chore(release): publish 7.14.0- See full diff in compare view
Updates eslint-plugin-eslint-plugin from 6.1.0 to 6.2.0
Release notes
Sourced from eslint-plugin-eslint-plugin's releases.
v6.2.0
6.2.0 (2024-06-25)
Features
Commits
08a8a09chore(main): release 6.2.0 (#476)c2dc36ddocs: add rule no-property-in-node options6cdef14feat: no-property-in-node add additionalNodeTypeFiles option (#484)04e397bchore: update dependency eslint-plugin-unicorn to v53 (#481)21b25d7chore: update dependency eslint-plugin-markdown to v5 (#480)637bb86chore: update dependency markdownlint-cli to ^0.41.0 (#479)95e370achore: update dependency markdownlint-cli to ^0.40.0 (#477)929a17dci: run test on node v226db5604feat: eslint-utils =>@eslint-community/eslint-utils(#474)- See full diff in compare view
Updates mocha from 10.4.0 to 10.5.2
Release notes
Sourced from mocha's releases.
v10.5.2
What's Changed
- fix: better tracking of seen objects in error serialization by
@sam-superin mochajs/mocha#5032New Contributors
@sam-supermade their first contribution in mochajs/mocha#5032Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.1...v10.5.2
v10.5.1
What's Changed
- fix: Add error handling for nonexistent file case with --file option by
@khoaHyhin mochajs/mocha#5086New Contributors
@khoaHyhmade their first contribution in mochajs/mocha#5086Full Changelog: https://github.com/mochajs/mocha/compare/v10.5.0...v10.5.1
v10.5.0
:tada: Enhancements
- #5015 feat: use <progress> and <svg> for browser progress indicator instead of <canvas> (
@yourWaifu)- #5143 feat: allow using any 3.x chokidar dependencies (
@simhnna)- #4835 feat: add MOCHA_OPTIONS env variable (
@icholy):bug: Fixes
- #5107 fix: include stack in browser uncaught error reporting (
@JoshuaKGoldberg):nut_and_bolt: Other
- #5110 chore: switch two-column list styles to be opt-in (
@marjys)- #5135 chore: fix some typos in comments (
@StevenMia)- #5130 chore: rename 'master' to 'main' in docs and tooling (
@JoshuaKGoldberg)
Changelog
Sourced from mocha's changelog.
10.5.2 / 2024-05-25
:bug: Fixes
- #5032 fix: better tracking of seen objects in error serialization (
@sam-super)10.5.1 / 2024-05-24
:bug: Fixes
10.5.0 / 2024-05-24
:tada: Enhancements
- #5015 feat: use <progress> and <svg> for browser progress indicator instead of <canvas> (
@yourWaifu)- #5143 feat: allow using any 3.x chokidar dependencies (
@simhnna)- #4835 feat: add MOCHA_OPTIONS env variable (
@icholy):bug: Fixes
- #5107 fix: include stack in browser uncaught error reporting (
@JoshuaKGoldberg):nut_and_bolt: Other
- #5110 chore: switch two-column list styles to be opt-in (
@marjys)- #5135 chore: fix some typos in comments (
@StevenMia)- #5130 chore: rename 'master' to 'main' in docs and tooling (
@JoshuaKGoldberg)
Commits
b2a6358Release 10.5.2a3bb86ddocs: add 10.5.2 to CHANGELOG.md02c04c4fix: better tracking of seen objects in error serialization (#5032)103c56bRelease v10.5.1545b66ddocs: add 10.5.1 to CHANGELOG.mddbe229dfix: Add error handling for nonexistent file case with --file option (#5086)b9ce511Release v10.5.012c88a7Docs: add 10.5.0 to CHANGELOG.mdb6aa7e8chore: rename 'master' to 'main' in docs and tooling (#5130)67a8124fix: include stack in browser uncaught error reporting (#5107)- Additional commits viewable 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