-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge test changes to main #354
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) from 6.8.1 to 7.0.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-dotnet-client/releases) - [Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/CHANGELOG.md) - [Commits](rabbitmq/rabbitmq-dotnet-client@v6.8.1...v7.0.0) --- updated-dependencies: - dependency-name: RabbitMQ.Client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) from 6.8.1 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/releases">RabbitMQ.Client's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/53?closed=1">GitHub milestone for <code>RabbitMQ.Client</code> version <code>7.0.0</code></a></p> <h2>What's Changed</h2> <ul> <li>Fall back to rabbitmqctl (or rabbitmqctl.bat) if RABBITMQ_RABBITMQCTL_PATH or umbrella path are not available by <a href="https://github.com/michaelklishin"><code>@michaelklishin</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/818">rabbitmq/rabbitmq-dotnet-client#818</a></li> <li>Switch to Verify for API approval test by <a href="https://github.com/bording"><code>@bording</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/820">rabbitmq/rabbitmq-dotnet-client#820</a></li> <li>AutorecoveringConnection uses ContinuationTimeout from ConnectionFactory by <a href="https://github.com/AndrzejKrol"><code>@AndrzejKrol</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/823">rabbitmq/rabbitmq-dotnet-client#823</a></li> <li>Do not throw on invalid ReplyTo address by <a href="https://github.com/ig-sinicyn"><code>@ig-sinicyn</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/828">rabbitmq/rabbitmq-dotnet-client#828</a></li> <li>Introduce PublicationAddress.TryParse and switch BasicProperties.ReplyToAddress to use it by <a href="https://github.com/michaelklishin"><code>@michaelklishin</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/831">rabbitmq/rabbitmq-dotnet-client#831</a></li> <li>Throw ObjectDisposedException when required by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/832">rabbitmq/rabbitmq-dotnet-client#832</a></li> <li>Restore Constants class as public by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/833">rabbitmq/rabbitmq-dotnet-client#833</a></li> <li>Move Constants to RabbitMQ.Client by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/834">rabbitmq/rabbitmq-dotnet-client#834</a></li> <li>Replacing usage of ManualResetEvent with ManualResetEventSlim by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/837">rabbitmq/rabbitmq-dotnet-client#837</a></li> <li>Optimizing memory usage even further. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/824">rabbitmq/rabbitmq-dotnet-client#824</a></li> <li>Using a linked list for fast efficient tracking of [publisher confirm] delivery tags by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/836">rabbitmq/rabbitmq-dotnet-client#836</a></li> <li>Adding System.Threading.Channels for simplified, better performing code. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/835">rabbitmq/rabbitmq-dotnet-client#835</a></li> <li>Using interpolated strings for better code readability. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/840">rabbitmq/rabbitmq-dotnet-client#840</a></li> <li>getting rid of a Func allocation by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/841">rabbitmq/rabbitmq-dotnet-client#841</a></li> <li>Making sure AsyncEventHandlers are all run. Fixes issue <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/838">#838</a>. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/839">rabbitmq/rabbitmq-dotnet-client#839</a></li> <li>simplify WriteShortstr by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/845">rabbitmq/rabbitmq-dotnet-client#845</a></li> <li>Deletion of unreachable code by <a href="https://github.com/Pliner"><code>@Pliner</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/847">rabbitmq/rabbitmq-dotnet-client#847</a></li> <li>Deletion of unused UseBackgroundThreadsForIO by <a href="https://github.com/Pliner"><code>@Pliner</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/846">rabbitmq/rabbitmq-dotnet-client#846</a></li> <li>eliminate allocations from InboundFrame by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/848">rabbitmq/rabbitmq-dotnet-client#848</a></li> <li>Frame optimizations by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/844">rabbitmq/rabbitmq-dotnet-client#844</a></li> <li>Delete AutoClose from SessionManager by <a href="https://github.com/Pliner"><code>@Pliner</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/852">rabbitmq/rabbitmq-dotnet-client#852</a></li> <li>Fixing rethrown exceptions to properly preserve stackframes. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/850">rabbitmq/rabbitmq-dotnet-client#850</a></li> <li>throw ArgumentOutOfRangeException when table key is too long (> 255) by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/849">rabbitmq/rabbitmq-dotnet-client#849</a></li> <li>Adding BinaryPrimitives support for NETSTANDARD targets by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/851">rabbitmq/rabbitmq-dotnet-client#851</a></li> <li>Minor improvements and optimizations by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/842">rabbitmq/rabbitmq-dotnet-client#842</a></li> <li>simplify missed heartbeat recognition by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/854">rabbitmq/rabbitmq-dotnet-client#854</a></li> <li>remove task yield by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/855">rabbitmq/rabbitmq-dotnet-client#855</a></li> <li>Fix RabbitMQ version parsing by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/862">rabbitmq/rabbitmq-dotnet-client#862</a></li> <li>Report a Uri scheme of "amqps" in AmqpTcpEndpoint.ToString() iff SslOption is enabled in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/864">rabbitmq/rabbitmq-dotnet-client#864</a></li> <li>Re-merge pull request <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/855">#855</a> from bollhals/remove.task.yield by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/863">rabbitmq/rabbitmq-dotnet-client#863</a></li> <li>Prep for 6.1.1 by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/870">rabbitmq/rabbitmq-dotnet-client#870</a></li> <li>Fix AppVeyor build by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/871">rabbitmq/rabbitmq-dotnet-client#871</a></li> <li>Move BinaryTableValue to public section by <a href="https://github.com/BenBorn"><code>@BenBorn</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/880">rabbitmq/rabbitmq-dotnet-client#880</a></li> <li>Ability to do concurrent dispatches both on the async as well as the sync consumer by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/866">rabbitmq/rabbitmq-dotnet-client#866</a></li> <li>Refactor: extracted RabbitMQ node management functions from IntegrationFixture by <a href="https://github.com/pergh"><code>@pergh</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/884">rabbitmq/rabbitmq-dotnet-client#884</a></li> <li>Switch WorkPool of ConsumerWorkService to channels by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/882">rabbitmq/rabbitmq-dotnet-client#882</a></li> <li>use cached empty BasicProperties when null by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/887">rabbitmq/rabbitmq-dotnet-client#887</a></li> <li>add size hint variable for PublishBatch creation by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/888">rabbitmq/rabbitmq-dotnet-client#888</a></li> <li>fix issue 868 by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/878">rabbitmq/rabbitmq-dotnet-client#878</a></li> <li>Implement BasicPublishBatch with ReadOnlyMemory by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/865">rabbitmq/rabbitmq-dotnet-client#865</a></li> <li>7.x: remove deprecated message publishing method overloads by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/895">rabbitmq/rabbitmq-dotnet-client#895</a></li> <li>precompute sizes and and simplify BasicProperties presence by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/890">rabbitmq/rabbitmq-dotnet-client#890</a></li> <li>Edit docs by <a href="https://github.com/JeremyMahieu"><code>@JeremyMahieu</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/896">rabbitmq/rabbitmq-dotnet-client#896</a></li> <li>Do DNS resolution before connection attempt by <a href="https://github.com/JeremyMahieu"><code>@JeremyMahieu</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/893">rabbitmq/rabbitmq-dotnet-client#893</a></li> <li>Unify on IModel by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/858">rabbitmq/rabbitmq-dotnet-client#858</a></li> <li>Missing ConfigureAwait in TcpClientAdapter by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/897">rabbitmq/rabbitmq-dotnet-client#897</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/CHANGELOG.md">RabbitMQ.Client's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.14...HEAD">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix build warnings in API <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1718">#1718</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Change OTel attribute messaging.operation to messaging.operation.type <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1716">#1716</a> (<a href="https://github.com/iinuwa">iinuwa</a>)</li> <li>Throw when lease not acquired. This can happen then the rate limiter doesn't allow queuing or is generally wrongly configured <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1714">#1714</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> </ul> <h2><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.14">v7.0.0-rc.14</a> (2024-10-24)</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.13...v7.0.0-rc.14">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Make handling of publisher confirmations transparent to the user <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1682">#1682</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Remove <code>ChannelOptions</code> internal class <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1712">#1712</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Xml doc updates for the rate limiting <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1711">#1711</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> <li>Only add <code>x-dotnet-pub-seq-no</code> when tracking enabled <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1710">#1710</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Safeguarding against duplicate sequence numbers <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1709">#1709</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> </ul> <h2><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.13">v7.0.0-rc.13</a> (2024-10-22)</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.12...v7.0.0-rc.13">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Address some more TODOs <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1708">#1708</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Upgrade NET6.0 to NET8.0 since NET6.0 is soon EOL <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1707">#1707</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> <li>Leverage <code>System.Threading.RateLimiting</code> <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1706">#1706</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Enforce maximum outstanding publisher confirms, if set <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1703">#1703</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Isolate publisher confirmation code <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1702">#1702</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Integrate <code>Channel</code> into <code>ChannelBase</code> <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1700">#1700</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> </ul> <h2><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.12">v7.0.0-rc.12</a> (2024-10-08)</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.11...v7.0.0-rc.12">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Allow DateTime for Headers in IBasicProperties <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1691">#1691</a></li> <li>Polyfill language gaps <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1688">#1688</a></li> <li>DispatchConsumerConcurrency might be misplaced on the connection factory <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1668">#1668</a></li> <li>Consider using <code>AsyncManualResetEvent</code> when handling flow state <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1644">#1644</a></li> </ul> <p><strong>Fixed bugs:</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/7c78e66a42fe13d81cf04b76975f86b13ecba23c"><code>7c78e66</code></a> 7.0.0 CHANGELOG</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/ab8b2796c58574b804f57dfc64e3a9388ed88f1d"><code>ab8b279</code></a> Merge pull request <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1718">#1718</a> from rabbitmq/lukebakken/fix-api-warnings</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/1bdd78ca09a05bf7bfb6d1fd2b413578ad9ac17f"><code>1bdd78c</code></a> Fix build warnings in API</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/4525c6dc8449afb30016b4cdbe4519bbe4cce625"><code>4525c6d</code></a> Merge pull request <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1716">#1716</a> from iinuwa/fix/change-otel-attribute-name</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/e2c246f1c251949ea0a6c605eb2eb93e891b2662"><code>e2c246f</code></a> docs: Add clone and build steps to contributing guide</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/fe9ccbe3b62c9d29ed8275a5e7c1612a1ea5fc38"><code>fe9ccbe</code></a> Update tests for Activity source operation name and attribute value</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/c4d10450b53c067c73abcf495d391df2097c35c3"><code>c4d1045</code></a> Use const strings for OTel operation types</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/f71273b7fb00c31204d1fd68c21d12e053949dc4"><code>f71273b</code></a> Update span operation names to comply with OTel semantic conventions</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/3d708a8b118e5305be0aec060f4f83c7db07e489"><code>3d708a8</code></a> Change OTel attribute messaging.operation to messaging.operation.type</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/898c21f5d484f850805522a17c42405c9bb2806b"><code>898c21f</code></a> Throw when lease not acquired. This can happen then the rate limiter doesn't ...</li> <li>Additional commits viewable in <a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.8.1...v7.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=RabbitMQ.Client&package-manager=nuget&previous-version=6.8.1&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Bumps [Testcontainers.RabbitMq](https://github.com/testcontainers/testcontainers-dotnet) from 3.10.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-dotnet/releases">Testcontainers.RabbitMq's releases</a>.</em></p> <blockquote> <h2>4.0.0</h2> <h1>What's Changed</h1> <p>Thanks so much for all the effort you put into this release 🙌. We are continuing to align Testcontainers for .NET with other language implementations and working on improving the domain-specific language.</p> <p>We have updated the <code>IImage</code> interface to follow the domain-specific language with the correct property names. The table below shows the changes. We tried to make the transition as smooth as possible, but be aware that relying on the <code>Repository</code> property might cause issues since it now resolves a different value than before. We have kept the old properties, marked them as obsolete, and provided guidance on how to migrate.</p> <table> <thead> <tr> <th></th> <th>Actual</th> <th>Expected (New)</th> </tr> </thead> <tbody> <tr> <td>Registry</td> <td>-</td> <td>myregistryhost:5000</td> </tr> <tr> <td>Repository</td> <td>myregistryhost:5000/fedora</td> <td>fedora/httpd</td> </tr> <tr> <td>Name</td> <td>httpd</td> <td>-</td> </tr> <tr> <td>Tag</td> <td>version1.0</td> <td>version1.0</td> </tr> <tr> <td>Digest</td> <td>-</td> <td>sha256:37a3b014d320...</td> </tr> <tr> <td>GetHostname()</td> <td>myregistryhost:5000</td> <td>myregistryhost:5000</td> </tr> </tbody> </table> <h2>⚠️ Breaking Changes</h2> <ul> <li>fix: Bump MSSQL image version, remove Azure SQL Edge <del>and Papercut</del> module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265">#1265</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Align <code>IImage</code> properties with Docker DSL (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256">#1256</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat: Use <code>exec</code> to replace current shell with the Kafka process (as ENTRYPOINT) (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1282">#1282</a>) <a href="https://github.com/jasoncouture"><code>@jasoncouture</code></a></li> <li>feat: Add getter for Azurite blob, queue and table endpoint (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1278">#1278</a>) <a href="https://github.com/pregress"><code>@pregress</code></a></li> <li>feat: Reintroduce Papercut module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1268">#1268</a>) <a href="https://github.com/TechLiam"><code>@TechLiam</code></a></li> <li>feat: Add Neo4j Enterprise Edition support (<code>WithEnterpriseEdition(bool)</code>) (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1269">#1269</a>) <a href="https://github.com/Sossenbinder"><code>@Sossenbinder</code></a></li> <li>feat: Support digest in <code>IImage</code>, <code>DockerImage</code> and in the <code>WithImage(string)</code> implementation (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1249">#1249</a>) <a href="https://github.com/Kielek"><code>@Kielek</code></a></li> <li>feat: Align <code>IImage</code> properties with Docker DSL (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256">#1256</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Change visibility of <code>AccountName</code> and <code>AccountKey</code> to public, move to <code>AzuriteBuilder</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1258">#1258</a>) <a href="https://github.com/mikecole"><code>@mikecole</code></a></li> <li>feat: Get Docker endpoint from Docker context (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1235">#1235</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Bump MSSQL image version, remove Azure SQL Edge and Papercut module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265">#1265</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>fix: Throw exception if Docker resource does not exist instead of silently ignoring it (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1254">#1254</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>fix: Do not run reusable resource tests in parallel (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1267">#1267</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/1a78654e9205d3ff01b807967a5408feec921622"><code>1a78654</code></a> fix: XML comment has cref attribute 'FullName' that could not be resolved</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/dfb9f41fbfc62d2bc93cdcfb3dd098f4d8d9d954"><code>dfb9f41</code></a> feat: Use <code>exec</code> to replace current shell with the Kafka process (as ENTRYPOI...</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/a75cb73bf9c022d0f78ec85f327cdef7c396c98a"><code>a75cb73</code></a> feat: Add getter for Azurite blob, queue and table endpoint (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1278">#1278</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/12cccf9506801a0d05ebe27cd021e4a8201b8c8f"><code>12cccf9</code></a> chore: Bump System.Text.Json</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/159e4bf60b297a18fc09ead6ba8d7fe751984edc"><code>159e4bf</code></a> feat: Reintroduce Papercut module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1268">#1268</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/f4966d8d73c6b82cfd9f3c1b7a2712d0a587ca87"><code>f4966d8</code></a> fix: Remove Sonar code smells</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/e96d4e6cb68c999847cdd94b1c826297034af2f2"><code>e96d4e6</code></a> feat: Add Neo4j Enterprise Edition support (<code>WithEnterpriseEdition(bool)</code>) (#...</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/0b8b34b456c2dea0abb1d797c4587fe0ac9cc886"><code>0b8b34b</code></a> chore: Run test projects sequentially</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/1cc56eaca21b520a46c004442a7dbfe6a910baa1"><code>1cc56ea</code></a> fix: Use correct JSON node to install C# Dev Kit extension</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/340a93afff0622e6d1fb30f0796edd44f8c42577"><code>340a93a</code></a> fix: Do not run reusable resource tests in parallel (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1267">#1267</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-dotnet/compare/3.10.0...4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Testcontainers.RabbitMq&package-manager=nuget&previous-version=3.10.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Testcontainers.MsSql](https://github.com/testcontainers/testcontainers-dotnet) from 3.10.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-dotnet/releases">Testcontainers.MsSql's releases</a>.</em></p> <blockquote> <h2>4.0.0</h2> <h1>What's Changed</h1> <p>Thanks so much for all the effort you put into this release 🙌. We are continuing to align Testcontainers for .NET with other language implementations and working on improving the domain-specific language.</p> <p>We have updated the <code>IImage</code> interface to follow the domain-specific language with the correct property names. The table below shows the changes. We tried to make the transition as smooth as possible, but be aware that relying on the <code>Repository</code> property might cause issues since it now resolves a different value than before. We have kept the old properties, marked them as obsolete, and provided guidance on how to migrate.</p> <table> <thead> <tr> <th></th> <th>Actual</th> <th>Expected (New)</th> </tr> </thead> <tbody> <tr> <td>Registry</td> <td>-</td> <td>myregistryhost:5000</td> </tr> <tr> <td>Repository</td> <td>myregistryhost:5000/fedora</td> <td>fedora/httpd</td> </tr> <tr> <td>Name</td> <td>httpd</td> <td>-</td> </tr> <tr> <td>Tag</td> <td>version1.0</td> <td>version1.0</td> </tr> <tr> <td>Digest</td> <td>-</td> <td>sha256:37a3b014d320...</td> </tr> <tr> <td>GetHostname()</td> <td>myregistryhost:5000</td> <td>myregistryhost:5000</td> </tr> </tbody> </table> <h2>⚠️ Breaking Changes</h2> <ul> <li>fix: Bump MSSQL image version, remove Azure SQL Edge <del>and Papercut</del> module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265">#1265</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Align <code>IImage</code> properties with Docker DSL (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256">#1256</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat: Use <code>exec</code> to replace current shell with the Kafka process (as ENTRYPOINT) (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1282">#1282</a>) <a href="https://github.com/jasoncouture"><code>@jasoncouture</code></a></li> <li>feat: Add getter for Azurite blob, queue and table endpoint (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1278">#1278</a>) <a href="https://github.com/pregress"><code>@pregress</code></a></li> <li>feat: Reintroduce Papercut module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1268">#1268</a>) <a href="https://github.com/TechLiam"><code>@TechLiam</code></a></li> <li>feat: Add Neo4j Enterprise Edition support (<code>WithEnterpriseEdition(bool)</code>) (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1269">#1269</a>) <a href="https://github.com/Sossenbinder"><code>@Sossenbinder</code></a></li> <li>feat: Support digest in <code>IImage</code>, <code>DockerImage</code> and in the <code>WithImage(string)</code> implementation (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1249">#1249</a>) <a href="https://github.com/Kielek"><code>@Kielek</code></a></li> <li>feat: Align <code>IImage</code> properties with Docker DSL (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1256">#1256</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>feat: Change visibility of <code>AccountName</code> and <code>AccountKey</code> to public, move to <code>AzuriteBuilder</code> (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1258">#1258</a>) <a href="https://github.com/mikecole"><code>@mikecole</code></a></li> <li>feat: Get Docker endpoint from Docker context (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1235">#1235</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: Bump MSSQL image version, remove Azure SQL Edge and Papercut module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1265">#1265</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> <li>fix: Throw exception if Docker resource does not exist instead of silently ignoring it (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1254">#1254</a>) <a href="https://github.com/0xced"><code>@0xced</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>fix: Do not run reusable resource tests in parallel (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1267">#1267</a>) <a href="https://github.com/HofmeisterAn"><code>@HofmeisterAn</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/1a78654e9205d3ff01b807967a5408feec921622"><code>1a78654</code></a> fix: XML comment has cref attribute 'FullName' that could not be resolved</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/dfb9f41fbfc62d2bc93cdcfb3dd098f4d8d9d954"><code>dfb9f41</code></a> feat: Use <code>exec</code> to replace current shell with the Kafka process (as ENTRYPOI...</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/a75cb73bf9c022d0f78ec85f327cdef7c396c98a"><code>a75cb73</code></a> feat: Add getter for Azurite blob, queue and table endpoint (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1278">#1278</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/12cccf9506801a0d05ebe27cd021e4a8201b8c8f"><code>12cccf9</code></a> chore: Bump System.Text.Json</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/159e4bf60b297a18fc09ead6ba8d7fe751984edc"><code>159e4bf</code></a> feat: Reintroduce Papercut module (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1268">#1268</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/f4966d8d73c6b82cfd9f3c1b7a2712d0a587ca87"><code>f4966d8</code></a> fix: Remove Sonar code smells</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/e96d4e6cb68c999847cdd94b1c826297034af2f2"><code>e96d4e6</code></a> feat: Add Neo4j Enterprise Edition support (<code>WithEnterpriseEdition(bool)</code>) (#...</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/0b8b34b456c2dea0abb1d797c4587fe0ac9cc886"><code>0b8b34b</code></a> chore: Run test projects sequentially</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/1cc56eaca21b520a46c004442a7dbfe6a910baa1"><code>1cc56ea</code></a> fix: Use correct JSON node to install C# Dev Kit extension</li> <li><a href="https://github.com/testcontainers/testcontainers-dotnet/commit/340a93afff0622e6d1fb30f0796edd44f8c42577"><code>340a93a</code></a> fix: Do not run reusable resource tests in parallel (<a href="https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1267">#1267</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-dotnet/compare/3.10.0...4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Testcontainers.MsSql&package-manager=nuget&previous-version=3.10.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.1 to 8.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.13.0</h2> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li>add <code>options</code> property to <code>ImportExpression</code> node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.12.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>types:</strong> parent property type annotation in the ImportAttribute node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li> <li><strong>utils:</strong> allow an array for the values of SharedConfig (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>Trygve Aaberge</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> <li>Yosuke Ota <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.2</h2> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.1</h2> <h2>8.12.1 (2024-10-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.13.0 (2024-11-04)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.2 (2024-10-29)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.1 (2024-10-28)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.0 (2024-10-28)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-eslint:</strong> improve undefined extension handling (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10177">#10177</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Maxim Stykow <a href="https://github.com/mstykow"><code>@mstykow</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.11.0 (2024-10-21)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.10.0 (2024-10-17)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> propagate <code>name</code> field to extended configs in <code>config</code> helper (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094">#10094</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.9.0 (2024-10-14)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac1f63250859313a3dc330d6e0c4c3f7fc234959"><code>ac1f632</code></a> chore(release): publish 8.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3b97b550b5f2c02948717265b167fda40fab6b62"><code>3b97b55</code></a> chore: enable eslint-plugin-perfectionist on the rest of the repo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10189">#10189</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4af866a6642502117c32b49e64d7012a027c42f5"><code>4af866a</code></a> chore(release): publish 8.12.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1edec1d56ccad98fa65f57ac54fe8abbb1d3a922"><code>1edec1d</code></a> chore(release): publish 8.12.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3413a2d5bfb1641de86677ed25f1fd66045ac068"><code>3413a2d</code></a> chore(release): publish 8.12.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ad9d3bab05f6afd388760658c897c6284a6633bb"><code>ad9d3ba</code></a> feat(typescript-eslint): improve undefined extension handling (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10177">#10177</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/79c27a822ee9d5e955b6bcd41a6a8c320938cdaf"><code>79c27a8</code></a> chore(release): publish 8.11.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7effdea4307f44dcb2ad21529d42af0250907fad"><code>7effdea</code></a> chore(release): publish 8.10.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/be5bc0fb488bb4bf25c9aca27e4142946d090a1b"><code>be5bc0f</code></a> fix(typescript-eslint): propagate <code>name</code> field to extended configs in `config...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4666ed4e0c4b6d4d57aee85f4f1962f914dd53b3"><code>4666ed4</code></a> chore(release): publish 8.9.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.8.1&new-version=8.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pes group across 1 directory (#349) Bumps the types group with 1 update in the /tests/playwright directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.7.5 to 22.9.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.7.5&new-version=22.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<!--- Provide a general summary of your changes in the Title above --> ## Description 💬 <!--- Describe your changes in detail --> ## Motivation and Context 🥅 <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How has this been tested? 🧪 <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, tests ran to see how --> <!--- your change affects other areas of the code, etc. --> - [ ] Local build ⚒️ - [ ] Local tests 🧪 - [ ] (optional) Local run and endpoint tested in swagger 🚀 ## Screenshots (if appropriate) 💻 ## Types of changes 🌊 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist ☑️ <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] The pull request title starts with the jira case number (when applicable), e.g. "TEST-1234 Add some feature" - [ ] The person responsible for following up on requested review changes has been assigned to the pull request - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. ## Highly optional checks, only use these if you have a reason to do so ✔️ - [ ] This PR changes the database so I have added the *create-diagram* label to assist reviewers with a db diagram - [ ] This PR changes platform or backend and I need others to be able to test against these changes before merging to dev, so I have added the *deploy-azure* label to deploy before merging the PR ## Checklist for the approver ✅ - [ ] I've checked the files view for spelling issues, code quality warnings and similar - [ ] I've waited until all checks have passed (green check/without error) - [ ] I've checked that only the intended files are changed
Bumps the eslint group with 13 updates in the /src/frontend directory: | Package | From | To | | --- | --- | --- | | [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `8.9.1` | `8.15.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.14.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.13.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.13.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.14.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `53.0.0` | `97.0.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.0` | `9.1.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.5.0` | `50.4.3` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.13.0` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `2.11.0` | `3.9.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.2.0` | `7.1.0` | | [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) | `1.0.3` | `2.0.4` | Updates `@cspell/eslint-plugin` from 8.9.1 to 8.15.7 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell-eslint-plugin) Updates `@eslint/js` from 8.57.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.18.0 to 8.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser) Updates `eslint` from 8.57.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.14.0) Updates `eslint-config-love` from 53.0.0 to 97.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v53.0.0...v97.0.0) Updates `eslint-config-prettier` from 8.10.0 to 9.1.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.10.0...v9.1.0) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0) Updates `eslint-plugin-jsdoc` from 48.5.0 to 50.4.3 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v48.5.0...v50.4.3) Updates `eslint-plugin-n` from 17.9.0 to 17.13.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.9.0...v17.13.0) Updates `eslint-plugin-perfectionist` from 2.11.0 to 3.9.1 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](azat-io/eslint-plugin-perfectionist@v2.11.0...v3.9.1) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `eslint-plugin-promise` from 6.2.0 to 7.1.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.2.0...v7.1.0) Updates `eslint-plugin-sonarjs` from 1.0.3 to 2.0.4 - [Release notes](https://github.com/SonarSource/SonarJS/releases) - [Commits](https://github.com/SonarSource/SonarJS/commits) --- updated-dependencies: - dependency-name: "@cspell/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-config-love dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-sonarjs dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the eslint group with 13 updates in the /src/frontend directory: | Package | From | To | | --- | --- | --- | | [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `8.9.1` | `8.15.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.14.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.13.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.13.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.14.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `53.0.0` | `97.0.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.0` | `9.1.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.5.0` | `50.4.3` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.13.0` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `2.11.0` | `3.9.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.2.0` | `7.1.0` | | [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) | `1.0.3` | `2.0.4` | Updates `@cspell/eslint-plugin` from 8.9.1 to 8.15.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/streetsidesoftware/cspell/releases"><code>@cspell/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.15.7</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Use the <code>usePnP</code> flag. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6458">#6458</a>)</h3> <hr /> <!-- raw HTML omitted --> <h2>v8.15.6</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Improve compound generation (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6452">#6452</a>)</h3> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>fix: cspell-tools - add minCompoundLength setting (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6449">#6449</a>)</h3> <hr /> <!-- raw HTML omitted --> <h2>Dictionary Updates</h2> <!-- raw HTML omitted --> <h3>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6451">#6451</a>)</h3> <h1>Update Dictionaries (main)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md"><code>@cspell/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->8.15.7 (2024-11-03)<!-- raw HTML omitted --></h2> <ul> <li>ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6456">#6456</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/d4bd0dd">d4bd0dd</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6456">#6456</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.6 (2024-11-02)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6455">#6455</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/be8b15a">be8b15a</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6455">#6455</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.5 (2024-10-30)<!-- raw HTML omitted --></h2> <ul> <li>ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6442">#6442</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/70f43cc">70f43cc</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6442">#6442</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.4 (2024-10-18)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6389">#6389</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/7ece6a7">7ece6a7</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6389">#6389</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.3 (2024-10-16)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6377">#6377</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/7ff6781">7ff6781</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6377">#6377</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.2 (2024-10-14)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6361">#6361</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/d639368">d639368</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6361">#6361</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.1 (2024-10-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: Sign Published Packages (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6350">#6350</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/633b060">633b060</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6350">#6350</a></li> </ul> <h2>8.15.0 (2024-10-11)</h2> <ul> <li>chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6332">#6332</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/67d1e92">67d1e92</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6332">#6332</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.4 (2024-09-18)<!-- raw HTML omitted --></h2> <ul> <li>fix: Remove object from cache (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6257">#6257</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/ea24297">ea24297</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6257">#6257</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.3 (2024-09-17)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6254">#6254</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/189ac16">189ac16</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6254">#6254</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.2 (2024-08-20)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6126">#6126</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/012c897">012c897</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6126">#6126</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.1 (2024-08-17)<!-- raw HTML omitted --></h2> <ul> <li>fix: Fix publishing (<a href="https://github.com/streetsidesoftware/cspell/commit/8a56148">8a56148</a>)</li> </ul> <h2>8.14.0 (2024-08-17)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streetsidesoftware/cspell/commit/9decdc45e8fd0d6bb9c3851813c2c0728d3c7c5e"><code>9decdc4</code></a> v8.15.7</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/6b8214313672da3243c6ed8a734fb889438f51fa"><code>6b82143</code></a> fix: Use the <code>usePnP</code> flag. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6458">#6458</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/fa9d2dff7ea196b9b59b9089c8511c538433c054"><code>fa9d2df</code></a> v8.15.6</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/cf11d8b4193a6c8b6dddf4aecbe1f88653290ec7"><code>cf11d8b</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6453">#6453</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/bda3fa502bb7ff202e94e60bb3faf62f79523837"><code>bda3fa5</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6444">#6444</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/5f974b2d4d61e2582aba5a1c87fcbc127f5f06bb"><code>5f974b2</code></a> v8.15.5</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/70f43cc723e68cca6f58477d16fa0dcf2927fe50"><code>70f43cc</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6442">#6442</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/85ab0629a46e1fb99c24f33ccee2a39f983381c1"><code>85ab062</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6437">#6437</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/f171c356c8ec8c4156d8afb4ff812eeec5d5aa51"><code>f171c35</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6412">#6412</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/84372ada19ce462287190b9310ec080c9bcde662"><code>84372ad</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6403">#6403</a>)</li> <li>Additional commits viewable in <a href="https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell-eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@eslint/js` from 8.57.0 to 9.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4"><code>3fa009f</code></a> feat: add support for Import Attributes and RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066"><code>24d0172</code></a> fix: enable retry concurrency limit for readFile() (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087"><code>b442067</code></a> fix: Don't crash when directory is deleted during traversal. (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2"><code>d474443</code></a> fix: avoid call stack overflow while processing globs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>) (Livia Medeiros)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc"><code>151c965</code></a> docs: update <code>context.languageOptions.parser</code> description (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e"><code>dc34f94</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5"><code>f16e846</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68"><code>ee0a77e</code></a> docs: change link from <code>@types/eslint</code> to lib/types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>) (Karl Horky)</li> <li><a href="https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8"><code>50f03a1</code></a> docs: Clarify global ignores in config migration guide (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>) (Milos Djermanovic)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415"><code>37c9177</code></a> build: update <code>@wdio/*</code> dependencies (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d"><code>35a8858</code></a> build: exclude flawed dendency versions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.14.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba"><code>f48a2a0</code></a> test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa"><code>425202e</code></a> perf: Fix caching in config loaders (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29"><code>3d44b3c</code></a> ci: run tests in Node.js 23 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0"><code>7259627</code></a> test: ensure tmp directory cleanup in <code>check-emfile-handling.js</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>) (Livia Medeiros)</li> </ul> <h2>v9.13.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18983">#18983</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18925">#18925</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/[email protected]</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19034">#19034</a>) (Francesco Trotta)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.14.0 - November 1, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.14.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066"><code>24d0172</code></a> fix: enable retry concurrency limit for readFile() (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4"><code>3fa009f</code></a> feat: add support for Import Attributes and RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc"><code>151c965</code></a> docs: update <code>context.languageOptions.parser</code> description (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e"><code>dc34f94</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba"><code>f48a2a0</code></a> test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415"><code>37c9177</code></a> build: update <code>@wdio/*</code> dependencies (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087"><code>b442067</code></a> fix: Don't crash when directory is deleted during traversal. (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d"><code>35a8858</code></a> build: exclude flawed dendency versions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa"><code>425202e</code></a> perf: Fix caching in config loaders (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29"><code>3d44b3c</code></a> ci: run tests in Node.js 23 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5"><code>f16e846</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68"><code>ee0a77e</code></a> docs: change link from <code>@types/eslint</code> to lib/types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>) (Karl Horky)</li> <li><a href="https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2"><code>d474443</code></a> fix: avoid call stack overflow while processing globs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>) (Livia Medeiros)</li> <li><a href="https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0"><code>7259627</code></a> test: ensure tmp directory cleanup in <code>check-emfile-handling.js</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>) (Livia Medeiros)</li> <li><a href="https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8"><code>50f03a1</code></a> docs: Clarify global ignores in config migration guide (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>) (Milos Djermanovic)</li> </ul> <p>v9.13.0 - October 18, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/[email protected]</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19034">#19034</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd"><code>c7abaef</code></a> perf: using Node.js compile cache (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19012">#19012</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e"><code>1d7c077</code></a> chore: add pkg.type "commonjs" (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19011">#19011</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/468e3bdadfdf5f197a44efd6c8dc5cf2b241f964"><code>468e3bd</code></a> test: fix <code>ESLint</code> tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19021">#19021</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18925">#18925</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18983">#18983</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ed4635fa0e4fb91705223a7d9c230b6e9a87cd4c"><code>ed4635f</code></a> ci: upgrade [email protected] (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18992">#18992</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/efad76732170a9a7db2e056a8d9a0cf503448c48"><code>efad767</code></a> chore: remove unused ignore dependency (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18993">#18993</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <p>v9.12.0 - October 4, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/555aafd06f6dddc743acff06111dc72dd8ea4c4e"><code>555aafd</code></a> chore: upgrade to <code>@eslint/[email protected]</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ea380cac6f598c86b25a2726c2783636c4169957"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d0a5414c30421e5dbe313790502dbf13b9330fef"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="https://github.com/eslint/eslint/commit/b8270299abe777bb80a065d537aa1d4be74be705"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18979">#18979</a>) (Milos Djermanovic)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/a10f90af35aea9ac555b1f33106fbba1027d774e"><code>a10f90a</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/commits/v9.14.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.13.0</h2> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li>add <code>options</code> property to <code>ImportExpression</code> node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.12.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>types:</strong> parent property type annotation in the ImportAttribute node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li> <li><strong>utils:</strong> allow an array for the values of SharedConfig (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>Trygve Aaberge</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> <li>Yosuke Ota <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.2</h2> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.1</h2> <h2>8.12.1 (2024-10-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.1 (2024-10-28)</h2> <p>This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.0 (2024-10-28)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-base-to-string] handle String() (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10005">#10005</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac1f63250859313a3dc330d6e0c4c3f7fc234959"><code>ac1f632</code></a> chore(release): publish 8.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f83a5910569a9566a452ecac8f8843370a413f3c"><code>f83a591</code></a> fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3b97b550b5f2c02948717265b167fda40fab6b62"><code>3b97b55</code></a> chore: enable eslint-plugin-perfectionist on the rest of the repo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10189">#10189</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c1fe3ea4471af05e73b08823bac97ae4ca87a3a7"><code>c1fe3ea</code></a> feat(eslint-plugin): [only-throw-error] add allow option (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10221">#10221</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d90cc59d546023036724da212aaf25303c89f911"><code>d90cc59</code></a> chore: update eslint version internally to latest (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10244">#10244</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5bd4c0ae099efe6a1b6087ccddf58633e8bec9a9"><code>5bd4c0a</code></a> fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d9e5da14112aca8c7285dd9165faa3519cd27d38"><code>d9e5da1</code></a> fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e633c7381a2ea31be1ed575d6ef2dcf47148fcc"><code>1e633c7</code></a> fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/05ed7e6d0ae25471dc7695edd41b17f78edd2ff3"><code>05ed7e6</code></a> docs: fix prefer-nullish-coalescing.mdx</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/be3a2245db14cb10ad1189f9c635cbc401c1bf3d"><code>be3a224</code></a> feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 7.18.0 to 8.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.13.0</h2> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li>add <code>options</code> property to <code>ImportExpression</code> node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.12.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>types:</strong> parent property type annotation in the ImportAttribute node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li> <li><strong>utils:</strong> allow an array for the values of SharedConfig (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>Trygve Aaberge</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> <li>Yosuke Ota <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.2</h2> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.1</h2> <h2>8.12.1 (2024-10-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.13.0 (2024-11-04)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.2 (2024-10-29)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.1 (2024-10-28)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.0 (2024-10-28)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.11.0 (2024-10-21)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.10.0 (2024-10-17)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 5.6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.9.0 (2024-10-14)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.8.1 (2024-10-07)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac1f63250859313a3dc330d6e0c4c3f7fc234959"><code>ac1f632</code></a> chore(release): publish 8.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4af866a6642502117c32b49e64d7012a027c42f5"><code>4af866a</code></a> chore(release): publish 8.12.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1edec1d56ccad98fa65f57ac54fe8abbb1d3a922"><code>1edec1d</code></a> chore(release): publish 8.12.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3413a2d5bfb1641de86677ed25f1fd66045ac068"><code>3413a2d</code></a> chore(release): publish 8.12.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/79c27a822ee9d5e955b6bcd41a6a8c320938cdaf"><code>79c27a8</code></a> chore(release): publish 8.11.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8d35958494eb0c97cc36c3fc0844aea377542315"><code>8d35958</code></a> chore: enable eslint-plugin-perfectionist on typescript-estree package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9852">#9852</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7effdea4307f44dcb2ad21529d42af0250907fad"><code>7effdea</code></a> chore(release): publish 8.10.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f9c49e3989468768ca7da5833d6f8cb226e420c0"><code>f9c49e3</code></a> feat: support TypeScript 5.6 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9972">#9972</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4666ed4e0c4b6d4d57aee85f4f1962f914dd53b3"><code>4666ed4</code></a> chore(release): publish 8.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f898248934fe8bba8a1a961373b86d508a9fca9c"><code>f898248</code></a> chore(release): publish 8.8.1</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 8.57.0 to 9.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4"><code>3fa009f</code></a> feat: add support for Import Attributes and RegExp Modifiers (<a href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066"><code>24d0172</code></a> fix: enable retry concurrency limit for readFile() (<a href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087"><code>b442067</code></a> fix: Don't crash when directory is deleted during traversal. (<a href="https://redirect.github.com/eslint/eslint/issues/19067">#19067</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2"><code>d474443</code></a> fix: avoid call stack overflow while processing globs (<a href="https://redirect.github.com/eslint/eslint/issues/19035">#19035</a>) (Livia Medeiros)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc"><code>151c965</code></a> docs: update <code>context.languageOptions.parser</code> description (<a href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e"><code>dc34f94</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5"><code>f16e846</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68"><code>ee0a77e</code></a> docs: change link from <code>@types/eslint</code> to lib/types (<a href="https://redirect.github.com/eslint/eslint/issues/19049">#19049</a>) (Karl Horky)</li> <li><a href="https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8"><code>50f03a1</code></a> docs: Clarify global ignores in config migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/19032">#19032</a>) (Milos Djermanovic)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415"><code>37c9177</code></a> build: update <code>@wdio/*</code> dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/19068">#19068</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d"><code>35a8858</code></a> build: exclude flawed dendency versions (<a href="https://redirect.github.com/eslint/eslint/issues/19065">#19065</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.14.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba"><code>f48a2a0</code></a> test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa"><code>425202e</code></a> perf: Fix caching in config loaders (<a href="https://redirect.github.com/eslint/eslint/issues/19042">#19042</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29"><code>3d44b3c</code></a> ci: run tests in Node.js 23 (<a href="https://redirect.github.com/eslint/eslint/issues/19055">#19055</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0"><code>7259627</code></a> test: ensure tmp directory cleanup in <code>check-emfile-handling.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19036">#19036</a>) (Livia Medeiros)</li> </ul> <h2>v9.13.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://redirect.github.com/eslint/eslint/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18983">#18983</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://redirect.github.com/eslint/eslint/issues/18925">#18925</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://redirect.github.com/eslint/eslint/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://redirect.github.com/eslint/eslint/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/[email protected]</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>) (Francesco Trotta)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.14.0 - November 1, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb…
<!--- Provide a general summary of your changes in the Title above --> ## Description 💬 <!--- Describe your changes in detail --> ## Motivation and Context 🥅 <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How has this been tested? 🧪 <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, tests ran to see how --> <!--- your change affects other areas of the code, etc. --> - [ ] Local build ⚒️ - [ ] Local tests 🧪 - [ ] (optional) Local run and endpoint tested in swagger 🚀 ## Screenshots (if appropriate) 💻 ## Types of changes 🌊 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist ☑️ <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] The pull request title starts with the jira case number (when applicable), e.g. "TEST-1234 Add some feature" - [ ] The person responsible for following up on requested review changes has been assigned to the pull request - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. ## Highly optional checks, only use these if you have a reason to do so ✔️ - [ ] This PR changes the database so I have added the *create-diagram* label to assist reviewers with a db diagram - [ ] This PR changes platform or backend and I need others to be able to test against these changes before merging to dev, so I have added the *deploy-azure* label to deploy before merging the PR ## Checklist for the approver ✅ - [ ] I've checked the files view for spelling issues, code quality warnings and similar - [ ] I've waited until all checks have passed (green check/without error) - [ ] I've checked that only the intended files are changed
Bumps the eslint group with 12 updates in the /tests/playwright directory: | Package | From | To | | --- | --- | --- | | [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `8.9.1` | `8.15.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.14.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.14.1` | `8.13.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.14.1` | `8.13.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.14.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `53.0.0` | `97.0.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.0` | `9.1.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.13.0` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `2.11.0` | `3.9.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.2.0` | `7.1.0` | | [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) | `1.0.3` | `2.0.4` | Updates `@cspell/eslint-plugin` from 8.9.1 to 8.15.7 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell-eslint-plugin) Updates `@eslint/js` from 8.57.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js) Updates `@typescript-eslint/eslint-plugin` from 7.14.1 to 8.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.14.1 to 8.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser) Updates `eslint` from 8.57.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.14.0) Updates `eslint-config-love` from 53.0.0 to 97.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v53.0.0...v97.0.0) Updates `eslint-config-prettier` from 8.10.0 to 9.1.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.10.0...v9.1.0) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0) Updates `eslint-plugin-n` from 17.9.0 to 17.13.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.9.0...v17.13.0) Updates `eslint-plugin-perfectionist` from 2.11.0 to 3.9.1 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](azat-io/eslint-plugin-perfectionist@v2.11.0...v3.9.1) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `eslint-plugin-promise` from 6.2.0 to 7.1.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.2.0...v7.1.0) Updates `eslint-plugin-sonarjs` from 1.0.3 to 2.0.4 - [Release notes](https://github.com/SonarSource/SonarJS/releases) - [Commits](https://github.com/SonarSource/SonarJS/commits) Updates `typescript-eslint` from 7.14.1 to 7.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@cspell/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-config-love dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-sonarjs dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the eslint group with 12 updates in the /tests/playwright directory: | Package | From | To | | --- | --- | --- | | [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `8.9.1` | `8.15.7` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.14.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.14.1` | `8.13.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.14.1` | `8.13.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.14.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `53.0.0` | `97.0.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.0` | `9.1.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.13.0` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `2.11.0` | `3.9.1` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.2.0` | `7.1.0` | | [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) | `1.0.3` | `2.0.4` | Updates `@cspell/eslint-plugin` from 8.9.1 to 8.15.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/streetsidesoftware/cspell/releases"><code>@cspell/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.15.7</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Use the <code>usePnP</code> flag. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6458">#6458</a>)</h3> <hr /> <!-- raw HTML omitted --> <h2>v8.15.6</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Improve compound generation (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6452">#6452</a>)</h3> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>fix: cspell-tools - add minCompoundLength setting (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6449">#6449</a>)</h3> <hr /> <!-- raw HTML omitted --> <h2>Dictionary Updates</h2> <!-- raw HTML omitted --> <h3>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6451">#6451</a>)</h3> <h1>Update Dictionaries (main)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md"><code>@cspell/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->8.15.7 (2024-11-03)<!-- raw HTML omitted --></h2> <ul> <li>ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6456">#6456</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/d4bd0dd">d4bd0dd</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6456">#6456</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.6 (2024-11-02)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6455">#6455</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/be8b15a">be8b15a</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6455">#6455</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.5 (2024-10-30)<!-- raw HTML omitted --></h2> <ul> <li>ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6442">#6442</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/70f43cc">70f43cc</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6442">#6442</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.4 (2024-10-18)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6389">#6389</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/7ece6a7">7ece6a7</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6389">#6389</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.3 (2024-10-16)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6377">#6377</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/7ff6781">7ff6781</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6377">#6377</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.2 (2024-10-14)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6361">#6361</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/d639368">d639368</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6361">#6361</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.1 (2024-10-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: Sign Published Packages (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6350">#6350</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/633b060">633b060</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6350">#6350</a></li> </ul> <h2>8.15.0 (2024-10-11)</h2> <ul> <li>chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6332">#6332</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/67d1e92">67d1e92</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6332">#6332</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.4 (2024-09-18)<!-- raw HTML omitted --></h2> <ul> <li>fix: Remove object from cache (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6257">#6257</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/ea24297">ea24297</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6257">#6257</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.3 (2024-09-17)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6254">#6254</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/189ac16">189ac16</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6254">#6254</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.2 (2024-08-20)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6126">#6126</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/012c897">012c897</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6126">#6126</a></li> </ul> <h2><!-- raw HTML omitted -->8.14.1 (2024-08-17)<!-- raw HTML omitted --></h2> <ul> <li>fix: Fix publishing (<a href="https://github.com/streetsidesoftware/cspell/commit/8a56148">8a56148</a>)</li> </ul> <h2>8.14.0 (2024-08-17)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streetsidesoftware/cspell/commit/9decdc45e8fd0d6bb9c3851813c2c0728d3c7c5e"><code>9decdc4</code></a> v8.15.7</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/6b8214313672da3243c6ed8a734fb889438f51fa"><code>6b82143</code></a> fix: Use the <code>usePnP</code> flag. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6458">#6458</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/fa9d2dff7ea196b9b59b9089c8511c538433c054"><code>fa9d2df</code></a> v8.15.6</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/cf11d8b4193a6c8b6dddf4aecbe1f88653290ec7"><code>cf11d8b</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6453">#6453</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/bda3fa502bb7ff202e94e60bb3faf62f79523837"><code>bda3fa5</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6444">#6444</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/5f974b2d4d61e2582aba5a1c87fcbc127f5f06bb"><code>5f974b2</code></a> v8.15.5</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/70f43cc723e68cca6f58477d16fa0dcf2927fe50"><code>70f43cc</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6442">#6442</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/85ab0629a46e1fb99c24f33ccee2a39f983381c1"><code>85ab062</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6437">#6437</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/f171c356c8ec8c4156d8afb4ff812eeec5d5aa51"><code>f171c35</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6412">#6412</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/84372ada19ce462287190b9310ec080c9bcde662"><code>84372ad</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin/issues/6403">#6403</a>)</li> <li>Additional commits viewable in <a href="https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell-eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@eslint/js` from 8.57.0 to 9.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4"><code>3fa009f</code></a> feat: add support for Import Attributes and RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066"><code>24d0172</code></a> fix: enable retry concurrency limit for readFile() (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087"><code>b442067</code></a> fix: Don't crash when directory is deleted during traversal. (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2"><code>d474443</code></a> fix: avoid call stack overflow while processing globs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>) (Livia Medeiros)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc"><code>151c965</code></a> docs: update <code>context.languageOptions.parser</code> description (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e"><code>dc34f94</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5"><code>f16e846</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68"><code>ee0a77e</code></a> docs: change link from <code>@types/eslint</code> to lib/types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>) (Karl Horky)</li> <li><a href="https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8"><code>50f03a1</code></a> docs: Clarify global ignores in config migration guide (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>) (Milos Djermanovic)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415"><code>37c9177</code></a> build: update <code>@wdio/*</code> dependencies (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d"><code>35a8858</code></a> build: exclude flawed dendency versions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.14.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba"><code>f48a2a0</code></a> test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa"><code>425202e</code></a> perf: Fix caching in config loaders (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29"><code>3d44b3c</code></a> ci: run tests in Node.js 23 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0"><code>7259627</code></a> test: ensure tmp directory cleanup in <code>check-emfile-handling.js</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>) (Livia Medeiros)</li> </ul> <h2>v9.13.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18983">#18983</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18925">#18925</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/[email protected]</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19034">#19034</a>) (Francesco Trotta)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.14.0 - November 1, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.14.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066"><code>24d0172</code></a> fix: enable retry concurrency limit for readFile() (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4"><code>3fa009f</code></a> feat: add support for Import Attributes and RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc"><code>151c965</code></a> docs: update <code>context.languageOptions.parser</code> description (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e"><code>dc34f94</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba"><code>f48a2a0</code></a> test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415"><code>37c9177</code></a> build: update <code>@wdio/*</code> dependencies (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087"><code>b442067</code></a> fix: Don't crash when directory is deleted during traversal. (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d"><code>35a8858</code></a> build: exclude flawed dendency versions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa"><code>425202e</code></a> perf: Fix caching in config loaders (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29"><code>3d44b3c</code></a> ci: run tests in Node.js 23 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5"><code>f16e846</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68"><code>ee0a77e</code></a> docs: change link from <code>@types/eslint</code> to lib/types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>) (Karl Horky)</li> <li><a href="https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2"><code>d474443</code></a> fix: avoid call stack overflow while processing globs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>) (Livia Medeiros)</li> <li><a href="https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0"><code>7259627</code></a> test: ensure tmp directory cleanup in <code>check-emfile-handling.js</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>) (Livia Medeiros)</li> <li><a href="https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8"><code>50f03a1</code></a> docs: Clarify global ignores in config migration guide (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>) (Milos Djermanovic)</li> </ul> <p>v9.13.0 - October 18, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/[email protected]</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19034">#19034</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd"><code>c7abaef</code></a> perf: using Node.js compile cache (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19012">#19012</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e"><code>1d7c077</code></a> chore: add pkg.type "commonjs" (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19011">#19011</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/468e3bdadfdf5f197a44efd6c8dc5cf2b241f964"><code>468e3bd</code></a> test: fix <code>ESLint</code> tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19021">#19021</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18925">#18925</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18983">#18983</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ed4635fa0e4fb91705223a7d9c230b6e9a87cd4c"><code>ed4635f</code></a> ci: upgrade [email protected] (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18992">#18992</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/efad76732170a9a7db2e056a8d9a0cf503448c48"><code>efad767</code></a> chore: remove unused ignore dependency (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18993">#18993</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <p>v9.12.0 - October 4, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/555aafd06f6dddc743acff06111dc72dd8ea4c4e"><code>555aafd</code></a> chore: upgrade to <code>@eslint/[email protected]</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ea380cac6f598c86b25a2726c2783636c4169957"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d0a5414c30421e5dbe313790502dbf13b9330fef"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="https://github.com/eslint/eslint/commit/b8270299abe777bb80a065d537aa1d4be74be705"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18979">#18979</a>) (Milos Djermanovic)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/a10f90af35aea9ac555b1f33106fbba1027d774e"><code>a10f90a</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93"><code>4aaf2b3</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/commits/v9.14.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 7.14.1 to 8.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.13.0</h2> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li>add <code>options</code> property to <code>ImportExpression</code> node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.12.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>types:</strong> parent property type annotation in the ImportAttribute node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li> <li><strong>utils:</strong> allow an array for the values of SharedConfig (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>Trygve Aaberge</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> <li>Yosuke Ota <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.2</h2> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.1</h2> <h2>8.12.1 (2024-10-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.1 (2024-10-28)</h2> <p>This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.0 (2024-10-28)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-base-to-string] handle String() (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10005">#10005</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac1f63250859313a3dc330d6e0c4c3f7fc234959"><code>ac1f632</code></a> chore(release): publish 8.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f83a5910569a9566a452ecac8f8843370a413f3c"><code>f83a591</code></a> fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3b97b550b5f2c02948717265b167fda40fab6b62"><code>3b97b55</code></a> chore: enable eslint-plugin-perfectionist on the rest of the repo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10189">#10189</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c1fe3ea4471af05e73b08823bac97ae4ca87a3a7"><code>c1fe3ea</code></a> feat(eslint-plugin): [only-throw-error] add allow option (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10221">#10221</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d90cc59d546023036724da212aaf25303c89f911"><code>d90cc59</code></a> chore: update eslint version internally to latest (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10244">#10244</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5bd4c0ae099efe6a1b6087ccddf58633e8bec9a9"><code>5bd4c0a</code></a> fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d9e5da14112aca8c7285dd9165faa3519cd27d38"><code>d9e5da1</code></a> fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e633c7381a2ea31be1ed575d6ef2dcf47148fcc"><code>1e633c7</code></a> fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/05ed7e6d0ae25471dc7695edd41b17f78edd2ff3"><code>05ed7e6</code></a> docs: fix prefer-nullish-coalescing.mdx</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/be3a2245db14cb10ad1189f9c635cbc401c1bf3d"><code>be3a224</code></a> feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 7.14.1 to 8.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.13.0</h2> <h2>8.13.0 (2024-11-04)</h2> <h3>🚀 Features</h3> <ul> <li>add <code>options</code> property to <code>ImportExpression</code> node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li> <li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code> rule in <code>eslint-recommended</code> config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add option <code>ignoreBooleanCoercion</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add allow option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@eslint-community/regexpp</code> to v4.12.1 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey bigint should be falsey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated variables used inside dynamic imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] report when exported class implements/extends deprecated entity (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't leave trailing parens when fixing type to interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for covering a missing property with <code>undefined</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li> <li><strong>types:</strong> parent property type annotation in the ImportAttribute node (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li> <li><strong>utils:</strong> allow an array for the values of SharedConfig (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>auvred <a href="https://github.com/auvred"><code>@auvred</code></a></li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Mark de Dios <a href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li> <li>Ronen Amiel</li> <li>Trygve Aaberge</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> <li>Yosuke Ota <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.2</h2> <h2>8.12.2 (2024-10-29)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert <code>considerDefaultExhaustiveForUnions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.12.1</h2> <h2>8.12.1 (2024-10-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.13.0 (2024-11-04)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.2 (2024-10-29)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.1 (2024-10-28)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.12.0 (2024-10-28)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.11.0 (2024-10-21)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.10.0 (2024-10-17)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 5.6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.9.0 (2024-10-14)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.8.1 (2024-10-07)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ac1f63250859313a3dc330d6e0c4c3f7fc234959"><code>ac1f632</code></a> chore(release): publish 8.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4af866a6642502117c32b49e64d7012a027c42f5"><code>4af866a</code></a> chore(release): publish 8.12.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1edec1d56ccad98fa65f57ac54fe8abbb1d3a922"><code>1edec1d</code></a> chore(release): publish 8.12.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3413a2d5bfb1641de86677ed25f1fd66045ac068"><code>3413a2d</code></a> chore(release): publish 8.12.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/79c27a822ee9d5e955b6bcd41a6a8c320938cdaf"><code>79c27a8</code></a> chore(release): publish 8.11.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8d35958494eb0c97cc36c3fc0844aea377542315"><code>8d35958</code></a> chore: enable eslint-plugin-perfectionist on typescript-estree package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9852">#9852</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7effdea4307f44dcb2ad21529d42af0250907fad"><code>7effdea</code></a> chore(release): publish 8.10.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f9c49e3989468768ca7da5833d6f8cb226e420c0"><code>f9c49e3</code></a> feat: support TypeScript 5.6 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9972">#9972</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4666ed4e0c4b6d4d57aee85f4f1962f914dd53b3"><code>4666ed4</code></a> chore(release): publish 8.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f898248934fe8bba8a1a961373b86d508a9fca9c"><code>f898248</code></a> chore(release): publish 8.8.1</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 8.57.0 to 9.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.14.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4"><code>3fa009f</code></a> feat: add support for Import Attributes and RegExp Modifiers (<a href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541"><code>b0faee3</code></a> feat: add types for the <code>@eslint/js</code> package (<a href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066"><code>24d0172</code></a> fix: enable retry concurrency limit for readFile() (<a href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087"><code>b442067</code></a> fix: Don't crash when directory is deleted during traversal. (<a href="https://redirect.github.com/eslint/eslint/issues/19067">#19067</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2"><code>d474443</code></a> fix: avoid call stack overflow while processing globs (<a href="https://redirect.github.com/eslint/eslint/issues/19035">#19035</a>) (Livia Medeiros)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc"><code>151c965</code></a> docs: update <code>context.languageOptions.parser</code> description (<a href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e"><code>dc34f94</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5"><code>f16e846</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68"><code>ee0a77e</code></a> docs: change link from <code>@types/eslint</code> to lib/types (<a href="https://redirect.github.com/eslint/eslint/issues/19049">#19049</a>) (Karl Horky)</li> <li><a href="https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8"><code>50f03a1</code></a> docs: Clarify global ignores in config migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/19032">#19032</a>) (Milos Djermanovic)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415"><code>37c9177</code></a> build: update <code>@wdio/*</code> dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/19068">#19068</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d"><code>35a8858</code></a> build: exclude flawed dendency versions (<a href="https://redirect.github.com/eslint/eslint/issues/19065">#19065</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.14.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe"><code>28be447</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba"><code>f48a2a0</code></a> test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa"><code>425202e</code></a> perf: Fix caching in config loaders (<a href="https://redirect.github.com/eslint/eslint/issues/19042">#19042</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29"><code>3d44b3c</code></a> ci: run tests in Node.js 23 (<a href="https://redirect.github.com/eslint/eslint/issues/19055">#19055</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0"><code>7259627</code></a> test: ensure tmp directory cleanup in <code>check-emfile-handling.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19036">#19036</a>) (Livia Medeiros)</li> </ul> <h2>v9.13.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://redirect.github.com/eslint/eslint/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18983">#18983</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://redirect.github.com/eslint/eslint/issues/18925">#18925</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://redirect.github.com/eslint/eslint/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://redirect.github.com/eslint/eslint/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/[email protected]</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>) (Francesco Trotta)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.14.0 - November 1, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061"><code>f36cb16</code></a> chore: upgrade <code>@eslint/js</code><…
Automatically created pull-request in order to merge changes that were recently pushed to the dev branch, back to test
github-actions
bot
added
dependencies
Pull requests that update a dependency file
workflow
backend
frontend
github
playwright
labels
Nov 6, 2024
test-e2e✅ Dependency installation successfuladded 633 packages, and audited 634 packages in 13s ✅ Build successful✅ No linting issues 🎊 |
Todo Commenter.github/actions/frontend-build/action.ymlTODO:
FIXME:
BUG:
.github/workflows/backend-ci.ymlTODO:
FIXME:
BUG:
src/frontend/src/renderer/Link.tsxTODO:
src/frontend/test/testUtils.tsxTODO:
@hwinther Please take a look 👀 |
frontend✅ Dependency installation successfuladded 1024 packages, and audited 1025 packages in 12s ✅ Build successful✅ No linting issues 🎊 |
✅ Build successful |
SummarySummary
CoverageWebApi - 76%
|
Mutation Testing Summary
The final mutation score is 47.28%Coverage Thresholds: high:80 low:60 break:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
dependencies
Pull requests that update a dependency file
frontend
github
playwright
workflow
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatically created pull-request in order to merge changes that were recently pushed to the test branch, back to main