Skip to content

merge - #1

Open
ba5liel wants to merge 42 commits into
knovuslab:mainfrom
LAION-AI:main
Open

merge#1
ba5liel wants to merge 42 commits into
knovuslab:mainfrom
LAION-AI:main

Conversation

@ba5liel

@ba5liel ba5liel commented Mar 26, 2025

Copy link
Copy Markdown
Member

No description provided.

Ali1858 and others added 30 commits July 29, 2023 10:22
Added tokenizer for llongma
Added basic functionality of "custom-instructions"

It utilises two additional fields in work_parameters:
- user_profile (here user would describe what he wants to share with
  llm, for chat session)
- user_response_instructions (here user would describe how they want llm
to
  respond to questions and queries, like format, style, length, etc...)
  
Here are some of the current UI changes introduced with this PR.
<details>
  <summary>Custom instructions</summary>
<img width="1243" alt="Screenshot 2023-07-23 at 21 46 36"
src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/ecf66109-3136-4e4b-8510-f6746422b4a9">
<img width="1220" alt="Screenshot 2023-07-23 at 21 46 42"
src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/ca860b86-8da3-4d33-a50d-649021ba083c">
<img width="1318" alt="Screenshot 2023-07-23 at 21 47 16"
src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/c060fd36-d676-4505-8625-9614199d27db">
<img width="1340" alt="Screenshot 2023-07-23 at 21 48 21"
src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/5cb36263-66ba-4421-b1c9-54b09e54f145">
<img width="1337" alt="Screenshot 2023-07-23 at 21 48 29"
src="https://github.com/LAION-AI/Open-Assistant/assets/13547364/2f42d7d7-f014-4b6b-8c80-87c17811370d">
</details>

---------

Co-authored-by: Oliver Stanley <olivergestanley@gmail.com>
Bumps
[@storybook/testing-library](https://github.com/storybookjs/testing-library)
from 0.1.0 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/testing-library/releases"><code>@​storybook/testing-library</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<p>:tada: This release contains work from a new contributor! :tada:</p>
<p>Thank you, Vanessa Yuen (<a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>),
for all your work!</p>
<h3>Release Notes</h3>
<h4>Upgrade user-event to v14 and testing-library to v9 (<a
href="https://redirect.github.com/storybookjs/testing-library/pull/43">#43</a>)</h4>
<p><code>@storybook/testing-library</code> now uses
<code>@testing-library/dom</code> <strong>version 9</strong> and
<code>@testing-library/user-event</code> <strong>version 14</strong>!
🎉</p>
<p>To refer to new features and bugfixes and you can check them in the
<a
href="https://github.com/testing-library/user-event/releases/tag/v14.0.0">user-event
release page</a> and <a
href="https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0">testing-library
dom release page</a>.</p>
<hr />
<h4>🚀 Enhancement</h4>
<ul>
<li>Release 0.2.0 <a
href="https://redirect.github.com/storybookjs/testing-library/pull/46">#46</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a> <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a> <a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>)</li>
<li>Upgrade user-event to v14 and testing-library to v9 <a
href="https://redirect.github.com/storybookjs/testing-library/pull/43">#43</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
<li>migrate to tsup (again) <a
href="https://redirect.github.com/storybookjs/testing-library/pull/38">#38</a>
(<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Lower testing library dependency range <a
href="https://redirect.github.com/storybookjs/testing-library/pull/47">#47</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
<li>Change Storybook dependencies from <code>future</code> npm tag to
<code>next</code> <a
href="https://redirect.github.com/storybookjs/testing-library/pull/44">#44</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
<li>Revert &quot;migrate to tsup&quot; <a
href="https://redirect.github.com/storybookjs/testing-library/pull/37">#37</a>
(<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
<li>migrate to tsup <a
href="https://redirect.github.com/storybookjs/testing-library/pull/36">#36</a>
(<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
</ul>
<h4>Authors: 3</h4>
<ul>
<li>Norbert de Langen (<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
<li>Vanessa Yuen (<a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>)</li>
<li>Yann Braga (<a
href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
</ul>
<h2>v0.2.0-next.1</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Lower testing library dependency range <a
href="https://redirect.github.com/storybookjs/testing-library/pull/47">#47</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Yann Braga (<a
href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
</ul>
<h2>v0.2.0-next.0</h2>
<h3>Release Notes</h3>
<h4>Upgrade user-event to v14 and testing-library to v9 (<a
href="https://redirect.github.com/storybookjs/testing-library/pull/43">#43</a>)</h4>
<p><code>@storybook/testing-library</code> now uses
<code>@testing-library/dom</code> <strong>version 9</strong> and
<code>@testing-library/user-event</code> <strong>version 14</strong>!
🎉</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/testing-library/blob/v0.2.0/CHANGELOG.md"><code>@​storybook/testing-library</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>v0.2.0 (Tue Jun 20 2023)</h1>
<p>:tada: This release contains work from a new contributor! :tada:</p>
<p>Thank you, Vanessa Yuen (<a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>),
for all your work!</p>
<h3>Release Notes</h3>
<h4>Release 0.2.0 (<a
href="https://redirect.github.com/storybookjs/testing-library/pull/46">#46</a>)</h4>
<p><code>@storybook/testing-library</code> now uses
<code>@testing-library/dom</code> <strong>version 9</strong> and
<code>@testing-library/user-event</code> <strong>version 14</strong>!
🎉</p>
<p>To refer to new features and bugfixes and you can check them in the
<a
href="https://github.com/testing-library/user-event/releases/tag/v14.0.0">user-event
release page</a> and <a
href="https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0">testing-library
dom release page</a>.</p>
<h4>Upgrade user-event to v14 and testing-library to v9 (<a
href="https://redirect.github.com/storybookjs/testing-library/pull/43">#43</a>)</h4>
<p><code>@storybook/testing-library</code> now uses
<code>@testing-library/dom</code> <strong>version 9</strong> and
<code>@testing-library/user-event</code> <strong>version 14</strong>!
🎉</p>
<p>To refer to new features and bugfixes and you can check them in the
<a
href="https://github.com/testing-library/user-event/releases/tag/v14.0.0">user-event
release page</a> and <a
href="https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0">testing-library
dom release page</a>.</p>
<hr />
<h4>🚀 Enhancement</h4>
<ul>
<li>Release 0.2.0 <a
href="https://redirect.github.com/storybookjs/testing-library/pull/46">#46</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a> <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a> <a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>)</li>
<li>Upgrade user-event to v14 and testing-library to v9 <a
href="https://redirect.github.com/storybookjs/testing-library/pull/43">#43</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
<li>migrate to tsup (again) <a
href="https://redirect.github.com/storybookjs/testing-library/pull/38">#38</a>
(<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Lower testing library dependency range <a
href="https://redirect.github.com/storybookjs/testing-library/pull/47">#47</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
<li>Change Storybook dependencies from <code>future</code> npm tag to
<code>next</code> <a
href="https://redirect.github.com/storybookjs/testing-library/pull/44">#44</a>
(<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
<li>Revert &quot;migrate to tsup&quot; <a
href="https://redirect.github.com/storybookjs/testing-library/pull/37">#37</a>
(<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
<li>migrate to tsup <a
href="https://redirect.github.com/storybookjs/testing-library/pull/36">#36</a>
(<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
</ul>
<h4>Authors: 3</h4>
<ul>
<li>Norbert de Langen (<a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>)</li>
<li>Vanessa Yuen (<a
href="https://github.com/vanessayuenn"><code>@​vanessayuenn</code></a>)</li>
<li>Yann Braga (<a
href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/testing-library/commit/7605613327c687752f1ea37a8a89fb6b57d93060"><code>7605613</code></a>
Bump version to: 0.2.0 [skip ci]</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/6214c137cd886436e8b52c19572119fac6b5f302"><code>6214c13</code></a>
Update CHANGELOG.md [skip ci]</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/080001258892a3f015c2dce6a8687a29b5153f3e"><code>0800012</code></a>
Merge pull request <a
href="https://redirect.github.com/storybookjs/testing-library/issues/46">#46</a>
from storybookjs/main-patches</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/dbbc1873ed6c57dd6d7abfbeac21d3a881dc5baa"><code>dbbc187</code></a>
Merge branch 'next' into main-patches</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/10f99b7f52e93f66a1b9d442daaecc8589ffa7b7"><code>10f99b7</code></a>
Merge pull request <a
href="https://redirect.github.com/storybookjs/testing-library/issues/47">#47</a>
from storybookjs/feat/lower-dependency-range</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/8dafbde01c299bea625c64b764b5c1e0ad5a57d0"><code>8dafbde</code></a>
lower dependency range</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/838010f4556b25787eef871a0d5038ce6b38297e"><code>838010f</code></a>
change storybook version references</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/56bf6ad6fff7c2d8b3d575e54811fd92e9c06548"><code>56bf6ad</code></a>
Merge pull request <a
href="https://redirect.github.com/storybookjs/testing-library/issues/43">#43</a>
from storybookjs/feat/upgrade-libraries</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/6cfe2ccdc6a60fbe75f0b4521c2211818c43e3b8"><code>6cfe2cc</code></a>
fix user event export type annotation</li>
<li><a
href="https://github.com/storybookjs/testing-library/commit/d48cb262ab5f2228575bc9c71de857ca675e89a4"><code>d48cb26</code></a>
Merge branch 'next' into feat/upgrade-libraries</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/testing-library/compare/v0.1.0...v0.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/testing-library&package-manager=npm_and_yarn&previous-version=0.1.0&new-version=0.2.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.0.0
to 10.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pinojs/pino-pretty/releases">pino-pretty's
releases</a>.</em></p>
<blockquote>
<h2>v10.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove coveralls by <a
href="https://github.com/jsumners"><code>@​jsumners</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/443">pinojs/pino-pretty#443</a></li>
<li>Add support for messageFormat strings containing conditionals by <a
href="https://github.com/timlohse1104"><code>@​timlohse1104</code></a>
in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/442">pinojs/pino-pretty#442</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/timlohse1104"><code>@​timlohse1104</code></a>
made their first contribution in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/442">pinojs/pino-pretty#442</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino-pretty/compare/v10.1.0...v10.2.0">https://github.com/pinojs/pino-pretty/compare/v10.1.0...v10.2.0</a></p>
<h2>v10.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add customColors to typescript definition for PrettyOptions by <a
href="https://github.com/Hufschmidt"><code>@​Hufschmidt</code></a> in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/440">pinojs/pino-pretty#440</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Hufschmidt"><code>@​Hufschmidt</code></a> made
their first contribution in <a
href="https://redirect.github.com/pinojs/pino-pretty/pull/440">pinojs/pino-pretty#440</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino-pretty/compare/v10.0.1...v10.1.0">https://github.com/pinojs/pino-pretty/compare/v10.0.1...v10.1.0</a></p>
<h2>v10.0.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino-pretty/compare/v9.4.1...v10.0.1">https://github.com/pinojs/pino-pretty/compare/v9.4.1...v10.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/fa386a964cce7d7c5cbeb4ce5bb8d28785001acd"><code>fa386a9</code></a>
v10.2.0</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/ff7b2384398f4c808f2cc6271e1f2726ee973340"><code>ff7b238</code></a>
Add support for messageFormat strings containing conditionals (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/442">#442</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/6e66abc78439c611c861a7fe7538817659b3a37b"><code>6e66abc</code></a>
Remove coveralls (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/443">#443</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/0084b84689a1cdd1e96aa7f0bd09c935250404b1"><code>0084b84</code></a>
Bumped v10.1.0</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/d195503072ef80dc289c666698c83beb356c7fd2"><code>d195503</code></a>
Add customColors to typescript definition for PrettyOptions (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/440">#440</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/e510233be8c0b6068e9e279fc1ecc66e5dde08e7"><code>e510233</code></a>
v10.0.1</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/42fb57e096b57c95a6fbddbb1eb3588bdfdeee05"><code>42fb57e</code></a>
v9.4.1</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/c32de7384b5b63896fafda5cf0e2f44186d36634"><code>c32de73</code></a>
fix: adds support for printing number and boolean messageKey value type
(<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/434">#434</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/5d64b471a1102f643657bfad0d5bad4dd7701760"><code>5d64b47</code></a>
Bump coverallsapp/github-action from 2.1.2 to 2.2.0 (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/435">#435</a>)</li>
<li><a
href="https://github.com/pinojs/pino-pretty/commit/bf973c749b8516998e8aeab3dac39591db314586"><code>bf973c7</code></a>
Bump <code>@​types/node</code> from 18.16.5 to 20.1.0 (<a
href="https://redirect.github.com/pinojs/pino-pretty/issues/425">#425</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pinojs/pino-pretty/compare/v10.0.0...v10.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pino-pretty&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=10.2.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Currently, the Open-assistant model doesn't support Farsi. This is a
text-only dataset to learn Farsi (Persian).

One of my friends fine-tuned LLaMa on this dataset and It could
understand Farsi grammar and word usage very well. If the Open-assistant
team wants to add support to Farsi, this should be the first step.

I have transformed the dataset into the standard that has been mentioned
[here](https://projects.laion.ai/Open-Assistant/docs/data/datasets) and
uploaded it to [my huggingface
account](https://huggingface.co/datasets/pourmand1376/fa-wikipedia).


- #2974
The level of importance of this data is less than Wikipedia. So, I think
[this pull
request](#3629) should be
merged first.

I have uploaded the data to
[huggingface](https://huggingface.co/datasets/pourmand1376/isna-news)
according to Open-assistant's standard. So, it shouldn't need any
processing.

---------

Co-authored-by: Oliver Stanley <olivergestanley@gmail.com>
…ration early) (#3573)" (#3644)

This PR reverts commit 0c2fa4c.

We'll investigate why this caused problems
For the Python module: model_training, the original package management
file pyproject.toml was configured with "py-modules =
["model_training"]". However, "py-modules" is typically used for setting
up single file modules, not for Python packages. The original
configuration could possibly cause "pip install ." to fail to install
model_training in the Python environment (only
model_training-1.0.0.dist-info is available under
/usr/local/lib/python/).
For now I've added getit.ai as a repository, but we can easily add
others, they're just a link for now
I know all of this is suboptimal, but I'd like to get people to sign up
to be mentioned asap. Feel free to improve (or to tell me how to
improve) now or in subsequent PRs. I anticipate this form will be going
away in the future, so I'm not sure a lot of work will be really worth
it.

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>
Add two new command line parameters which when present override the
model's rope-scaling configuration:
`--rope_scaling_type`: linear, dynamic (default="linear")
`--rope_scaling_factor`: set rope scaling factor (float >1.0)
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.46.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>v8.46.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/8a9343871f7dade19d910ca8e2a4177bfca28b64"><code>8a93438</code></a>
feat: <code>require-unicode-regexp</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17402">#17402</a>)
(SUZUKI Sosuke)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1a2f966fabe35103141d2f936180d2f1a72154db"><code>1a2f966</code></a>
feat: <code>no-useless-escape</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17420">#17420</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ee68d1d9630892d99ae0d8dabe2f9f8d3b1338be"><code>ee68d1d</code></a>
feat: <code>no-empty-character-class</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17419">#17419</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/853d32baa8934c08b59a738470b72522e1505f6f"><code>853d32b</code></a>
feat: deprecate no-return-await (<a
href="https://redirect.github.com/eslint/eslint/issues/17417">#17417</a>)
(Carlos Lopez)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d4f02e4bf1b9ae4e1fc8f2bc4e4851ae3c36a127"><code>d4f02e4</code></a>
feat: <code>no-control-regex</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17405">#17405</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/2a35f3e6ed27deafbebba48b6aec570d3abf9974"><code>2a35f3e</code></a>
feat: <code>prefer-named-capture-group</code> support <code>v</code>
flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17409">#17409</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8ca8b50b0425b3bad34a9505bc3095168e2f59d8"><code>8ca8b50</code></a>
feat: Better error message for flat config plugins (<a
href="https://redirect.github.com/eslint/eslint/issues/17399">#17399</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/509f75395035822280245772e2a95732a0dde0e1"><code>509f753</code></a>
feat: <code>no-misleading-character-class</code> support <code>v</code>
flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17406">#17406</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3caf51487decdf93a4b17765a2af2a51c337e974"><code>3caf514</code></a>
feat: <code>no-regex-spaces</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17407">#17407</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b7fad2b52f23667628cf209663795a721c88d0ba"><code>b7fad2b</code></a>
feat: <code>prefer-regex-literals</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17410">#17410</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a6a3ad4ae438ea7fc3a1d97cd2555f6534b565f1"><code>a6a3ad4</code></a>
feat: <code>no-useless-backreference</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17408">#17408</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/94954a715448d5794f2892bf212fe986b43228ed"><code>94954a7</code></a>
feat: <code>no-invalid-regexp</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17404">#17404</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1af6eac5727080c809e37c07dc729b44ef24483c"><code>1af6eac</code></a>
feat: adds option for allowing empty object patterns as parameter (<a
href="https://redirect.github.com/eslint/eslint/issues/17365">#17365</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cf03104b278fea59ef46e09f667110f5eaaf95e3"><code>cf03104</code></a>
feat: Improve config error messages (<a
href="https://redirect.github.com/eslint/eslint/issues/17385">#17385</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/9803c7c04078f0672d8a480fd39cf3bbef8017e6"><code>9803c7c</code></a>
fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules
(<a
href="https://redirect.github.com/eslint/eslint/issues/17393">#17393</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/42faa17b1c93f801b14bea2840d1d528e25c7211"><code>42faa17</code></a>
fix: Update no-loop-func to not overlap with no-undef (<a
href="https://redirect.github.com/eslint/eslint/issues/17358">#17358</a>)
(Matt Wilkinson)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/4d474e351ba6ce0242f18e55c27cb3ae17b84f63"><code>4d474e3</code></a>
docs: update with TypeScript info (<a
href="https://redirect.github.com/eslint/eslint/issues/17423">#17423</a>)
(James)</li>
<li><a
href="https://github.com/eslint/eslint/commit/091f44e4c72007edb2ac6d4db4eafa5501e41e94"><code>091f44e</code></a>
docs: File extension named processor deprecation (<a
href="https://redirect.github.com/eslint/eslint/issues/17362">#17362</a>)
(Matt Wilkinson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9254a6cea845dfaf2f3f52f718cb9b071853aa09"><code>9254a6c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6d6dc5141f535728029eef8735854a421bc08eba"><code>6d6dc51</code></a>
docs: fix overlapping of <code>open in playground</code> button (<a
href="https://redirect.github.com/eslint/eslint/issues/17403">#17403</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7fc3a2ce68979a2c2a6fc779e647b3004ab6f4ac"><code>7fc3a2c</code></a>
docs: Add private class features info to no-underscore-dangle (<a
href="https://redirect.github.com/eslint/eslint/issues/17386">#17386</a>)
(Matt Wilkinson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/da73e583e1703a420551d8fa8f7c70b56dc88dd5"><code>da73e58</code></a>
docs: Migrating <code>eslint-env</code> configuration comments (<a
href="https://redirect.github.com/eslint/eslint/issues/17390">#17390</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/80dffed4c81dcc71fb72bc187aff2f87d141a6ed"><code>80dffed</code></a>
docs: fix Ignoring Files section in config migration guide (<a
href="https://redirect.github.com/eslint/eslint/issues/17392">#17392</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8a9abb7cf424bd49d45c09345dc45ae95f29cc9d"><code>8a9abb7</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7e9be4bd7331d0e8e8e0af0b075a2f6d28d1bea3"><code>7e9be4b</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0b0bbe07d4fb0870f3916e975b8ec6978f838077"><code>0b0bbe0</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/d1eb7e46e954c64af8d7d13d087b3a18f43e6d72"><code>d1eb7e4</code></a>
chore: Update ecosystem dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17427">#17427</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fab9e97ef9dff40e98a5b3b97bdd3b0ff5439d46"><code>fab9e97</code></a>
chore: package.json update for eslint-config-eslint release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6246711e0650d03afe044c36acde048ed2d39ee3"><code>6246711</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0aa0bc365a5425440c8e86c96104d0053a51b602"><code>0aa0bc3</code></a>
chore: Add PRs to triage project (<a
href="https://redirect.github.com/eslint/eslint/issues/17421">#17421</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>v8.45.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277"><code>cdd063c</code></a>
feat: Expose LegacyESLint in unsupported API (<a
href="https://redirect.github.com/eslint/eslint/issues/17341">#17341</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5"><code>d34abe5</code></a>
feat: fix indent rule for else-if (<a
href="https://redirect.github.com/eslint/eslint/issues/17318">#17318</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a"><code>b79b6fb</code></a>
fix: Fix suggestion message in <code>no-useless-escape</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/17339">#17339</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c667055fb9da8ebac3a99f6e5a8b5565cc86af8e"><code>c667055</code></a>
fix: provide unique <code>fix</code> and <code>fix.range</code> objects
in lint messages (<a
href="https://redirect.github.com/eslint/eslint/issues/17332">#17332</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7"><code>89f3225</code></a>
docs: add playground links to correct and incorrect code blocks (<a
href="https://redirect.github.com/eslint/eslint/issues/17306">#17306</a>)
(Josh Goldberg ✨)</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>v8.46.0 - July 28, 2023</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/d1eb7e46e954c64af8d7d13d087b3a18f43e6d72"><code>d1eb7e4</code></a>
chore: Update ecosystem dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17427">#17427</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fab9e97ef9dff40e98a5b3b97bdd3b0ff5439d46"><code>fab9e97</code></a>
chore: package.json update for eslint-config-eslint release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6246711e0650d03afe044c36acde048ed2d39ee3"><code>6246711</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8a9343871f7dade19d910ca8e2a4177bfca28b64"><code>8a93438</code></a>
feat: <code>require-unicode-regexp</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17402">#17402</a>)
(SUZUKI Sosuke)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4d474e351ba6ce0242f18e55c27cb3ae17b84f63"><code>4d474e3</code></a>
docs: update with TypeScript info (<a
href="https://redirect.github.com/eslint/eslint/issues/17423">#17423</a>)
(James)</li>
<li><a
href="https://github.com/eslint/eslint/commit/091f44e4c72007edb2ac6d4db4eafa5501e41e94"><code>091f44e</code></a>
docs: File extension named processor deprecation (<a
href="https://redirect.github.com/eslint/eslint/issues/17362">#17362</a>)
(Matt Wilkinson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1a2f966fabe35103141d2f936180d2f1a72154db"><code>1a2f966</code></a>
feat: <code>no-useless-escape</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17420">#17420</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0aa0bc365a5425440c8e86c96104d0053a51b602"><code>0aa0bc3</code></a>
chore: Add PRs to triage project (<a
href="https://redirect.github.com/eslint/eslint/issues/17421">#17421</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ee68d1d9630892d99ae0d8dabe2f9f8d3b1338be"><code>ee68d1d</code></a>
feat: <code>no-empty-character-class</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17419">#17419</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/853d32baa8934c08b59a738470b72522e1505f6f"><code>853d32b</code></a>
feat: deprecate no-return-await (<a
href="https://redirect.github.com/eslint/eslint/issues/17417">#17417</a>)
(Carlos Lopez)</li>
<li><a
href="https://github.com/eslint/eslint/commit/d4f02e4bf1b9ae4e1fc8f2bc4e4851ae3c36a127"><code>d4f02e4</code></a>
feat: <code>no-control-regex</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17405">#17405</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9254a6cea845dfaf2f3f52f718cb9b071853aa09"><code>9254a6c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/2a35f3e6ed27deafbebba48b6aec570d3abf9974"><code>2a35f3e</code></a>
feat: <code>prefer-named-capture-group</code> support <code>v</code>
flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17409">#17409</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8ca8b50b0425b3bad34a9505bc3095168e2f59d8"><code>8ca8b50</code></a>
feat: Better error message for flat config plugins (<a
href="https://redirect.github.com/eslint/eslint/issues/17399">#17399</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/6d6dc5141f535728029eef8735854a421bc08eba"><code>6d6dc51</code></a>
docs: fix overlapping of <code>open in playground</code> button (<a
href="https://redirect.github.com/eslint/eslint/issues/17403">#17403</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/509f75395035822280245772e2a95732a0dde0e1"><code>509f753</code></a>
feat: <code>no-misleading-character-class</code> support <code>v</code>
flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17406">#17406</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3caf51487decdf93a4b17765a2af2a51c337e974"><code>3caf514</code></a>
feat: <code>no-regex-spaces</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17407">#17407</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b7fad2b52f23667628cf209663795a721c88d0ba"><code>b7fad2b</code></a>
feat: <code>prefer-regex-literals</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17410">#17410</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/a6a3ad4ae438ea7fc3a1d97cd2555f6534b565f1"><code>a6a3ad4</code></a>
feat: <code>no-useless-backreference</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17408">#17408</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/94954a715448d5794f2892bf212fe986b43228ed"><code>94954a7</code></a>
feat: <code>no-invalid-regexp</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17404">#17404</a>)
(Yosuke Ota)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7fc3a2ce68979a2c2a6fc779e647b3004ab6f4ac"><code>7fc3a2c</code></a>
docs: Add private class features info to no-underscore-dangle (<a
href="https://redirect.github.com/eslint/eslint/issues/17386">#17386</a>)
(Matt Wilkinson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/da73e583e1703a420551d8fa8f7c70b56dc88dd5"><code>da73e58</code></a>
docs: Migrating <code>eslint-env</code> configuration comments (<a
href="https://redirect.github.com/eslint/eslint/issues/17390">#17390</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/10e9cfa01ac043961f2c476198848f0ca5e8bbb0"><code>10e9cfa</code></a>
Merge pull request from GHSA-qwh7-v8hg-w8rh (leo-centurion)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1af6eac5727080c809e37c07dc729b44ef24483c"><code>1af6eac</code></a>
feat: adds option for allowing empty object patterns as parameter (<a
href="https://redirect.github.com/eslint/eslint/issues/17365">#17365</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9803c7c04078f0672d8a480fd39cf3bbef8017e6"><code>9803c7c</code></a>
fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules
(<a
href="https://redirect.github.com/eslint/eslint/issues/17393">#17393</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/80dffed4c81dcc71fb72bc187aff2f87d141a6ed"><code>80dffed</code></a>
docs: fix Ignoring Files section in config migration guide (<a
href="https://redirect.github.com/eslint/eslint/issues/17392">#17392</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8a9abb7cf424bd49d45c09345dc45ae95f29cc9d"><code>8a9abb7</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cf03104b278fea59ef46e09f667110f5eaaf95e3"><code>cf03104</code></a>
feat: Improve config error messages (<a
href="https://redirect.github.com/eslint/eslint/issues/17385">#17385</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/42faa17b1c93f801b14bea2840d1d528e25c7211"><code>42faa17</code></a>
fix: Update no-loop-func to not overlap with no-undef (<a
href="https://redirect.github.com/eslint/eslint/issues/17358">#17358</a>)
(Matt Wilkinson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7e9be4bd7331d0e8e8e0af0b075a2f6d28d1bea3"><code>7e9be4b</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0b0bbe07d4fb0870f3916e975b8ec6978f838077"><code>0b0bbe0</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<p>v8.45.0 - July 14, 2023</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/68f63d76ce785fab4f42b76f1599026eea379bf7"><code>68f63d7</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7"><code>89f3225</code></a>
docs: add playground links to correct and incorrect code blocks (<a
href="https://redirect.github.com/eslint/eslint/issues/17306">#17306</a>)
(Josh Goldberg ✨)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f8892b52920b8967f9e7bec23c75b74e03977d6b"><code>f8892b5</code></a>
docs: Expand rule option schema docs (<a
href="https://redirect.github.com/eslint/eslint/issues/17198">#17198</a>)
(Matt Wilkinson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8bcbf11b6050418262ffa8e0ca37f365ae92e7ce"><code>8bcbf11</code></a>
docs: Config Migration Guide (<a
href="https://redirect.github.com/eslint/eslint/issues/17230">#17230</a>)
(Ben Perlmutter)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bb3090897166dbfd2931a43a70e2a5c1f3fa0a07"><code>bb30908</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a"><code>b79b6fb</code></a>
fix: Fix suggestion message in <code>no-useless-escape</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/17339">#17339</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/84d243b245b01b667f0752b592e8bda02a9aa2b1"><code>84d243b</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5ca9b4d29f747e9cf5c9055e85c93b3b605d57fc"><code>5ca9b4d</code></a>
chore: update eslint-config-eslint exports (<a
href="https://redirect.github.com/eslint/eslint/issues/17336">#17336</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b762632298f20c4f81e7d01ab850c3f5e3874637"><code>b762632</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/7bf2e86022c9e95db4ca1472fddfa2ea4edd1870"><code>7bf2e86</code></a>
chore: remove unused dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17352">#17352</a>)
(Percy Ma)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c6f8cd0d62e4a3c314c6860ff367490bbd05325a"><code>c6f8cd0</code></a>
chore: Remove <code>defaultIgnores</code> from FlatESLint private
members (<a
href="https://redirect.github.com/eslint/eslint/issues/17349">#17349</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277"><code>cdd063c</code></a>
feat: Expose LegacyESLint in unsupported API (<a
href="https://redirect.github.com/eslint/eslint/issues/17341">#17341</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c667055fb9da8ebac3a99f6e5a8b5565cc86af8e"><code>c667055</code></a>
fix: provide unique <code>fix</code> and <code>fix.range</code> objects
in lint messages (<a
href="https://redirect.github.com/eslint/eslint/issues/17332">#17332</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/138c096bc9468b553dbafc0e573c6522a17a7922"><code>138c096</code></a>
docs: add more prefer-destructuring examples with array destructuring
(<a
href="https://redirect.github.com/eslint/eslint/issues/17330">#17330</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/c87db63f597287b22d40c4ab1dd9d07e5760d7c9"><code>c87db63</code></a>
8.46.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/b51015fa88c7d9c390872fe0a225fe1d9946233d"><code>b51015f</code></a>
Build: changelog update for 8.46.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/d1eb7e46e954c64af8d7d13d087b3a18f43e6d72"><code>d1eb7e4</code></a>
chore: Update ecosystem dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17427">#17427</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fab9e97ef9dff40e98a5b3b97bdd3b0ff5439d46"><code>fab9e97</code></a>
chore: package.json update for eslint-config-eslint release</li>
<li><a
href="https://github.com/eslint/eslint/commit/6246711e0650d03afe044c36acde048ed2d39ee3"><code>6246711</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/8a9343871f7dade19d910ca8e2a4177bfca28b64"><code>8a93438</code></a>
feat: <code>require-unicode-regexp</code> support <code>v</code> flag
(<a
href="https://redirect.github.com/eslint/eslint/issues/17402">#17402</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4d474e351ba6ce0242f18e55c27cb3ae17b84f63"><code>4d474e3</code></a>
docs: update with TypeScript info (<a
href="https://redirect.github.com/eslint/eslint/issues/17423">#17423</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/091f44e4c72007edb2ac6d4db4eafa5501e41e94"><code>091f44e</code></a>
docs: File extension named processor deprecation (<a
href="https://redirect.github.com/eslint/eslint/issues/17362">#17362</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1a2f966fabe35103141d2f936180d2f1a72154db"><code>1a2f966</code></a>
feat: <code>no-useless-escape</code> support <code>v</code> flag (<a
href="https://redirect.github.com/eslint/eslint/issues/17420">#17420</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0aa0bc365a5425440c8e86c96104d0053a51b602"><code>0aa0bc3</code></a>
chore: Add PRs to triage project (<a
href="https://redirect.github.com/eslint/eslint/issues/17421">#17421</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.41.0...v8.46.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.41.0&new-version=8.46.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[react-hook-form](https://github.com/react-hook-form/react-hook-form)
from 7.44.3 to 7.45.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's
releases</a>.</em></p>
<blockquote>
<h2>Version 7.45.4</h2>
<p>🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10767">#10767</a>
dep issue with replayio (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10768">#10768</a>)
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10762">#10762</a>
async submit with Form component (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10766">#10766</a>)
🫖 add test case for issue <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10744">#10744</a>
to avoid future regressions (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10759">#10759</a>)</p>
<p>thanks to <a
href="https://github.com/eg-bernardo"><code>@​eg-bernardo</code></a></p>
<h2>Version 7.45.3</h2>
<p>📼 add Replay Test Suites (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10681">#10681</a>)
Revert &quot;🧑‍🎓 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10585">#10585</a>
update controller value on each render (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10586">#10586</a>)&quot;
🐞 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10682">#10682</a>
make sure action flag gets reset after useEffect (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10732">#10732</a>)</p>
<p>thanks to <a
href="https://github.com/jasonLaster"><code>@​jasonLaster</code></a></p>
<h2>Version 7.45.2</h2>
<p>🧾 fix(types): async defaultValues await promise value (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10637">#10637</a>)
🥲 revert strict type check on Controller onChange (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10609">#10609</a>)
📖 docs(changelog 7.45.0): typo and format (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10624">#10624</a>)
📖 fix:test-spelling-error (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10629">#10629</a>)</p>
<p>thanks to <a
href="https://github.com/anton-g"><code>@​anton-g</code></a>, <a
href="https://github.com/milhamm"><code>@​milhamm</code></a>, <a
href="https://github.com/moshfeu"><code>@​moshfeu</code></a> &amp; <a
href="https://github.com/OlliePrentice"><code>@​OlliePrentice</code></a></p>
<h2>Version 7.45.1</h2>
<p>🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10602">#10602</a>
issue with reactive values props update (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10606">#10606</a>)
🧑‍🎓 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10585">#10585</a>
update controller value on each render (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10586">#10586</a>)
🧪 test(generated-id): setting window performance undefined without
ts-ignore (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10584">#10584</a>)</p>
<p>thanks to <a
href="https://github.com/mateoguzmana"><code>@​mateoguzmana</code></a></p>
<h2>Version 7.45.0</h2>
<p>🐞 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10523">#10523</a>
equal values prop not reset form values (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10525">#10525</a>)
🪲 fix: useFormContext ReturnType (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10543">#10543</a>)
⌨️ fix <code>&lt;Form /&gt;</code> onSubmit type overwrite (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10520">#10520</a>)
👮‍♀️ enforce stricter type for controller on change callback (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10342">#10342</a>)
🪲 fix: invalid test case for useController (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10493">#10493</a>)
🎮 build: use up-to-date terser plugin (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10488">#10488</a>)
💫 upgrade api-extractor version (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10487">#10487</a>)</p>
<p>thanks to <a
href="https://github.com/kotarella1110"><code>@​kotarella1110</code></a>,
<a href="https://github.com/Moshyfawn"><code>@​Moshyfawn</code></a>, <a
href="https://github.com/swallowtail62"><code>@​swallowtail62</code></a>
and <a
href="https://github.com/bajormar"><code>@​bajormar</code></a></p>
<h2>Version 7.45.0-next.1</h2>
<p>🪲 fix: useFormContext ReturnType (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10543">#10543</a>)</p>
<p>thanks to <a
href="https://github.com/swallowtail62"><code>@​swallowtail62</code></a></p>
<h2>Version 7.45.0-next.0</h2>
<p>🐞 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10523">#10523</a>
equal values prop not reset form values (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10525">#10525</a>)
⌨️ fix <code>&lt;Form /&gt;</code> onSubmit type overwrite (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10520">#10520</a>)
👮‍♀️ enforce stricter type for controller on change callback (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10342">#10342</a>)
🪲 fix: invalid test case for useController (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10493">#10493</a>)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/f6750e0dae1373d1a25a23cf20851eef5a27624d"><code>f6750e0</code></a>
7.45.4</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/b79be3156f6d96e78e3f42e1e7772c7f90416e8c"><code>b79be31</code></a>
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10767">#10767</a>
dep issue with replayio (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10768">#10768</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/67a97c31a2c138582ed71af7641ed3a1da7d034b"><code>67a97c3</code></a>
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10762">#10762</a>
async submit with Form component (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10766">#10766</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/011163fe4dafb9e854c4a555fd1a7a44d21395ed"><code>011163f</code></a>
🫖 add test case for issue <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10744">#10744</a>
to avoid future regressions (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10759">#10759</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/ac7bc39ce74e92ce9cd56836e8dcb5d9a4b9b579"><code>ac7bc39</code></a>
7.45.3</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/109a12e5fb2f24dc64631a3b77f3570eebba86de"><code>109a12e</code></a>
📼 add Replay Test Suites (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10681">#10681</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/3ca17019c86535a331e32b465019ec25bbbf02fb"><code>3ca1701</code></a>
Revert &quot;🧑‍🎓 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10585">#10585</a>
update controller value on each render (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10586">#10586</a>)&quot;</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/f45dc4dc076a7e882ec06fe33d901e44d19a5d02"><code>f45dc4d</code></a>
🐞 close <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10682">#10682</a>
make sure action flag gets reset after useEffect (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10732">#10732</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/011fad503cc8d4543892f8e847b9bd58c1d9400f"><code>011fad5</code></a>
7.45.2</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/a2c668c40f7eefbd5a6d2e1c47c480f4bf978555"><code>a2c668c</code></a>
🧾 fix(types): async defaultValues await promise value (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/10637">#10637</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/react-hook-form/react-hook-form/compare/v7.44.3...v7.45.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-hook-form&package-manager=npm_and_yarn&previous-version=7.44.3&new-version=7.45.4)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
From issue #3548

This commit adds a manifest file that allows users to save the website
on desktop or mobile, see [this
documentation](https://developer.mozilla.org/en-US/docs/Web/Manifest).
It makes an icon that can be added to dock, mobile homescreen, etc.

Changes in this PR:
- Add a smaller logo file for certain mobile platforms
- Add manifest.json that contains logos, titles, descriptions, etc.
- Add a link to manifest.json in _document.tsx

<img width="700" alt="Screenshot 2023-08-03 at 8 23 43 PM"
src="https://github.com/LAION-AI/Open-Assistant/assets/80140457/f86946cb-62d7-42a6-a9ed-4a493b91d1da">
<img width = "300" alt ="mobile icon" src =
"https://github.com/LAION-AI/Open-Assistant/assets/80140457/8f81a8ba-3c57-4fb1-98a0-b20a37a188bd"/>
## What
Added support for RAG based dataloaders 
Currently supports 
- shahules786/Multi-chapter-summaries
Explicitly specify `replace=False` for
[numpy.random.choice](https://numpy.org/doc/stable/reference/random/generated/numpy.random.choice.html)
(it was missing and default is `replace=True` which could lead to
duplicate examples in the evaluation set).
The pretokenizer utility (`pretokenizer/pretokenize.py`) allows to
tokenize datamixes in advance for use with the
[epfLLM/Megatron-LLM/](https://github.com/epfLLM/Megatron-LLM) trainer.

The datamix configuration can be defined in a yaml file similarly to the
classic training configurations of trainer_sft.py. For loading the
datasets the functions from `model_training` are used (therefore the
model_training module needs to be installed).
Adds
[rombodawg/LosslessMegaCodeTrainingV3_2.2m_Evol](https://huggingface.co/datasets/rombodawg/LosslessMegaCodeTrainingV3_2.2m_Evol/tree/main)
and separates the configuration from the `InstructionDataset` class.
Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
- fix order to match leaderboard.json of other locales
- fix template: `{{Bedarf, Zahl, Ganzzahl}}` ->
`{{level,number,integer}}`
Check whether the size of the embedding layer has been resized, rather
than checking if the length of the tokenizer is equal to the size of the
embedding layer.
This is because the embedding layer of the model may be resized and
padded to a multiple of 16, but the tokenizer may not be padded, which
will cause the freezing layer to fail. However, at this time, the
embedding layer will not be resized and freezing can still be performed.
SingL3 and others added 12 commits August 30, 2023 22:46
Fix #3611.
Still debugging or model_training.

---------

Co-authored-by: Lin Junpeng <linjunpeng@sensetime.com>
This PR updates the FAQ, which is currently very out of date, to the
current status of the project. It also adds a notice to the introduction
page in the docs that the project has concluded. Feel free to make any
changes if it isn't worded how you would like.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.