dependabot[bot] opened a new pull request, #6398: URL: https://github.com/apache/ozone/pull/6398
Bumps the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates: | Package | From | To | | --- | --- | --- | | [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `5.2.5` | `5.3.4` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.11` | `7.24.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `24.0.12` | `24.9.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `11.13.9` | `11.15.54` | | [axios](https://github.com/axios/axios) | `0.27.2` | `0.28.0` | | [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` | | [customize-cra](https://github.com/arackaf/customize-cra) | `0.2.14` | `0.9.1` | | [moment](https://github.com/moment/moment) | `2.29.4` | `2.30.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `3.5.3` | `3.9.10` | | [@types/react-plotly.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-plotly.js) | `2.6.0` | `2.6.3` | | [eslint-config-xo](https://github.com/xojs/eslint-config-xo) | `0.29.1` | `0.44.0` | | [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) | `0.23.0` | `0.27.0` | | [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) | `0.28.0` | `0.57.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.1` | `2.29.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.1` | | [json-server](https://github.com/typicode/json-server) | `0.15.1` | `0.17.4` | | [xo](https://github.com/xojs/xo) | `0.30.0` | `0.58.0` | Updates `@ant-design/icons` from 5.2.5 to 5.3.4 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/ant-design/ant-design-icons/commits">compare view</a></li> </ul> </details> <br /> Updates `@babel/core` from 7.22.11 to 7.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.24.0 (2024-02-28)</h2> <p>Thanks <a href="https://github.com/ajihyf"><code>@ajihyf</code></a> for your first PR!</p> <p>Release post with summary and highlights: <a href="https://babeljs.io/7.24.0">https://babeljs.io/7.24.0</a></p> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/11696">#11696</a> Export babel tooling packages in <code>@babel/standalone</code> (<a href="https://github.com/ajihyf"><code>@ajihyf</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16267">#16267</a> Implement <code>noUninitializedPrivateFieldAccess</code> assumption (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16242">#16242</a> Support decorator 2023-11 normative updates (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-preset-flow</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16309">#16309</a> [babel 7] Allow setting <code>ignoreExtensions</code> in Flow preset (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16284">#16284</a> Add <code>experimental_useHermesParser</code> option in <code>preset-flow</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-import-to-platform-api</code>, <code>babel-plugin-proposal-import-wasm-source</code>, <code>babel-plugin-proposal-json-modules</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16172">#16172</a> Add transform support for JSON modules imports (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16241">#16241</a> Add back <code>moduleName</code> option to <code>@babel/plugin-transform-runtime</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16277">#16277</a> Allow import attributes for <code>TSImportType</code> (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-do-expressions</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16305">#16305</a> fix: avoid <code>popContext</code> on unvisited node paths (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-plugin-transform-private-property-in-object</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16312">#16312</a> Fix class private properties when <code>privateFieldsAsSymbols</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-private-methods</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16307">#16307</a> Fix the support of <code>arguments</code> in private <code>get/set</code> method (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16287">#16287</a> Reduce decorator static property size (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16281">#16281</a> Fix evaluation order of decorators with cached receiver (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16279">#16279</a> Fix decorator this memoization (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16266">#16266</a> Preserve <code>static</code> on decorated private <code>accessor</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16258">#16258</a> fix: handle decorated async private method and generator (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-plugin-transform-private-property-in-object</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16275">#16275</a> Fix class private properties when <code>privateFieldsAsProperties</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16268">#16268</a> Do not consider <code>arguments</code> in a helper as a global reference (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16270">#16270</a> Handle symbol key class elements decoration (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16265">#16265</a> Do not define <code>access.get</code> for public setter decorators (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/12428">#12428</a> Suggest using <code>BABEL_SHOW_CONFIG_FOR</code> for config problems (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.24.0 (2024-02-28)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/11696">#11696</a> Export babel tooling packages in <code>@babel/standalone</code> (<a href="https://github.com/ajihyf"><code>@ajihyf</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16267">#16267</a> Implement <code>noUninitializedPrivateFieldAccess</code> assumption (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-syntax-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16242">#16242</a> Support decorator 2023-11 normative updates (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-preset-flow</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16309">#16309</a> [babel 7] Allow setting <code>ignoreExtensions</code> in Flow preset (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16284">#16284</a> Add <code>experimental_useHermesParser</code> option in <code>preset-flow</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-import-to-platform-api</code>, <code>babel-plugin-proposal-import-wasm-source</code>, <code>babel-plugin-proposal-json-modules</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16172">#16172</a> Add transform support for JSON modules imports (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16241">#16241</a> Add back <code>moduleName</code> option to <code>@babel/plugin-transform-runtime</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16277">#16277</a> Allow import attributes for <code>TSImportType</code> (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-do-expressions</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16305">#16305</a> fix: avoid <code>popContext</code> on unvisited node paths (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-plugin-transform-private-property-in-object</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16312">#16312</a> Fix class private properties when <code>privateFieldsAsSymbols</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-private-methods</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16307">#16307</a> Fix the support of <code>arguments</code> in private <code>get/set</code> method (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16287">#16287</a> Reduce decorator static property size (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16281">#16281</a> Fix evaluation order of decorators with cached receiver (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16279">#16279</a> Fix decorator this memoization (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16266">#16266</a> Preserve <code>static</code> on decorated private <code>accessor</code> (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16258">#16258</a> fix: handle decorated async private method and generator (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-private-methods</code>, <code>babel-plugin-transform-private-property-in-object</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16275">#16275</a> Fix class private properties when <code>privateFieldsAsProperties</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16268">#16268</a> Do not consider <code>arguments</code> in a helper as a global reference (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16270">#16270</a> Handle symbol key class elements decoration (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16265">#16265</a> Do not define <code>access.get</code> for public setter decorators (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/12428">#12428</a> Suggest using <code>BABEL_SHOW_CONFIG_FOR</code> for config problems (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-transform-fixture-test-runner</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16278">#16278</a> Continue writing <code>output.js</code> when <code>exec.js</code> throws (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/ce59160e34e21e8f1ac2fc55ae037f7b043e8d20"><code>ce59160</code></a> v7.24.0</li> <li><a href="https://github.com/babel/babel/commit/4bd1d4167e0985160468f3ec2efe58b21c177c8b"><code>4bd1d41</code></a> Implement <code>noUninitializedPrivateFieldAccess</code> assumption (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16267">#16267</a>)</li> <li><a href="https://github.com/babel/babel/commit/741939c5177f21de522eb63de5fce14c6bee5e72"><code>741939c</code></a> Suggest using <code>BABEL_SHOW_CONFIG_FOR</code> for config problems (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/12428">#12428</a>)</li> <li><a href="https://github.com/babel/babel/commit/08a057c169f0b92ad3797aea9214a4428ced1a9f"><code>08a057c</code></a> Use <code>Object.hasOwn</code> when available (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16248">#16248</a>)</li> <li><a href="https://github.com/babel/babel/commit/ee7ef0bdbae0f9398f38f53c13d1d658d0205e13"><code>ee7ef0b</code></a> chore: Helper changes for Babel 8 (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16209">#16209</a>)</li> <li><a href="https://github.com/babel/babel/commit/a0dd614d1271dd69db1ce908e5171d4ccfec8691"><code>a0dd614</code></a> v7.23.9</li> <li><a href="https://github.com/babel/babel/commit/b2bbffbb2d3db7f1ba23e374ef854eee4e9c4c43"><code>b2bbffb</code></a> Migrate <code>eslint-parser</code> to cts (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16222">#16222</a>)</li> <li><a href="https://github.com/babel/babel/commit/e428a6d5f9bdfd909289f17eea7c17f813b6c1ea"><code>e428a6d</code></a> v7.23.7</li> <li><a href="https://github.com/babel/babel/commit/3e79f48261a3491fee76701273fe75c111e97fb5"><code>3e79f48</code></a> Avoid unpreventable <code>unhandledRejection</code> events (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16167">#16167</a>)</li> <li><a href="https://github.com/babel/babel/commit/d02c1f76ac441381b1ba3b5cad93bdd030b8fd63"><code>d02c1f7</code></a> v7.23.6</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.24.0/packages/babel-core">compare view</a></li> </ul> </details> <br /> Updates `@types/jest` from 24.0.12 to 24.9.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 11.13.9 to 11.15.54 <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 /> Updates `axios` from 0.27.2 to 0.28.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v0.28.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>fix(security): fixed CVE-2023-45857 by backporting <code>withXSRFToken</code> option to v0.x (<a href="https://redirect.github.com/axios/axios/issues/6091">#6091</a>)</li> </ul> <h3>Backports from v1.x:</h3> <ul> <li>Allow null indexes on formSerializer and paramsSerializer v0.x (<a href="https://redirect.github.com/axios/axios/issues/4961">#4961</a>)</li> <li>Fixing content-type header repeated <a href="https://redirect.github.com/axios/axios/issues/4745">#4745</a></li> <li>Fixed timeout error message for HTTP 4738</li> <li>Added <code>axios.formToJSON</code> method (<a href="https://redirect.github.com/axios/axios/issues/4735">#4735</a>)</li> <li>URL params serializer (<a href="https://redirect.github.com/axios/axios/issues/4734">#4734</a>)</li> <li>Fixed toFormData Blob issue on node>v17 <a href="https://redirect.github.com/axios/axios/issues/4728">#4728</a></li> <li>Adding types for progress event callbacks <a href="https://redirect.github.com/axios/axios/issues/4675">#4675</a></li> <li>Fixed max body length defaults <a href="https://redirect.github.com/axios/axios/issues/4731">#4731</a></li> <li>Added data URL support for node.js (<a href="https://redirect.github.com/axios/axios/issues/4725">#4725</a>)</li> <li>Added isCancel type assert (<a href="https://redirect.github.com/axios/axios/issues/4293">#4293</a>)</li> <li>Added the ability for the <code>url-encoded-form</code> serializer to respect the <code>formSerializer</code> config (<a href="https://redirect.github.com/axios/axios/issues/4721">#4721</a>)</li> <li>Add <code>string[]</code> to <code>AxiosRequestHeaders</code> type (<a href="https://redirect.github.com/axios/axios/issues/4322">#4322</a>)</li> <li>Allow type definition for axios instance methods (<a href="https://redirect.github.com/axios/axios/issues/4224">#4224</a>)</li> <li>Fixed <code>AxiosError</code> stack capturing; (<a href="https://redirect.github.com/axios/axios/issues/4718">#4718</a>)</li> <li>Fixed <code>AxiosError</code> status code type; (<a href="https://redirect.github.com/axios/axios/issues/4717">#4717</a>)</li> <li>Adding Canceler parameters config and request (<a href="https://redirect.github.com/axios/axios/issues/4711">#4711</a>)</li> <li>fix(types): allow to specify partial default headers for instance creation (<a href="https://redirect.github.com/axios/axios/issues/4185">#4185</a>)</li> <li>Added <code>blob</code> to the list of protocols supported by the browser (<a href="https://redirect.github.com/axios/axios/issues/4678">#4678</a>)</li> <li>Fixing Z_BUF_ERROR when no content (<a href="https://redirect.github.com/axios/axios/issues/4701">#4701</a>)</li> <li>Fixed race condition on immediate requests cancellation (<a href="https://redirect.github.com/axios/axios/issues/4261">#4261</a>)</li> <li>Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance <a href="https://redirect.github.com/axios/axios/pull/4248">axios/axios#4248</a></li> <li>Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (<a href="https://redirect.github.com/axios/axios/issues/4229">#4229</a>)</li> <li>Fix TS definition for AxiosRequestTransformer (<a href="https://redirect.github.com/axios/axios/issues/4201">#4201</a>)</li> <li>Use type alias instead of interface for AxiosPromise (<a href="https://redirect.github.com/axios/axios/issues/4505">#4505</a>)</li> <li>Include request and config when creating a CanceledError instance (<a href="https://redirect.github.com/axios/axios/issues/4659">#4659</a>)</li> <li>Added generic TS types for the exposed toFormData helper (<a href="https://redirect.github.com/axios/axios/issues/4668">#4668</a>)</li> <li>Optimized the code that checks cancellation (<a href="https://redirect.github.com/axios/axios/issues/4587">#4587</a>)</li> <li>Replaced webpack with rollup (<a href="https://redirect.github.com/axios/axios/issues/4596">#4596</a>)</li> <li>Added stack trace to AxiosError (<a href="https://redirect.github.com/axios/axios/issues/4624">#4624</a>)</li> <li>Updated AxiosError.config to be optional in the type definition (<a href="https://redirect.github.com/axios/axios/issues/4665">#4665</a>)</li> <li>Removed incorrect argument for NetworkError constructor (<a href="https://redirect.github.com/axios/axios/issues/4656">#4656</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/axios/axios/compare/v0.27.2...v0.28.0">0.28.0</a> (2024-02-12)</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>fix(security): fixed CVE-2023-45857 by backporting <code>withXSRFToken</code> option to v0.x (<a href="https://redirect.github.com/axios/axios/issues/6091">#6091</a>)</li> </ul> <h3>Backports from v1.x:</h3> <ul> <li>Allow null indexes on formSerializer and paramsSerializer v0.x (<a href="https://redirect.github.com/axios/axios/issues/4961">#4961</a>)</li> <li>Fixing content-type header repeated <a href="https://redirect.github.com/axios/axios/issues/4745">#4745</a></li> <li>Fixed timeout error message for HTTP 4738</li> <li>Added <code>axios.formToJSON</code> method (<a href="https://redirect.github.com/axios/axios/issues/4735">#4735</a>)</li> <li>URL params serializer (<a href="https://redirect.github.com/axios/axios/issues/4734">#4734</a>)</li> <li>Fixed toFormData Blob issue on node>v17 <a href="https://redirect.github.com/axios/axios/issues/4728">#4728</a></li> <li>Adding types for progress event callbacks <a href="https://redirect.github.com/axios/axios/issues/4675">#4675</a></li> <li>Fixed max body length defaults <a href="https://redirect.github.com/axios/axios/issues/4731">#4731</a></li> <li>Added data URL support for node.js (<a href="https://redirect.github.com/axios/axios/issues/4725">#4725</a>)</li> <li>Added isCancel type assert (<a href="https://redirect.github.com/axios/axios/issues/4293">#4293</a>)</li> <li>Added the ability for the <code>url-encoded-form</code> serializer to respect the <code>formSerializer</code> config (<a href="https://redirect.github.com/axios/axios/issues/4721">#4721</a>)</li> <li>Add <code>string[]</code> to <code>AxiosRequestHeaders</code> type (<a href="https://redirect.github.com/axios/axios/issues/4322">#4322</a>)</li> <li>Allow type definition for axios instance methods (<a href="https://redirect.github.com/axios/axios/issues/4224">#4224</a>)</li> <li>Fixed <code>AxiosError</code> stack capturing; (<a href="https://redirect.github.com/axios/axios/issues/4718">#4718</a>)</li> <li>Fixed <code>AxiosError</code> status code type; (<a href="https://redirect.github.com/axios/axios/issues/4717">#4717</a>)</li> <li>Adding Canceler parameters config and request (<a href="https://redirect.github.com/axios/axios/issues/4711">#4711</a>)</li> <li>fix(types): allow to specify partial default headers for instance creation (<a href="https://redirect.github.com/axios/axios/issues/4185">#4185</a>)</li> <li>Added <code>blob</code> to the list of protocols supported by the browser (<a href="https://redirect.github.com/axios/axios/issues/4678">#4678</a>)</li> <li>Fixing Z_BUF_ERROR when no content (<a href="https://redirect.github.com/axios/axios/issues/4701">#4701</a>)</li> <li>Fixed race condition on immediate requests cancellation (<a href="https://redirect.github.com/axios/axios/issues/4261">#4261</a>)</li> <li>Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance <a href="https://redirect.github.com/axios/axios/pull/4248">axios/axios#4248</a></li> <li>Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (<a href="https://redirect.github.com/axios/axios/issues/4229">#4229</a>)</li> <li>Fix TS definition for AxiosRequestTransformer (<a href="https://redirect.github.com/axios/axios/issues/4201">#4201</a>)</li> <li>Use type alias instead of interface for AxiosPromise (<a href="https://redirect.github.com/axios/axios/issues/4505">#4505</a>)</li> <li>Include request and config when creating a CanceledError instance (<a href="https://redirect.github.com/axios/axios/issues/4659">#4659</a>)</li> <li>Added generic TS types for the exposed toFormData helper (<a href="https://redirect.github.com/axios/axios/issues/4668">#4668</a>)</li> <li>Optimized the code that checks cancellation (<a href="https://redirect.github.com/axios/axios/issues/4587">#4587</a>)</li> <li>Replaced webpack with rollup (<a href="https://redirect.github.com/axios/axios/issues/4596">#4596</a>)</li> <li>Added stack trace to AxiosError (<a href="https://redirect.github.com/axios/axios/issues/4624">#4624</a>)</li> <li>Updated AxiosError.config to be optional in the type definition (<a href="https://redirect.github.com/axios/axios/issues/4665">#4665</a>)</li> <li>Removed incorrect argument for NetworkError constructor (<a href="https://redirect.github.com/axios/axios/issues/4656">#4656</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/3b7635aefc842c05da0ec8c90e8bd09cb54616b8"><code>3b7635a</code></a> [Release] v0.28.0 (<a href="https://redirect.github.com/axios/axios/issues/6211">#6211</a>)</li> <li><a href="https://github.com/axios/axios/commit/27c007656d8d7ffe780248edc531949d744450b7"><code>27c0076</code></a> feat(backport): added ability for paramsSerializer to handle function; (<a href="https://redirect.github.com/axios/axios/issues/6227">#6227</a>)</li> <li><a href="https://github.com/axios/axios/commit/80c3d74544197e83ee268b24f9cc1428e04d766c"><code>80c3d74</code></a> chore(ci): backported publish action; (<a href="https://redirect.github.com/axios/axios/issues/6224">#6224</a>)</li> <li><a href="https://github.com/axios/axios/commit/2755df562b9c194fba6d8b609a383443f6a6e967"><code>2755df5</code></a> fix(security): fixed CVE-2023-45857 by backporting <code>withXSRFToken</code> option to ...</li> <li><a href="https://github.com/axios/axios/commit/880b42e2b8cdd467ce0c6ecd1cf522ef6ef65682"><code>880b42e</code></a> docs: Fix a typo in README</li> <li><a href="https://github.com/axios/axios/commit/c4bf0a4afcac9a49e9b58d3ea64570110cba34f8"><code>c4bf0a4</code></a> Allow null indexes on formSerializer and paramsSerializer v0.x (<a href="https://redirect.github.com/axios/axios/issues/4961">#4961</a>)</li> <li><a href="https://github.com/axios/axios/commit/1e2679f75b2030dd62c661e3292ab265c89497b8"><code>1e2679f</code></a> fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...</li> <li><a href="https://github.com/axios/axios/commit/80b546c3f1982852aa0047dac5ddde38426e25cb"><code>80b546c</code></a> fix: loosing request header (<a href="https://redirect.github.com/axios/axios/issues/4858">#4858</a>) (<a href="https://redirect.github.com/axios/axios/issues/4871">#4871</a>)</li> <li><a href="https://github.com/axios/axios/commit/6acb5ef8ff127db65da85189b3ccaeb10b93121a"><code>6acb5ef</code></a> feat: brower platform add data protocol. (<a href="https://redirect.github.com/axios/axios/issues/4814">#4814</a>)</li> <li><a href="https://github.com/axios/axios/commit/bbb2264614befdce107449baa8a3102d9043a527"><code>bbb2264</code></a> fix(typing): axios response headers can be undefined (<a href="https://redirect.github.com/axios/axios/issues/4813">#4813</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.27.2...v0.28.0">compare view</a></li> </ul> </details> <br /> Updates `classnames` from 2.3.2 to 2.5.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JedWatson/classnames/blob/main/HISTORY.md">classnames's changelog</a>.</em></p> <blockquote> <h2>v2.5.1 / 2023-12-29</h2> <ul> <li>Remove <code>workspaces</code> field from package (<a href="https://redirect.github.com/JedWatson/classnames/pull/350">#350</a>)</li> </ul> <h2>v2.5.0 / 2023-12-27</h2> <ul> <li>Restore ability to pass a TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/pull/341">#341</a>)</li> <li>Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/pull/342">#342</a>)</li> </ul> <h2>v2.4.0 / 2023-12-26</h2> <ul> <li>Use string concatenation to increase performance thanks <a href="https://github.com/jonkoops">Jon Koops</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/336">#336</a>)</li> </ul> <h2>v2.3.3 / 2023-12-21</h2> <ul> <li>Fix default export, thanks <a href="https://github.com/remcohaszing">Remco Haszing</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/301">#301</a>)</li> <li>Fix types for read-only arrays, thanks <a href="https://github.com/BenGearset">Ben Thompson</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/307">#307</a>)</li> <li>Replace README examples with functional-style components, thanks <a href="https://github.com/JoeDGit">JoeDGit</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/303">#303</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JedWatson/classnames/commit/2e3683264bab067d13938b5eb03a96391a089cb4"><code>2e36832</code></a> Prepare for release of version 2.5.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/351">#351</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/93314019575be682fe5fbace1f8004c11acc416a"><code>9331401</code></a> Remove benchmarks from workspace (<a href="https://redirect.github.com/JedWatson/classnames/issues/350">#350</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ff6dd1e37a091a1463d1e1b4f158b1df1e34cd86"><code>ff6dd1e</code></a> Bump to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/347">#347</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/942db499b1d889cdb9da94f0c2e1d7de0cb629a7"><code>942db49</code></a> Add GitHub provenance for publishing (<a href="https://redirect.github.com/JedWatson/classnames/issues/345">#345</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/28ea73f9174bfa71675e954d01e6a1ac7baa6fe6"><code>28ea73f</code></a> Prepare for release of version 2.5.0 (<a href="https://redirect.github.com/JedWatson/classnames/issues/344">#344</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/dfeb7f3604afe20c27818d926a651e6c6fc8c664"><code>dfeb7f3</code></a> Fix URL for GIT repository in package (<a href="https://redirect.github.com/JedWatson/classnames/issues/343">#343</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/8a840eae0f829b2a5a8bf581e6d6337150be3f97"><code>8a840ea</code></a> Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/issues/342">#342</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ea8e8398a680acb0ab740d5d062794c71b43ea96"><code>ea8e839</code></a> Restore ability to pass TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/issues/341">#341</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/930c74809e8eff73cf3924d0d986ca97ae350134"><code>930c748</code></a> Bump <code>classnames</code> to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/340">#340</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/d2d10f565e43c4f67cc4389dd2f2dcb5d1482633"><code>d2d10f5</code></a> Bump tsd from 0.30.0 to 0.30.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/339">#339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JedWatson/classnames/compare/v2.3.2...v2.5.1">compare view</a></li> </ul> </details> <br /> Updates `customize-cra` from 0.2.14 to 0.9.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/arackaf/customize-cra/commit/c678722a74f46433af36c3365fefc779e2608d8c"><code>c678722</code></a> 0.9.1</li> <li><a href="https://github.com/arackaf/customize-cra/commit/93c1a19e99ad0f3003b72d1c8f231d885fce8c58"><code>93c1a19</code></a> 0.8.1</li> <li><a href="https://github.com/arackaf/customize-cra/commit/3a897a31052703e0a6ad3dd04d375e039d8b0747"><code>3a897a3</code></a> feat: add remove internal babel plugin function. (<a href="https://redirect.github.com/arackaf/customize-cra/issues/178">#178</a>)</li> <li><a href="https://github.com/arackaf/customize-cra/commit/404854bcbe7436f5834e4c4863001610951d5c3c"><code>404854b</code></a> docs: add <a href="https://github.com/billypon"><code>@billypon</code></a> as a contributor</li> <li><a href="https://github.com/arackaf/customize-cra/commit/2b8bb226b4914431a461aa8b5404b2bd433f9493"><code>2b8bb22</code></a> feat: add adjustStyleLoaders (<a href="https://redirect.github.com/arackaf/customize-cra/issues/172">#172</a>)</li> <li><a href="https://github.com/arackaf/customize-cra/commit/81d6bc4be97ddb3435639cee5ccc89748c832001"><code>81d6bc4</code></a> docs: add <a href="https://github.com/blackmatch"><code>@blackmatch</code></a> as a contributor</li> <li><a href="https://github.com/arackaf/customize-cra/commit/93b86222222c1540c178b76350aba47635ae5ccf"><code>93b8622</code></a> fix doc for setWebpackOptimizationSplitChunks (<a href="https://redirect.github.com/arackaf/customize-cra/issues/186">#186</a>)</li> <li><a href="https://github.com/arackaf/customize-cra/commit/f2adb28176423a4a6a1268782d0264c0b580774e"><code>f2adb28</code></a> feat: add tap utility to print config (<a href="https://redirect.github.com/arackaf/customize-cra/issues/174">#174</a>)</li> <li><a href="https://github.com/arackaf/customize-cra/commit/c0aef393bf41621e48aefc9e4fcc171e90dc3712"><code>c0aef39</code></a> feat: add setWebpackStats (<a href="https://redirect.github.com/arackaf/customize-cra/issues/182">#182</a>)</li> <li><a href="https://github.com/arackaf/customize-cra/commit/28299092541c91d6ec445db301c8a6c5e6969a02"><code>2829909</code></a> chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (<a href="https://redirect.github.com/arackaf/customize-cra/issues/181">#181</a>)</li> <li>Additional commits viewable in <a href="https://github.com/arackaf/customize-cra/compare/v0.2.14...v0.9.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~with-heart">with-heart</a>, a new releaser for customize-cra since your current version.</p> </details> <br /> Updates `moment` from 2.29.4 to 2.30.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moment/moment/blob/develop/CHANGELOG.md">moment's changelog</a>.</em></p> <blockquote> <h3>2.30.1</h3> <ul> <li>Release Dec 27, 2023</li> <li>Revert <a href="https://redirect.github.com/moment/moment/pull/5827">moment/moment#5827</a>, because it's breaking a lot of TS code.</li> </ul> <h3>2.30.0 <a href="https://gist.github.com/ichernev/e277bcd1f0eeabb834f60a777237925a">Full changelog</a></h3> <ul> <li>Release Dec 26, 2023</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moment/moment/commit/485d9a7d709bd5f3869a7ad24630cf0746d072dc"><code>485d9a7</code></a> Build 2.30.1</li> <li><a href="https://github.com/moment/moment/commit/e048b09e46a3f710a93a45026b93b7c3cbc8b646"><code>e048b09</code></a> Bump version to 2.30.1</li> <li><a href="https://github.com/moment/moment/commit/f9f2d584dcaa4bcb4821ba4bae97b54798239921"><code>f9f2d58</code></a> Update changelog for 2.30.1</li> <li><a href="https://github.com/moment/moment/commit/a52ffb2bd49fdef0149d13874e7aede361342198"><code>a52ffb2</code></a> Revert "Merge pull request <a href="https://redirect.github.com/moment/moment/issues/5827">#5827</a> from BobZombie:feature/fix_d.ts"</li> <li><a href="https://github.com/moment/moment/commit/ddd680908c23797a3ed22007838634518bb14705"><code>ddd6809</code></a> Build 2.30.0</li> <li><a href="https://github.com/moment/moment/commit/be64d00332159d4df419a4ee0328da9bd81a6fc6"><code>be64d00</code></a> Bump version to 2.30.0</li> <li><a href="https://github.com/moment/moment/commit/ad411793e96d19085272181dcb823aee34b7de5d"><code>ad41179</code></a> Update changelog for 2.30.0</li> <li><a href="https://github.com/moment/moment/commit/63fe479c029d2e329e5c03744e5ad022828296d7"><code>63fe479</code></a> [misc] Make code ES6 compatible</li> <li><a href="https://github.com/moment/moment/commit/0f0195f5049744d4b74bd0840501cb24b2cba949"><code>0f0195f</code></a> Revert "Merge pull request <a href="https://redirect.github.com/moment/moment/issues/5599">#5599</a> from Alanscut:issue_4985"</li> <li><a href="https://github.com/moment/moment/commit/15b82f532c41c86f0cfa7462d0057d1d95e67821"><code>15b82f5</code></a> Revert "Merge pull request <a href="https://redirect.github.com/moment/moment/issues/5597">#5597</a> from Alanscut:issue-5596"</li> <li>Additional commits viewable in <a href="https://github.com/moment/moment/compare/2.29.4...2.30.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 3.5.3 to 3.9.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 3.9.10</h2> <p>This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See <a href="https://redirect.github.com/microsoft/TypeScript/pull/44582">the change for more details</a>.</p> <h2>TypeScript 3.9.9</h2> <p>This release contains a fix for <a href="https://redirect.github.com/microsoft/TypeScript/issues/42718">an issue when language service plugins have no specified name</a>.</p> <h2>TypeScript 3.9.8</h2> <p>This release contains fixes for a <a href="https://redirect.github.com/microsoft/TypeScript/issues/42712">security risk involving language service plugin loading</a>. More details are available <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-1639">here</a>.</p> <h2>TypeScript 3.9.7</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.2 (Final)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.3%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.3 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.5%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.5 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.6 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+3.9.7%22+is%3Aclosed+">fixed issues query for TypeScript v3.9.7 (patch release)</a>.</li> </ul> <p>This release contains a fix for CVE-2020-1416</p> <p>(note, 3.9.4 was intentionally skipped due to minor complications in publishing)</p> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-397">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 3.9.6</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+">fixed issues query for Typescript v3.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+">fixed issues query for Typescript v3.9.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+">fixed issues query for Typescript v3.9.2 (Final)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.3%22+is%3Aclosed+">fixed issues query for Typescript v3.9.3 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.5%22+is%3Aclosed+">fixed issues query for Typescript v3.9.5 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+is%3Aclosed+">fixed issues query for Typescript v3.9.6 (patch release)</a>.</li> </ul> <p>(note, 3.9.4 was intentionally skipped due to minor complications in publishing)</p> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-396">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/b7de5e3c4cd11f9bdbcb5e741125f79ec9853bfe"><code>b7de5e3</code></a> Bump version to 3.9.10 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/022bdeae984b06e1c7f77e549b2e75cf52ee3722"><code>022bdea</code></a> Backport package-lock infra changes to 3.9 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/44608">#44608</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ebeafcfe5e78d2c02a9355ca8264edff18e5b296"><code>ebeafcf</code></a> Pass throwIfNoEntry to fs.statSync (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/41604">#41604</a>) (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/44582">#44582</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/9b778b3494be00d70b351833228e8e2087d23ac4"><code>9b778b3</code></a> Bump version to 3.9.9 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ee713556c69110f3d63fdbca07cb33e8c42577dd"><code>ee71355</code></a> Handle if plugin doesnt specify name (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/42722">#42722</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/019e4c698a22fb56d1dbe0c008f4b0dd5b64460c"><code>019e4c6</code></a> Bump version to 3.9.8 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ea2f68b00fd569219902944d7785616430274bbe"><code>ea2f68b</code></a> Allow only package names as plugin names</li> <li><a href="https://github.com/microsoft/TypeScript/commit/9294e9653173be1d0319083f315d1e7c17a6038a"><code>9294e96</code></a> Merge pull request <a href="https://redirect.github.com/Microsoft/TypeScript/issues/39988">#39988</a> from amcasey/pinned-release-3.9</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5237f9e4cf0afc3e1c5a793cb5c8f6168f91bdb5"><code>5237f9e</code></a> Drop testing of node 8</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6c1e494beece663a3bc90d2a629e71cca680b1b3"><code>6c1e494</code></a> Make release-3.9 buildable</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v3.5.3...v3.9.10">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~typescript-bot">typescript-bot</a>, a new releaser for typescript since your current version.</p> </details> <br /> Updates `@types/react-plotly.js` from 2.6.0 to 2.6.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-plotly.js">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-xo` from 0.29.1 to 0.44.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xojs/eslint-config-xo/releases">eslint-config-xo's releases</a>.</em></p> <blockquote> <h2>v0.44.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 f2060de</li> </ul> <h3>New rules</h3> <ul> <li><a href="https://eslint.org/docs/latest/rules/logical-assignment-operators"><code>logical-assignment-operators</code></a> 27049c1</li> <li><a href="https://eslint.org/docs/latest/rules/prefer-object-has-own"><code>prefer-object-has-own</code></a> 288a3ca</li> <li><a href="https://eslint.org/docs/latest/rules/object-curly-newline"><code>object-curly-newline</code></a> (<a href="https://redirect.github.com/xojs/eslint-config-xo/issues/83">#83</a>) 3a5448b</li> </ul> <h3>Improvements</h3> <ul> <li>Ban <code>atob</code> and <code>btoa</code> dfa969c</li> <li>Replace deprecated <code>no-new-object</code> rule 7f8f92e</li> <li><code>no-unused-vars</code>: Allow ignoring variables by prefixing with underscore b31ab8a</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0">https://github.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0</a></p> <h2>v0.43.1</h2> <ul> <li>Disable <code>logical-assignment-operators</code> rule until we target Node.js 16 ffb7d6e</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo/compare/v0.43.0...v0.43.1">https://github.com/xojs/eslint-config-xo/compare/v0.43.0...v0.43.1</a></p> <h2>v0.43.0</h2> <ul> <li>Add <a href="https://eslint.org/docs/latest/rules/no-empty-static-block"><code>no-empty-static-block</code></a> rule 3dcb71e</li> <li>Add <a href="https://eslint.org/docs/latest/rules/no-new-native-nonconstructor"><code>no-new-native-nonconstructor</code></a> rule 2b5733c</li> <li>Add <a href="https://eslint.org/docs/latest/rules/logical-assignment-operators"><code>logical-assignment-operators</code></a> rule aacde5a</li> <li><code>prefer-regex-literals</code>: Set <code>disallowRedundantWrapping</code> option (<a href="https://redirect.github.com/xojs/eslint-config-xo/issues/80">#80</a>) 99db346</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo/compare/v0.42.0...v0.43.0">https://github.com/xojs/eslint-config-xo/compare/v0.42.0...v0.43.0</a></p> <h2>v0.42.0</h2> <ul> <li>Allow lower case type-coverage comments (<a href="https://redirect.github.com/xojs/eslint-config-xo/issues/79">#79</a>) 257f2c1</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0">https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0</a></p> <h2>v0.41.0</h2> <ul> <li>Add <a href="https://eslint.org/docs/rules/no-constant-binary-expression"><code>no-constant-binary-expression</code></a> rule af63ee6</li> <li>Enforce single-quotes for JSX (<a href="https://redirect.github.com/xojs/eslint-config-xo/issues/78">#78</a>) 0a302bd</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo/compare/v0.40.0...v0.41.0">https://github.com/xojs/eslint-config-xo/compare/v0.40.0...v0.41.0</a></p> <h2>v0.40.0</h2> <h3>Breaking</h3> <ul> <li>Require ESLint 8 and Node.js 12 da1fd09</li> </ul> <h3>Improvements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xojs/eslint-config-xo/commit/b17659eb1df9400f1bd4e5e76071eb3f15bdeb64"><code>b17659e</code></a> 0.44.0</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/f2060defa9fe79116ae0ec12567928b4d2f2a4c8"><code>f2060de</code></a> Require Node.js 18</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/27049c1d8cf85636534c8791ecd72af63343c315"><code>27049c1</code></a> Enable <code>logical-assignment-operators</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/288a3caada50375aaf5fe9604eb481161cbb72a6"><code>288a3ca</code></a> Enable <code>prefer-object-has-own</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/dfa969c403943132fb22ae2841131257b8b445b8"><code>dfa969c</code></a> Ban <code>atob</code> and <code>btoa</code></li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/b31ab8abf949661a4140eaae1fb7955344bbb050"><code>b31ab8a</code></a> <code>no-unused-vars</code>: Allow ignoring variables by prefixing with underscore</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/9809e67b6a0ea8e075d8226770dc4800e21b78fa"><code>9809e67</code></a> Meta tweaks</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/3a5448b349e9cfb6780b476a87bdb96439cea403"><code>3a5448b</code></a> Add <code>object-curly-newline</code> rule (<a href="https://redirect.github.com/xojs/eslint-config-xo/issues/83">#83</a>)</li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/7d89a3d4eab852c2c2336dadd38286645827b69f"><code>7d89a3d</code></a> Ban <code>Buffer</code> in favor of <code>Uint8Array</code></li> <li><a href="https://github.com/xojs/eslint-config-xo/commit/7f8f92ed0ff6b001fe0c6991bfc43535e3cc714a"><code>7f8f92e</code></a> Replace deprecated <code>no-new-object</code> rule</li> <li>Additional commits viewable in <a href="https://github.com/xojs/eslint-config-xo/compare/v0.29.1...v0.44.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-xo-react` from 0.23.0 to 0.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xojs/eslint-config-xo-react/releases">eslint-config-xo-react's releases</a>.</em></p> <blockquote> <h2>v0.27.0</h2> <h3>Breaking</h3> <ul> <li>Require function declaration for named components (<a href="https://redirect.github.com/xojs/eslint-config-xo-react/issues/33">#33</a>) 62e64fd <a href="https://redirect.github.com/xojs/eslint-config-xo-react/pull/33#issuecomment-1072979789">Why?</a></li> </ul> <h3>New rules</h3> <ul> <li><a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/iframe-missing-sandbox.md"><code>react/iframe-missing-sandbox</code></a> 5a665cf</li> <li><a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/hook-use-state.md"><code>react/hook-use-state</code></a> 9d77b06</li> </ul> <h3>Improvements</h3> <ul> <li>Add option for <code>react/jsx-curly-brace-presence</code> rule 9b5e73b</li> <li>Add option to <code>react/jsx-key</code> rule b5091ab</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-react/compare/v0.26.0...v0.27.0">https://github.com/xojs/eslint-config-xo-react/compare/v0.26.0...v0.27.0</a></p> <h2>v0.26.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 12 and ESLint 8 f8a5e48</li> </ul> <h3>New rules</h3> <ul> <li><a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-invalid-html-attribute.md"><code>react/no-invalid-html-attribute</code></a> 3e87446</li> <li><a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-arrow-function-lifecycle.md"><code>react/no-arrow-function-lifecycle</code></a> dcb84c0</li> <li><a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-namespace.md"><code>react/no-namespace</code></a> c64b19e</li> </ul> <h3>Improvements</h3> <ul> <li>Add option for <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md#links--forms"><code>react/jsx-no-target-blank</code></a> f53a835</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-react/compare/v0.25.0...v0.26.0">https://github.com/xojs/eslint-config-xo-react/compare/v0.25.0...v0.26.0</a></p> <h2>v0.25.0</h2> <ul> <li>Allow react-intl’s usage of style prop (<a href="https://redirect.github.com/xojs/eslint-config-xo-react/issues/29">#29</a>) a17e7f6</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-react/compare/v0.24.0...v0.25.0">https://github.com/xojs/eslint-config-xo-react/compare/v0.24.0...v0.25.0</a></p> <h2>v0.24.0</h2> <ul> <li>Require ESLint 7 93f7886</li> <li>Add <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-constructed-context-values.md"><code>react/jsx-no-constructed-context-values</code></a> rule f7fa79b</li> <li>Add option to <code>react/jsx-no-target-blank</code> rule 32d74fd</li> <li>Add option to <code>react/jsx-key</code> rule 261274b</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-react/compare/v0.23.0...v0.24.0">https://github.com/xojs/eslint-config-xo-react/compare/v0.23.0...v0.24.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/4a345ab8bb6e71fe26c232e0578405bf22523870"><code>4a345ab</code></a> 0.27.0</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/b5091ab968521083d1e3cd441f4d7d9c64997768"><code>b5091ab</code></a> Add option to <code>react/jsx-key</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/5a665cf552b0008f6479bb5cd39dd2aaf1b7557c"><code>5a665cf</code></a> Add <code>react/iframe-missing-sandbox</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/9b5e73bb8ffd484d186069ef376428ae0d6e572b"><code>9b5e73b</code></a> Add options for <code>react/jsx-curly-brace-presence</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/9d77b060957c7b6d5e57bd2ae082e461e930512d"><code>9d77b06</code></a> Add <code>react/hook-use-state</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/62e64fddcad49cbcb19ddb0b088ba815db75dfdb"><code>62e64fd</code></a> Require function declaration for named components (<a href="https://redirect.github.com/xojs/eslint-config-xo-react/issues/33">#33</a>)</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/4afe3652dc1b8fa5500924d92ff258bf66ff64f4"><code>4afe365</code></a> 0.26.0</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/3e8744687a57c26d7eb1f929f2be5c944e01e916"><code>3e87446</code></a> Add <code>react/no-invalid-html-attribute</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/dcb84c00d139f4f1b979484440c888942fd63158"><code>dcb84c0</code></a> Add <code>react/no-arrow-function-lifecycle</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-react/commit/c64b19e358bd25da69b5317316ec763b8fccf79f"><code>c64b19e</code></a> Add <code>react/no-namespace</code> rule</li> <li>Additional commits viewable in <a href="https://github.com/xojs/eslint-config-xo-react/compare/v0.23.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-xo-typescript` from 0.28.0 to 0.57.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xojs/eslint-config-xo-typescript/releases">eslint-config-xo-typescript's releases</a>.</em></p> <blockquote> <h2>v0.57.0</h2> <ul> <li>Add <a href="https://typescript-eslint.io/rules/no-duplicate-type-constituents/"><code>@typescript-eslint/no-duplicate-type-constituents</code></a> rule b18da46</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0">https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0</a></p> <h2>v0.56.0</h2> <ul> <li>Restore <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-unsafe-argument.md"><code>@typescript-eslint/no-unsafe-argument</code></a> rule (<a href="https://redirect.github.com/xojs/eslint-config-xo-typescript/issues/70">#70</a>) 4fd54c2</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.1...v0.56.0">https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.1...v0.56.0</a></p> <h2>v0.55.1</h2> <ul> <li>Fix the config for the <code>@typescript-eslint/member-ordering</code> rule b336a1c</li> <li>Remove the deprecated <code>@typescript-eslint/no-implicit-any-catch</code> rule (<a href="https://redirect.github.com/xojs/eslint-config-xo-typescript/issues/66">#66</a>) 6d5aba9</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.0...v0.55.1">https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.0...v0.55.1</a></p> <h2>v0.55.0</h2> <ul> <li>Add <a href="https://typescript-eslint.io/rules/no-unsafe-declaration-merging/"><code>@typescript-eslint/no-unsafe-declaration-merging</code></a> rule 3ec1f94</li> <li><code>@typescript-eslint/consistent-type-imports</code>: Add option to prefer inline type imports e41f4a4</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-typescript/compare/v0.54.1...v0.55.0">https://github.com/xojs/eslint-config-xo-typescript/compare/v0.54.1...v0.55.0</a></p> <h2>v0.54.1</h2> <ul> <li>Mistake. Please ignore.</li> </ul> <h2>v0.53.0</h2> <h3>New rules</h3> <ul> <li><a href="https://typescript-eslint.io/rules/consistent-type-exports"><code>@typescript-eslint/consistent-type-exports</code></a> 829d012</li> <li><a href="https://typescript-eslint.io/rules/consistent-type-imports/"><code>@typescript-eslint/consistent-type-imports</code></a> a1bdfc9</li> </ul> <h3>Improvements</h3> <ul> <li>Add options to <code>@typescript-eslint/prefer-nullish-coalescing</code> rule f4cf50d</li> </ul> <p><a href="https://github.com/xojs/eslint-config-xo-typescript/compare/v0.52.0...v0.53.0">https://github.com/xojs/eslint-config-xo-typescript/compare/v0.52.0...v0.53.0</a></p> <h2>v0.52.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-generic-constructors.md"><code>@typescript-eslint/consistent-generic-constructors</code></a> e15cd30</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-definitions.md"><code>@typescript-eslint/consistent-type-definitions</code></a> 7decafc <ul> <li><code>type</code> and <code>interface</code> are almost interchangeable. The main difference is that <code>interface</code> can be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosen <code>type</code>. Just use an <code>eslint-disable</code> comment in the few cases where you need the declaration to be extendable.</li> <li><a href="https://stackoverflow.com/a/65948871/64949">More info</a></li> </ul> </li> </ul> <h3>Improvements</h3> <ul> <li>Add <code>@typescript-eslint/parser</code> to <code>peerDependencies</code> (<a href="https://redirect.github.com/xojs/eslint-config-xo-typescript/issues/61">#61</a>) fe6f4b7</li> <li>Remove deprecated <code>@typescript-eslint/no-duplicate-imports</code> rule 33c6d92</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xojs/eslint-config-xo-typescript/commit/6304b6dee5352a70dc698fc8313a0f34cc3ab5e8"><code>6304b6d</code></a> 0.57.0</li> <li><a href="https://github.com/xojs/eslint-config-xo-typescript/commit/b18da46ad864a9a9dd75a775c6c8ea5d8426e552"><code>b18da46</code></a> Add <code>@typescript-eslint/no-duplicate-type-constituents</code> rule</li> <li><a href="https://github.com/xojs/eslint-config-xo-typescript/commit/b338e7ff312a807be10656dc64a6eb2e6e6e1dbd"><code>b338e7f</code></a> 0.56.0</li> <li><a href="https://github.com/xojs/eslint-config-xo-typescript/commit... _Description has been truncated_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org