issues: 1401155623
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | pull_request | body | repo | type | active_lock_reason | performed_via_github_app | reactions | draft | state_reason |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1401155623 | PR_kwDOBm6k_c5AZLzm | 1839 | Bump black from 22.8.0 to 22.10.0 | 49699333 | closed | 0 | 1 | 2022-10-07T13:13:41Z | 2022-10-27T20:51:46Z | 2022-10-27T20:51:45Z | CONTRIBUTOR | simonw/datasette/pulls/1839 | Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>22.10.0</h2> <h3>Highlights</h3> <ul> <li>Runtime support for Python 3.6 has been removed. Formatting 3.6 code will still be supported until further notice.</li> </ul> <h3>Stable style</h3> <ul> <li>Fix a crash when <code># fmt: on</code> is used on a different block level than <code># fmt: off</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/3281">#3281</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix a crash when formatting some dicts with parenthesis-wrapped long string keys (<a href="https://github-redirect.dependabot.com/psf/black/issues/3262">#3262</a>)</li> </ul> <h3>Configuration</h3> <ul> <li><code>.ipynb_checkpoints</code> directories are now excluded by default (<a href="https://github-redirect.dependabot.com/psf/black/issues/3293">#3293</a>)</li> <li>Add <code>--skip-source-first-line</code> / <code>-x</code> option to ignore the first line of source code while formatting (<a href="https://github-redirect.dependabot.com/psf/black/issues/3299">#3299</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Executables made with PyInstaller will no longer crash when formatting several files at once on macOS. Native x86-64 executables for macOS are available once again. (<a href="https://github-redirect.dependabot.com/psf/black/issues/3275">#3275</a>)</li> <li>Hatchling is now used as the build backend. This will not have any effect for users who install Black with its wheels from PyPI. (<a href="https://github-redirect.dependabot.com/psf/black/issues/3233">#3233</a>)</li> <li>Faster compiled wheels are now available for CPython 3.11 (<a href="https://github-redirect.dependabot.com/psf/black/issues/3276">#3276</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Windows style (CRLF) newlines will be preserved (<a href="https://github-redirect.dependabot.com/psf/black/issues/3257">#3257</a>).</li> </ul> <h3>Integrations</h3> <ul> <li>Vim plugin: add flag (<code>g:black_preview</code>) to enable/disable the preview style (<a href="https://github-redirect.dependabot.com/psf/black/issues/3246">#3246</a>)</li> <li>Update GitHub Action to support formatting of Jupyter Notebook files via a <code>jupyter</code> option (<a href="https://github-redirect.dependabot.com/psf/black/issues/3282">#3282</a>)</li> <li>Update GitHub Action to support use of version specifiers (e.g. <code><23</code>) for Black version (<a href="https://github-redirect.dependabot.com/psf/black/issues/3265">#3265</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>22.10.0</h2> <h3>Highlights</h3> <ul> <li>Runtime support for Python 3.6 has been removed. Formatting 3.6 code will still be supported until further notice.</li> </ul> <h3>Stable style</h3> <ul> <li>Fix a crash when <code># fmt: on</code> is used on a different block level than <code># fmt: off</code> (<a href="https://github-redirect.dependabot.com/psf/black/issues/3281">#3281</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix a crash when formatting some dicts with parenthesis-wrapped long string keys (<a href="https://github-redirect.dependabot.com/psf/black/issues/3262">#3262</a>)</li> </ul> <h3>Configuration</h3> <ul> <li><code>.ipynb_checkpoints</code> directories are now excluded by default (<a href="https://github-redirect.dependabot.com/psf/black/issues/3293">#3293</a>)</li> <li>Add <code>--skip-source-first-line</code> / <code>-x</code> option to ignore the first line of source code while formatting (<a href="https://github-redirect.dependabot.com/psf/black/issues/3299">#3299</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Executables made with PyInstaller will no longer crash when formatting several files at once on macOS. Native x86-64 executables for macOS are available once again. (<a href="https://github-redirect.dependabot.com/psf/black/issues/3275">#3275</a>)</li> <li>Hatchling is now used as the build backend. This will not have any effect for users who install Black with its wheels from PyPI. (<a href="https://github-redirect.dependabot.com/psf/black/issues/3233">#3233</a>)</li> <li>Faster compiled wheels are now available for CPython 3.11 (<a href="https://github-redirect.dependabot.com/psf/black/issues/3276">#3276</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Windows style (CRLF) newlines will be preserved (<a href="https://github-redirect.dependabot.com/psf/black/issues/3257">#3257</a>).</li> </ul> <h3>Integrations</h3> <ul> <li>Vim plugin: add flag (<code>g:black_preview</code>) to enable/disable the preview style (<a href="https://github-redirect.dependabot.com/psf/black/issues/3246">#3246</a>)</li> <li>Update GitHub Action to support formatting of Jupyter Notebook files via a <code>jupyter</code> option (<a href="https://github-redirect.dependabot.com/psf/black/issues/3282">#3282</a>)</li> <li>Update GitHub Action to support use of version specifiers (e.g. <code><23</code>) for Black version (<a href="https://github-redirect.dependabot.com/psf/black/issues/3265">#3265</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/27d20144a7517594e24a1649451177b2a11284be"><code>27d2014</code></a> Prepare release 22.10.0 (<a href="https://github-redirect.dependabot.com/psf/black/issues/3311">#3311</a>)</li> <li><a href="https://github.com/psf/black/commit/4da0851809e024760d3861ff43309125de34157a"><code>4da0851</code></a> Add option to skip the first line of source code (<a href="https://github-redirect.dependabot.com/psf/black/issues/3299">#3299</a>)</li> <li><a href="https://github.com/psf/black/commit/0359b85b5800dd77f8f1cfaa88ca8ab8215df685"><code>0359b85</code></a> Preserve crlf line endings in blackd (<a href="https://github-redirect.dependabot.com/psf/black/issues/3257">#3257</a>)</li> <li><a href="https://github.com/psf/black/commit/27d7ea43eb127cc5189a724a7d194d94ba312861"><code>27d7ea4</code></a> Bump docutils from 0.18.1 to 0.19 in /docs (<a href="https://github-redirect.dependabot.com/psf/black/issues/3161">#3161</a>)</li> <li><a href="https://github.com/psf/black/commit/1a20c4d4874f912822f6a42cb61816330a4f6508"><code>1a20c4d</code></a> Bump sphinx from 5.2.1 to 5.2.3 in /docs (<a href="https://github-redirect.dependabot.com/psf/black/issues/3305">#3305</a>)</li> <li><a href="https://github.com/psf/black/commit/980997f215d25deb27e03ea704258f62199b8a5f"><code>980997f</code></a> Bump furo from 2022.9.15 to 2022.9.29 in /docs (<a href="https://github-redirect.dependabot.com/psf/black/issues/3304">#3304</a>)</li> <li><a href="https://github.com/psf/black/commit/b1077aa14ee6afc90aac15549a1f5d0aff4fd524"><code>b1077aa</code></a> Bump myst-parser from 0.18.0 to 0.18.1 in /docs (<a href="https://github-redirect.dependabot.com/psf/black/issues/3303">#3303</a>)</li> <li><a href="https://github.com/psf/black/commit/956bf3962edff284d05ad42576bac7e74ae8788d"><code>956bf39</code></a> Add .ipynb_checkpoints to DEFAULT_EXCLUDES (<a href="https://github-redirect.dependabot.com/psf/black/issues/3293">#3293</a>)</li> <li><a href="https://github.com/psf/black/commit/141291a1d86d43158da89d0254b7c2cc79609679"><code>141291a</code></a> Enable build isolation under CIWB (<a href="https://github-redirect.dependabot.com/psf/black/issues/3297">#3297</a>)</li> <li><a href="https://github.com/psf/black/commit/ddb99241b583f45e01df622c0d8f119aecd0188e"><code>ddb9924</code></a> Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (<a href="https://github-redirect.dependabot.com/psf/black/issues/3290">#3290</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/22.8.0...22.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=black&package-manager=pip&previous-version=22.8.0&new-version=22.10.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> <!-- readthedocs-preview datasette start --> ---- :books: Documentation preview :books:: https://datasette--1839.org.readthedocs.build/en/1839/ <!-- readthedocs-preview datasette end --> | 107914493 | pull | {"url": "https://api.github.com/repos/simonw/datasette/issues/1839/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 0 |