Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump the dependency-updates group across 1 directory with 6 upd…
…ates (#1127) Bumps the dependency-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@primer/react](https://github.com/primer/react) | `36.19.0` | `36.19.1` | | [framer-motion](https://github.com/framer/motion) | `11.2.6` | `11.2.9` | | [gatsby](https://github.com/gatsbyjs/gatsby) | `5.13.5` | `5.13.6` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `6.2.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.34.2` | | [tar](https://github.com/isaacs/node-tar) | `7.1.0` | `7.2.0` | Updates `@primer/react` from 36.19.0 to 36.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/react/releases"><code>@primer/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@primer/react</code><a href="https://github.com/36"><code>@36</code></a>.19.1</h2> <h3><a href="https://primer-0ce5c9864b-13348165.drafts.github.io/">Permalink to documentation</a></h3> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/4555">#4555</a> <a href="https://github.com/primer/react/commit/9b63299689500808167bacff624ff910269417b1"><code>9b63299689500808167bacff624ff910269417b1</code></a> Thanks <a href="https://github.com/JoyceZhu"><code>@JoyceZhu</code></a>! - Add <code>openInFocus</code> prop (default: true) to <code>AutocompleteInput</code></p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4601">#4601</a> <a href="https://github.com/primer/react/commit/f57dd3d687042069c5e5712aa906e59df9f8729e"><code>f57dd3d687042069c5e5712aa906e59df9f8729e</code></a> Thanks <a href="https://github.com/bwittenberg"><code>@bwittenberg</code></a>! - SelectPanel2: Minor optimization for escape key event listener binding</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4589">#4589</a> <a href="https://github.com/primer/react/commit/ed701bee8b6c1a9fb9b91462034f8fe04b0244ad"><code>ed701bee8b6c1a9fb9b91462034f8fe04b0244ad</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Update how gap is set in Stack to work in wide breakpoints</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4598">#4598</a> <a href="https://github.com/primer/react/commit/32c687041a600e8b54ffaf9b3ab77f9215a37e3e"><code>32c687041a600e8b54ffaf9b3ab77f9215a37e3e</code></a> Thanks <a href="https://github.com/lukasoppermann"><code>@lukasoppermann</code></a>! - Replaced space-small with base-size-6</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4543">#4543</a> <a href="https://github.com/primer/react/commit/e47445df6c389fef2aacc72449c02ff471e4cb68"><code>e47445df6c389fef2aacc72449c02ff471e4cb68</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! - FormControl: Adds new props to <code>FormControl.Label</code>, <code>requiredText</code> and <code>requiredIndicator</code></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/4ac81eac6255a0a5c42ad4618c58ec058b800c5c"><code>4ac81ea</code></a> Version Packages (<a href="https://redirect.github.com/primer/react/issues/4616">#4616</a>)</li> <li><a href="https://github.com/primer/react/commit/4c4e98a277b785eb5bd8427aa3977bb586d81c5e"><code>4c4e98a</code></a> docs(Banner): add story for dismissing banner (<a href="https://redirect.github.com/primer/react/issues/4619">#4619</a>)</li> <li><a href="https://github.com/primer/react/commit/e47445df6c389fef2aacc72449c02ff471e4cb68"><code>e47445d</code></a> Allows asterisk in <code>FormControl.Label</code> to be adjustable (<a href="https://redirect.github.com/primer/react/issues/4543">#4543</a>)</li> <li><a href="https://github.com/primer/react/commit/32c687041a600e8b54ffaf9b3ab77f9215a37e3e"><code>32c6870</code></a> Update Banner.tsx (<a href="https://redirect.github.com/primer/react/issues/4598">#4598</a>)</li> <li><a href="https://github.com/primer/react/commit/ed701bee8b6c1a9fb9b91462034f8fe04b0244ad"><code>ed701be</code></a> refactor(Stack): write to single custom property for gap changes (<a href="https://redirect.github.com/primer/react/issues/4589">#4589</a>)</li> <li><a href="https://github.com/primer/react/commit/34a7c49274f4e5424c23cf23b01436c62e8c9cae"><code>34a7c49</code></a> Update release_tracking to v2.1.0 (<a href="https://redirect.github.com/primer/react/issues/4618">#4618</a>)</li> <li><a href="https://github.com/primer/react/commit/f57dd3d687042069c5e5712aa906e59df9f8729e"><code>f57dd3d</code></a> fix(SelectPanel2): only bind keydown event when necessary (<a href="https://redirect.github.com/primer/react/issues/4601">#4601</a>)</li> <li><a href="https://github.com/primer/react/commit/9b63299689500808167bacff624ff910269417b1"><code>9b63299</code></a> Add <code>openOnFocus</code> prop to <code>AutocompleteInput</code> (<a href="https://redirect.github.com/primer/react/issues/4555">#4555</a>)</li> <li><a href="https://github.com/primer/react/commit/68e632646fd207f36a0128f6201f8baca7900dce"><code>68e6326</code></a> chore(eslint): add primer_react_ to list of allowed camelcase names (<a href="https://redirect.github.com/primer/react/issues/4615">#4615</a>)</li> <li>See full diff in <a href="https://github.com/primer/react/compare/@primer/[email protected]...@primer/[email protected]">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 11.2.6 to 11.2.9 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[11.2.9] 2024-05-29</h2> <h3>Fixed</h3> <ul> <li>Fixing animation of CSS variables when leading space is present.</li> </ul> <h2>[11.2.8] 2024-05-29</h2> <h3>Fixed</h3> <ul> <li>Ensuring instant animations return animation controls.</li> </ul> <h2>[11.2.7] 2024-05-29</h2> <h3>Fixed</h3> <ul> <li>Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/e49ac6cc46b4c699b601157c250e55354e15f20e"><code>e49ac6c</code></a> v11.2.9</li> <li><a href="https://github.com/framer/motion/commit/9a52cda7517081f6cfc98a599e56a024c6b78675"><code>9a52cda</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/4b5bb927929b920bb4e6f2b15c0e06da6a4724fc"><code>4b5bb92</code></a> Ensures CSS variables are trimmed before animating (<a href="https://redirect.github.com/framer/motion/issues/2688">#2688</a>)</li> <li><a href="https://github.com/framer/motion/commit/016c3ddb7d252bbfda988efbd230d9a3e20574b3"><code>016c3dd</code></a> Fixing</li> <li><a href="https://github.com/framer/motion/commit/6b3cab95c551ff09c150b0f71c7c77d0a6c84b93"><code>6b3cab9</code></a> Updating</li> <li><a href="https://github.com/framer/motion/commit/bdc82778b126af00c6bdfaa3b214884fdc7716dd"><code>bdc8277</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/8923e2a6e55fb5beadbc8e622c8e1dbd9c310de3"><code>8923e2a</code></a> v11.2.8</li> <li><a href="https://github.com/framer/motion/commit/351a30a5eeec2bc7b0c3238c74c870d19f986dea"><code>351a30a</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/2d6852407c291f3082fe5a56b5ede548ab044448"><code>2d68524</code></a> Ensuring instant animations return animation controls (<a href="https://redirect.github.com/framer/motion/issues/2687">#2687</a>)</li> <li><a href="https://github.com/framer/motion/commit/9f47af2f738d750528fff1367448e969dd04be29"><code>9f47af2</code></a> Updating version</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.2.6...v11.2.9">compare view</a></li> </ul> </details> <br /> Updates `gatsby` from 5.13.5 to 5.13.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/36f23d258f63ffa5506bc4e8e0a917fd70721252"><code>36f23d2</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/04c438ada54a16c0d34d973464b80027eff61191"><code>04c438a</code></a> perf(gatsby-adapter-netlify): improve adapt() performance (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38988">#38988</a>) (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38991">#38991</a>)</li> <li>See full diff in <a href="https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.13.6">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-promise` from 6.1.1 to 6.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-promise/releases">eslint-plugin-promise's releases</a>.</em></p> <blockquote> <h2>v6.2.0</h2> <h1><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.2.0">6.2.0</a> (2024-05-27)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>no-callback-in-promise:</strong> false positives when the exception is an argument (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/446">#446</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/5e4546d83b45eae41637f0c13b1c9748421098aa">5e4546d</a>)</li> </ul> <h3>Features</h3> <ul> <li>Resolve <code>getAncestors</code> and <code>getScope</code> calls in eslint v9 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/466">#466</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/c0c716b1c5e513ece52443c0f0848e5aee5e2ef7">c0c716b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/5e4546d83b45eae41637f0c13b1c9748421098aa"><code>5e4546d</code></a> fix(no-callback-in-promise): false positives when the exception is an argumen...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/c0c716b1c5e513ece52443c0f0848e5aee5e2ef7"><code>c0c716b</code></a> feat: Resolve <code>getAncestors</code> and <code>getScope</code> calls in eslint v9 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/466">#466</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/7d33c30db828a484447651bf12ab3f077cd82c80"><code>7d33c30</code></a> chore: add pkg.funding (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/468">#468</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/ce9ae7f4ff43859fd7fb895644ed4f16a8ef27dc"><code>ce9ae7f</code></a> chore(deps-dev): bump <code>@babel/traverse</code> from 7.19.1 to 7.24.1 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/453">#453</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/62af4905947b46d19167f0e5e53937db2e7565d2"><code>62af490</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/461">#461</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/19b21b413b4a6c5fa52b8a0b5882f96c1519ae3f"><code>19b21b4</code></a> chore(deps): bump codecov/codecov-action from 3 to 4 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/459">#459</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/8c74b9bda97bbb13b744d40f6f8b78174f5792b2"><code>8c74b9b</code></a> chore(deps): bump actions/setup-node from 3 to 4 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/460">#460</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/bf75e4d9b5cdbb07018480c291473fde9b33aedc"><code>bf75e4d</code></a> chore(deps): bump cycjimmy/semantic-release-action from 3 to 4 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/462">#462</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/bbcfcbf85ef97cba58f4fe4b9f46c907e04bc5a6"><code>bbcfcbf</code></a> chore: add tests for Node 20 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/440">#440</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/0b50079d21a31739fb5254841c7e3ec1c9bcfd4c"><code>0b50079</code></a> chore: remove <code>styfle/cancel-workflow-action</code> usage (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/439">#439</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.2.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react` from 7.34.1 to 7.34.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's releases</a>.</em></p> <blockquote> <h2>v7.34.2</h2> <h3>Fixed</h3> <ul> <li><a href="docs/rules/boolean-prop-naming.md"><code>boolean-prop-naming</code></a>: avoid a crash with a non-TSTypeReference type (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>[] <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a>)</li> <li><a href="docs/rules/jsx-no-leaked-render.md"><code>jsx-no-leaked-render</code></a>: invalid report if left side is boolean (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li><a href="docs/rules/jsx-closing-bracket-location.md"><code>jsx-closing-bracket-location</code></a>: message shows <code>{{details}}</code> when there are no details (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li><a href="docs/rules/no-invalid-html-attribute.md"><code>no-invalid-html-attribute</code></a>: ensure error messages are correct (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] create various eslint utils to fix eslint deprecations (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3759">jsx-eslint/eslint-plugin-react#3759</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3746">jsx-eslint/eslint-plugin-react#3746</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3718">jsx-eslint/eslint-plugin-react#3718</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2">7.34.2</a> - 2024.05.24</h2> <h3>Fixed</h3> <ul> <li>[<code>boolean-prop-naming</code>]: avoid a crash with a non-TSTypeReference type (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>[] <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a>)</li> <li>[<code>jsx-no-leaked-render</code>]: invalid report if left side is boolean (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>jsx-closing-bracket-location</code>]: message shows <code>{{details}}</code> when there are no details (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>[<code>no-invalid-html-attribute</code>]: ensure error messages are correct (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] create various eslint utils to fix eslint deprecations (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>[] <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>, <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3759">#3759</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3759">jsx-eslint/eslint-plugin-react#3759</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3746">#3746</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3746">jsx-eslint/eslint-plugin-react#3746</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3718">#3718</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3718">jsx-eslint/eslint-plugin-react#3718</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/417e1ca292788c75618dc994b084c3a57c483fce"><code>417e1ca</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/d79605a796475e438b654f10c1c1c66ebc92886a"><code>d79605a</code></a> [Deps] update <code>array-includes</code>, <code>array.prototype.findlast</code>, `es-iterator-help...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/ec8600127315e8c650392eed95e8212eda445704"><code>ec86001</code></a> [Dev Deps] update <code>@babel/core</code>, <code>@babel/eslint-parser</code>, `@babel/plugin-synta...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/014ee05f3897689b5c7a45f4318c6902ea724c27"><code>014ee05</code></a> [Fix] <code>no-invalid-html-attribute</code>: ensure error messages are correct</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/23b0a4986806e206f55c0448ddece005c8e55f29"><code>23b0a49</code></a> [Fix] <code>jsx-closing-bracket-location</code>: message shows <code>{{details}}</code> when there ...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/fbb1e0f082cc61e3dedeb5260ee58e54f9f94b14"><code>fbb1e0f</code></a> [Tests] <code>jsx-no-useless-fragment</code>, <code>jsx-fragments</code>, `function-component-defin...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/3533e26c4edd2b624a368fe1303aca8acd2ca095"><code>3533e26</code></a> [Refactor] <code>jsx-no-constructed-context-values</code>: set <code>schema: false</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/6c4b6fbecbfc146911467eb5630ed25f9e29dab5"><code>6c4b6fb</code></a> [meta] consistently indent .eslintrc with tabs</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/8e1a94b67d081fdc132e9a7e175db3fbf2e02956"><code>8e1a94b</code></a> [Refactor] create getScope util; <code>context.getScope</code> is deprecated</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/d6e9059b01a5220321ddfca8506b7c19cbcbe1a7"><code>d6e9059</code></a> [Refactor] <code>context.getSource</code> -> <code>sourceCode.getText</code></li> <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2">compare view</a></li> </ul> </details> <br /> Updates `tar` from 7.1.0 to 7.2.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <h2>6.2</h2> <ul> <li>Add support for brotli compression</li> <li>Add <code>maxDepth</code> option to prevent extraction into excessively deep folders.</li> </ul> <h2>6.1</h2> <ul> <li>remove dead link to benchmarks (<a href="https://redirect.github.com/isaacs/node-tar/issues/313">#313</a>) (<a href="https://github.com/yetzt"><code>@yetzt</code></a>)</li> <li>add examples/explanation of using tar.t (<a href="https://github.com/isaacs"><code>@isaacs</code></a>)</li> <li>ensure close event is emited after stream has ended (<a href="https://github.com/webark"><code>@webark</code></a>)</li> <li>replace deprecated String.prototype.substr() (<a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a>, <a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> <h2>6.0</h2> <ul> <li>Drop support for node 6 and 8</li> <li>fix symlinks and hardlinks on windows being packed with <code>\</code>-style path targets</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/ed17f588f202c598bf74d9cdcda0998e706e86a1"><code>ed17f58</code></a> 7.2.0</li> <li><a href="https://github.com/isaacs/node-tar/commit/83e97f62d8d18dec98f3e0070a9362b8bd457a76"><code>83e97f6</code></a> changelog 7.2</li> <li><a href="https://github.com/isaacs/node-tar/commit/3062616846dffb94e967b16e0bc93529713b5750"><code>3062616</code></a> DRY all commands, correct overload signature types</li> <li>See full diff in <a href="https://github.com/isaacs/node-tar/compare/v7.1.0...v7.2.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information