-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from npm:main #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe recent changes involve updates to the ESLint configuration, the introduction of new npm CLI commands and documentation for version 11, and enhancements to existing version 10 documentation. Key modifications include adding new plugins and rules to ESLint, improving caching and error handling in the CLI build process, and refining GitHub Actions workflows with updated actions and Node.js versions. The documentation updates include adding detailed command references for npm CLI version 11, streamlining redirects and metadata for version 10, and expanding configuration options. Workflow files have been simplified by consolidating npm installation steps into a single custom action. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant CI as CI/CD Pipeline
participant GH as GitHub Actions
participant PR as Pull Requests
Dev->>GH: Create a Pull Request
GH->>CI: Trigger Workflow
CI->>GH: Install Latest npm
CI->>CI: Run Linting and Tests
CI-->>PR: Update Status
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…ates (#1210) Bumps the dependency-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@primer/react](https://github.com/primer/react) | `36.25.0` | `36.27.0` | | [framer-motion](https://github.com/framer/motion) | `11.3.6` | `11.3.17` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) | `5.3.0` | `5.4.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.4` | `7.35.0` | | [tar](https://github.com/isaacs/node-tar) | `7.4.0` | `7.4.3` | | [yaml](https://github.com/eemeli/yaml) | `2.4.5` | `2.5.0` | Updates `@primer/react` from 36.25.0 to 36.27.0 <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>.27.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/4485">#4485</a> <a href="https://github.com/primer/react/commit/991839cd2487a24e76f45b516acb974ea006e1c8"><code>991839cd2487a24e76f45b516acb974ea006e1c8</code></a> Thanks <a href="https://github.com/mperrotti"><code>@mperrotti</code></a>! - Add <code>loading</code> state to <code>Button</code> and <code>IconButton</code></p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4725">#4725</a> <a href="https://github.com/primer/react/commit/6db8b2fba72ac934db1481adc4a6f067032b5936"><code>6db8b2fba72ac934db1481adc4a6f067032b5936</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - PageHeader: Promote the component to Beta status and now it is available to import from "<code>@primer/react</code>"</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4719">#4719</a> <a href="https://github.com/primer/react/commit/801ca9653154490f664e55bbb357cd6cf6f198be"><code>801ca9653154490f664e55bbb357cd6cf6f198be</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Add experimental ScrollableRegion component and useOverflow hook</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/4770">#4770</a> <a href="https://github.com/primer/react/commit/8574027d887eeb202f3c902397d3f9750b0aeaa4"><code>8574027d887eeb202f3c902397d3f9750b0aeaa4</code></a> Thanks <a href="https://github.com/mperrotti"><code>@mperrotti</code></a>! - Prevents inactive indicator icon/tooltip from appearing in ActionMenu items</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4733">#4733</a> <a href="https://github.com/primer/react/commit/1c131f8ca56790ae516290a8a4199718ccff475b"><code>1c131f8ca56790ae516290a8a4199718ccff475b</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - TextInput: Refactor TextInputInnerAction to use the default icon button tooltip (No changes in the behaviour or DOM is expected)</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4778">#4778</a> <a href="https://github.com/primer/react/commit/a9730c93f3d51b6d976fe598f8168e67d4649fb0"><code>a9730c93f3d51b6d976fe598f8168e67d4649fb0</code></a> Thanks <a href="https://github.com/langermank"><code>@langermank</code></a>! - Bug fix: ActionList divider disappears on selected items</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4757">#4757</a> <a href="https://github.com/primer/react/commit/d4f23fbaf6ee251e142fddadfa69ab1bd6216ef5"><code>d4f23fbaf6ee251e142fddadfa69ab1bd6216ef5</code></a> Thanks <a href="https://github.com/siddharthkp"><code>@siddharthkp</code></a>! - experimental/SelectPanel v2: Fix heading color for dark themes</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4741">#4741</a> <a href="https://github.com/primer/react/commit/a9fab9805e166a80585366f865ce50f0a727e660"><code>a9fab9805e166a80585366f865ce50f0a727e660</code></a> Thanks <a href="https://github.com/Princeyadav05"><code>@Princeyadav05</code></a>! - AnchoredOverlay: Add 'className' prop to the component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4738">#4738</a> <a href="https://github.com/primer/react/commit/453279368462c8e8581b65c56ba3d31a689009c3"><code>453279368462c8e8581b65c56ba3d31a689009c3</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - PageHeader: Fix shrinking Actions sub component in Safari</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4772">#4772</a> <a href="https://github.com/primer/react/commit/3779dbf117793112945668fe2694cdc6715c2e32"><code>3779dbf117793112945668fe2694cdc6715c2e32</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! - (Behind feature flag) ActionList: Fix issue where triggering a keyboard event was possible when using the <code>onSelect</code> prop</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4764">#4764</a> <a href="https://github.com/primer/react/commit/533f997922f2621e242ab3bbe1799939a3d5a6f0"><code>533f997922f2621e242ab3bbe1799939a3d5a6f0</code></a> Thanks <a href="https://github.com/siddharthkp"><code>@siddharthkp</code></a>! - StateLabel: Differentiate issue and pull request labels for screen readers</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4710">#4710</a> <a href="https://github.com/primer/react/commit/7d086c73a980de333c55717717dd9e744196dd8e"><code>7d086c73a980de333c55717717dd9e744196dd8e</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Update Blankslate styles to better support server-side rendering</p> </li> </ul> <h2><code>@primer/react</code><a href="https://github.com/36"><code>@36</code></a>.26.0</h2> <h3><a href="https://primer-69826741ab-13348165.drafts.github.io/">Permalink to documentation</a></h3> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/4718">#4718</a> <a href="https://github.com/primer/react/commit/fd80a60eeb615b3c4464ade10cde7e26e1349e40"><code>fd80a60eeb615b3c4464ade10cde7e26e1349e40</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Add support for providing icons as an element to UnderlineNavItem</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4702">#4702</a> <a href="https://github.com/primer/react/commit/2536b4995568a6353c67c812a34a970fca7e76bb"><code>2536b4995568a6353c67c812a34a970fca7e76bb</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - IconButton: Enable tooltips by default in icon buttons by updating the default value of <code>unsafeDisableTooltip</code> to <code>false</code>.</p> <p>This is a behaviour change in icon buttons, please upgrade with a caution.</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4707">#4707</a> <a href="https://github.com/primer/react/commit/d773f264f923677b4109d03b9c5bd5054151037b"><code>d773f264f923677b4109d03b9c5bd5054151037b</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - IconButton: Add <code>keyshortcuts</code> prop to allow labelling and describing support for keyboard shortcut (through tooltips)</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/4729">#4729</a> <a href="https://github.com/primer/react/commit/71bdfa847d4cc569bb59b0b4e7a3010f1d7a0faa"><code>71bdfa847d4cc569bb59b0b4e7a3010f1d7a0faa</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - Dialog2: Add support for "InitialFocusRef" that allows to specify an element that should receive focus when the dialog opens.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/react/pull/4742">#4742</a> <a href="https://github.com/primer/react/commit/c004fd50fb333022644c39645f6fabb494fc1d8b"><code>c004fd50fb333022644c39645f6fabb494fc1d8b</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Update exports for UnderlinePanels component</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/0b57996c7c75077e4e44f058f3ed923806985d77"><code>0b57996</code></a> Version Packages (<a href="https://redirect.github.com/primer/react/issues/4753">#4753</a>)</li> <li><a href="https://github.com/primer/react/commit/01923c38cb8a78e051db785f8510dd58b4220686"><code>01923c3</code></a> Move <code>Stack</code> out of drafts (<a href="https://redirect.github.com/primer/react/issues/4747">#4747</a>)</li> <li><a href="https://github.com/primer/react/commit/a9730c93f3d51b6d976fe598f8168e67d4649fb0"><code>a9730c9</code></a> Bug fix: ActionList divider disappears on selected items (<a href="https://redirect.github.com/primer/react/issues/4778">#4778</a>)</li> <li><a href="https://github.com/primer/react/commit/3779dbf117793112945668fe2694cdc6715c2e32"><code>3779dbf</code></a> ActionList: Prevent double key event when <code>\<button></code> is used (<a href="https://redirect.github.com/primer/react/issues/4772">#4772</a>)</li> <li><a href="https://github.com/primer/react/commit/d6ca0cf181a3af8bc488d07ba5ac6c6603490608"><code>d6ca0cf</code></a> chore(deps): update <code>@primer/behaviors</code> to ^1.7.0 (<a href="https://redirect.github.com/primer/react/issues/4777">#4777</a>)</li> <li><a href="https://github.com/primer/react/commit/d79f6d55c2626b660592db1fa2bb8f4d70d11416"><code>d79f6d5</code></a> Autocomplete: Fix storybook issues (<a href="https://redirect.github.com/primer/react/issues/4769">#4769</a>)</li> <li><a href="https://github.com/primer/react/commit/7d086c73a980de333c55717717dd9e744196dd8e"><code>7d086c7</code></a> fix(Blankslate): update styles to prevent SSR hydration mismatch (<a href="https://redirect.github.com/primer/react/issues/4710">#4710</a>)</li> <li><a href="https://github.com/primer/react/commit/801ca9653154490f664e55bbb357cd6cf6f198be"><code>801ca96</code></a> feat(react): add ScrollableRegion and useOverflow (<a href="https://redirect.github.com/primer/react/issues/4719">#4719</a>)</li> <li><a href="https://github.com/primer/react/commit/991839cd2487a24e76f45b516acb974ea006e1c8"><code>991839c</code></a> Un-revert "Add <code>loading</code> prop for <code>Button</code> and <code>IconButton</code> (<a href="https://redirect.github.com/primer/react/issues/3582">#3582</a>)" (<a href="https://redirect.github.com/primer/react/issues/4485">#4485</a>)</li> <li><a href="https://github.com/primer/react/commit/8574027d887eeb202f3c902397d3f9750b0aeaa4"><code>8574027</code></a> Prevents inactive indicator icon/tooltip from appearing in ActionMenu items (...</li> <li>Additional commits viewable 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.3.6 to 11.3.17 <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.3.17] 2024-07-24</h2> <h3>Added</h3> <ul> <li><code>domMin</code> feature bundle.</li> </ul> <h2>[11.3.16] 2024-07-24</h2> <h3>Changed</h3> <ul> <li>Exporting <code>UseScrollOptions</code> type.</li> </ul> <h2>[11.3.15] 2024-07-24</h2> <h3>Changed</h3> <ul> <li>Improved types for <code>inView()</code>'s <code>margin</code> property.</li> </ul> <h2>[11.3.14] 2024-07-24</h2> <h3>Fixed</h3> <ul> <li>Wrapping <code>usePresence</code>'s <code>safeToRemove</code> callback in <code>useCallback</code> leading to fewer re-renders.</li> </ul> <h2>[11.3.13] 2024-07-24</h2> <h3>Fixed</h3> <ul> <li>Fixing <code>position: fixed</code> layout animations while scrolling.</li> </ul> <h2>[11.3.12] 2024-07-23</h2> <h3>Fixed</h3> <ul> <li>Improving <code>useSpring</code> types so it accepts <code>MotionValue<string></code> or <code>MotionValue<number></code> but always returns <code>MotionValue<number></code>.</li> </ul> <h2>[11.3.11] 2024-07-23</h2> <h3>Fixed</h3> <ul> <li>Removing <code>"react"</code> import from DOM-only bundle.</li> </ul> <h2>[11.3.10] 2024-07-23</h2> <h3>Fixed</h3> <ul> <li>Changing <code>isBrowser</code> check from <code>document</code> to <code>window</code>.</li> </ul> <h2>[11.3.9] 2024-07-23</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/d92dd6a99fa597ba27d6f45f812f3cae6de9ebbc"><code>d92dd6a</code></a> v11.3.17</li> <li><a href="https://github.com/framer/motion/commit/37edb93cc372b32d47e51a3bdb7b36fcd664b606"><code>37edb93</code></a> Exporting domMin bundle</li> <li><a href="https://github.com/framer/motion/commit/3de46ca2fb5cbdf9750f41a1706a24f8a889d1a4"><code>3de46ca</code></a> v11.3.16</li> <li><a href="https://github.com/framer/motion/commit/d5aa87a043dee6a1192395520bae1fe3bb99d046"><code>d5aa87a</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/76c16e0ae9e218856a3e54b9aded6434df7cac65"><code>76c16e0</code></a> Export UseScrollOptions interface (<a href="https://redirect.github.com/framer/motion/issues/2523">#2523</a>)</li> <li><a href="https://github.com/framer/motion/commit/9cd4bd2f8de79beef32f18dd36189be04ffd5771"><code>9cd4bd2</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/4ec191b8c7f313429cad4811dc7240b395dfbdc8"><code>4ec191b</code></a> v11.3.15</li> <li><a href="https://github.com/framer/motion/commit/127169a743d6d349a08e58a03b9b003eb830443c"><code>127169a</code></a> Updating changelog:</li> <li><a href="https://github.com/framer/motion/commit/dd4c9d0770bfc566bddece69e9997ec4589c5fde"><code>dd4c9d0</code></a> add type for margin prop (<a href="https://redirect.github.com/framer/motion/issues/2445">#2445</a>)</li> <li><a href="https://github.com/framer/motion/commit/a4720e5943e1b4759820ffa774dac0ffec55038e"><code>a4720e5</code></a> v11.3.14</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.3.6...v11.3.17">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.4.8</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.7...v6.4.8">6.4.8</a> (2024-07-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Drop peerDependencies from package.json (<a href="https://redirect.github.com/testing-library/jest-dom/issues/610">#610</a>) (<a href="https://github.com/testing-library/jest-dom/commit/faf534b6ffa20db8e3cad5824d8bc35bc2309965">faf534b</a>)</li> </ul> <h2>v6.4.7</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.7">6.4.7</a> (2024-07-22)</h2> <h3>Bug Fixes</h3> <ul> <li>Type definition of <code>toHaveClass</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/611">#611</a>) (<a href="https://github.com/testing-library/jest-dom/commit/5cc6298847e08872b79f827921c64c9ba261cc54">5cc6298</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/jest-dom/commit/d02e80b1b7ed38090975bdfe49ab8063eec040f5"><code>d02e80b</code></a> docs: add ddolcimascolo as a contributor for maintenance (<a href="https://redirect.github.com/testing-library/jest-dom/issues/616">#616</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/faf534b6ffa20db8e3cad5824d8bc35bc2309965"><code>faf534b</code></a> fix: Drop peerDependencies from package.json (<a href="https://redirect.github.com/testing-library/jest-dom/issues/610">#610</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/78a2934e3bcdd2140bd8e814a5050c7c37c4d112"><code>78a2934</code></a> docs: add tonyhallett as a contributor for bug (<a href="https://redirect.github.com/testing-library/jest-dom/issues/615">#615</a>)</li> <li><a href="https://github.com/testing-library/jest-dom/commit/5cc6298847e08872b79f827921c64c9ba261cc54"><code>5cc6298</code></a> fix: Type definition of <code>toHaveClass</code> (<a href="https://redirect.github.com/testing-library/jest-dom/issues/611">#611</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-primer-react` from 5.3.0 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/eslint-plugin-primer-react/releases">eslint-plugin-primer-react's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/103">#103</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/8617a66b2afe7e4e7a8608dbf5744999fffd9140"><code>8617a66</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one)</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/202">#202</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/0293fdc8da74c2296a22be93eceac7ff14772b1a"><code>0293fdc</code></a> Thanks <a href="https://github.com/keithamus"><code>@keithamus</code></a>! - Allow ActionMenu.Button alignContent prop</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md">eslint-plugin-primer-react's changelog</a>.</em></p> <blockquote> <h2>5.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/103">#103</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/8617a66b2afe7e4e7a8608dbf5744999fffd9140"><code>8617a66</code></a> Thanks <a href="https://github.com/broccolinisoup"><code>@broccolinisoup</code></a>! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one)</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/eslint-plugin-primer-react/pull/202">#202</a> <a href="https://github.com/primer/eslint-plugin-primer-react/commit/0293fdc8da74c2296a22be93eceac7ff14772b1a"><code>0293fdc</code></a> Thanks <a href="https://github.com/keithamus"><code>@keithamus</code></a>! - Allow ActionMenu.Button alignContent prop</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/358812f88450c539b64ec94384c8ddb3fa670d1b"><code>358812f</code></a> Version Packages (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/201">#201</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/0293fdc8da74c2296a22be93eceac7ff14772b1a"><code>0293fdc</code></a> Allow ActionMenu.Button alignContent prop (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/202">#202</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/8617a66b2afe7e4e7a8608dbf5744999fffd9140"><code>8617a66</code></a> Add a11y-use-next-tooltip rule (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/103">#103</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/d433ee762d7145fa9b668839de25a7d116e0dae4"><code>d433ee7</code></a> Bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/198">#198</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/39be7b2d7a1706eab071c30e7d08763f14c05ce2"><code>39be7b2</code></a> Bump markdownlint-cli2-formatter-pretty from 0.0.5 to 0.0.6 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/186">#186</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/24dfa8ee51adc9a51c09e93dd615af2fb26576d8"><code>24dfa8e</code></a> Bump <code>@changesets/cli</code> from 2.27.1 to 2.27.7 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/200">#200</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/c154c83c52e15df10d96b82435ca60275c7e81ca"><code>c154c83</code></a> Bump <code>@github/markdownlint-github</code> from 0.6.0 to 0.6.3 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/171">#171</a>)</li> <li><a href="https://github.com/primer/eslint-plugin-primer-react/commit/e5140fad444dc2829a680dd4bdf343ad68fe6f2a"><code>e5140fa</code></a> Bump primer/.github from 2.1.0 to 2.1.1 (<a href="https://redirect.github.com/primer/eslint-plugin-primer-react/issues/197">#197</a>)</li> <li>See full diff in <a href="https://github.com/primer/eslint-plugin-primer-react/compare/v5.3.0...v5.4.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react` from 7.34.4 to 7.35.0 <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.35.0</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<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>export flat configs from plugin root and fix flat config crash (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>[] <a href="https://github.com/bradzacher"><code>@bradzacher</code></a> <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>add [<code>jsx-props-no-spread-multi</code>] (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3724">#3724</a>[] <a href="https://github.com/SimonSchick"><code>@SimonSchick</code></a>)</li> <li>[<code>forbid-component-props</code>]: add <code>propNamePattern</code> to allow / disallow prop name patterns (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3774">#3774</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>jsx-handler-names</code>]: support ignoring component names (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3772">#3772</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>version settings: Allow react defaultVersion to be configurable (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>[] <a href="https://github.com/onlywei"><code>@onlywei</code></a>)</li> <li>[<code>jsx-closing-tag-location</code>]: add <code>line-aligned</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3777">#3777</a> <a href="https://github.com/kimtaejin3"><code>@kimtaejin3</code></a>)</li> <li>[<code>no-danger</code>]: add <code>customComponentNames</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3748">#3748</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-invalid-html-attribute</code>]: substitute placeholders in suggestion messages (<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>sort-prop-types</code>]: single line type ending without semicolon (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3784">#3784</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>require-default-props</code>]: report when required props have default value (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3785">#3785</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] <code>variableUtil</code>: Avoid creating a single flat variable scope for each lookup (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3782">#3782</a>[] <a href="https://github.com/DanielRosenwasser"><code>@DanielRosenwasser</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/3694">#3694</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3694">jsx-eslint/eslint-plugin-react#3694</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3771">jsx-eslint/eslint-plugin-react#3771</a></p> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1000">#1000</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">#1002</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1005">#1005</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">#100</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1010">#1010</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1013">#1013</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">#1022</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">#1029</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">#102</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">#1034</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1038">#1038</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1041">#1041</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">#1043</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">#1046</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">#1047</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1050">#1050</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">#1053</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">#1057</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">#105</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">#1061</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1062">#1062</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1070">#1070</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1071">#1071</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">#1073</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">#1076</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">#1079</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">#1088</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.4...v7.35.0">7.35.0</a> - 2024.07.19</h2> <h3>Added</h3> <ul> <li>support eslint v9 (<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>export flat configs from plugin root and fix flat config crash (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>[] <a href="https://github.com/bradzacher"><code>@bradzacher</code></a> <a href="https://github.com/mdjermanovic"><code>@mdjermanovic</code></a>)</li> <li>add [<code>jsx-props-no-spread-multi</code>] (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3724">#3724</a>[] <a href="https://github.com/SimonSchick"><code>@SimonSchick</code></a>)</li> <li>[<code>forbid-component-props</code>]: add <code>propNamePattern</code> to allow / disallow prop name patterns (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3774">#3774</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>jsx-handler-names</code>]: support ignoring component names (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3772">#3772</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>version settings: Allow react defaultVersion to be configurable (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>[] <a href="https://github.com/onlywei"><code>@onlywei</code></a>)</li> <li>[<code>jsx-closing-tag-location</code>]: add <code>line-aligned</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3777">#3777</a> <a href="https://github.com/kimtaejin3"><code>@kimtaejin3</code></a>)</li> <li>[<code>no-danger</code>]: add <code>customComponentNames</code> option (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3748">#3748</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>no-invalid-html-attribute</code>]: substitute placeholders in suggestion messages (<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>sort-prop-types</code>]: single line type ending without semicolon (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3784">#3784</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> <li>[<code>require-default-props</code>]: report when required props have default value (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3785">#3785</a>[] <a href="https://github.com/akulsr0"><code>@akulsr0</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Refactor] <code>variableUtil</code>: Avoid creating a single flat variable scope for each lookup (<a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3782">#3782</a>[] <a href="https://github.com/DanielRosenwasser"><code>@DanielRosenwasser</code></a>)</li> </ul> <p><a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3785">#3785</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3785">jsx-eslint/eslint-plugin-react#3785</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3784">#3784</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3784">jsx-eslint/eslint-plugin-react#3784</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3782">#3782</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3782">jsx-eslint/eslint-plugin-react#3782</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3777">#3777</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3777">jsx-eslint/eslint-plugin-react#3777</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3774">#3774</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3774">jsx-eslint/eslint-plugin-react#3774</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3772">#3772</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3772">jsx-eslint/eslint-plugin-react#3772</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3771">#3771</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3771">jsx-eslint/eslint-plugin-react#3771</a> <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/3748">#3748</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3748">jsx-eslint/eslint-plugin-react#3748</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3724">#3724</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3724">jsx-eslint/eslint-plugin-react#3724</a> <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3694">#3694</a>: <a href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3694">jsx-eslint/eslint-plugin-react#3694</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/c6fdccde50f6e6cc445858b9a1e8d9980f3a86cb"><code>c6fdccd</code></a> Update CHANGELOG and bump version</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/a4b0bbcf559f4f316ea5b7708f74961f030c70cb"><code>a4b0bbc</code></a> [Fix] <code>require-default-props</code>: report when required props have default value</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/a08cb93fdb49b8b5a91315c7b7d99d38a4318809"><code>a08cb93</code></a> [Fix] <code>sort-prop-types</code>: single line type ending without semicolon</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/4b3209bf3a65502a279da1d98b80d2d998d27357"><code>4b3209b</code></a> [meta] no point in supporting eslint 9.0 - 9.6 initially</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/ca8b11ef6e4f183a5aaf354a5b4c312b33a37486"><code>ca8b11e</code></a> [Dev Deps] update <code>@babel/core</code>, <code>@babel/eslint-parser</code></li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/597553d1307a6a2eb04c79d4a3b97431f977a8a0"><code>597553d</code></a> [New] <code>no-danger</code>: add <code>customComponentNames</code> option</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/c58f04b474dbb0ccf18fab77f9afa698020e575f"><code>c58f04b</code></a> [New] <code>jsx-closing-tag-location</code>: add <code>line-aligned</code> option</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/00b89fe86d07ade8146f48681122b3110cd2cf78"><code>00b89fe</code></a> [New] version settings: Allow react defaultVersion to be configurable</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/4d2fd861d2f9e561144c5926cc8b73fe7fff7f3e"><code>4d2fd86</code></a> [Refactor] <code>variableUtil</code>: Avoid creating a single flat variable scope for ea...</li> <li><a href="https://github.com/jsx-eslint/eslint-plugin-react/commit/6a83d67842b79e472fdb301f567b66218df53f66"><code>6a83d67</code></a> [New] <code>jsx-handler-names</code>: support ignoring component names</li> <li>Additional commits viewable in <a href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0">compare view</a></li> </ul> </details> <br /> Updates `tar` from 7.4.0 to 7.4.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/206fcf91b01fae95ae859b8f3254bfd88744602a"><code>206fcf9</code></a> 7.4.3</li> <li><a href="https://github.com/isaacs/node-tar/commit/bf13718dc6b6636a234327122e8df05df52674d3"><code>bf13718</code></a> move onWriteEntry to where it can do some good</li> <li><a href="https://github.com/isaacs/node-tar/commit/68a685b30eadddad71cec56bc136bd276fa7e7f6"><code>68a685b</code></a> 7.4.2</li> <li><a href="https://github.com/isaacs/node-tar/commit/35d8d9964e56addc3becfccdd3cc5f6ef7d8b2e8"><code>35d8d99</code></a> kludge around TS pedantry</li> <li><a href="https://github.com/isaacs/node-tar/commit/f1d7a4d39bba883cbe31687a1497a728876479e7"><code>f1d7a4d</code></a> 7.4.1</li> <li><a href="https://github.com/isaacs/node-tar/commit/e434c7b5b462473148061cb52615389f663e85d2"><code>e434c7b</code></a> some cleanup/formatting around onWriteEntry</li> <li><a href="https://github.com/isaacs/node-tar/commit/cc7ce8eea73484b0707eaae1e837b4b2289801b5"><code>cc7ce8e</code></a> github didn't write this, I did</li> <li>See full diff in <a href="https://github.com/isaacs/node-tar/compare/v7.4.0...v7.4.3">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.4.5 to 2.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <ul> <li>Add <code>--indent</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/559">#559</a>, with thanks to <a href="https://github.com/danielbayley"><code>@danielbayley</code></a>)</li> <li>Require newline in all cases for props on block sequence (<a href="https://redirect.github.com/eemeli/yaml/issues/557">#557</a>)</li> <li>Always reset indentation in lexer on <code>...</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/558">#558</a>)</li> <li>Ignore <code>minContentWidth</code> if greater than <code>lineWidth</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/562">#562</a>)</li> <li>Drop unused <code>Collection.maxFlowStringSingleLineLength</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/522">#522</a>, <a href="https://redirect.github.com/eemeli/yaml/issues/421">#421</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/b309e23cf70f7502acc7bbc5eb389095ab87d871"><code>b309e23</code></a> 2.5.0</li> <li><a href="https://github.com/eemeli/yaml/commit/6e58318d9f95f14ad9b8a99bafc8829ffdc88ffe"><code>6e58318</code></a> style: Apply updated Prettier style</li> <li><a href="https://github.com/eemeli/yaml/commit/61140fa2289049ce70b907f89945f43c753c50cb"><code>61140fa</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/534d8ad66866965bf788e38f9ee04443c49f312d"><code>534d8ad</code></a> fix: Ignore minContentWidth if greater than lineWidth (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/562">#562</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/f73e1d96a5562d4d5d78f7c9f884300cdbb6d97d"><code>f73e1d9</code></a> chore: Drop unused Collection.maxFlowStringSingleLineLength (see <a href="https://redirect.github.com/eemeli/yaml/issues/522">#522</a>, closes...</li> <li><a href="https://github.com/eemeli/yaml/commit/e7c81fed9c2abb626b1ab3aea8c60e249a51e16f"><code>e7c81fe</code></a> feat: Add --indent option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/559">#559</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/f685e1cd2c775b2416dd9ca714f3b65c0dd96411"><code>f685e1c</code></a> fix: Always reset indentation in lexer on ... (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/558">#558</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/aea700db23b445f34b16ddc338bc271031b1dfb1"><code>aea700d</code></a> fix: Require newline in all cases for props on block sequence (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/557">#557</a>)</li> <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.4.5...v2.5.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> Co-authored-by: Gar <[email protected]>
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.4.0 to 7.0.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>v7.0.0</h2> <h1><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.6.0...v7.0.0">7.0.0</a> (2024-07-24)</h1> <ul> <li>feat!: Update node versions to align with eslint v9 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/505">#505</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/09d0650846806df7fc4ce26156865cf57e27fba6">09d0650</a>), closes <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/505">#505</a> <a href="https://redirect.github.com//redirect.github.com/eslint-community/eslint-plugin-promise/pull/484/issues/issuecomment-2246887433">eslint-community/eslint-plugin-promise#484</a> <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/504">eslint-community/eslint-plugin-promise#504</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0</li> </ul> <h2>v6.6.0</h2> <h1><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.5.1...v6.6.0">6.6.0</a> (2024-07-21)</h1> <h3>Bug Fixes</h3> <ul> <li><strong><code>always-return</code>:</strong> treat process.exit() or process.abort() as an acceptable "return" (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/493">#493</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/f368c5a7e4a1c1f40cafbf038b629e6054d2027e">f368c5a</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>strict</code> option to disallow <code>then</code> or <code>catch</code> following <code>await</code> or <code>yield</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/494">#494</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/fa482cc1134f5669b2dd9f56ea2ef9e96c3c30a0">fa482cc</a>)</li> </ul> <h2>v6.5.1</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.5.0...v6.5.1">6.5.1</a> (2024-07-20)</h2> <h3>Bug Fixes</h3> <ul> <li>remove <code>name</code> from eslintrc config; fixes <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/489">#489</a> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/490">#490</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/c011a1a9f208efe35f1940b8a09db6023200625b">c011a1a</a>)</li> </ul> <h2>v6.5.0</h2> <h1><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v6.5.0">6.5.0</a> (2024-07-19)</h1> <h3>Features</h3> <ul> <li>add <code>name</code> property to configs (for use with tooling) (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/486">#486</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/ca9e9b4cc1d6e9d1c6951125514b2facbc2d9ad9">ca9e9b4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/09d0650846806df7fc4ce26156865cf57e27fba6"><code>09d0650</code></a> feat!: Update node versions to align with eslint v9 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/505">#505</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/be624209d8506f9e703485c0f568acef297249ee"><code>be62420</code></a> Revert "chore!: Update node versions to align with eslint v9" (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/504">#504</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/8a981d293565e4e1c1fcedd52c18e2809322ed4e"><code>8a981d2</code></a> chore!: Update node versions to align with eslint v9 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/484">#484</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/84334f4ba5b2d8301ed6c41dc82f55c01f981b6c"><code>84334f4</code></a> chore(deps): bump actions/setup-node from 3 to 4 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/499">#499</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/aea6d94f8391da80270949e76bf39c5ec2c17baf"><code>aea6d94</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/500">#500</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/9d0e44733d32a0b22fd604b758386bd51f9da6df"><code>9d0e447</code></a> docs: recommend <code>util.promisify</code> instead of pify and <code>util.callbackify</code> over ...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/fa482cc1134f5669b2dd9f56ea2ef9e96c3c30a0"><code>fa482cc</code></a> feat: add <code>strict</code> option to disallow <code>then</code> or <code>catch</code> following <code>await</code> or ...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/f368c5a7e4a1c1f40cafbf038b629e6054d2027e"><code>f368c5a</code></a> fix(<code>always-return</code>): treat process.exit() or process.abort() as an acceptabl...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/36d13f5266158eef615d3801117e40000c29dd21"><code>36d13f5</code></a> docs: add for <code>prefer-await-to-callbacks</code>; fixes <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/118">#118</a> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/491">#491</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/c011a1a9f208efe35f1940b8a09db6023200625b"><code>c011a1a</code></a> fix: remove <code>name</code> from eslintrc config; fixes <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/489">#489</a> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/490">#490</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v7.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the dependency-updates group with 2 updates: [downshift](https://github.com/downshift-js/downshift) and [framer-motion](https://github.com/framer/motion). Updates `downshift` from 9.0.6 to 9.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/downshift-js/downshift/releases">downshift's releases</a>.</em></p> <blockquote> <h2>v9.0.7</h2> <h2><a href="https://github.com/downshift-js/downshift/compare/v9.0.6...v9.0.7">9.0.7</a> (2024-07-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>useMouseAndTouchTrackers:</strong> dependency array (<a href="https://redirect.github.com/downshift-js/downshift/issues/1612">#1612</a>) (<a href="https://github.com/downshift-js/downshift/commit/59246b68167acdf4284572511fde61f5a160d0fb">59246b6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/downshift-js/downshift/commit/59246b68167acdf4284572511fde61f5a160d0fb"><code>59246b6</code></a> fix(useMouseAndTouchTrackers): dependency array (<a href="https://redirect.github.com/downshift-js/downshift/issues/1612">#1612</a>)</li> <li>See full diff in <a href="https://github.com/downshift-js/downshift/compare/v9.0.6...v9.0.7">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 11.3.17 to 11.3.19 <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.3.19] 2024-07-27</h2> <h3>Fixed</h3> <ul> <li>Fixed problem with <code>AnimatePresence</code> not rerendering children unless their presence had changed.</li> </ul> <h2>[11.3.18] 2024-07-26</h2> <h3>Fixed</h3> <ul> <li>Improved correctness of <code>AnimatePresence</code> and made safe to use with concurrent rendering.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/db57d7bfe10ccefb664a871ddac764ced3c8ec3b"><code>db57d7b</code></a> v11.3.19</li> <li><a href="https://github.com/framer/motion/commit/11acb0e91e4a213dabc2c1c6fd33a4967073d580"><code>11acb0e</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/0668c800a6ba86b783e3fc51ee6232661cbc8be7"><code>0668c80</code></a> Fixing <code>AnimatePresence</code> rerenders (<a href="https://redirect.github.com/framer/motion/issues/2744">#2744</a>)</li> <li><a href="https://github.com/framer/motion/commit/11523f8d0d258a0589a6808ab35045c38318a293"><code>11523f8</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/ccaea7a5479c0f7c1a640d1737b5f740600b826e"><code>ccaea7a</code></a> v11.3.18</li> <li><a href="https://github.com/framer/motion/commit/680d5e9cf94583d7270d1801d2e4bd049e15a932"><code>680d5e9</code></a> <code>AnimatePresence</code> 2.0 (<a href="https://redirect.github.com/framer/motion/issues/2741">#2741</a>)</li> <li><a href="https://github.com/framer/motion/commit/8ee362878b1e18f4ea30df6239f33ce8806361ba"><code>8ee3628</code></a> Updating tests</li> <li><a href="https://github.com/framer/motion/commit/2870768a6d07a9872fde583835d2664a8639dadc"><code>2870768</code></a> Revert "Ensure AnimatePresence executes exiting animations in sequence (<a href="https://redirect.github.com/framer/motion/issues/2477">#2477</a>...</li> <li><a href="https://github.com/framer/motion/commit/f83739f9c64011af8449b808251dcf60cd5be7b1"><code>f83739f</code></a> Ensure AnimatePresence executes exiting animations in sequence (<a href="https://redirect.github.com/framer/motion/issues/2477">#2477</a>)</li> <li><a href="https://github.com/framer/motion/commit/892b6265b88303177b891496e854004c20106c47"><code>892b626</code></a> Extending test timeout</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.3.17...v11.3.19">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> Co-authored-by: Gar <[email protected]>
…dates group (#1215) Bumps the dependency-updates group with 1 update: [framer-motion](https://github.com/framer/motion). Updates `framer-motion` from 11.3.19 to 11.3.21 <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.3.21] 2024-07-27</h2> <h3>Changed</h3> <ul> <li>Removing default transforms from generated <code>transform</code> string provided to <code>transformTemplate</code>.</li> </ul> <h2>[11.3.20] 2024-07-27</h2> <h3>Changed</h3> <ul> <li>Improved performance of <code>transform</code> by up to 30% when providing many default transforms as <code>MotionValue</code>s.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/f7752d55e4b75c0f83855edc4e90016b4c37f460"><code>f7752d5</code></a> v11.3.21</li> <li><a href="https://github.com/framer/motion/commit/00aa9fdeb548b508e5c229d0c3ec73843f033076"><code>00aa9fd</code></a> Updating changelog'</li> <li><a href="https://github.com/framer/motion/commit/ebf9861445cf32fa6e222776639fc8af25502b13"><code>ebf9861</code></a> Removing default transforms from transform string</li> <li><a href="https://github.com/framer/motion/commit/58b8687f9f088e3c67ddd83b2c0896d6b575d055"><code>58b8687</code></a> Increasing size</li> <li><a href="https://github.com/framer/motion/commit/25dfc373f47ba33ff58935fd6283871d9996f6f4"><code>25dfc37</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/80436f12e4a7ec9c6440ad868ffae6159ae2bc6d"><code>80436f1</code></a> v11.3.20</li> <li><a href="https://github.com/framer/motion/commit/7544796d11c366d0be4b9304547d4401384a77db"><code>7544796</code></a> Updating changelog:</li> <li><a href="https://github.com/framer/motion/commit/4ad53933d20d1034ef7af992c0a95f5d234392e0"><code>4ad5393</code></a> Optimise <code>transform</code> string (<a href="https://redirect.github.com/framer/motion/issues/2747">#2747</a>)</li> <li><a href="https://github.com/framer/motion/commit/854de78376ca48b32fd1f6b96a76f439874f1108"><code>854de78</code></a> Adding stress test</li> <li><a href="https://github.com/framer/motion/commit/fe6e3cb2c1d768fafe6adb7715386b57a87f0437"><code>fe6e3cb</code></a> Updating version</li> <li>See full diff in <a href="https://github.com/framer/motion/compare/v11.3.19...v11.3.21">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cy-updates group (#1219) Bumps the dependency-updates group with 1 update: [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). Updates `eslint-plugin-promise` from 7.0.0 to 7.1.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>v7.1.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-08-06)</h2> <h3>🌟 Features</h3> <ul> <li><strong><code>catch-or-return</code>, <code>prefer-await-to-then</code>:</strong> do not report Cypress commands (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/495">#495</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/943f16290f11af9717612e079646802e22310290">943f162</a>)</li> <li><strong><code>prefer-await-to-then</code>:</strong> ignore constructor scope unless with <code>strict</code> option (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/496">#496</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/7bffb7a666ed74a876ba3a6c482c36ea6f9d6d07">7bffb7a</a>)</li> <li>new rule <code>spec-only</code> to check for non-spec Promise methods (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/502">#502</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/d6e9de1f9c81194b775484ed0299dc5cc4898684">d6e9de1</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>fixes the CI readme badge (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/511">#511</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/030a3be890d371381ef13258806f97ec62d6b4fd">030a3be</a>)</li> <li>supply missing docs (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/503">#503</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/602d8254871e46c9d1808ee1a3a2c48cb7493334">602d825</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li>bump dev dependencies (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/483">#483</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/197ae4eb4f05f34c54189102871d969379595a54">197ae4e</a>)</li> <li><strong>deps-dev:</strong> bump husky from 9.1.1 to 9.1.2 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/516">#516</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/ab8e7a0d4fc8bde63fb6a6bb1e9743152778c4ee">ab8e7a0</a>)</li> <li>file extension missing (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/519">#519</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/94c983483596bca2baa6c710273d348f8cf98d58">94c9834</a>)</li> <li>fix format.yml (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/507">#507</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/948c09776e23e7dc38f155b268dcc002d59a957b">948c097</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md">eslint-plugin-promise's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-08-06)</h2> <h3>🌟 Features</h3> <ul> <li><strong><code>catch-or-return</code>, <code>prefer-await-to-then</code>:</strong> do not report Cypress commands (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/495">#495</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/943f16290f11af9717612e079646802e22310290">943f162</a>)</li> <li><strong><code>prefer-await-to-then</code>:</strong> ignore constructor scope unless with <code>strict</code> option (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/496">#496</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/7bffb7a666ed74a876ba3a6c482c36ea6f9d6d07">7bffb7a</a>)</li> <li>new rule <code>spec-only</code> to check for non-spec Promise methods (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/502">#502</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/d6e9de1f9c81194b775484ed0299dc5cc4898684">d6e9de1</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>fixes the CI readme badge (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/511">#511</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/030a3be890d371381ef13258806f97ec62d6b4fd">030a3be</a>)</li> <li>supply missing docs (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/503">#503</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/602d8254871e46c9d1808ee1a3a2c48cb7493334">602d825</a>)</li> </ul> <h3>🧹 Chores</h3> <ul> <li>bump dev dependencies (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/483">#483</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/197ae4eb4f05f34c54189102871d969379595a54">197ae4e</a>)</li> <li><strong>deps-dev:</strong> bump husky from 9.1.1 to 9.1.2 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/516">#516</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/ab8e7a0d4fc8bde63fb6a6bb1e9743152778c4ee">ab8e7a0</a>)</li> <li>file extension missing (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/519">#519</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/94c983483596bca2baa6c710273d348f8cf98d58">94c9834</a>)</li> <li>fix format.yml (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/507">#507</a>) (<a href="https://github.com/eslint-community/eslint-plugin-promise/commit/948c09776e23e7dc38f155b268dcc002d59a957b">948c097</a>)</li> </ul> <h2>6.0.2</h2> <ul> <li>Added tests for <code>@typescript-eslint/parser</code> support</li> </ul> <h2>6.0.1</h2> <ul> <li>Fixed <code>@typescript-eslint/parser</code> issue <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/331">#331</a>, <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/205">#205</a></li> </ul> <h2>6.0.0</h2> <ul> <li>Dropped node 10 from engines <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/231">#231</a></li> <li>Updated a ton of deps <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/236">#236</a>, <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/237">#237</a>, <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/235">#235</a>, <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/234">#234</a></li> <li>ESLint 8 support <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/219">#219</a></li> </ul> <h2>5.2.0</h2> <ul> <li>Updated <code>param-names</code> rule to allow for unused params</li> </ul> <h2>5.1.1</h2> <ul> <li>Updated docs to include <code>no-callback-in-promise</code> reasons <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/215">#215</a></li> </ul> <h2>5.1.0</h2> <ul> <li>Included <code>catch()</code> and <code>finally()</code> in <code>prefer-await-to-then</code> <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/196">#196</a></li> <li>Added some additional tests and upgraded some dev deps <a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/196">#196</a></li> <li>Exempted array methods in prefer-await-to-callbacks</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/d0ff43f07cbc610a9bb755b713fe49aea1c593f5"><code>d0ff43f</code></a> chore(main): release 7.1.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/510">#510</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/adc4a857898c546e68c81c03cc9ba767c00717ff"><code>adc4a85</code></a> ci: fix feedback on <code>release-please</code> (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/531">#531</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/94c983483596bca2baa6c710273d348f8cf98d58"><code>94c9834</code></a> refactor: file extension missing (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/519">#519</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/ab8e7a0d4fc8bde63fb6a6bb1e9743152778c4ee"><code>ab8e7a0</code></a> chore(deps-dev): bump husky from 9.1.1 to 9.1.2 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/516">#516</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/1e13293b007ac4914e723ef9b964bc19dbfb7d1e"><code>1e13293</code></a> ci: add pr title format validation (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/509">#509</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/030a3be890d371381ef13258806f97ec62d6b4fd"><code>030a3be</code></a> docs: fixes the CI readme badge (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/511">#511</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/7bffb7a666ed74a876ba3a6c482c36ea6f9d6d07"><code>7bffb7a</code></a> feat(<code>prefer-await-to-then</code>): ignore constructor scope unless with <code>strict</code> o...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/d6e9de1f9c81194b775484ed0299dc5cc4898684"><code>d6e9de1</code></a> feat: new rule <code>spec-only</code> to check for non-spec Promise methods (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/502">#502</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/943f16290f11af9717612e079646802e22310290"><code>943f162</code></a> feat(<code>catch-or-return</code>, <code>prefer-await-to-then</code>): do not report Cypress comman...</li> <li><a href="https://github.com/eslint-community/eslint-plugin-promise/commit/e1ce2ad4a990106b99bf8e850d681950d612c83e"><code>e1ce2ad</code></a> ci: swap release process to release-please (<a href="https://redirect.github.com/eslint-community/eslint-plugin-promise/issues/508">#508</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-community/eslint-plugin-promise/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates group (#1222) Bumps the dependency-updates group with 1 update: [framer-motion](https://github.com/framer/motion). Updates `framer-motion` from 11.3.21 to 11.3.23 <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.3.23] 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Improving optimised appear animation check from <code>data-appear-id</code> to active recording of started animations.</li> <li>Only cancelling optimised appear animations from layout animations when they're animating <code>transform</code>.</li> </ul> <h2>[11.3.22] 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Fixing spring animations with explicit velocities that animate to their current value.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/9850b85bd12c445af58ede8c0404cfe1fc5bcfe7"><code>9850b85</code></a> v11.3.23</li> <li><a href="https://github.com/framer/motion/commit/4c3e8edcdc3f00a7407c94de8ebb352974f57e19"><code>4c3e8ed</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/2215ce65a56b9c577f5ad9a096cbeddd4bc251f4"><code>2215ce6</code></a> Optimised appear improvements (<a href="https://redirect.github.com/framer/motion/issues/2752">#2752</a>)</li> <li><a href="https://github.com/framer/motion/commit/a1dbac5ed5cf1a8f9aaa47f5a9b09fdfea6eeb80"><code>a1dbac5</code></a> v11.3.22</li> <li><a href="https://github.com/framer/motion/commit/289f503fd65e30d043ae89616b9e2a490ea8a447"><code>289f503</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/550fbe267a05b9ea8d4767431dde484677f18ad7"><code>550fbe2</code></a> Fixing springs with same origin/target (<a href="https://redirect.github.com/framer/motion/issues/2751">#2751</a>)</li> <li><a href="https://github.com/framer/motion/commit/a4b47ca1bf0edb4bc52b11ba2386715631c5b779"><code>a4b47ca</code></a> Updating version</li> <li>See full diff in <a href="https://github.com/framer/motion/compare/v11.3.21...v11.3.23">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
Outside diff range, codebase verification and nitpick comments (32)
scripts/template-oss/_step-lint-yml.hbs (1)
1-1
: MissingdefaultStepLintYml
definitionThe partial
defaultStepLintYml
is referenced inscripts/template-oss/_step-lint-yml.hbs
, but its definition is missing from the repository. This will cause issues when the template is used, as the partial cannot be resolved. Please ensure thatdefaultStepLintYml
is defined and included in the repository.Analysis chain
Verify the existence and correctness of
defaultStepLintYml
.The inclusion of
defaultStepLintYml
suggests a new or updated template. Ensure that this template exists and is correctly configured to maintain the desired linting behavior.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the existence and correctness of `defaultStepLintYml`. # Test: Search for the definition of `defaultStepLintYml`. rg --type hbs 'defaultStepLintYml'Length of output: 100
Script:
#!/bin/bash # Search for the definition or inclusion of `defaultStepLintYml` across all files. rg 'defaultStepLintYml'Length of output: 89
SECURITY.md (1)
5-5
: Consider hyphenating 'GitHub-owned'.The phrase "GitHub-owned open source repository" might benefit from a hyphen for clarity, as suggested by the static analysis tool.
- If you believe you have found a security vulnerability in this GitHub-owned open source repository, you can report it to us in one of two ways. + If you believe you have found a security vulnerability in this GitHub-owned open-source repository, you can report it to us in one of two ways.Tools
LanguageTool
[uncategorized] ~5-~5: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...rity vulnerability in this GitHub-owned open source repository, you can report it to us in ...(EN_COMPOUND_ADJECTIVE_INTERNAL)
.github/actions/create-check/action.yml (1)
39-39
: Correct the typo in the script comment.There is a typo in the word "associated" in the comment within the script.
- `This check is assosciated with ${serverUrl}/${owner}/${repo}/commit/${SHA}.`, + `This check is associated with ${serverUrl}/${owner}/${repo}/commit/${SHA}.`,content/threats-and-mitigations/index.mdx (3)
21-21
: Improve readability with formatting adjustments.The addition of spaces between the asterisk and text in bold formatting enhances readability. Ensure consistency across the document.
- the email address associated with the account, **at the time the package was published**, is included + the email address associated with the account, ** at the time the package was published **, is includedTools
LanguageTool
[style] ~21-~21: As a shorter alternative for ‘able to’, consider using “can”.
Context: ...luded in the public metadata. Attackers are able to utilize this public data to identify ac...(BE_ABLE_TO)
[uncategorized] ~21-~21: Possible missing comma found.
Context: ...ainer updates their email address**. As such crawling public metadata to identify ac...(AI_HYDRA_LEO_MISSING_COMMA)
21-21
: Consider using "can" for brevity.The phrase "are able to" can be replaced with "can" for conciseness.
- Attackers are able to utilize this public data + Attackers can utilize this public dataTools
LanguageTool
[style] ~21-~21: As a shorter alternative for ‘able to’, consider using “can”.
Context: ...luded in the public metadata. Attackers are able to utilize this public data to identify ac...(BE_ABLE_TO)
[uncategorized] ~21-~21: Possible missing comma found.
Context: ...ainer updates their email address**. As such crawling public metadata to identify ac...(AI_HYDRA_LEO_MISSING_COMMA)
21-21
: Add missing comma for clarity.A comma is needed after "As such" to improve clarity.
- As such crawling public metadata + As such, crawling public metadataTools
LanguageTool
[style] ~21-~21: As a shorter alternative for ‘able to’, consider using “can”.
Context: ...luded in the public metadata. Attackers are able to utilize this public data to identify ac...(BE_ABLE_TO)
[uncategorized] ~21-~21: Possible missing comma found.
Context: ...ainer updates their email address**. As such crawling public metadata to identify ac...(AI_HYDRA_LEO_MISSING_COMMA)
content/cli/v10/commands/npm-doctor.mdx (1)
77-77
: Consider reducing wordiness.The phrase "in an effort to troubleshoot problems you may be having" could be simplified to "to troubleshoot problems."
- in an effort to troubleshoot problems you may be having + to troubleshoot problemsTools
LanguageTool
[style] ~77-~77: Consider a shorter alternative to avoid wordiness.
Context: ...ng tutorials or StackOverflow questions in an effort to troubleshoot problems you may be having...(IN_ORDER_TO_PREMIUM)
content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx (2)
157-157
: Consider removing "of" for conciseness.The phrase can be more concise without "of": "Example response showing the count of verified registry signatures and verified attestations for all packages in a project:"
- Example response showing the count of verified registry signatures and verified attestations for all of the packages in a project: + Example response showing the count of verified registry signatures and verified attestations for all packages in a project:Tools
LanguageTool
[style] ~157-~157: Consider removing “of” to be more concise
Context: ...ignatures and verified attestations for all of the packages in a project: ``` audited 126...(ALL_OF_THE)
167-167
: Add a comma for clarity.A comma after "signatures" improves readability: "To ensure that you're always able to verify attestation signatures, check that you're running the latest version of the npm CLI."
- To ensure that you're always able to verify attestation signatures check that you're running the latest version of the npm CLI. + To ensure that you're always able to verify attestation signatures, check that you're running the latest version of the npm CLI.Tools
LanguageTool
[uncategorized] ~167-~167: A comma might be missing here.
Context: ...ou're always able to verify attestation signatures check that you're running the latest ve...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
CONTRIBUTING.md (1)
44-44
: Use a heading instead of emphasis.The emphasis on using the latest versions of Node.js and npm should be formatted as a heading for better visibility.
- **For best results use The latest versions of Node.js and npm** + ### For best results, use the latest versions of Node.js and npmTools
Markdownlint
44-44: null
Emphasis used instead of a heading(MD036, no-emphasis-as-heading)
content/cli/v10/using-npm/dependency-selectors.mdx (4)
121-121
: Add a comma after 'for example'.A comma is usually used after the expression 'for example' for better readability.
- For example if you have `[email protected]` in your tree + For example, if you have `[email protected]` in your treeTools
LanguageTool
[uncategorized] ~121-~121: “if” (in case) seems less likely than “of”.
Context: ...try and returns information about which if your dependencies has a known vulnerabi...(AI_HYDRA_LEO_CP_IF_OF)
[grammar] ~121-~121: “dependencies” is a plural noun. It appears that the verb form is incorrect.
Context: ...mation about which if your dependencies has a known vulnerability. Only dependencie...(PCT_PLURAL_NOUN_SINGULAR_VERB_AGREEMENT)
[typographical] ~121-~121: After the expression ‘for example’ a comma is usually used.
Context: ...s a vulnerability will be returned. For example if you have[email protected]
in your tree...(COMMA_FOR_EXAMPLE)
123-123
: Add a comma after 'Currently'.A comma may be missing after the conjunctive adverb 'Currently'.
- Currently that includes `severity` and `cwe`. + Currently, that includes `severity` and `cwe`.Tools
LanguageTool
[uncategorized] ~123-~123: A comma may be missing after the conjunctive/linking adverb ‘Currently’.
Context: ...ts by certain attributes in advisories. Currently that includesseverity
andcwe
. Not...(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)
132-132
: Reword repetitive sentence starts.Three successive sentences begin with "returns only dependencies". Consider rewording for variety.
- `:vuln([cwe=1333])` returns only dependencies with a vulnerability that includes CWE-1333 (ReDoS) + `:vuln([cwe=1333])` matches dependencies with a vulnerability that includes CWE-1333 (ReDoS)Tools
LanguageTool
[style] ~132-~132: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...derateseverity. -
:vuln([cwe=1333])` returns only dependencies with a vulnerability ...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
138-138
: Correct abbreviation punctuation.The abbreviation "ie." should be corrected to "i.e." for proper punctuation.
- `[]` attribute selector (ie. existence of attribute) + `[]` attribute selector (i.e., existence of attribute)Tools
LanguageTool
[uncategorized] ~138-~138: The abbreviation “i.e.” (= that is) requires two periods.
Context: ...String
s. -[]
attribute selector (ie. existence of attribute) - `[attribute=v...(I_E)
content/cli/v10/commands/npm-update.mdx (1)
56-56
: Add a comma for clarity.A comma may be needed for better readability in this sentence.
- Note that by default `npm update` will not update the semver values + Note that, by default, `npm update` will not update the semver valuesTools
LanguageTool
[uncategorized] ~56-~56: Possible missing comma found.
Context: ...r local) will be updated. Note that by defaultnpm update
will not update the semver...(AI_HYDRA_LEO_MISSING_COMMA)
content/cli/v10/commands/npm-audit.mdx (3)
68-68
: Add commas for clarity.Commas may be needed for better readability in this sentence.
- To ensure that you're always able to verify attestation signatures check that you're running the latest version of the npm CLI. + To ensure that you're always able to verify attestation signatures, check that you're running the latest version of the npm CLI.Tools
LanguageTool
[uncategorized] ~68-~68: Possible missing comma found.
Context: ...ou're always able to verify attestation signatures check that you're running the latest ve...(AI_HYDRA_LEO_MISSING_COMMA)
[uncategorized] ~68-~68: Possible missing comma found.
Context: ...e latest version of the npm CLI. Please note this often means updating npm beyond th...(AI_HYDRA_LEO_MISSING_COMMA)
68-68
: Add a comma for clarity.A comma may be needed for better readability in this sentence.
- Please note this often means updating npm beyond the version that ships with Node.js. + Please note, this often means updating npm beyond the version that ships with Node.js.Tools
LanguageTool
[uncategorized] ~68-~68: Possible missing comma found.
Context: ...ou're always able to verify attestation signatures check that you're running the latest ve...(AI_HYDRA_LEO_MISSING_COMMA)
[uncategorized] ~68-~68: Possible missing comma found.
Context: ...e latest version of the npm CLI. Please note this often means updating npm beyond th...(AI_HYDRA_LEO_MISSING_COMMA)
104-104
: Correct punctuation.Loose punctuation mark detected. Consider rephrasing for clarity.
- Keys response: + The keys response includes:Tools
LanguageTool
[uncategorized] ~104-~104: Loose punctuation mark.
Context: ... }] } ``` Keys response: -expires
: null or a simplified extended [ISO 8601...(UNLIKELY_OPENING_PUNCTUATION)
content/policies/privacy.mdx (6)
164-164
: Reword repetitive sentence beginnings.Consider rephrasing to avoid starting three successive sentences with "npm."
- npm collects data about you when you send npm support requests, legal complaints, privacy inquiries, and business inquiries. Those data usually include your name and email address, and may include your company or other affiliation. + When you send npm support requests, legal complaints, privacy inquiries, and business inquiries, npm collects data about you. This data usually includes your name and email address, and may include your company or other affiliation.Tools
LanguageTool
[style] ~164-~164: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...long as you use paid npm services. ### npm collects data about correspondence npm...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
182-182
: Reword repetitive sentence beginnings.Consider rephrasing to avoid starting three successive sentences with "npm."
- npm uses data from npm.community to collaborate with the development community, and to inform development decisions about the command-line interface and other software. + Data from npm.community is used to collaborate with the development community and inform development decisions about the command-line interface and other software.Tools
LanguageTool
[style] ~182-~182: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...for users of npm products and services. npm uses data from npm.community to collabo...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
296-296
: Add comma before 'or'.Use a comma before "or" to connect two independent clauses.
- as long as they're public or you have permission to access them. + as long as they're public, or you have permission to access them.Tools
LanguageTool
[uncategorized] ~296-~296: Use a comma before ‘or’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... the packages, as long as they're public or you have permission to access them. Yo...(COMMA_COMPOUND_SENTENCE)
310-310
: Use hyphen for compound adjectives.Use a hyphen in "open-source" when it modifies a noun.
- open source software license + open-source software licenseTools
LanguageTool
[uncategorized] ~310-~310: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: .... Choosing a public license, such as an open source software license, may encourage and all...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~310-~310: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...e data indefinitely. Nearly all popular open source software licenses actually require pres...(EN_COMPOUND_ADJECTIVE_INTERNAL)
324-324
: Reword repetitive sentence beginnings.Consider rephrasing to avoid starting three successive sentences with "npm."
- npm publishes new placeholder versions of some erased packages, with `README` files that mention the package has been erased, and why. + New placeholder versions of some erased packages are published by npm, with `README` files that mention the package has been erased, and why.Tools
LanguageTool
[style] ~324-~324: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...he package has been erased, and why. - npm's [registry APIs](https://github.com/np...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
357-357
: Consider a shorter alternative for 'In the meantime'.The phrase "In the meantime" might be wordy.
- In the meantime, npm may update [its contact information](#who-can-i-contact-about-npm-and-my-privacy) by updating the page at [https://docs.npmjs.com/privacy][privacy], without an announcement. + Meanwhile, npm may update [its contact information](#who-can-i-contact-about-npm-and-my-privacy) by updating the page at [https://docs.npmjs.com/privacy][privacy], without an announcement.Tools
LanguageTool
[style] ~357-~357: ‘In the meantime’ might be wordy. Consider a shorter alternative.
Context: ...he npm blog. In the meantime, npm may update [its contact informatio...(EN_WORDINESS_PREMIUM_IN_THE_MEANTIME)
content/cli/v10/commands/npm-install.mdx (2)
137-137
: Correct punctuation mark.Ensure consistent punctuation for list items.
- - `--save-peer`: Package will appear in your `peerDependencies`. + - `--save-peer`: Package will appear in your `peerDependencies`.Tools
LanguageTool
[uncategorized] ~137-~137: Loose punctuation mark.
Context: ...urdevDependencies
. ---save-peer
: Package will appear in your `peerDepend...(UNLIKELY_OPENING_PUNCTUATION)
518-518
: Add missing article 'the'.Consider adding "the" before "libc field" for clarity.
- Acceptable values are same as `libc` field of package.json + Acceptable values are the same as the `libc` field of package.jsonTools
LanguageTool
[uncategorized] ~518-~518: You might be missing the article “the” here.
Context: ... install. Acceptable values are same aslibc
field of package.json #### `works...(AI_EN_LECTOR_MISSING_DETERMINER_THE)
content/cli/v10/configuring-npm/package-json.mdx (4)
251-251
: Add missing comma.Consider adding a comma for better readability.
- such as: `npm fund <projectname>` (when there are multiple URLs, the first one will be visited) + such as `npm fund <projectname>` (when there are multiple URLs, the first one will be visited)Tools
LanguageTool
[uncategorized] ~251-~251: Possible missing comma found.
Context: ...so available when providing the project name such as:npm fund <projectname>
(when...(AI_HYDRA_LEO_MISSING_COMMA)
[typographical] ~251-~251: Do not use a colon (:) before a series that is introduced by a preposition (‘as’). Remove the colon or add a noun or a noun phrase after the preposition.
Context: ...le when providing the project name such as:npm fund <projectname>
(when there ar...(RP_COLON)
300-300
: Use 'cannot' instead of 'can not'.Use "cannot" which is more common and preferred.
- These can not be included. + These cannot be included.Tools
LanguageTool
[style] ~300-~300: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...-pnpm-lock.yaml
-yarn.lock
These can not be included. ### main The main field ...(CAN_NOT_PREMIUM)
439-439
: Use 'a' instead of 'an'.Use "a" instead of "an" before "HTML" as it doesn't start with a vowel sound.
- It should not be a URL to an html project page that you put in your browser. + It should not be a URL to a HTML project page that you put in your browser.Tools
LanguageTool
[misspelling] ~439-~439: Use “a” instead of ‘an’ if the following word doesn’t start with a vowel sound, e.g. ‘a sentence’, ‘a university’.
Context: ...modification. It should not be a URL to an html project page that you put in your ...(EN_A_VS_AN)
679-679
: Consider simplifying 'a variety of'.The phrase "a variety of" may be wordy. Consider simplifying.
- a variety of host packages without requiring all of them to be installed. + various host packages without requiring all of them to be installed.Tools
LanguageTool
[style] ~679-~679: The phrase “a variety of” may be wordy. To make your writing clearer, consider replacing it.
Context: ...lows you to integrate and interact with a variety of host packages without requiring all of ...(A_VARIETY_OF)
content/cli/v10/using-npm/config.mdx (2)
381-381
: Use "cannot" instead of "can not".For consistency and clarity, replace "can not" with "cannot".
- This config can not be used with: `expect-results` + This config cannot be used with: `expect-results`Tools
LanguageTool
[style] ~381-~381: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... results from the command. This config can not be used with:expect-results
#### `e...(CAN_NOT_PREMIUM)
388-390
: Improve clarity and style.Consider the following improvements for clarity and conciseness:
- Use "whether" instead of "whether or not".
- Add a subject to form a complete sentence.
- Use "cannot" instead of "can not".
- Tells npm whether or not to expect results from the command. Can be either true (expect some results) or false (expect no results). - This config can not be used with: `expect-result-count` + Tells npm whether to expect results from the command. It can be either true (expect some results) or false (expect no results). + This config cannot be used with: `expect-result-count`Tools
LanguageTool
[style] ~388-~388: Consider shortening this phrase to just ‘whether’, unless you mean ‘regardless of whether’.
Context: ...null - Type: null or Boolean Tells npm whether or not to expect results from the command. Can...(WHETHER)
[style] ~388-~388: To form a complete sentence, be sure to include a subject or ‘there’.
Context: ...not to expect results from the command. Can be either true (expect some results) or...(MISSING_IT_THERE)
[style] ~390-~390: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...false (expect no results). This config can not be used with:expect-result-count
##...(CAN_NOT_PREMIUM)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (86)
- .eslintrc.js (2 hunks)
- .github/CODEOWNERS (1 hunks)
- .github/actions/create-check/action.yml (1 hunks)
- .github/actions/install-latest-npm/action.yml (1 hunks)
- .github/dependabot.yml (1 hunks)
- .github/workflows/audit.yml (1 hunks)
- .github/workflows/ci-cli.yml (2 hunks)
- .github/workflows/ci.yml (3 hunks)
- .github/workflows/codeql-analysis.yml (1 hunks)
- .github/workflows/post-dependabot.yml (2 hunks)
- .github/workflows/publish.yml (1 hunks)
- .github/workflows/update-cli.yml (1 hunks)
- .gitignore (2 hunks)
- .nvmrc (1 hunks)
- .prettierignore (1 hunks)
- CONTRIBUTING.md (2 hunks)
- SECURITY.md (1 hunks)
- cli/.gitignore (2 hunks)
- cli/lib/build.js (1 hunks)
- cli/lib/gh.js (2 hunks)
- cli/lib/log.js (1 hunks)
- cli/package.json (1 hunks)
- cli/scripts/template-oss/index.js (1 hunks)
- cli/scripts/template-oss/update-cli-yml.hbs (1 hunks)
- content/cli/v10/commands/npm-access.mdx (1 hunks)
- content/cli/v10/commands/npm-audit.mdx (3 hunks)
- content/cli/v10/commands/npm-ci.mdx (1 hunks)
- content/cli/v10/commands/npm-config.mdx (1 hunks)
- content/cli/v10/commands/npm-diff.mdx (1 hunks)
- content/cli/v10/commands/npm-doctor.mdx (2 hunks)
- content/cli/v10/commands/npm-install-ci-test.mdx (1 hunks)
- content/cli/v10/commands/npm-install-test.mdx (2 hunks)
- content/cli/v10/commands/npm-install.mdx (3 hunks)
- content/cli/v10/commands/npm-ls.mdx (1 hunks)
- content/cli/v10/commands/npm-profile.mdx (1 hunks)
- content/cli/v10/commands/npm-prune.mdx (1 hunks)
- content/cli/v10/commands/npm-publish.mdx (2 hunks)
- content/cli/v10/commands/npm-query.mdx (2 hunks)
- content/cli/v10/commands/npm-rebuild.mdx (1 hunks)
- content/cli/v10/commands/npm-run-script.mdx (1 hunks)
- content/cli/v10/commands/npm-sbom.mdx (1 hunks)
- content/cli/v10/commands/npm-search.mdx (3 hunks)
- content/cli/v10/commands/npm-token.mdx (1 hunks)
- content/cli/v10/commands/npm-unpublish.mdx (1 hunks)
- content/cli/v10/commands/npm-update.mdx (4 hunks)
- content/cli/v10/commands/npm.mdx (2 hunks)
- content/cli/v10/commands/npx.mdx (1 hunks)
- content/cli/v10/configuring-npm/npmrc.mdx (1 hunks)
- content/cli/v10/configuring-npm/package-json.mdx (19 hunks)
- content/cli/v10/configuring-npm/package-lock-json.mdx (1 hunks)
- content/cli/v10/using-npm/changelog.mdx (1 hunks)
- content/cli/v10/using-npm/config.mdx (7 hunks)
- content/cli/v10/using-npm/dependency-selectors.mdx (4 hunks)
- content/cli/v10/using-npm/removal.mdx (1 hunks)
- content/cli/v10/using-npm/scope.mdx (1 hunks)
- content/cli/v10/using-npm/scripts.mdx (2 hunks)
- content/cli/v10/using-npm/workspaces.mdx (2 hunks)
- content/cli/v9/commands/npm-ls.mdx (1 hunks)
- content/cli/v9/commands/npm-unpublish.mdx (1 hunks)
- content/cli/v9/commands/npm.mdx (1 hunks)
- content/cli/v9/using-npm/changelog.mdx (1 hunks)
- content/nav.yml (2 hunks)
- content/organizations/creating-and-managing-organizations/requiring-two-factor-authentication-in-your-organization.mdx (2 hunks)
- content/packages-and-modules/contributing-packages-to-the-registry/creating-node-js-modules.mdx (1 hunks)
- content/packages-and-modules/introduction-to-packages-and-modules/package-scope-access-level-and-visibility.mdx (1 hunks)
- content/packages-and-modules/securing-your-code/about-audit-reports.mdx (1 hunks)
- content/packages-and-modules/securing-your-code/about-registry-signatures.mdx (1 hunks)
- content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx (3 hunks)
- content/packages-and-modules/updating-and-managing-your-published-packages/adding-collaborators-to-private-packages-owned-by-a-user-account.mdx (1 hunks)
- content/packages-and-modules/updating-and-managing-your-published-packages/deprecating-and-undeprecating-packages-or-package-versions.mdx (1 hunks)
- content/policies/privacy.mdx (14 hunks)
- content/threats-and-mitigations/index.mdx (1 hunks)
- gatsby-browser.js (1 hunks)
- package.json (3 hunks)
- scripts/template-oss/_step-lint-yml.hbs (1 hunks)
- scripts/template-oss/ci-yml.hbs (1 hunks)
- scripts/template-oss/dependabot-yml.hbs (1 hunks)
- scripts/template-oss/index.js (3 hunks)
- scripts/template-oss/publish-yml.hbs (1 hunks)
- src/components/page-footer.js (2 hunks)
- src/components/skip-nav.js (1 hunks)
- src/components/table-of-contents.js (1 hunks)
- src/components/variant-select.js (1 hunks)
- src/constants.js (1 hunks)
- src/page.js (2 hunks)
- webpack.config.js (1 hunks)
Files skipped from review due to trivial changes (26)
- .github/CODEOWNERS
- .prettierignore
- cli/.gitignore
- cli/lib/build.js
- cli/lib/log.js
- content/cli/v10/commands/npm-access.mdx
- content/cli/v10/commands/npm-ls.mdx
- content/cli/v10/commands/npm-profile.mdx
- content/cli/v10/commands/npm-publish.mdx
- content/cli/v10/commands/npm-rebuild.mdx
- content/cli/v10/commands/npm-sbom.mdx
- content/cli/v10/commands/npm.mdx
- content/cli/v10/configuring-npm/npmrc.mdx
- content/cli/v10/using-npm/removal.mdx
- content/cli/v10/using-npm/scope.mdx
- content/cli/v9/commands/npm-ls.mdx
- content/cli/v9/commands/npm.mdx
- content/nav.yml
- content/organizations/creating-and-managing-organizations/requiring-two-factor-authentication-in-your-organization.mdx
- content/packages-and-modules/contributing-packages-to-the-registry/creating-node-js-modules.mdx
- content/packages-and-modules/introduction-to-packages-and-modules/package-scope-access-level-and-visibility.mdx
- content/packages-and-modules/securing-your-code/about-audit-reports.mdx
- content/packages-and-modules/securing-your-code/about-registry-signatures.mdx
- src/components/table-of-contents.js
- src/components/variant-select.js
- webpack.config.js
Additional context used
LanguageTool
SECURITY.md
[uncategorized] ~5-~5: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...rity vulnerability in this GitHub-owned open source repository, you can report it to us in ...(EN_COMPOUND_ADJECTIVE_INTERNAL)
content/cli/v10/commands/npm-token.mdx
[uncategorized] ~64-~64: Loose punctuation mark.
Context: ...te [--read-only] [--cidr=]`: Create a new authentication token. It c...(UNLIKELY_OPENING_PUNCTUATION)
[style] ~66-~66: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... enabled, an otp. Currently, the cli can not generate automation tokens. Please refe...(CAN_NOT_PREMIUM)
content/threats-and-mitigations/index.mdx
[style] ~21-~21: As a shorter alternative for ‘able to’, consider using “can”.
Context: ...luded in the public metadata. Attackers are able to utilize this public data to identify ac...(BE_ABLE_TO)
[uncategorized] ~21-~21: Possible missing comma found.
Context: ...ainer updates their email address**. As such crawling public metadata to identify ac...(AI_HYDRA_LEO_MISSING_COMMA)
content/cli/v10/commands/npm-doctor.mdx
[style] ~77-~77: Consider a shorter alternative to avoid wordiness.
Context: ...ng tutorials or StackOverflow questions in an effort to troubleshoot problems you may be having...(IN_ORDER_TO_PREMIUM)
content/cli/v10/using-npm/workspaces.mdx
[style] ~24-~24: Consider a shorter alternative to avoid wordiness.
Context: ...ves the need to manually usenpm link
in order to add references to packages that should ...(IN_ORDER_TO_PREMIUM)
content/cli/v10/commands/npm-query.mdx
[uncategorized] ~171-~171: Although a hyphen is possible, it is not necessary in a compound modifier in which the first word is an adverb that ends in ‘ly’.
Context: ...ng state split across two different but identically-named packages causes bugs. You can use the `...(HYPHENATED_LY_ADVERB_ADJECTIVE)
[style] ~257-~257: Consider shortening this phrase to just ‘whether’, unless you mean ‘regardless of whether’.
Context: ...null - Type: null or Boolean Tells npm whether or not to expect results from the command. Can...(WHETHER)
[style] ~257-~257: To form a complete sentence, be sure to include a subject or ‘there’.
Context: ...not to expect results from the command. Can be either true (expect some results) or...(MISSING_IT_THERE)
[style] ~259-~259: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...false (expect no results). This config can not be used with:expect-result-count
##...(CAN_NOT_PREMIUM)
[style] ~268-~268: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... results from the command. This config can not be used with:expect-results
## See ...(CAN_NOT_PREMIUM)
content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx
[style] ~157-~157: Consider removing “of” to be more concise
Context: ...ignatures and verified attestations for all of the packages in a project: ``` audited 126...(ALL_OF_THE)
[uncategorized] ~167-~167: A comma might be missing here.
Context: ...ou're always able to verify attestation signatures check that you're running the latest ve...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
CONTRIBUTING.md
[typographical] ~54-~54: It seems that a comma is missing.
Context: ...n/v1.0.0/). When opening a pull request please be sure that either the pull request ti...(IF_PLEASE_COMMA)
[uncategorized] ~56-~56: Loose punctuation mark.
Context: ...one of the following prefixes: -feat
: For when introducing a new feature. - `...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~57-~57: Loose punctuation mark.
Context: ... when introducing a new feature. -fix
: For bug fixes. -docs
: For documentat...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~58-~58: Loose punctuation mark.
Context: ...eature. -fix
: For bug fixes. -docs
: For documentation updates. This specifi...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~59-~59: Loose punctuation mark.
Context: ...the documentation site itself. -chore
: For changes that do not affect the publ...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~59-~59: A different word order might sound more natural.
Context: ... that do not affect the published site. Often these are changes to tests. The result will be _n...(AI_HYDRA_LEO_WORD_ORDER)
content/cli/v10/using-npm/scripts.mdx
[grammar] ~275-~275: The word ‘install’ is not a noun.
Context: ...ipts/install.js` will be called for the install and post-install stages of the lifecycl...(A_INSTALL)
[uncategorized] ~299-~299: This verb may not be in the correct tense. Consider changing the tense to fit the context better.
Context: ...ean it. If the failure is minor or only will prevent some optional features, then it's bette...(AI_EN_LECTOR_REPLACEMENT_VERB_TENSE)
content/cli/v10/using-npm/dependency-selectors.mdx
[uncategorized] ~121-~121: “if” (in case) seems less likely than “of”.
Context: ...try and returns information about which if your dependencies has a known vulnerabi...(AI_HYDRA_LEO_CP_IF_OF)
[grammar] ~121-~121: “dependencies” is a plural noun. It appears that the verb form is incorrect.
Context: ...mation about which if your dependencies has a known vulnerability. Only dependencie...(PCT_PLURAL_NOUN_SINGULAR_VERB_AGREEMENT)
[typographical] ~121-~121: After the expression ‘for example’ a comma is usually used.
Context: ...s a vulnerability will be returned. For example if you have[email protected]
in your tree...(COMMA_FOR_EXAMPLE)
[uncategorized] ~123-~123: A comma may be missing after the conjunctive/linking adverb ‘Currently’.
Context: ...ts by certain attributes in advisories. Currently that includesseverity
andcwe
. Not...(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)
[style] ~132-~132: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...derateseverity. -
:vuln([cwe=1333])` returns only dependencies with a vulnerability ...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[uncategorized] ~138-~138: The abbreviation “i.e.” (= that is) requires two periods.
Context: ...String
s. -[]
attribute selector (ie. existence of attribute) - `[attribute=v...(I_E)
content/cli/v10/commands/npm-update.mdx
[uncategorized] ~56-~56: Possible missing comma found.
Context: ...r local) will be updated. Note that by defaultnpm update
will not update the semver...(AI_HYDRA_LEO_MISSING_COMMA)
content/cli/v10/commands/npm-audit.mdx
[uncategorized] ~68-~68: Possible missing comma found.
Context: ...ou're always able to verify attestation signatures check that you're running the latest ve...(AI_HYDRA_LEO_MISSING_COMMA)
[uncategorized] ~68-~68: Possible missing comma found.
Context: ...e latest version of the npm CLI. Please note this often means updating npm beyond th...(AI_HYDRA_LEO_MISSING_COMMA)
[uncategorized] ~104-~104: Loose punctuation mark.
Context: ... }] } ``` Keys response: -expires
: null or a simplified extended [ISO 8601...(UNLIKELY_OPENING_PUNCTUATION)
content/policies/privacy.mdx
[style] ~164-~164: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...long as you use paid npm services. ### npm collects data about correspondence npm...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~182-~182: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...for users of npm products and services. npm uses data from npm.community to collabo...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[uncategorized] ~200-~200: Possible missing preposition found.
Context: ...ith the detection of spam, scams, abuse others, or other violations of our [terms of s...(AI_HYDRA_LEO_MISSING_OF)
[uncategorized] ~296-~296: Use a comma before ‘or’ if it connects two independent clauses (unless they are closely connected and short).
Context: ... the packages, as long as they're public or you have permission to access them. Yo...(COMMA_COMPOUND_SENTENCE)
[uncategorized] ~310-~310: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: .... Choosing a public license, such as an open source software license, may encourage and all...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~310-~310: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...e data indefinitely. Nearly all popular open source software licenses actually require pres...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[style] ~324-~324: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...he package has been erased, and why. - npm's [registry APIs](https://github.com/np...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~357-~357: ‘In the meantime’ might be wordy. Consider a shorter alternative.
Context: ...he npm blog. In the meantime, npm may update [its contact informatio...(EN_WORDINESS_PREMIUM_IN_THE_MEANTIME)
content/cli/v10/commands/npm-install.mdx
[uncategorized] ~137-~137: Loose punctuation mark.
Context: ...urdevDependencies
. ---save-peer
: Package will appear in your `peerDepend...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~518-~518: You might be missing the article “the” here.
Context: ... install. Acceptable values are same aslibc
field of package.json #### `works...(AI_EN_LECTOR_MISSING_DETERMINER_THE)
content/cli/v10/configuring-npm/package-json.mdx
[uncategorized] ~251-~251: Possible missing comma found.
Context: ...so available when providing the project name such as:npm fund <projectname>
(when...(AI_HYDRA_LEO_MISSING_COMMA)
[typographical] ~251-~251: Do not use a colon (:) before a series that is introduced by a preposition (‘as’). Remove the colon or add a noun or a noun phrase after the preposition.
Context: ...le when providing the project name such as:npm fund <projectname>
(when there ar...(RP_COLON)
[style] ~300-~300: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...-pnpm-lock.yaml
-yarn.lock
These can not be included. ### main The main field ...(CAN_NOT_PREMIUM)
[misspelling] ~439-~439: Use “a” instead of ‘an’ if the following word doesn’t start with a vowel sound, e.g. ‘a sentence’, ‘a university’.
Context: ...modification. It should not be a URL to an html project page that you put in your ...(EN_A_VS_AN)
[style] ~679-~679: The phrase “a variety of” may be wordy. To make your writing clearer, consider replacing it.
Context: ...lows you to integrate and interact with a variety of host packages without requiring all of ...(A_VARIETY_OF)
content/cli/v10/using-npm/config.mdx
[style] ~381-~381: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... results from the command. This config can not be used with:expect-results
#### `e...(CAN_NOT_PREMIUM)
[style] ~388-~388: Consider shortening this phrase to just ‘whether’, unless you mean ‘regardless of whether’.
Context: ...null - Type: null or Boolean Tells npm whether or not to expect results from the command. Can...(WHETHER)
[style] ~388-~388: To form a complete sentence, be sure to include a subject or ‘there’.
Context: ...not to expect results from the command. Can be either true (expect some results) or...(MISSING_IT_THERE)
[style] ~390-~390: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...false (expect no results). This config can not be used with:expect-result-count
##...(CAN_NOT_PREMIUM)
Markdownlint
CONTRIBUTING.md
44-44: null
Emphasis used instead of a heading(MD036, no-emphasis-as-heading)
Additional comments not posted (105)
.nvmrc (1)
1-1
: Verify compatibility with Node.js 22.The Node.js version has been updated from 18 to 22. Ensure that all dependencies and code are compatible with Node.js 22, as this version may introduce breaking changes or deprecations.
cli/scripts/template-oss/index.js (1)
5-5
: Verify the existence and correctness ofupdate-cli-yml.hbs
.The reference has changed from
update-cli.yml
toupdate-cli-yml.hbs
. Ensure that the Handlebars template exists and is correctly configured to maintain the intended workflow functionality.Verification successful
The
update-cli-yml.hbs
file is correctly configured.The file
update-cli-yml.hbs
exists and its contents indicate that it is set up as a Handlebars template for a GitHub Actions workflow. It includes appropriate triggers, jobs, and uses Handlebars features effectively. No issues were found.
- File location:
cli/scripts/template-oss/update-cli-yml.hbs
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the existence and correctness of `update-cli-yml.hbs`. # Test: Search for the `update-cli-yml.hbs` file. fd 'update-cli-yml.hbs'Length of output: 67
Script:
#!/bin/bash # Description: Display the contents of `update-cli-yml.hbs` to verify its correctness. # Test: Output the contents of `update-cli-yml.hbs`. cat cli/scripts/template-oss/update-cli-yml.hbsLength of output: 1046
scripts/template-oss/dependabot-yml.hbs (1)
1-9
: Dependabot configuration looks good!The configuration for dependency updates is well-structured and follows best practices for managing version updates.
src/constants.js (1)
9-11
: Accessibility constants added successfully!The new constants for skip navigation are a great addition to improve accessibility.
scripts/template-oss/ci-yml.hbs (1)
1-4
: CI template updates look good!The updates to the CI configuration template helpers are clear and likely enhance the CI process.
gatsby-browser.js (1)
11-15
: Verify the existence of the element withSKIP_TO_SEARCH_ID
.Ensure that the element with the ID
SKIP_TO_SEARCH_ID
exists in the DOM when this function is called. This will prevent potential issues with focusing on a non-existent element..github/dependabot.yml (1)
19-27
: LGTM! Enhanced dependency management.The changes improve control over dependency updates by setting a limit on open pull requests and organizing updates into groups. This helps maintain a cleaner and more organized update process.
.gitignore (1)
10-10
: LGTM! Improved tracking of configuration files.The changes ensure that important configuration files like
.git-blame-ignore-revs
andtsconfig.json
are tracked in the repository. The adjustment to ignore patterns helps maintain a clean project structure.Also applies to: 41-43
.github/workflows/codeql-analysis.yml (1)
26-26
: Upgrade toactions/checkout@v4
approved.The update from
v3
tov4
is likely to include improvements or bug fixes. Ensure that the new version is compatible with your workflow requirements.cli/scripts/template-oss/update-cli-yml.hbs (1)
12-12
: Template inclusion method updated tojobYml
.The change from
job
tojobYml
may indicate a shift in how job definitions are structured. Verify that the new template method integrates correctly with the rest of the pipeline..github/workflows/audit.yml (4)
21-21
: Upgrade toactions/checkout@v4
approved.The update from
v3
tov4
is expected to include enhancements or fixes. Ensure compatibility with your workflow.
27-27
: Upgrade toactions/setup-node@v4
approved.The update from
v3
tov4
should provide improvements or bug fixes. Ensure that it aligns with your Node.js setup requirements.
30-31
: Node.js version updated to 22.x.The change to a more recent Node.js version can enhance performance and compatibility. Verify that your application is compatible with Node.js 22.x.
33-36
: Simplified npm installation process approved.The new step for installing the latest npm version streamlines the process. Ensure that the custom action
install-latest-npm
functions as expected.cli/lib/gh.js (1)
7-15
: Good use of lazy-loading forOctokit
.The deferred import of
Octokit
improves performance by loading the module only when needed. This aligns with modern JavaScript practices for resource optimization.Also applies to: 31-33
cli/package.json (1)
5-5
: Dependencies and configuration updates look good.The updates to dependencies and scripts enhance functionality and maintainability. Raising the Node.js engine version ensures compatibility with newer features.
Also applies to: 11-18, 21-30, 33-39
scripts/template-oss/index.js (4)
4-5
: Use of Template Files for Workflow Configurations.The mappings for the CI and publish workflow files have been updated to use template files (
ci-yml.hbs
andpublish-yml.hbs
). This change likely aims to improve customization and maintainability.
10-10
: Addition of Dependabot Configuration.The addition of
dependabot.yml
mapped to a template file (dependabot-yml.hbs
) is a positive step towards automating dependency updates, which can enhance security and keep the project up-to-date.
15-15
: Template File forpackage.json
.The reference to
package.json
has been updated to use a template file (package-json.hbs
). This change can facilitate easier updates and consistency across multiple projects.
33-33
: Update CI Versioning.The
latestCiVersion
has been updated from 18 to 22, reflecting an update in the CI versioning system. Ensure compatibility with the updated version.Verification successful
No Compatibility Issues Found with Updated CI Versioning
The update of
latestCiVersion
to 22 does not appear to affect other parts of the codebase, as there are no additional references or uses of this variable found. This suggests that the change is isolated and should not cause compatibility issues.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility with the updated CI version. # Test: Check for any references to the CI version in the codebase. Expect: No compatibility issues. rg --type js 'latestCiVersion' -A 5Length of output: 427
Script:
#!/bin/bash # Search for all references to `latestCiVersion` in the codebase to check for compatibility issues. rg 'latestCiVersion' -A 5Length of output: 417
src/components/skip-nav.js (4)
2-2
: Introduction of Theme Support.The import of
themeGet
from@primer/react
allows for dynamic theming, which enhances the styling consistency across components.
7-13
: Refactor ofSkipLink
Component.The
SkipLink
component now usesthemeGet
for styling, providing a more consistent and maintainable approach. The focus state with an underline effect improves accessibility.
18-43
: Introduction ofSkipBox
Component.The
SkipBox
component improves the visibility and accessibility of skip navigation. It uses transitions and focus states effectively to enhance user interaction.
47-47
: Use of Constant for Skip Navigation ID.The use of
SKIP_TO_CONTENT_ID
improves maintainability and reduces the risk of errors associated with hardcoded strings.src/page.js (2)
7-8
: Integration ofSkipBox
Component.The addition of
SkipBox
encapsulatingSkipLink
components improves the organization and accessibility of skip navigation within the page layout.
31-34
: Enhanced Skip Navigation.The
SkipBox
now provides links to "Skip to search" and "Skip to content," improving accessibility and user experience by allowing direct navigation to key sections.scripts/template-oss/publish-yml.hbs (1)
25-25
: Verify the correctness of the template reference.The change from
stepsSetup
tostepsSetupYml
needs to be verified to ensure that the new template reference exists and is correctly configured.content/packages-and-modules/updating-and-managing-your-published-packages/adding-collaborators-to-private-packages-owned-by-a-user-account.mdx (1)
17-21
: Documentation updates approved.The changes improve the clarity and accuracy of the instructions for adding collaborators to private npm packages.
.github/workflows/update-cli.yml (3)
22-22
: Upgrade toactions/checkout@v4
.The upgrade to
actions/checkout@v4
is a good practice as it likely includes improvements and bug fixes. Ensure compatibility with any custom code or actions that depend on this step.
35-37
: New custom action for npm installation.The introduction of a custom action for npm installation simplifies the workflow. Ensure that this action is correctly implemented and tested across different environments.
Verification successful
Custom npm installation action is correctly implemented.
The custom action for installing the latest npm version is well-implemented, handling both Windows-specific issues and ensuring compatibility with the specified Node version. No issues were found in the implementation.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the custom action for npm installation. # Test: Check the custom action's presence and content. cat .github/actions/install-latest-npm/action.ymlLength of output: 1849
28-31
: Upgrade toactions/setup-node@v4
and Node.js 22.x.The upgrade to
actions/setup-node@v4
and Node.js 22.x is beneficial for utilizing the latest features and performance improvements. Verify that all dependencies and scripts are compatible with Node.js 22.x.Verification successful
Node.js 22.x Compatibility Verified
The
package.json
files specify Node.js version ">=22.0.0" in the "engines" field, indicating intended compatibility with Node.js 22.x. The dependencies and devDependencies do not show any version conflicts with Node.js 22.x. Further runtime testing is recommended to ensure full compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of dependencies with Node.js 22.x. # Test: List dependencies and check compatibility. npm list --depth=0Length of output: 91
Script:
#!/bin/bash # Locate package.json and inspect for Node.js version compatibility fd package.json --exec catLength of output: 166898
.github/actions/install-latest-npm/action.yml (2)
13-19
: Conditional npm update for Windows.The condition to update npm on Windows for specific Node.js versions is well-implemented. Ensure that the specific npm version used is still appropriate and secure.
34-55
: Dynamic npm version selection.The logic for dynamically selecting a compatible npm version based on Node.js is robust. Ensure that the
npx semver
command is available in all environments where this action runs..github/workflows/publish.yml (3)
27-27
: Upgrade toactions/checkout@v4
.The upgrade to
actions/checkout@v4
is beneficial for utilizing improvements and bug fixes. Ensure compatibility with any custom code or actions that depend on this step.
33-36
: Upgrade toactions/setup-node@v4
and Node.js 22.x.The upgrade to
actions/setup-node@v4
and Node.js 22.x is beneficial for utilizing the latest features and performance improvements. Verify that all dependencies and scripts are compatible with Node.js 22.x.
40-42
: New custom action for npm installation.The introduction of a custom action for npm installation simplifies the workflow. Ensure that this action is correctly implemented and tested across different environments.
src/components/page-footer.js (2)
2-3
: Update Tooltip import path.The import path for
Tooltip
has been updated to use@primer/react/next
, which likely includes enhancements or optimizations. Ensure compatibility with the rest of the codebase.Verification successful
Tooltip import path update is compatible.
The
Tooltip
component is only used insrc/components/page-footer.js
, and the updated import path from@primer/react/next
is consistent with its usage. No other parts of the codebase are affected by this change.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of the new Tooltip import with the rest of the codebase. # Test: Search for other usages of `Tooltip`. Expect: Consistent import paths and compatible usage. rg --type javascript -A 5 $'Tooltip'Length of output: 70
Script:
#!/bin/bash # Description: Verify compatibility of the new Tooltip import with the rest of the codebase. # Test: Search for other usages of `Tooltip`. Expect: Consistent import paths and compatible usage. rg --type js -A 5 'Tooltip'Length of output: 1183
39-39
: Update Tooltip prop usage.The
Tooltip
component now uses atext
prop instead ofaria-label
. This change might improve accessibility or align with updated component specifications. Verify that this change is consistent across the codebase.Verification successful
Tooltip prop usage is consistent.
The
Tooltip
component in the codebase consistently uses thetext
prop, as seen in the only instance found insrc/components/page-footer.js
. No other instances ofTooltip
usage were found.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify consistent usage of the `text` prop for Tooltip across the codebase. # Test: Search for the `Tooltip` component usage. Expect: Consistent use of the `text` prop. rg --type javascript -A 5 $'<Tooltip'Length of output: 73
Script:
#!/bin/bash # Description: Verify consistent usage of the `text` prop for Tooltip across the codebase. # Test: Search for the `Tooltip` component usage. Expect: Consistent use of the `text` prop. rg --type-add 'js:*.js' --type-add 'jsx:*.jsx' --type js --type jsx -A 5 '<Tooltip'Length of output: 547
Script:
#!/bin/bash # Description: Search for all instances of the `Tooltip` component usage across the codebase. # Test: Ensure consistent use of the `text` prop in all `Tooltip` component instances. rg --type-add 'js:*.js' --type-add 'jsx:*.jsx' --type js --type jsx '<Tooltip'Length of output: 155
.github/workflows/ci-cli.yml (8)
29-29
: Upgrade actions/checkout version.The
actions/checkout
action has been upgraded fromv3
tov4
. This may include performance improvements and new features. Ensure compatibility with the rest of the workflow.
35-35
: Upgrade actions/setup-node version.The
actions/setup-node
action has been upgraded fromv3
tov4
. This may include performance improvements and new features. Ensure compatibility with the rest of the workflow.
65-65
: Update Node.js version in test matrix.The test matrix now includes Node.js version
22.x
. Ensure that tests are compatible with this Node.js version.
72-72
: Upgrade actions/checkout version in test job.The
actions/checkout
action has been upgraded fromv3
tov4
in the test job. This may include performance improvements and new features. Ensure compatibility with the rest of the workflow.
78-78
: Upgrade actions/setup-node version in test job.The
actions/setup-node
action has been upgraded fromv3
tov4
in the test job. This may include performance improvements and new features. Ensure compatibility with the rest of the workflow.
84-87
: Add Install Latest npm action in test job.The
Install Latest npm
action has been added to the test job. Ensure that this custom action is correctly defined and compatible with the workflow.
41-44
: Add Install Latest npm action.A new action
Install Latest npm
has been added to streamline npm installation. Ensure that this custom action is correctly defined and compatible with the workflow.Verification successful
Install Latest npm action is correctly defined.
The
Install Latest npm
action is present and properly defined in the repository. It includes logic to handle npm installation across different Node versions and platforms, ensuring compatibility. No issues were found with its definition.
- The action is defined in one of the
action.yml
files in the.github/actions
directory.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the definition of the `install-latest-npm` action. # Test: Check the custom action definition. Expect: Correct and compatible implementation. fd 'install-latest-npm' --type f --exec catLength of output: 43
Script:
#!/bin/bash # List the contents of the .github/actions directory to check for the presence of install-latest-npm fd . --type d --search-path .github/actions --exec lsLength of output: 77
Script:
#!/bin/bash # Display the contents of the action.yml files to check for the definition of install-latest-npm fd 'action.yml' --exec catLength of output: 3312
38-39
: Update Node.js version.The Node.js version has been updated from
18.x
to22.x
. This reflects a shift towards supporting more recent Node.js environments. Verify compatibility with the project's dependencies and runtime.package.json (7)
6-6
: Change repository URL format.The repository URL format has been changed from HTTPS to a Git URL format. This may influence how the repository is accessed in different environments. Ensure compatibility with your deployment processes.
20-20
: Update lintfix script command.The
lintfix
script now explicitly callseslint
. This improves clarity and execution consistency. Ensure that this change aligns with your development workflow.
26-27
: Add eslint script command.A new
eslint
script entry has been added, allowing for direct invocation of the linter across various file types. This enhances linting capabilities.
70-75
: Upgrade devDependencies.Several devDependencies have been upgraded, including
eslint
,@testing-library
, and various eslint plugins. These upgrades ensure compatibility with newer code standards.Also applies to: 77-87, 92-92
96-96
: Update Node.js engine requirement.The Node.js engine requirement has been updated from version 18 to version 22. This signals a shift towards newer runtime features and improvements. Ensure compatibility with your deployment environment.
100-100
: Update template-oss version.The version for
template-oss
has been incremented, suggesting updates to the template management system. Ensure compatibility with your project setup.
35-37
: Upgrade dependencies.Several dependencies have been upgraded, including
@octokit
,gatsby
, andframer-motion
. These upgrades may introduce new features or fixes. Verify compatibility with your codebase.Also applies to: 39-39, 44-45, 47-47, 51-53, 56-56
content/cli/v10/commands/npm-token.mdx (2)
54-61
: Narrative format for token list improves readability.The change from a tabular to a narrative format in the
npm token list
command output example enhances readability and maintains all necessary information.
68-69
: Concise token creation output is clear and effective.The change to a concise statement for the
npm token create
command output example effectively communicates the necessary information..github/workflows/ci.yml (3)
29-39
: Update to action versions and Node.js version ensures compatibility.The updates to
actions/checkout@v4
,actions/setup-node@v4
, and Node.js version22.x
ensure compatibility with the latest features and improvements.
Line range hint
65-128
: Consistent updates across job definitions.The updates are consistently applied across all job definitions, ensuring uniformity and expected functionality.
41-44
: Verify custom action for npm installation.Ensure that the custom action
./.github/actions/install-latest-npm
is correctly implemented and integrates well with the workflow.Verification successful
Custom action for npm installation is correctly set up.
The
install-latest-npm
action is well-configured to install the latest compatible npm version based on the provided Node version, with special handling for Windows environments. The action uses a composite approach to ensure compatibility and successful installation.
- The
action.yml
file is structured correctly and implements the necessary logic for npm installation.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the existence and setup of the custom action for npm installation. # Test: Check if the custom action directory and files exist. Expect: Directory and main files to exist. fd 'install-latest-npm' --type d --max-depth 3 --exec ls -1 {}Length of output: 75
Script:
#!/bin/bash # Description: Inspect the contents of the action.yml file to verify the setup of the custom action. # Test: Display the contents of action.yml to verify it is set up for npm installation. cat .github/actions/install-latest-npm/action.ymlLength of output: 1849
content/cli/v10/commands/npm-search.mdx (2)
41-41
: Updated command syntax improves clarity.The updated syntax requiring at least one search term enhances clarity and ensures users understand the command requirements.
92-97
: Updated configuration options enhance functionality.The removal of the
long
option and the addition of thesearchlimit
option are clearly documented, improving functionality and clarity..eslintrc.js (3)
22-25
: Addition of TypeScript import resolver.The addition of the
import/resolver
for TypeScript in thesettings
block is a good enhancement for projects using TypeScript. This ensures that ESLint can properly resolve TypeScript imports.
51-51
: Relaxation ofreact/no-unescaped-entities
rule.Setting
'react/no-unescaped-entities': 'off'
in the.mdx
files allows for more flexibility in JSX syntax, which can be useful for documentation purposes. Ensure that this aligns with your project's requirements for handling unescaped entities.Verification successful
Relaxation of
react/no-unescaped-entities
rule verified successfully.The usage of unescaped entities in
.mdx
files aligns with the project's requirements for documentation purposes. The entities found are used correctly and do not present critical issues.
- Instances of unescaped entities like
®
,©
, and<
were found, which are typical in documentation contexts.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the usage of unescaped entities in JSX within .mdx files. # Test: Search for unescaped entities in .mdx files. Expect: No critical issues. rg --type mdx '&[a-zA-Z]+;' -A 2Length of output: 62
Script:
#!/bin/bash # Description: Verify the usage of unescaped entities in JSX within .mdx files. # Find all .mdx files and search for unescaped entities using rg fd --extension mdx --exec rg '&[a-zA-Z]+;' -A 2Length of output: 984
55-55
: Update to file patterns in overrides.The change from
files: ['*.mdx', 'shared.js', 'src/**/*.js']
tofiles: ['*.mdx', 'src/shared.js', 'src/**/*.js']
reflects a focus on specific files within thesrc
directory. Ensure this change aligns with the project's structure and goals.Verification successful
Update to file patterns in overrides is valid.
The inclusion of
src/shared.js
in the ESLint configuration is appropriate as the file exists in the repository. This change aligns with the project's structure and goals.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the existence of `src/shared.js` and its usage. # Test: Check if `src/shared.js` exists and is used in the project. fd 'shared.js' --exec rg 'shared'Length of output: 3583
Script:
#!/bin/bash # Verify the existence of `src/shared.js` in the repository. fd 'shared.js' --full-path 'src/shared.js'Length of output: 141
Script:
#!/bin/bash # Correctly verify the existence of `src/shared.js` in the repository. fd 'shared.js' --exec echo {}Length of output: 47
content/cli/v9/commands/npm-unpublish.mdx (1)
40-42
: Clarification ofnpm-unpublish
behavior.The documentation now clearly explains the behavior when no package name is provided and the conditions for removing the root package entry. This enhances user understanding and aligns with best practices for clear documentation.
.github/workflows/post-dependabot.yml (5)
20-20
: Update toactions/checkout@v4
.Ensure compatibility with the latest features and changes in version 4 of the
actions/checkout
action.Verification successful
Update to
actions/checkout@v4
is compatible.The changelog for
actions/checkout@v4
does not indicate any breaking changes that would affect the current workflow. The update should be safe to apply.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of `actions/checkout@v4` with the current workflow. # Test: Check for any breaking changes in the action's changelog. gh api -H "Accept: application/vnd.github.v3+json" /repos/actions/checkout/releases/latest | jq '.body'Length of output: 809
28-28
: Update toactions/setup-node@v4
.Ensure compatibility with the latest features and changes in version 4 of the
actions/setup-node
action.Verification successful
Update to
actions/setup-node@v4
is compatible.The changelog for the latest release of
actions/setup-node
version 4 does not list any breaking changes. It includes bug fixes, documentation updates, and dependency updates, indicating that the update should be safe for your workflow.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of `actions/setup-node@v4` with the current workflow. # Test: Check for any breaking changes in the action's changelog. gh api -H "Accept: application/vnd.github.v3+json" /repos/actions/setup-node/releases/latest | jq '.body'Length of output: 995
53-53
: Expanded conditional logic fordependabot_dir
.The logic now includes
/main
. Ensure this change aligns with the intended directory structure and functionality.Verification successful
No additional context found for
/main
directory usage.The search did not reveal any references to
/main
that would impact the workflow logic beyond the current file. Ensure that the inclusion of/main
aligns with any undocumented internal practices or future directory plans. If this change is intentional and aligns with the intended directory structure, no further action is needed.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the usage and impact of the `/main` directory in the workflow. # Test: Check for any references to `/main` in the repository to understand its role. rg '/main'Length of output: 4589
31-31
: Node.js version updated to22.x
.Ensure that all dependencies and scripts are compatible with Node.js 22.x.
34-35
: Simplified npm installation step.The step now uses a custom action to install the latest npm version. Verify that this action is correctly implemented and accessible.
Verification successful
Custom Action for Installing Latest npm is Correctly Implemented
The
install-latest-npm
action is implemented correctly. Theaction.yml
file specifies the necessary steps to install the latest compatible version of npm, including handling specific cases for Windows and checking compatibility with the current Node.js version. This ensures that the action is both accessible and functional.
- The action uses a composite run step with shell commands to determine and install the appropriate npm version.
- Compatibility checks are in place for different Node.js versions, particularly addressing known issues with npm on Windows.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the existence and correctness of the custom action `install-latest-npm`. # Test: Check if the custom action file exists and is correctly implemented. fd install-latest-npm --base-directory .github/actions --exec catLength of output: 109
Script:
#!/bin/bash # List the contents of the `install-latest-npm` directory to verify the presence of necessary action files. ls -l .github/actions/install-latest-npmLength of output: 110
Script:
#!/bin/bash # Display the contents of the `action.yml` file to verify the implementation of the custom action. cat .github/actions/install-latest-npm/action.ymlLength of output: 1849
content/cli/v10/commands/npm-config.mdx (1)
74-74
: Clarification onnpm config set
behavior.The updated description specifies that the command modifies the user configuration file unless the
location
argument is passed. This change enhances clarity for users.content/packages-and-modules/updating-and-managing-your-published-packages/deprecating-and-undeprecating-packages-or-package-versions.mdx (1)
77-83
: Clarification on undeprecating packages.The updated instructions clearly differentiate between undeprecating an entire package and a specific version. This improves usability and understanding for users.
content/cli/v10/commands/npm-unpublish.mdx (1)
56-58
: Clarity improvement in package unpublishing behavior.The added explanations clarify how the
npm unpublish
command handles package names and versions, enhancing the documentation's clarity. This change helps users understand the command's behavior better.content/cli/v10/commands/npm-doctor.mdx (2)
41-41
: Improved clarity in command synopsis.The updated synopsis provides a clearer representation of the
npm doctor
command's functionality, enhancing user understanding.
61-79
: Enhanced clarity in section headers.The updated section headers provide clearer descriptions of the checks performed by
npm doctor
, improving user guidance and understanding.Tools
LanguageTool
[style] ~77-~77: Consider a shorter alternative to avoid wordiness.
Context: ...ng tutorials or StackOverflow questions in an effort to troubleshoot problems you may be having...(IN_ORDER_TO_PREMIUM)
content/cli/v10/commands/npx.mdx (1)
124-124
: Informative update on removed options.The documentation correctly informs users about the removal of the
--node-arg
,-n
,--always-spawn
, and--shell
options, guiding them to use alternatives likeNODE_OPTIONS
. This update is crucial for users to adapt to the changes.content/cli/v10/using-npm/workspaces.mdx (1)
22-24
: Improved grammatical clarity.The changes enhance the grammatical correctness and readability of the text, which improves the overall clarity of the documentation.
Tools
LanguageTool
[style] ~24-~24: Consider a shorter alternative to avoid wordiness.
Context: ...ves the need to manually usenpm link
in order to add references to packages that should ...(IN_ORDER_TO_PREMIUM)
content/cli/v10/commands/npm-prune.mdx (1)
106-106
: Clarified default behavior offoreground-scripts
.The documentation now clearly states the conditions under which the default value changes, enhancing user understanding.
content/cli/v10/commands/npm-query.mdx (2)
169-181
: Enhanced documentation for result expectations.The introduction of
--expect-results
and--expect-result-count
options, along with examples, significantly improves the documentation's clarity and usability.Tools
LanguageTool
[uncategorized] ~171-~171: Although a hyphen is possible, it is not necessary in a compound modifier in which the first word is an adverb that ends in ‘ly’.
Context: ...ng state split across two different but identically-named packages causes bugs. You can use the `...(HYPHENATED_LY_ADVERB_ADJECTIVE)
252-269
: Clarified configuration options.The documentation now clearly explains the
expect-results
andexpect-result-count
configurations, providing users with a better understanding of their usage and constraints.Tools
LanguageTool
[style] ~257-~257: Consider shortening this phrase to just ‘whether’, unless you mean ‘regardless of whether’.
Context: ...null - Type: null or Boolean Tells npm whether or not to expect results from the command. Can...(WHETHER)
[style] ~257-~257: To form a complete sentence, be sure to include a subject or ‘there’.
Context: ...not to expect results from the command. Can be either true (expect some results) or...(MISSING_IT_THERE)
[style] ~259-~259: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...false (expect no results). This config can not be used with:expect-result-count
##...(CAN_NOT_PREMIUM)
[style] ~268-~268: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ... results from the command. This config can not be used with:expect-results
## See ...(CAN_NOT_PREMIUM)
content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx (4)
39-39
: Clarification on case sensitivity is helpful.Emphasizing the case sensitivity of the
repository
field inpackage.json
is a valuable addition to prevent potential issues.
92-95
: Updates to GitHub Actions and Node.js version are appropriate.Using
actions/checkout@v4
,actions/setup-node@v4
, and Node.js20.x
reflects a commitment to maintaining up-to-date dependencies, which enhances compatibility and security.
132-147
: Example GitLab CI job is a valuable addition.The inclusion of this example provides clear guidance for users on setting up CI/CD pipelines with GitLab for publishing packages with provenance.
149-167
: Section on verifying provenance attestations is informative.This addition enhances the documentation by providing crucial information on verifying package integrity using
npm audit signatures
.Tools
LanguageTool
[style] ~157-~157: Consider removing “of” to be more concise
Context: ...ignatures and verified attestations for all of the packages in a project: ``` audited 126...(ALL_OF_THE)
[uncategorized] ~167-~167: A comma might be missing here.
Context: ...ou're always able to verify attestation signatures check that you're running the latest ve...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
content/cli/v10/commands/npm-install-ci-test.mdx (1)
112-112
: Clarification offoreground-scripts
default behavior is beneficial.Specifying that the default is
false
unless usingnpm pack
ornpm publish
improves user understanding of the option's behavior.content/cli/v10/commands/npm-run-script.mdx (1)
195-195
: Clarification offoreground-scripts
default behavior is beneficial.Specifying that the default is
false
unless usingnpm pack
ornpm publish
improves user understanding of the option's behavior.content/cli/v10/commands/npm-diff.mdx (2)
219-219
: Clarify the tag application description.The clarification about the
npm dist-tag add
command context improves understanding. Ensure this change aligns with other related documentation.
223-224
: Clarify tag usage innpm publish
.The addition explaining the tag application in the
npm publish
command enhances clarity. Verify consistency with other sections discussingnpm publish
.content/cli/v10/commands/npm-ci.mdx (1)
152-152
: Clarify the default behavior offoreground-scripts
.The clarification regarding the default value of
foreground-scripts
enhances user understanding. Ensure this aligns with other related documentation sections.CONTRIBUTING.md (1)
28-28
: Provide Windows-specific instructions.The addition of Windows-specific instructions for running the development server is helpful. Ensure these instructions are accurate and tested.
content/cli/v10/commands/npm-install-test.mdx (2)
166-166
: Clarification on default behavior is clear.The update regarding the
foreground-scripts
default behavior enhances clarity by specifying when it defaults totrue
.
228-233
: Addition oflibc
section is informative.The new section on
libc
provides valuable details for configuring native modules, contributing to a more comprehensive documentation.content/cli/v10/configuring-npm/package-lock-json.mdx (1)
46-46
: Formatting inference clarification is beneficial.The update ensures consistent formatting between
package.json
andpackage-lock.json
, enhancing readability and reducing potential discrepancies.content/cli/v10/using-npm/scripts.mdx (2)
270-275
: Simplification of lifecycle scripts example is effective.The removal of the
uninstall
script reference focuses the example on relevant phases, aligning with current npm behavior.Tools
LanguageTool
[grammar] ~275-~275: The word ‘install’ is not a noun.
Context: ...ipts/install.js` will be called for the install and post-install stages of the lifecycl...(A_INSTALL)
299-299
: Streamlined best practices section enhances clarity.The reduction in emphasis on non-zero error codes and omission of uninstall scripts maintains focus on essential error handling advice.
Tools
LanguageTool
[uncategorized] ~299-~299: This verb may not be in the correct tense. Consider changing the tense to fit the context better.
Context: ...ean it. If the failure is minor or only will prevent some optional features, then it's bette...(AI_EN_LECTOR_REPLACEMENT_VERB_TENSE)
content/cli/v10/using-npm/config.mdx (3)
648-653
: LGTM!The description for the
libc
configuration option is clear and consistent with the rest of the documentation.
452-452
: LGTM!The clarification of the default behavior for
foreground-scripts
is helpful and improves understanding.
1138-1143
: LGTM!The expanded description for the
tag
configuration option provides valuable context for users.content/cli/v9/using-npm/changelog.mdx (3)
14-21
: Bug Fixes section looks good.The entries are clear and provide necessary links to commits and pull requests.
23-63
: Dependencies section is well-documented.The updates are clearly listed with appropriate links to commits and pull requests.
65-70
: Chores section is clear and informative.The entries provide a good overview of the non-functional updates made.
content/cli/v10/using-npm/changelog.mdx (5)
20-24
: Ensure consistent formatting and clarity.The bug fix descriptions are clear, and the formatting is consistent with the rest of the document. No issues found.
26-31
: Ensure consistent formatting and clarity.The documentation update descriptions are clear, and the formatting is consistent with the rest of the document. No issues found.
33-49
: Ensure consistent formatting and clarity.The dependency update descriptions are clear, and the formatting is consistent with the rest of the document. No issues found.
84-87
: Ensure consistent formatting and clarity.The chore update descriptions are clear, and the formatting is consistent with the rest of the document. No issues found.
89-92
: Ensure consistent formatting and clarity.The chore update descriptions are clear, and the formatting is consistent with the rest of the document. No issues found.
### Commits | ||
|
||
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). | ||
|
||
When opening a pull request please be sure that either the pull request title, or each commit in the pull request, has one of the following prefixes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comma after 'please'.
A comma is needed after "please" for grammatical correctness.
- When opening a pull request please be sure that either the pull request title, or each commit in the pull request, has one of the following prefixes:
+ When opening a pull request, please be sure that either the pull request title, or each commit in the pull request, has one of the following prefixes:
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
### Commits | |
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). | |
When opening a pull request please be sure that either the pull request title, or each commit in the pull request, has one of the following prefixes: | |
### Commits | |
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). | |
When opening a pull request, please be sure that either the pull request title, or each commit in the pull request, has one of the following prefixes: |
Tools
LanguageTool
[typographical] ~54-~54: It seems that a comma is missing.
Context: ...n/v1.0.0/). When opening a pull request please be sure that either the pull request ti...(IF_PLEASE_COMMA)
- `feat`: For when introducing a new feature. | ||
- `fix`: For bug fixes. | ||
- `docs`: For documentation updates. This specifically means the documentation in and this repo, NOT the contents of the documentation site itself. | ||
- `chore`: For changes that do not affect the published site. Often these are changes to tests. The result will be _no_ change to the website when it is next published. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct list punctuation.
Ensure list items are formatted correctly with consistent punctuation.
- - `feat`: For when introducing a new feature.
- - `fix`: For bug fixes.
- - `docs`: For documentation updates. This specifically means the documentation in and this repo, NOT the contents of the documentation site itself.
- - `chore`: For changes that do not affect the published site. Often these are changes to tests. The result will be _no_ change to the website when it is next published.
+ - `feat`: Introduce a new feature.
+ - `fix`: Fix a bug.
+ - `docs`: Update documentation. This specifically means the documentation in this repo, NOT the contents of the documentation site itself.
+ - `chore`: Make changes that do not affect the published site. Often these are changes to tests. The result will be _no_ change to the website when it is next published.
Committable suggestion was skipped due to low confidence.
Tools
LanguageTool
[uncategorized] ~56-~56: Loose punctuation mark.
Context: ...one of the following prefixes: -feat
: For when introducing a new feature. - `...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~57-~57: Loose punctuation mark.
Context: ... when introducing a new feature. -fix
: For bug fixes. -docs
: For documentat...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~58-~58: Loose punctuation mark.
Context: ...eature. -fix
: For bug fixes. -docs
: For documentation updates. This specifi...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~59-~59: Loose punctuation mark.
Context: ...the documentation site itself. -chore
: For changes that do not affect the publ...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~59-~59: A different word order might sound more natural.
Context: ... that do not affect the published site. Often these are changes to tests. The result will be _n...(AI_HYDRA_LEO_WORD_ORDER)
|
||
##### `:vuln` | ||
|
||
The `:vuln` pseudo selector retrieves data from the registry and returns information about which if your dependencies has a known vulnerability. Only dependencies whose current version matches a vulnerability will be returned. For example if you have `[email protected]` in your tree, a vulnerability for `semver` which affects versions `<=6.3.1` will not match. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct grammatical errors.
There are grammatical issues in this sentence. "which if your dependencies has" should be corrected to improve clarity.
- information about which if your dependencies has a known vulnerability.
+ information about which of your dependencies have a known vulnerability.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
The `:vuln` pseudo selector retrieves data from the registry and returns information about which if your dependencies has a known vulnerability. Only dependencies whose current version matches a vulnerability will be returned. For example if you have `[email protected]` in your tree, a vulnerability for `semver` which affects versions `<=6.3.1` will not match. | |
The `:vuln` pseudo selector retrieves data from the registry and returns information about which of your dependencies have a known vulnerability. Only dependencies whose current version matches a vulnerability will be returned. For example if you have `[email protected]` in your tree, a vulnerability for `semver` which affects versions `<=6.3.1` will not match. |
Tools
LanguageTool
[uncategorized] ~121-~121: “if” (in case) seems less likely than “of”.
Context: ...try and returns information about which if your dependencies has a known vulnerabi...(AI_HYDRA_LEO_CP_IF_OF)
[grammar] ~121-~121: “dependencies” is a plural noun. It appears that the verb form is incorrect.
Context: ...mation about which if your dependencies has a known vulnerability. Only dependencie...(PCT_PLURAL_NOUN_SINGULAR_VERB_AGREEMENT)
[typographical] ~121-~121: After the expression ‘for example’ a comma is usually used.
Context: ...s a vulnerability will be returned. For example if you have[email protected]
in your tree...(COMMA_FOR_EXAMPLE)
@@ -197,21 +197,21 @@ npm does not sell information about you to others. However, npm uses services pr | |||
|
|||
- Cloud computing platforms and services that host our discussion forums | |||
|
|||
- Services that assist with the detection of spam, scams, abuse others, or other violations of our [terms of service][privacy] | |||
- Services that assist with the detection of spam, scams, abuse others, or other violations of our [terms of service][open-source-terms] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add missing preposition.
The phrase "abuse others" is missing a preposition.
- Services that assist with the detection of spam, scams, abuse others, or other violations of our [terms of service][open-source-terms]
+ Services that assist with the detection of spam, scams, abuse of others, or other violations of our [terms of service][open-source-terms]
Committable suggestion was skipped due to low confidence.
Tools
LanguageTool
[uncategorized] ~200-~200: Possible missing preposition found.
Context: ...ith the detection of spam, scams, abuse others, or other violations of our [terms of s...(AI_HYDRA_LEO_MISSING_OF)
#1221) …file.mdx mention shortcut flags <!-- What / Why --> for convenience, mention abbreviated versions of `--save-prod` and `--save-dev`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- content/packages-and-modules/contributing-packages-to-the-registry/specifying-dependencies-and-devdependencies-in-a-package-json-file.mdx (1 hunks)
Files skipped from review due to trivial changes (1)
- content/packages-and-modules/contributing-packages-to-the-registry/specifying-dependencies-and-devdependencies-in-a-package-json-file.mdx
…dates group (#1224) Bumps the dependency-updates group with 1 update: [framer-motion](https://github.com/framer/motion). Updates `framer-motion` from 11.3.23 to 11.3.24 <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.3.24] 2024-08-08</h2> <h3>Fixed</h3> <ul> <li>Fixing incorrect version publish.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/93f74bc2a58174a49edae1765ab510bc3d2c62b5"><code>93f74bc</code></a> v11.3.24</li> <li><a href="https://github.com/framer/motion/commit/4eef5c289270f8ea766d9ec6219017067e89c9d2"><code>4eef5c2</code></a> Updating package size</li> <li><a href="https://github.com/framer/motion/commit/697d6bfc056af322b30d89161073768872abd42c"><code>697d6bf</code></a> Updating version</li> <li>See full diff in <a href="https://github.com/framer/motion/compare/v11.3.23...v11.3.24">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Updated the About Modules documentation section of <https://docs.npmjs.com/about-packages-and-modules> to improve clarity of messaging. Co-authored-by: Gar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- content/packages-and-modules/introduction-to-packages-and-modules/about-packages-and-modules.mdx (1 hunks)
Files skipped from review due to trivial changes (1)
- content/packages-and-modules/introduction-to-packages-and-modules/about-packages-and-modules.mdx
<!-- What / Why --> <!-- Describe the request in detail. What it does and why it's being changed. --> English is not my native language but I do not know what are *"biometric devices such as Apple Touch ID, Face ID, or Windows Hello"*. I propose to define that biometric devices (hardware) **feature** the remaining items (technologies/softwares). Please forgive me if I misunderstood the meaning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx (1 hunks)
Additional context used
LanguageTool
content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx
[grammar] ~14-~14: The plural noun “devices” cannot be used with the article “a”. Did you mean “a biometric device” or “biometric devices”?
Context: ...-use]. This will allow you to configure a biometric devices featuring Apple [Touch ID][touch-id], [...(A_NNS)
@@ -11,7 +11,7 @@ You can enable two-factor authentication (2FA) on your npm user account to prote | |||
Before you enable 2FA on your npm user account, you must: | |||
|
|||
- Update your npm client to version 5.5.1 or higher. | |||
- To configure a security-key requires a modern browser that support [WebAuthn][can-i-use]. This will allow you to configure a biometric devices such as Apple [Touch ID][touch-id], [Face ID][face-id], or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis], or [Feitian][feitian]. | |||
- To configure a security-key requires a modern browser that support [WebAuthn][can-i-use]. This will allow you to configure a biometric devices featuring Apple [Touch ID][touch-id], [Face ID][face-id], or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis], or [Feitian][feitian]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct the grammatical error.
The phrase "a biometric devices featuring" should be corrected to "biometric devices featuring" for grammatical accuracy.
- a biometric devices featuring
+ biometric devices featuring
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
- To configure a security-key requires a modern browser that support [WebAuthn][can-i-use]. This will allow you to configure a biometric devices featuring Apple [Touch ID][touch-id], [Face ID][face-id], or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis], or [Feitian][feitian]. | |
- To configure a security-key requires a modern browser that support [WebAuthn][can-i-use]. This will allow you to configure biometric devices featuring Apple [Touch ID][touch-id], [Face ID][face-id], or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis], or [Feitian][feitian]. |
Tools
LanguageTool
[grammar] ~14-~14: The plural noun “devices” cannot be used with the article “a”. Did you mean “a biometric device” or “biometric devices”?
Context: ...-use]. This will allow you to configure a biometric devices featuring Apple [Touch ID][touch-id], [...(A_NNS)
…oup (#1229) Bumps the dependency-updates group with 1 update: [downshift](https://github.com/downshift-js/downshift). Updates `downshift` from 9.0.7 to 9.0.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/downshift-js/downshift/releases">downshift's releases</a>.</em></p> <blockquote> <h2>v9.0.8</h2> <h2><a href="https://github.com/downshift-js/downshift/compare/v9.0.7...v9.0.8">9.0.8</a> (2024-08-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>hooks:</strong> suppressRefError improvement (<a href="https://redirect.github.com/downshift-js/downshift/issues/1618">#1618</a>) (<a href="https://github.com/downshift-js/downshift/commit/59d3498faafd3c3b4832a20dab7485502ce67284">59d3498</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/downshift-js/downshift/commit/59d3498faafd3c3b4832a20dab7485502ce67284"><code>59d3498</code></a> fix(hooks): suppressRefError improvement (<a href="https://redirect.github.com/downshift-js/downshift/issues/1618">#1618</a>)</li> <li>See full diff in <a href="https://github.com/downshift-js/downshift/compare/v9.0.7...v9.0.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gar <[email protected]>
Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 21.0.0. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/[email protected]) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (5)
- .github/workflows/codeql-analysis.yml (1 hunks)
- cli/package.json (1 hunks)
- cli/test/index.js (1 hunks)
- cli/test/transform.js (1 hunks)
- package.json (3 hunks)
Files skipped from review as they are similar to previous changes (2)
- cli/package.json
- package.json
Additional comments not posted (5)
.github/workflows/codeql-analysis.yml (3)
26-26
: Update toactions/checkout@v4
is approved.The update to the latest version may include improvements and bug fixes. Ensure compatibility with the rest of the workflow.
32-32
: Update togithub/codeql-action/init@v3
is approved.This update may bring enhancements and fixes. Verify compatibility with the CodeQL setup.
36-36
: Update togithub/codeql-action/analyze@v3
is approved.The update to the latest version can improve the analysis process. Ensure that it aligns with your current CodeQL configurations.
cli/test/transform.js (1)
5-5
: Switch tot.mockRequire
is approved.The change may improve module resolution during testing. Verify that all tests pass and behave as expected with this new mocking strategy.
cli/test/index.js (1)
69-69
: Switch tot.mockRequire
is approved.This change is likely to enhance the accuracy of module mocking. Ensure that all tests pass and maintain their intended functionality with this update.
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.0.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v15.0.7...v16.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
This is an optional peer dep for `@testing-library/react@16` that is not very optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (3 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
…dates group across 1 directory (#1234) Bumps the dependency-updates group with 1 update in the / directory: [framer-motion](https://github.com/framer/motion). Updates `framer-motion` from 11.3.24 to 11.3.28 <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.3.28] 2024-08-15</h2> <h3>Fixed</h3> <ul> <li>Use <code>startTime</code> instead of <code>elapsed</code> to sync optimised animations.</li> </ul> <h2>[11.3.27] 2024-08-14</h2> <h3>Changed</h3> <ul> <li>Allow manual setting of <code>startTime</code> via animation options (currently for internal use only).</li> </ul> <h2>[11.3.26] 2024-08-14</h2> <h3>Fixed</h3> <ul> <li>Improving synchronisation between DOM animations on externally-provided <code>MotionValue</code>s and internal <code>MotionValue</code>s.</li> <li>Fixing unit conversion on DOM animations with externally-provided <code>MotionValue</code>s.</li> </ul> <h2>[11.3.25] 2024-08-14</h2> <h3>Changed</h3> <ul> <li>Improve calculation of <code>startTime</code> to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/74a3037316ede3fb24218c80adeca278ab2ea861"><code>74a3037</code></a> v11.3.28</li> <li><a href="https://github.com/framer/motion/commit/49b72e17234571dc3bd9c23c3e6122c8f56c61a0"><code>49b72e1</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/7b377d67987051cfa26ae54007085e83ca8d0a4a"><code>7b377d6</code></a> Manually set handoff animation <code>startTime</code> (<a href="https://redirect.github.com/framer/motion/issues/2756">#2756</a>)</li> <li><a href="https://github.com/framer/motion/commit/12a5189c0811d3d84e23a9f6236bff37ea688dbb"><code>12a5189</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/c810c294c9ad8f4852127a14f1a2fdab7fd19885"><code>c810c29</code></a> v11.3.27</li> <li><a href="https://github.com/framer/motion/commit/b9d493143d8ab0dbe23ef760aee40b7e866ecb87"><code>b9d4931</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/f5274e880429ed381866995e3c8ae4e560991c20"><code>f5274e8</code></a> Allow animation <code>startTime</code> to be set manually (<a href="https://redirect.github.com/framer/motion/issues/2755">#2755</a>)</li> <li><a href="https://github.com/framer/motion/commit/4f06f9ea77fbc8d820d43779e04f81e74c19194a"><code>4f06f9e</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/a11b8b17804aa2650ad369a9ce5c57df68f1fa18"><code>a11b8b1</code></a> v11.3.26</li> <li><a href="https://github.com/framer/motion/commit/0ab91e963ae898382fa1097676d4109d38436173"><code>0ab91e9</code></a> Updating changelog</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.3.24...v11.3.28">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tes group (#1236) Bumps the dependency-updates group with 1 update: [@octokit/rest](https://github.com/octokit/rest.js). Updates `@octokit/rest` from 21.0.1 to 21.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.2</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">21.0.2</a> (2024-08-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> update to react 18 and latest gatsby deps (<a href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>) (<a href="https://github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7">9a80f06</a>), closes <a href="https://redirect.github.com/octokit/rest.js/issues/216">#216</a> <a href="https://redirect.github.com/octokit/rest.js/issues/230">#230</a> <a href="https://redirect.github.com/octokit/rest.js/issues/460">#460</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7"><code>9a80f06</code></a> fix(docs): update to react 18 and latest gatsby deps (<a href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/3b5a8e81399eefa63539185abfe80918771bec4e"><code>3b5a8e8</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/459">#459</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a4eeb64ac5691fbed64ad1bbf1fb0abe69ce6f2"><code>5a4eeb6</code></a> test: re-activate more tests and convert them to typescript (<a href="https://redirect.github.com/octokit/rest.js/issues/457">#457</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates group (#1241) Bumps the dependency-updates group with 1 update: [framer-motion](https://github.com/framer/motion). Updates `framer-motion` from 11.3.28 to 11.3.29 <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.3.29] 2024-08-21</h2> <h3>Fixed</h3> <ul> <li>Selective cancellation of optimised appear animations.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/9ce1eadac0ac67adbf2f911bd61602118fa7f8de"><code>9ce1ead</code></a> v11.3.29</li> <li><a href="https://github.com/framer/motion/commit/cffd68e49286d4c3e0570802d580d96384f15f32"><code>cffd68e</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/ddf2e3cb8d37fd56d505f2b125c621d450869f72"><code>ddf2e3c</code></a> Selectively cancel parts of tree with layout animation/optimised transform co...</li> <li><a href="https://github.com/framer/motion/commit/9257a79af578f67b419ac900c3c2c749c2332b5a"><code>9257a79</code></a> Updating version</li> <li>See full diff in <a href="https://github.com/framer/motion/compare/v11.3.28...v11.3.29">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ates (#1576) Bumps the dependency-updates group with 4 updates in the / directory: [@primer/react](https://github.com/primer/react), [framer-motion](https://github.com/motiondivision/motion), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier). Updates `@primer/react` from 37.21.0 to 37.22.0 <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/37"><code>@37</code></a>.22.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5981">#5981</a> <a href="https://github.com/primer/react/commit/b03f78fa0d208f932ce056d8a5b64b81da812048"><code>b03f78f</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the BaseStyles component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5970">#5970</a> <a href="https://github.com/primer/react/commit/02ed196d510e757907e2acf780d471dad4a68e37"><code>02ed196</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the TextInput component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5984">#5984</a> <a href="https://github.com/primer/react/commit/103c3bf9a7385bf6f274fe5abadc3f5cb200b026"><code>103c3bf</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Add support for the <code>className</code> prop to <code>FormControl.Validation</code></p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5982">#5982</a> <a href="https://github.com/primer/react/commit/36f100706a32d369d1f464caeaa60ff38b576d30"><code>36f1007</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the Overlay component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5969">#5969</a> <a href="https://github.com/primer/react/commit/1066419cd7de84174bd53bdde0e4c0c866d20e45"><code>1066419</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the Dialog component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5872">#5872</a> <a href="https://github.com/primer/react/commit/2b98c2cc09dea0097b0cfb0b32bc1393b8cd5521"><code>2b98c2c</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the TooltipV2 component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5934">#5934</a> <a href="https://github.com/primer/react/commit/c1ea6cf6ff4a1ecca7861da242ab9a6935a8139f"><code>c1ea6cf</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the TreeView component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5983">#5983</a> <a href="https://github.com/primer/react/commit/8a22d86693bd98c7993730f87706f01564d06a89"><code>8a22d86</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the ProgressBar component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5973">#5973</a> <a href="https://github.com/primer/react/commit/6d3fc0553da65631ecbb049e763adda01776c276"><code>6d3fc05</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Update components to use jsx from react/jsx-runtime instead of createElement</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5986">#5986</a> <a href="https://github.com/primer/react/commit/308fe82909f3d922be0a6582f83e96798678ec78"><code>308fe82</code></a> Thanks <a href="https://github.com/francinelucca"><code>@francinelucca</code></a>! - fix(SelectPanel): do not depend on id for selection comparison</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5968">#5968</a> <a href="https://github.com/primer/react/commit/0ea045aa05c2555cd54b8c76394a0c5c8f3dab1d"><code>0ea045a</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the primer_react_css_modules_staff feature flag. Also needed to rework the feature flag logic for the NavList component.</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5963">#5963</a> <a href="https://github.com/primer/react/commit/7562cbb68cdbfa11dcc7f08f802da10591af8abe"><code>7562cbb</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Update Avatar component to correctly merge style when style prop is provided</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/d406a451298fda830ac9a7d5a0b98bc25eb24d46"><code>d406a45</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/5966">#5966</a>)</li> <li><a href="https://github.com/primer/react/commit/b287a4463ba502cf6d9236f99f007481cdd174d8"><code>b287a44</code></a> Revert "Fix extra padding on SelectPanel with groups" (<a href="https://redirect.github.com/primer/react/issues/6008">#6008</a>)</li> <li><a href="https://github.com/primer/react/commit/308fe82909f3d922be0a6582f83e96798678ec78"><code>308fe82</code></a> fix(SelectPanel): do not depend on id for selection comparison (<a href="https://redirect.github.com/primer/react/issues/5986">#5986</a>)</li> <li><a href="https://github.com/primer/react/commit/c359028d9de23c3b922fafe0fa0c3ea487840a36"><code>c359028</code></a> docs: add css layers adr (<a href="https://redirect.github.com/primer/react/issues/5916">#5916</a>)</li> <li><a href="https://github.com/primer/react/commit/445b5d5628b093e712b1afd82e0d371cb7358329"><code>445b5d5</code></a> Fix extra padding on SelectPanel with groups (<a href="https://redirect.github.com/primer/react/issues/5869">#5869</a>)</li> <li><a href="https://github.com/primer/react/commit/b03f78fa0d208f932ce056d8a5b64b81da812048"><code>b03f78f</code></a> chore(BaseStyles): Remove the CSS modules feature flag from the BaseStyles co...</li> <li><a href="https://github.com/primer/react/commit/103c3bf9a7385bf6f274fe5abadc3f5cb200b026"><code>103c3bf</code></a> feat: add support for className to FormControl.Validation (<a href="https://redirect.github.com/primer/react/issues/5984">#5984</a>)</li> <li><a href="https://github.com/primer/react/commit/36f100706a32d369d1f464caeaa60ff38b576d30"><code>36f1007</code></a> chore(Overlay): Remove the CSS modules feature flag from the Overlay componen...</li> <li><a href="https://github.com/primer/react/commit/8a22d86693bd98c7993730f87706f01564d06a89"><code>8a22d86</code></a> chore(ProgressBar): Remove the CSS modules feature flag from the ProgressBar ...</li> <li><a href="https://github.com/primer/react/commit/6d3fc0553da65631ecbb049e763adda01776c276"><code>6d3fc05</code></a> feat: add automatic transform for jsx runtime (<a href="https://redirect.github.com/primer/react/issues/5973">#5973</a>)</li> <li>Additional commits viewable 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 12.9.4 to 12.10.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.10.1] 2025-05-07</h2> <h3>Changed</h3> <ul> <li>Main thread <code>scroll</code> animations are now lazy, resolving after <code>"scroll"</code> events instead of every animation frame.</li> </ul> <h2>[12.10.0] 2025-05-06</h2> <h3>Added</h3> <ul> <li><code>styleEffect</code> now supports: <ul> <li>Default value types</li> <li>Independent transforms</li> <li>CSS variables</li> </ul> </li> </ul> <h2>[12.9.8] 2025-05-05</h2> <h3>Fixed</h3> <ul> <li>Fixing press after parent is dragged.</li> </ul> <h2>[12.9.7] 2025-05-05</h2> <h3>Fixed</h3> <ul> <li>Fix mixing <code>PopChild</code> with Astro view transitions.</li> </ul> <h2>[12.9.6] 2025-05-05</h2> <h3>Fixed</h3> <ul> <li>Fix setting <code>transformBox</code> via <code>style</code>.</li> </ul> <h2>[12.9.5] 2025-05-05</h2> <h3>Fixed</h3> <ul> <li>Fixed drag <code>undefined</code> error in React 19 Strict Mode.</li> <li>Skip keyframe measurements for values without support for unit conversion.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/3286649fa3afcd370568f1dfd5c9f12a53e1c3c0"><code>3286649</code></a> v12.10.1</li> <li><a href="https://github.com/motiondivision/motion/commit/8911c24cdec235f0a22e441293102d5e707ead20"><code>8911c24</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/20fc02e9049a93ea8ed20ca3c0d49559e8af63bc"><code>20fc02e</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3192">#3192</a> from motiondivision/feature/thrashing-benchmarks</li> <li><a href="https://github.com/motiondivision/motion/commit/adc22aacadb91da6e6902439ee21a8b6a1ef8b32"><code>adc22aa</code></a> Fixing test</li> <li><a href="https://github.com/motiondivision/motion/commit/4897516e80bc5305347715b7edc35060090b0283"><code>4897516</code></a> Updating driver type</li> <li><a href="https://github.com/motiondivision/motion/commit/b843a151189f27ea4282fdcb78f96df5132fab55"><code>b843a15</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/35837478623f522e2730081d176214a1d4f23edd"><code>3583747</code></a> Lazy scroll</li> <li><a href="https://github.com/motiondivision/motion/commit/a9fb32a5bc0a55dbb857ab950be0e494bb8bde94"><code>a9fb32a</code></a> v12.10.0</li> <li><a href="https://github.com/motiondivision/motion/commit/779baf97d6e2a6042eed21c337b22814d3b6153b"><code>779baf9</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3190">#3190</a> from motiondivision/feature/style-effect-transform</li> <li><a href="https://github.com/motiondivision/motion/commit/03675c7b0a37e83abc73b0f3fc3744b20b2340ed"><code>03675c7</code></a> Fixing tests</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.9.4...v12.10.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-prettier` from 10.1.2 to 10.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/releases">eslint-config-prettier's releases</a>.</em></p> <blockquote> <h2>v10.1.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/325">#325</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df"><code>4e95a1d</code></a> Thanks <a href="https://github.com/pilikan"><code>@pilikan</code></a>! - fix: this package is <code>commonjs</code>, align its types correctly</li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/pilikan"><code>@pilikan</code></a> made their first contribution in <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/325">prettier/eslint-config-prettier#325</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3">https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h2>10.1.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/325">#325</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df"><code>4e95a1d</code></a> Thanks <a href="https://github.com/pilikan"><code>@pilikan</code></a>! - fix: this package is <code>commonjs</code>, align its types correctly</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/cdc4a5c7e39e7f2d5760c60ea39cecb028fb34dc"><code>cdc4a5c</code></a> chore: release eslint-config-prettier (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/326">#326</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df"><code>4e95a1d</code></a> fix: this package is <code>commonjs</code>, align its types correctly (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/325">#325</a>)</li> <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-prettier` from 5.3.1 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/736">#736</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/59a0cae5f27801d7e00f257c6be059a848b32fbe"><code>59a0cae</code></a> Thanks <a href="https://github.com/yashtech00"><code>@yashtech00</code></a>! - refactor: migrate <code>worker.js</code> to <code>worker.mjs</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h2>5.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/736">#736</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/59a0cae5f27801d7e00f257c6be059a848b32fbe"><code>59a0cae</code></a> Thanks <a href="https://github.com/yashtech00"><code>@yashtech00</code></a>! - refactor: migrate <code>worker.js</code> to <code>worker.mjs</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/cd48a275f130e515f23cebdf7c6cb588b041cd64"><code>cd48a27</code></a> chore: release eslint-plugin-prettier (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/737">#737</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/59a0cae5f27801d7e00f257c6be059a848b32fbe"><code>59a0cae</code></a> refactor: migrate <code>worker.js</code> to <code>worker.mjs</code> (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/736">#736</a>)</li> <li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.3.1...v5.4.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>
…th 4 updates" (#1577) Reverts #1576 ### Issues #### Transparent menus  #### Search text not visible I typed "install", but it's not visible 
Bumps the dependency-updates group with 4 updates: [@primer/react](https://github.com/primer/react), [framer-motion](https://github.com/motiondivision/motion), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier). Updates `@primer/react` from 37.21.0 to 37.23.0 - [Release notes](https://github.com/primer/react/releases) - [Commits](https://github.com/primer/react/compare/@primer/[email protected]...@primer/[email protected]) Updates `framer-motion` from 12.9.4 to 12.10.5 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.9.4...v12.10.5) Updates `eslint-config-prettier` from 10.1.2 to 10.1.5 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5) Updates `eslint-plugin-prettier` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: "@primer/react" dependency-version: 37.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: framer-motion dependency-version: 12.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: eslint-config-prettier dependency-version: 10.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependency-updates - dependency-name: eslint-plugin-prettier dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the dependency-updates group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [semver](https://github.com/npm/node-semver). Updates `framer-motion` from 12.10.5 to 12.11.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.11.0] 2025-05-12</h2> <h3>Added</h3> <ul> <li>Added <code>value.isEffectActive</code> for internal use.</li> </ul> <h2>[12.10.6] 2025-05-09</h2> <h3>Fixed</h3> <ul> <li>Stop firing <code>.then()</code> after <code>.stop()</code> and <code>.cancel()</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/cde4129c7ab0b81d60a44b38c7e3aad81e9c243b"><code>cde4129</code></a> v12.11.0</li> <li><a href="https://github.com/motiondivision/motion/commit/ff5384ecb7773ed92e499d2b84f23da2b1156811"><code>ff5384e</code></a> Adding isEffectActive</li> <li><a href="https://github.com/motiondivision/motion/commit/3c1f44bdd5f8ef5ceeb6f69789f846a109a5f351"><code>3c1f44b</code></a> v12.10.6</li> <li><a href="https://github.com/motiondivision/motion/commit/d3bd2e666456bdb42102616aa2cdcc068d0e6aba"><code>d3bd2e6</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/c8151ed0a21c1a00113c5b2a7c5c2e7becdc00f7"><code>c8151ed</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3203">#3203</a> from motiondivision/fix/cancel-then</li> <li><a href="https://github.com/motiondivision/motion/commit/630f00d549338525a089de552c57940da4887b60"><code>630f00d</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/5f7aa971e813dba1000b06fa16be069dbb0d3751"><code>5f7aa97</code></a> Fixing test</li> <li><a href="https://github.com/motiondivision/motion/commit/debc05e5aaa492a812e7f5864f50e0713296dc92"><code>debc05e</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/9798602d06f3da61ad339bcb8ffa3df275ff2c74"><code>9798602</code></a> Don't fire then after stop and cancel</li> <li>See full diff in <a href="https://github.com/motiondivision/motion/compare/v12.10.5...v12.11.0">compare view</a></li> </ul> </details> <br /> Updates `semver` from 7.7.1 to 7.7.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.7.2</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2">7.7.2</a> (2025-05-12)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/fcafb61ed566ff8ccf24818dd94b76738f037aa4"><code>fcafb61</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/780">#780</a> add missing <code>'use strict'</code> directives (<a href="https://redirect.github.com/npm/node-semver/issues/780">#780</a>) (<a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c99f336fa3bdff465652f9041eab2127d2f52eb2"><code>c99f336</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/781">#781</a> prerelease identifier starting with digits (<a href="https://redirect.github.com/npm/node-semver/issues/781">#781</a>) (<a href="https://github.com/mbtools"><code>@mbtools</code></a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/c760403b935d3ad35f83e9bbe5ebe1badef2fc71"><code>c760403</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/784">#784</a> template-oss-apply for workflow permissions (<a href="https://redirect.github.com/npm/node-semver/issues/784">#784</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2677f2a88334b0e728dbfe9ad9f5f57458437c87"><code>2677f2a</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/778">#778</a> bump <code>@npmcli/template-oss</code> from 4.23.6 to 4.24.3 (<a href="https://redirect.github.com/npm/node-semver/issues/778">#778</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/npm-cli-bot"><code>@npm-cli-bot</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2">7.7.2</a> (2025-05-12)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/fcafb61ed566ff8ccf24818dd94b76738f037aa4"><code>fcafb61</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/780">#780</a> add missing <code>'use strict'</code> directives (<a href="https://redirect.github.com/npm/node-semver/issues/780">#780</a>) (<a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c99f336fa3bdff465652f9041eab2127d2f52eb2"><code>c99f336</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/781">#781</a> prerelease identifier starting with digits (<a href="https://redirect.github.com/npm/node-semver/issues/781">#781</a>) (<a href="https://github.com/mbtools"><code>@mbtools</code></a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/c760403b935d3ad35f83e9bbe5ebe1badef2fc71"><code>c760403</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/784">#784</a> template-oss-apply for workflow permissions (<a href="https://redirect.github.com/npm/node-semver/issues/784">#784</a>) (<a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2677f2a88334b0e728dbfe9ad9f5f57458437c87"><code>2677f2a</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/778">#778</a> bump <code>@npmcli/template-oss</code> from 4.23.6 to 4.24.3 (<a href="https://redirect.github.com/npm/node-semver/issues/778">#778</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/npm-cli-bot"><code>@npm-cli-bot</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/281055e7716ef0415a8826972471331989ede58c"><code>281055e</code></a> chore: release 7.7.2 (<a href="https://redirect.github.com/npm/node-semver/issues/783">#783</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/fcafb61ed566ff8ccf24818dd94b76738f037aa4"><code>fcafb61</code></a> fix: add missing <code>'use strict'</code> directives (<a href="https://redirect.github.com/npm/node-semver/issues/780">#780</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c760403b935d3ad35f83e9bbe5ebe1badef2fc71"><code>c760403</code></a> chore: template-oss-apply for workflow permissions (<a href="https://redirect.github.com/npm/node-semver/issues/784">#784</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/c99f336fa3bdff465652f9041eab2127d2f52eb2"><code>c99f336</code></a> fix: prerelease identifier starting with digits (<a href="https://redirect.github.com/npm/node-semver/issues/781">#781</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2677f2a88334b0e728dbfe9ad9f5f57458437c87"><code>2677f2a</code></a> chore: bump <code>@npmcli/template-oss</code> from 4.23.6 to 4.24.3 (<a href="https://redirect.github.com/npm/node-semver/issues/778">#778</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/0b98655dbc1a9eb79370ed80f557be98d1c06587"><code>0b98655</code></a> chore: bump <code>@npmcli/template-oss</code> from 4.23.4 to 4.23.6 (<a href="https://redirect.github.com/npm/node-semver/issues/760">#760</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.7.1...v7.7.2">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>
Bumps the dependency-updates group with 2 updates: [@primer/octicons-react](https://github.com/primer/octicons) and [framer-motion](https://github.com/motiondivision/motion). Updates `@primer/octicons-react` from 19.15.1 to 19.15.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/primer/octicons/releases"><code>@primer/octicons-react</code>'s releases</a>.</em></p> <blockquote> <h2>v19.15.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1070">#1070</a> <a href="https://github.com/primer/octicons/commit/795101e3a46d6835fb2e091384033d8962ab08d1"><code>795101e3</code></a> Thanks <a href="https://github.com/smockle"><code>@smockle</code></a>! - Add <code>pause</code> icon</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/primer/octicons/blob/main/CHANGELOG.md"><code>@primer/octicons-react</code>'s changelog</a>.</em></p> <blockquote> <h2>19.15.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/primer/octicons/pull/1070">#1070</a> <a href="https://github.com/primer/octicons/commit/795101e3a46d6835fb2e091384033d8962ab08d1"><code>795101e3</code></a> Thanks <a href="https://github.com/smockle"><code>@smockle</code></a>! - Add <code>pause</code> icon</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/octicons/commit/d161820dfbb868df7da56ba5bda313920b22e55a"><code>d161820</code></a> Version Packages (<a href="https://redirect.github.com/primer/octicons/issues/1090">#1090</a>)</li> <li><a href="https://github.com/primer/octicons/commit/795101e3a46d6835fb2e091384033d8962ab08d1"><code>795101e</code></a> Add <code>pause</code> icon (<a href="https://redirect.github.com/primer/octicons/issues/1070">#1070</a>)</li> <li><a href="https://github.com/primer/octicons/commit/12b53da1c0a4339fc00d1b8e14367357f4244aea"><code>12b53da</code></a> Bump next from 14.2.21 to 14.2.26 in /lib/octicons_react (<a href="https://redirect.github.com/primer/octicons/issues/1088">#1088</a>)</li> <li><a href="https://github.com/primer/octicons/commit/ede8e1acef3c7c036799af286f1ee2d755f04225"><code>ede8e1a</code></a> Bump ws from 5.2.3 to 5.2.4 in /lib/octicons_styled (<a href="https://redirect.github.com/primer/octicons/issues/1080">#1080</a>)</li> <li><a href="https://github.com/primer/octicons/commit/93a0671432f0c13c25a09de5434cfc3d62ca0a9a"><code>93a0671</code></a> Bump nanoid from 3.2.0 to 3.3.9 in /lib/octicons_styled (<a href="https://redirect.github.com/primer/octicons/issues/1083">#1083</a>)</li> <li><a href="https://github.com/primer/octicons/commit/2ed69e77a77f9a26bd8275c6e6301cc96dfddc12"><code>2ed69e7</code></a> Bump <code>@adobe/css-tools</code> from 4.0.1 to 4.4.2 in /lib/octicons_react (<a href="https://redirect.github.com/primer/octicons/issues/1086">#1086</a>)</li> <li><a href="https://github.com/primer/octicons/commit/863af9507f27e8e99f13237873c0a1897eaf5640"><code>863af95</code></a> Bump rollup from 4.18.0 to 4.22.4 in /lib/octicons_styled (<a href="https://redirect.github.com/primer/octicons/issues/1077">#1077</a>)</li> <li><a href="https://github.com/primer/octicons/commit/b6ec40fc76639142eba6db77f1ba6f7186ebccb0"><code>b6ec40f</code></a> Bump <code>@babel/helpers</code> from 7.13.10 to 7.26.10 (<a href="https://redirect.github.com/primer/octicons/issues/1084">#1084</a>)</li> <li><a href="https://github.com/primer/octicons/commit/831c73a019e336449f4e7e39732af9f599d8cc0e"><code>831c73a</code></a> Bump ws from 8.8.1 to 8.18.1 in /lib/octicons_react (<a href="https://redirect.github.com/primer/octicons/issues/1082">#1082</a>)</li> <li><a href="https://github.com/primer/octicons/commit/c58bbbd244c6a3b7497a28591ace6f749ede8fb4"><code>c58bbbd</code></a> Bump braces from 3.0.2 to 3.0.3 in /lib/octicons_react (<a href="https://redirect.github.com/primer/octicons/issues/1081">#1081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/primer/octicons/compare/v19.15.1...v19.15.2">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.11.0 to 12.11.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.11.3] 2025-05-14</h2> <h3>Changed</h3> <ul> <li><code>useWillChange</code> now only adds <code>transform</code> to <code>will-change</code> to prevent issues with prematurely flattened <code>preserve-3d</code>.</li> </ul> <h2>[12.11.2] 2025-05-14</h2> <h3>Fixed</h3> <ul> <li>Removed <code>__VERSION__</code> placeholder from motion value.</li> <li>Fixed types for <code>Reorder</code> component.</li> </ul> <h2>[12.11.1] 2025-05-14</h2> <h3>Fixed</h3> <ul> <li>Default <code>scroll</code> tracking to <code>document.scrollingElement</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/01c79e8d332e6ce7014ab1aaea061b8d2986e7de"><code>01c79e8</code></a> v12.11.3</li> <li><a href="https://github.com/motiondivision/motion/commit/d3c12c5441a48618f82fa44fba5d5bc08d52c1fe"><code>d3c12c5</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/5fc6c83703376821b29d709204d89228153f9f53"><code>5fc6c83</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3214">#3214</a> from motiondivision/fix/will-change-transform-only</li> <li><a href="https://github.com/motiondivision/motion/commit/4c2dc92fbf6269a02df2300c91bee87bad695285"><code>4c2dc92</code></a> Updating will-change test</li> <li><a href="https://github.com/motiondivision/motion/commit/2e0bf6bdfcb3a97a11838bd8b65ee4a40718f702"><code>2e0bf6b</code></a> Updating will change to only add transform to will-change style</li> <li><a href="https://github.com/motiondivision/motion/commit/6623c71923fb3c7e68b0672ccdc8d207b0c2ab78"><code>6623c71</code></a> v12.11.2</li> <li><a href="https://github.com/motiondivision/motion/commit/de94c891d88cb0b427d08874654f5fc5b09f51c5"><code>de94c89</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/5b15381530b7cd5233423ad2a0672a94124ab553"><code>5b15381</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3205">#3205</a> from hirotomoyamada/fix/reorder-item-type</li> <li><a href="https://github.com/motiondivision/motion/commit/fe0d310434323a5eaf52c8a7da36a55b181a146e"><code>fe0d310</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3213">#3213</a> from motiondivision/fix/remove-motion-value-version</li> <li><a href="https://github.com/motiondivision/motion/commit/1d428ac3f980771ddbcf40711d8018f9f52b515b"><code>1d428ac</code></a> Removing motion value version</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.11.0...v12.11.3">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>
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 5.28.5 to 6.21.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v6.21.3</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] append crlf to formdata body by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4210">nodejs/undici#4210</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3">https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3</a></p> <h2>v6.21.2</h2> <h2>What's Changed</h2> <ul> <li>fix(types): add missing DNS interceptor by <a href="https://github.com/slagiewka"><code>@slagiewka</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4024">nodejs/undici#4024</a></li> <li>[v6.x] fix wpts on windows by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4093">nodejs/undici#4093</a></li> <li>Removed clients with unrecoverable errors from the Pool <a href="https://redirect.github.com/nodejs/undici/pull/4088">nodejs/undici#4088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/slagiewka"><code>@slagiewka</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4024">nodejs/undici#4024</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2">https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2</a></p> <h2>v6.21.1</h2> <h1>⚠️ Security Release⚠️ </h1> <p>Fixes CVE CVE-2025-22150 <a href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a> (embargoed until 22-01-2025).</p> <h2>What's Changed</h2> <ul> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3736">#3736</a>): back-port 183f8e9 to v6.x by <a href="https://github.com/ggoodman"><code>@ggoodman</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3855">nodejs/undici#3855</a></li> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3817">#3817</a>): send servername for SNI on TLS (<a href="https://redirect.github.com/nodejs/undici/issues/3821">#3821</a>) [backport] by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3864">nodejs/undici#3864</a></li> <li>fix: sending formdata bodies with http2 (<a href="https://redirect.github.com/nodejs/undici/issues/3863">#3863</a>) [backport] by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3866">nodejs/undici#3866</a></li> <li>[Backport v6.x] fix: Fixed the issue that there is no running request when http2 goaway by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3877">nodejs/undici#3877</a></li> <li>types: [backport] Update return type of RetryCallback (<a href="https://redirect.github.com/nodejs/undici/issues/3851">#3851</a>) by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3876">nodejs/undici#3876</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1">https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1</a></p> <h2>v6.21.0</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] web: mark as uncloneable when possible (<a href="https://redirect.github.com/nodejs/undici/issues/3709">#3709</a>) by <a href="https://github.com/jazelly"><code>@jazelly</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3744">nodejs/undici#3744</a></li> <li>[Backport v6.x] fetch: fix content-encoding order by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3764">nodejs/undici#3764</a></li> <li>[Backport v6.x] fix: handle undefined deref() of WeakRef(socket) by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3822">nodejs/undici#3822</a></li> <li>[Backport v6.x] fix: range end is zero-indexed by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3827">nodejs/undici#3827</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.20.1...v6.21.0">https://github.com/nodejs/undici/compare/v6.20.1...v6.21.0</a></p> <h2>v6.20.1</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] jsdoc: add jsdoc to lib/web/fetch/constants.js by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3710">nodejs/undici#3710</a></li> <li>[Backport v6.x] feat: implement <code>BodyReadable.bytes</code> by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3711">nodejs/undici#3711</a></li> <li>fix: add more expectsPayload methods by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3715">nodejs/undici#3715</a></li> <li>[Backport v6.x] chore(H2): onboard H2 into Undici queueing system (<a href="https://redirect.github.com/nodejs/undici/issues/3707">#3707</a>) by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3724">nodejs/undici#3724</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/da0e823ac0e89390256d61c429df0cf236afb79e"><code>da0e823</code></a> Bumped v6.21.4</li> <li><a href="https://github.com/nodejs/undici/commit/dbbe0a2d5004cd7b6016e52736f59ce37bdb1556"><code>dbbe0a2</code></a> append crlf to formdata body (<a href="https://redirect.github.com/nodejs/undici/issues/3625">#3625</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/4210">#4210</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/b63d939953fe20cfd6718e8eed437da983ac7b12"><code>b63d939</code></a> Bumped v6.21.2</li> <li><a href="https://github.com/nodejs/undici/commit/de1e4b8a39d102bb34155c3fdec3f18806b93d9c"><code>de1e4b8</code></a> [v6.x] fix wpts on windows (<a href="https://redirect.github.com/nodejs/undici/issues/4093">#4093</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/4e07dda835ffb2ff7a1b1323dd94c61b8feaa3c5"><code>4e07dda</code></a> test: fix windows wpt (<a href="https://redirect.github.com/nodejs/undici/issues/4050">#4050</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/133387138c9158d3b6e9493833986c34837035ad"><code>1333871</code></a> Removed clients with unrecoverable errors from the Pool (<a href="https://redirect.github.com/nodejs/undici/issues/4088">#4088</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a0e76c73a8ecb913beea7e2210e40d12b7c5cf69"><code>a0e76c7</code></a> fix(types): add missing DNS interceptor (<a href="https://redirect.github.com/nodejs/undici/issues/4024">#4024</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/e260e7bb173abe3399dabd61338ca4a71fcf8825"><code>e260e7b</code></a> Bumped v6.21.1</li> <li><a href="https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"><code>c3acc60</code></a> Merge commit from fork</li> <li><a href="https://github.com/nodejs/undici/commit/2414bc9f7d651f830902af00238e1b11d9a389dc"><code>2414bc9</code></a> Update return type of RetryCallback (<a href="https://redirect.github.com/nodejs/undici/issues/3851">#3851</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/3876">#3876</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v5.28.5...v6.21.3">compare view</a></li> </ul> </details> <br /> Updates `undici` from 6.21.1 to 6.21.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v6.21.3</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] append crlf to formdata body by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4210">nodejs/undici#4210</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3">https://github.com/nodejs/undici/compare/v6.21.2...v6.21.3</a></p> <h2>v6.21.2</h2> <h2>What's Changed</h2> <ul> <li>fix(types): add missing DNS interceptor by <a href="https://github.com/slagiewka"><code>@slagiewka</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4024">nodejs/undici#4024</a></li> <li>[v6.x] fix wpts on windows by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4093">nodejs/undici#4093</a></li> <li>Removed clients with unrecoverable errors from the Pool <a href="https://redirect.github.com/nodejs/undici/pull/4088">nodejs/undici#4088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/slagiewka"><code>@slagiewka</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4024">nodejs/undici#4024</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2">https://github.com/nodejs/undici/compare/v6.21.1...v6.21.2</a></p> <h2>v6.21.1</h2> <h1>⚠️ Security Release⚠️ </h1> <p>Fixes CVE CVE-2025-22150 <a href="https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975">https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975</a> (embargoed until 22-01-2025).</p> <h2>What's Changed</h2> <ul> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3736">#3736</a>): back-port 183f8e9 to v6.x by <a href="https://github.com/ggoodman"><code>@ggoodman</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3855">nodejs/undici#3855</a></li> <li>fix(<a href="https://redirect.github.com/nodejs/undici/issues/3817">#3817</a>): send servername for SNI on TLS (<a href="https://redirect.github.com/nodejs/undici/issues/3821">#3821</a>) [backport] by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3864">nodejs/undici#3864</a></li> <li>fix: sending formdata bodies with http2 (<a href="https://redirect.github.com/nodejs/undici/issues/3863">#3863</a>) [backport] by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3866">nodejs/undici#3866</a></li> <li>[Backport v6.x] fix: Fixed the issue that there is no running request when http2 goaway by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3877">nodejs/undici#3877</a></li> <li>types: [backport] Update return type of RetryCallback (<a href="https://redirect.github.com/nodejs/undici/issues/3851">#3851</a>) by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3876">nodejs/undici#3876</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1">https://github.com/nodejs/undici/compare/v6.21.0...v6.21.1</a></p> <h2>v6.21.0</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] web: mark as uncloneable when possible (<a href="https://redirect.github.com/nodejs/undici/issues/3709">#3709</a>) by <a href="https://github.com/jazelly"><code>@jazelly</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3744">nodejs/undici#3744</a></li> <li>[Backport v6.x] fetch: fix content-encoding order by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3764">nodejs/undici#3764</a></li> <li>[Backport v6.x] fix: handle undefined deref() of WeakRef(socket) by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3822">nodejs/undici#3822</a></li> <li>[Backport v6.x] fix: range end is zero-indexed by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3827">nodejs/undici#3827</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.20.1...v6.21.0">https://github.com/nodejs/undici/compare/v6.20.1...v6.21.0</a></p> <h2>v6.20.1</h2> <h2>What's Changed</h2> <ul> <li>[Backport v6.x] jsdoc: add jsdoc to lib/web/fetch/constants.js by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3710">nodejs/undici#3710</a></li> <li>[Backport v6.x] feat: implement <code>BodyReadable.bytes</code> by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3711">nodejs/undici#3711</a></li> <li>fix: add more expectsPayload methods by <a href="https://github.com/ronag"><code>@ronag</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3715">nodejs/undici#3715</a></li> <li>[Backport v6.x] chore(H2): onboard H2 into Undici queueing system (<a href="https://redirect.github.com/nodejs/undici/issues/3707">#3707</a>) by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/3724">nodejs/undici#3724</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/da0e823ac0e89390256d61c429df0cf236afb79e"><code>da0e823</code></a> Bumped v6.21.4</li> <li><a href="https://github.com/nodejs/undici/commit/dbbe0a2d5004cd7b6016e52736f59ce37bdb1556"><code>dbbe0a2</code></a> append crlf to formdata body (<a href="https://redirect.github.com/nodejs/undici/issues/3625">#3625</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/4210">#4210</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/b63d939953fe20cfd6718e8eed437da983ac7b12"><code>b63d939</code></a> Bumped v6.21.2</li> <li><a href="https://github.com/nodejs/undici/commit/de1e4b8a39d102bb34155c3fdec3f18806b93d9c"><code>de1e4b8</code></a> [v6.x] fix wpts on windows (<a href="https://redirect.github.com/nodejs/undici/issues/4093">#4093</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/4e07dda835ffb2ff7a1b1323dd94c61b8feaa3c5"><code>4e07dda</code></a> test: fix windows wpt (<a href="https://redirect.github.com/nodejs/undici/issues/4050">#4050</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/133387138c9158d3b6e9493833986c34837035ad"><code>1333871</code></a> Removed clients with unrecoverable errors from the Pool (<a href="https://redirect.github.com/nodejs/undici/issues/4088">#4088</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/a0e76c73a8ecb913beea7e2210e40d12b7c5cf69"><code>a0e76c7</code></a> fix(types): add missing DNS interceptor (<a href="https://redirect.github.com/nodejs/undici/issues/4024">#4024</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/e260e7bb173abe3399dabd61338ca4a71fcf8825"><code>e260e7b</code></a> Bumped v6.21.1</li> <li><a href="https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"><code>c3acc60</code></a> Merge commit from fork</li> <li><a href="https://github.com/nodejs/undici/commit/2414bc9f7d651f830902af00238e1b11d9a389dc"><code>2414bc9</code></a> Update return type of RetryCallback (<a href="https://redirect.github.com/nodejs/undici/issues/3851">#3851</a>) (<a href="https://redirect.github.com/nodejs/undici/issues/3876">#3876</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v5.28.5...v6.21.3">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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/npm/documentation/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the dependency-updates group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [yaml](https://github.com/eemeli/yaml). Updates `framer-motion` from 12.11.3 to 12.11.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.11.4] 2025-05-15</h2> <h3>Fixed</h3> <ul> <li>Only read <code>transform</code> from the DOM for initial independent transforms when there's no active projection.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/7825b623aae765e9099b2ff8c7366527445fdbfc"><code>7825b62</code></a> v12.11.4</li> <li><a href="https://github.com/motiondivision/motion/commit/73cc148ea7ebb191f04a304076d3e01186151909"><code>73cc148</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/0bbe6e3d7676a797221abf8edc4299b7ad15f0be"><code>0bbe6e3</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3219">#3219</a> from motiondivision/fix/stop-read-layout-transform</li> <li><a href="https://github.com/motiondivision/motion/commit/f6c1ff0cd510e3b950e6993a1b3a67c8d3d9bb19"><code>f6c1ff0</code></a> Making more specific</li> <li><a href="https://github.com/motiondivision/motion/commit/d606b22f6aded9485e16a2576cabdd4055cbfd84"><code>d606b22</code></a> Stop reading transform when there's an active projection</li> <li><a href="https://github.com/motiondivision/motion/commit/faa673aa47b25661c1f91f71847c625e67a3b753"><code>faa673a</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3217">#3217</a> from motiondivision/mattgperry-patch-3</li> <li><a href="https://github.com/motiondivision/motion/commit/49f23ebb2cc57d10b7a9de8aa7a40be26a2a964a"><code>49f23eb</code></a> Update README.md</li> <li><a href="https://github.com/motiondivision/motion/commit/ee25bded9a2d28b9f0901e5533c5d447409c9875"><code>ee25bde</code></a> Update README.md</li> <li><a href="https://github.com/motiondivision/motion/commit/14be1d60de49ab3604bfa4a2f7c43c4cd33c129f"><code>14be1d6</code></a> Update README.md</li> <li><a href="https://github.com/motiondivision/motion/commit/70fe3d1d63a20f3948639790c3b29488ceb72692"><code>70fe3d1</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3216">#3216</a> from motiondivision/mattgperry-patch-3</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.11.3...v12.11.4">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.7.1 to 2.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.8.0</h2> <ul> <li>Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li>Re-introduce compatibility with Node.js 14.6 (<a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a>)</li> <li>Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li>Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>Allow empty string as plain scalar representation, for failsafe schema (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/c000eb708fc04910a0b034572c6febb090ca7035"><code>c000eb7</code></a> 2.8.0</li> <li><a href="https://github.com/eemeli/yaml/commit/1e85fc85231eb4b3dccae06ac73bfd66de730c13"><code>1e85fc8</code></a> style: Apply updated lint rules</li> <li><a href="https://github.com/eemeli/yaml/commit/02f7d5f1eed0062dc344bae82e40f9486a0dfa9e"><code>02f7d5f</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/389ca7cfe3664037e8c34aa90c73b17eee2467cf"><code>389ca7c</code></a> docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/0f29ce641554b896576fe40c7a9c9b0774034eb1"><code>0f29ce6</code></a> feat: Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/e00cab9c5a8679d723fdb568d771a6863a778d6d"><code>e00cab9</code></a> fix: Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/2a841cc4c2c70551941d5a3203cb64fba0335d0c"><code>2a841cc</code></a> fix: Allow empty string as plain scalar representation, for failsafe schema (...</li> <li><a href="https://github.com/eemeli/yaml/commit/55c5ef400b7fc2755c2e9951d01b6966056bcf91"><code>55c5ef4</code></a> feat: Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/ab17552df17525b2353700e8e3fb7e016e6244cd"><code>ab17552</code></a> Merge pull request <a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a> from eemeli/engines-compat</li> <li><a href="https://github.com/eemeli/yaml/commit/b27c1247684b35481dfebe8df92a2eda2159ade2"><code>b27c124</code></a> ci: Re-introduce tests for Node.js 14.6 and later</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.7.1...v2.8.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>
Bumps the dependency-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@primer/react](https://github.com/primer/react) | `37.23.0` | `37.24.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.11.4` | `12.12.1` | | [react-focus-on](https://github.com/theKashey/react-focus-on) | `3.9.4` | `3.10.0` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.4` | `4.3.5` | | [eslint-mdx](https://github.com/mdx-js/eslint-mdx) | `3.4.1` | `3.4.2` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.4.1` | `3.4.2` | Updates `@primer/react` from 37.23.0 to 37.24.0 <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/37"><code>@37</code></a>.24.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/5933">#5933</a> <a href="https://github.com/primer/react/commit/ed6e947e571873f5680b6c1a5d9ed2b137e12b9b"><code>ed6e947</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the SegmentedControl component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6022">#6022</a> <a href="https://github.com/primer/react/commit/1f53127e8990bebea4330451c5eaaa687105a0d1"><code>1f53127</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.Divider component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6023">#6023</a> <a href="https://github.com/primer/react/commit/5e514f3d6d1f16a1dab1304c0481f1d929c94534"><code>5e514f3</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.Group component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5827">#5827</a> <a href="https://github.com/primer/react/commit/e76835c9d94fdd5aa2c8cdc947b69268297d8628"><code>e76835c</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag for Popover</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5997">#5997</a> <a href="https://github.com/primer/react/commit/882d9238b0028abbabff55cfa848ec9222bb2758"><code>882d923</code></a> Thanks <a href="https://github.com/jamieshark"><code>@jamieshark</code></a>! - Remove CSS modules flag from Pagination.</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5910">#5910</a> <a href="https://github.com/primer/react/commit/cdd4253fccc62198dc270181541047d45b6806f1"><code>cdd4253</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! - ActionMenu: Adds new prop <code>onPositionChange</code> that is called when the position of the overlay is changed</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6021">#6021</a> <a href="https://github.com/primer/react/commit/a37d54472d3e691778b20c05c3dc9846d52e2f7e"><code>a37d544</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList.TrailingAction component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6019">#6019</a> <a href="https://github.com/primer/react/commit/6c2c9994d199344224c1d50f1796957a2785ea85"><code>6c2c999</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the ActionList/List component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6014">#6014</a> <a href="https://github.com/primer/react/commit/2fc93275167ab3b5ce328e3f8dfcfbc9a9a4c802"><code>2fc9327</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS modules feature flag from the Token component</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/6036">#6036</a> <a href="https://github.com/primer/react/commit/21a3529f480f4ca5e7e7f0a0c7d4a4bae8d86281"><code>21a3529</code></a> Thanks <a href="https://github.com/francinelucca"><code>@francinelucca</code></a>! - fix(Overlay): reset maxheight and maxwidth values when on fullscreen</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6009">#6009</a> <a href="https://github.com/primer/react/commit/261732e045d8621d2d712ee7160c04a3ffbf0233"><code>261732e</code></a> Thanks <a href="https://github.com/francinelucca"><code>@francinelucca</code></a>! - Fix extra padding on SelectPanel with groups</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6032">#6032</a> <a href="https://github.com/primer/react/commit/e0ef7e1a06cee694418dc41b7657e5bbb443b070"><code>e0ef7e1</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Update the <code>Table.Container</code> component to place <code>className</code> on outermost element</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/d229c1043e4c65aec6d1f5dea9446069e3cc2bbf"><code>d229c10</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/6029">#6029</a>)</li> <li><a href="https://github.com/primer/react/commit/2ad94ccddc21ac4d19605f652d74276057f0014b"><code>2ad94cc</code></a> chore(deps): update <code>@oddbird/popover-polyfill</code> to v0.5.2 (<a href="https://redirect.github.com/primer/react/issues/6053">#6053</a>)</li> <li><a href="https://github.com/primer/react/commit/0dbef0e4b886a096a637ae0291f3142367193159"><code>0dbef0e</code></a> refactor: remove unused React imports with jsx-runtime usage (<a href="https://redirect.github.com/primer/react/issues/6042">#6042</a>)</li> <li><a href="https://github.com/primer/react/commit/21a3529f480f4ca5e7e7f0a0c7d4a4bae8d86281"><code>21a3529</code></a> fix(Overlay): reset maxheight and maxwidth values when on fullscreen (<a href="https://redirect.github.com/primer/react/issues/6036">#6036</a>)</li> <li><a href="https://github.com/primer/react/commit/b148d1a8ef75ddfc48abe4a4e0f53008db696f31"><code>b148d1a</code></a> refactor(test): update BranchName, Breadcrumbs, ButtonGroup, CheckboxGroup, C...</li> <li><a href="https://github.com/primer/react/commit/cdd4253fccc62198dc270181541047d45b6806f1"><code>cdd4253</code></a> ActionMenu: Add position callback as prop (<a href="https://redirect.github.com/primer/react/issues/5910">#5910</a>)</li> <li><a href="https://github.com/primer/react/commit/9e006b30309e123f3cb7f81f453f18a2d7ea15e4"><code>9e006b3</code></a> test(Blankslate): add tests for Blankslate to vitest (<a href="https://redirect.github.com/primer/react/issues/6034">#6034</a>)</li> <li><a href="https://github.com/primer/react/commit/e0ef7e1a06cee694418dc41b7657e5bbb443b070"><code>e0ef7e1</code></a> fix(Table): update TableContainer to place <code>className</code> on outermost element (...</li> <li><a href="https://github.com/primer/react/commit/7ed7713542d249fa83a3cae9b8880617dd72a5ea"><code>7ed7713</code></a> chore(deps-dev): bump cssnano from 7.0.6 to 7.0.7 (<a href="https://redirect.github.com/primer/react/issues/6038">#6038</a>)</li> <li><a href="https://github.com/primer/react/commit/fc583d62c437ac39625e6c0d6727c298fa4669c6"><code>fc583d6</code></a> chore(deps-dev): bump <code>@babel/cli</code> from 7.23.9 to 7.27.2 (<a href="https://redirect.github.com/primer/react/issues/6039">#6039</a>)</li> <li>Additional commits viewable 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 12.11.4 to 12.12.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.12.1] 2025-05-16</h2> <h3>Fixed</h3> <ul> <li>Checks for <code>instanceof HTMLElement</code> made compatible with dynamically generated <code>iframe</code>s.</li> </ul> <h2>[12.12.0] 2025-05-16</h2> <h3>Added</h3> <ul> <li><code>springValue</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed various typos in the type definitions along with a stale documentation link.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/88761b3d127265d3ba7047093612d1fb8a55d2cd"><code>88761b3</code></a> v12.12.1</li> <li><a href="https://github.com/motiondivision/motion/commit/faa4fcc5d9221647f4245b636ee7cd02b75da6b5"><code>faa4fcc</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/a46b071baae837ae3a392b4e62e799332a2c3897"><code>a46b071</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3215">#3215</a> from motiondivision/fix/iframe-compatible-checks</li> <li><a href="https://github.com/motiondivision/motion/commit/a18e65cd651d6551a4917c3cd06699273ad441aa"><code>a18e65c</code></a> v12.12.0</li> <li><a href="https://github.com/motiondivision/motion/commit/eb52f9aa8fd06af88f3a3c9ed612c555d0fc76bf"><code>eb52f9a</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/7dba355dfb11a7cc80df3c54fa3ca3b581cc1bc5"><code>7dba355</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/d02c1491bdfcb5fcc5493589ad0e9c5285d037e9"><code>d02c149</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3218">#3218</a> from motiondivision/feature/spring-value</li> <li><a href="https://github.com/motiondivision/motion/commit/98a521d4046146473570b11905a6d141cc2b6c1f"><code>98a521d</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3220">#3220</a> from neontomo/fixing-a-few-typos-and-stale-link</li> <li><a href="https://github.com/motiondivision/motion/commit/bce16fcb0500e6ebd4a59046588d8fcdfac8f515"><code>bce16fc</code></a> adding changelog.md</li> <li><a href="https://github.com/motiondivision/motion/commit/2c25565293633f2ad9f3539a0919e71c18feeac9"><code>2c25565</code></a> fixed typos in the type definitions and a stale documentation link</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.11.4...v12.12.1">compare view</a></li> </ul> </details> <br /> Updates `react-focus-on` from 3.9.4 to 3.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/theKashey/react-focus-on/releases">react-focus-on's releases</a>.</em></p> <blockquote> <h2>React 19 support</h2> <p>Never too late, right?</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/theKashey/react-focus-on/blob/master/CHANGELOG.md">react-focus-on's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/theKashey/react-focus-on/compare/v3.9.4...v3.10.0">3.10.0</a> (2025-05-18)</h1> <h3>Features</h3> <ul> <li>Support react 19. Bump all dependencies (<a href="https://github.com/theKashey/react-focus-on/commit/b2b6c23">b2b6c23</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/theKashey/react-focus-on/commit/1b1a635ef8e204ae043f95fe99f7fe3aa99d6a54"><code>1b1a635</code></a> 3.10.0</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/b2b6c23b7066c189dcdded52fb9b9abe554d16e4"><code>b2b6c23</code></a> feat: Support react 19. Bump all dependencies</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/e39d8aec90219c17e8010a8c4b3a0df372cbc714"><code>e39d8ae</code></a> Merge pull request <a href="https://redirect.github.com/theKashey/react-focus-on/issues/96">#96</a> from stil/portal-support</li> <li><a href="https://github.com/theKashey/react-focus-on/commit/77876ce3630b15226418fa84650b875535367c83"><code>77876ce</code></a> Fix <a href="https://redirect.github.com/theKashey/react-focus-on/issues/88">#88</a>, make it work with portalling to child DOM windows</li> <li>See full diff in <a href="https://github.com/theKashey/react-focus-on/compare/v3.9.4...v3.10.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-import-resolver-typescript` from 4.3.4 to 4.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's releases</a>.</em></p> <blockquote> <h2>v4.3.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/450">#450</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc"><code>3f1aab1</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix: remove buggy <code>module-sync</code> exports field</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's changelog</a>.</em></p> <blockquote> <h2>4.3.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/450">#450</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc"><code>3f1aab1</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix: remove buggy <code>module-sync</code> exports field</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c45039e5c310479c1e178c2180e054380facbadd"><code>c45039e</code></a> chore: release eslint-import-resolver-typescript (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/451">#451</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc"><code>3f1aab1</code></a> fix: remove buggy <code>module-sync</code> exports field (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/450">#450</a>)</li> <li>See full diff in <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5">compare view</a></li> </ul> </details> <br /> Updates `eslint-mdx` from 3.4.1 to 3.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/eslint-mdx/releases">eslint-mdx's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/577">#577</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix: take <code>cwd</code> into cache key account</p> </li> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/577">#577</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix: remove buggy <code>module-sync</code> entry</p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/d9dad32cc92a5bb627a106a6640a27920a82033d"><code>d9dad32</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/578">#578</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> fix: take <code>cwd</code> into cache key account (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/577">#577</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/4661fe2287cc50f6823ebe5e310f553f8f5e5416"><code>4661fe2</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/575">#575</a>)</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-mdx` from 3.4.1 to 3.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdx-js/eslint-mdx/releases">eslint-plugin-mdx's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/mdx-js/eslint-mdx/pull/577">#577</a> <a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix: remove buggy <code>module-sync</code> entry</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/d9dad32cc92a5bb627a106a6640a27920a82033d"><code>d9dad32</code></a> chore: release package(s) (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/578">#578</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/b670ae4b6b8e509d278ab3a90834231666b98609"><code>b670ae4</code></a> fix: take <code>cwd</code> into cache key account (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/577">#577</a>)</li> <li><a href="https://github.com/mdx-js/eslint-mdx/commit/4661fe2287cc50f6823ebe5e310f553f8f5e5416"><code>4661fe2</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/mdx-js/eslint-mdx/issues/575">#575</a>)</li> <li>See full diff in <a href="https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.2">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>
## Changes: - Capitalization - Add ` Does not contain uppercase letters` - Remove redundant bulletpoint - Spelling checks ## References Closes #136
This redirect restores an old link from trademark policies to our logos and usages page. The logos and usage policies page pretty much have contents from the trademark page that moved back in 2022/2023. As the previous link is still around, this redirect should function better than a 404. ## References Supersedes #1587
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 7.2.1 to 8.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v8.0.1</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v8.0.0...v8.0.1">8.0.1</a> (2025-05-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit monorepo to v7 (major) (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/634">#634</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/f5fe8999571a9f8a197f1d5ec41b522a76381cde">f5fe899</a>)</li> </ul> <h2>v8.0.0</h2> <h1><a href="https://github.com/octokit/plugin-retry.js/compare/v7.2.1...v8.0.0">8.0.0</a> (2025-05-20)</h1> <h3>Continuous Integration</h3> <ul> <li>stop testing against NodeJS v18 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/632">#632</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/2a3accb0f0052a7938321bb43eb6a6d061089866">2a3accb</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>Drop support for NodeJS v18</p> </li> <li> <p>build: set minimal node version in build script to v20</p> </li> <li> <p>ci: stop testing against NodeJS v18</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f5fe8999571a9f8a197f1d5ec41b522a76381cde"><code>f5fe899</code></a> fix(deps): update octokit monorepo to v7 (major) (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/634">#634</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/2a3accb0f0052a7938321bb43eb6a6d061089866"><code>2a3accb</code></a> ci: stop testing against NodeJS v18 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/632">#632</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/fa038eadaae71559841bfd8523c72b7985d2171f"><code>fa038ea</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/633">#633</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/9e99df086525f5d870d13ec9cbfa88dea735f98d"><code>9e99df0</code></a> build(deps): bump vite from 6.3.2 to 6.3.5 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/631">#631</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b7caf5995ae39099becea377aaf4cbaac9bf6641"><code>b7caf59</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/629">#629</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cfdb89df70cb899761836fdbb2582ae5ffd1b94b"><code>cfdb89d</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/628">#628</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f514b9e732e6ff0a231a2dc2fcdbdb8b8c61835b"><code>f514b9e</code></a> build(deps): bump vite from 6.2.5 to 6.2.6 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/627">#627</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.2.1...v8.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 10.0.0 to 11.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v11.0.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v11.0.0...v11.0.1">11.0.1</a> (2025-05-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit monorepo (major) (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/795">#795</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/a6781b0005503f7472233b237ddeac9e03f05e7d">a6781b0</a>)</li> </ul> <h2>v11.0.0</h2> <h1><a href="https://github.com/octokit/plugin-throttling.js/compare/v10.0.0...v11.0.0">11.0.0</a> (2025-05-20)</h1> <h3>Continuous Integration</h3> <ul> <li>stop testing against NodeJS v18 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/793">#793</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/40245a8505248457d4474a3627ac7d91cba736c1">40245a8</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>Drop support for NodeJS v18</p> </li> <li> <p>build: set minimal node version in build script to v20</p> </li> <li> <p>ci: stop testing against NodeJS v18</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/a6781b0005503f7472233b237ddeac9e03f05e7d"><code>a6781b0</code></a> fix(deps): update octokit monorepo (major) (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/795">#795</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/40245a8505248457d4474a3627ac7d91cba736c1"><code>40245a8</code></a> ci: stop testing against NodeJS v18 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/793">#793</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/c49c8149db2ff68cb2f832d0677537cc52a7b7d5"><code>c49c814</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/792">#792</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/3c9fd66a90e48bf572add9a542fe381a691d6560"><code>3c9fd66</code></a> build(deps): bump vite from 6.3.2 to 6.3.5 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/791">#791</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/b1ad29209f31ce11da28eb6412b260c89b7713c6"><code>b1ad292</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/788">#788</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/f7cf33ea0f39ed38d2f8fb7852f33af3018fd147"><code>f7cf33e</code></a> chore(deps): update dependency npm-run-all2 to v8 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/790">#790</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/65500c72215e8fe230913c2233eb5967095e8b81"><code>65500c7</code></a> chore(deps): update dependency github-openapi-graphql-query to v5 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/787">#787</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/586856660a27d7811e61398ead2ab418a14ea300"><code>5868566</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/786">#786</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/0be47f60395d929cd3953fe33cf32c1da6338643"><code>0be47f6</code></a> build(deps): bump vite from 6.2.5 to 6.2.6 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/785">#785</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-throttling.js/compare/v10.0.0...v11.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## Description: Update outdated `Docker Build Secrets` URL - Old URL: https://docs.docker.com/develop/develop-images/build_enhancements/#new-docker-build-secret-information - New URL: https://docs.docker.com/build/building/secrets/#types-of-build-secrets ## References: Closes #594
Bumps the dependency-updates group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript). Updates `framer-motion` from 12.12.1 to 12.12.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.12.2] 2025-05-23</h2> <h3>Fixed</h3> <ul> <li>Ensure scroll updates are only triggered after a scroll read.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/1f65e9a5a7c15e9813c6b51a85e550907fb3ad4b"><code>1f65e9a</code></a> v12.12.2</li> <li><a href="https://github.com/motiondivision/motion/commit/7098177925bf671a9028a46939b8b24bb36a8c7e"><code>7098177</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/158b8387877271d0226b6ae87b642e323a90f720"><code>158b838</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3228">#3228</a> from motiondivision/fix/merge-scroll</li> <li><a href="https://github.com/motiondivision/motion/commit/97efad8d99060bca2a0f8685c368485e2180aa8c"><code>97efad8</code></a> v12.12.2-alpha.0</li> <li><a href="https://github.com/motiondivision/motion/commit/b7dd98b05b01529b7df096455770fc452b8fb4e4"><code>b7dd98b</code></a> Fixing error</li> <li><a href="https://github.com/motiondivision/motion/commit/14390a3d06f5dbd9d0af10607c3c4e34849543a2"><code>14390a3</code></a> Updating</li> <li><a href="https://github.com/motiondivision/motion/commit/ab8f0796530df3f166c2994c97222feff5d713cd"><code>ab8f079</code></a> Change scroll scheduling</li> <li>See full diff in <a href="https://github.com/motiondivision/motion/compare/v12.12.1...v12.12.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-import-resolver-typescript` from 4.3.5 to 4.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's releases</a>.</em></p> <blockquote> <h2>v4.4.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/457">#457</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/d9f3e687ec9cfdd8cda77943f173ffc6bd469ea6"><code>d9f3e68</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix(deps): bump <code>eslint-import-context</code> to v0.1.5</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.0...v4.4.1">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.0...v4.4.1</a></p> <h2>v4.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/453">#453</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/7d87517ae051c2deff038e276d4b15f40aa8f6b6"><code>7d87517</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - feat: integrate <code>eslint-import-context</code> to get correct <code>context.cwd</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.5...v4.4.0">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.5...v4.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's changelog</a>.</em></p> <blockquote> <h2>4.4.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/457">#457</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/d9f3e687ec9cfdd8cda77943f173ffc6bd469ea6"><code>d9f3e68</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix(deps): bump <code>eslint-import-context</code> to v0.1.5</li> </ul> <h2>4.4.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/453">#453</a> <a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/7d87517ae051c2deff038e276d4b15f40aa8f6b6"><code>7d87517</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - feat: integrate <code>eslint-import-context</code> to get correct <code>context.cwd</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/c7d0125b8196b124e2f23b379688719417d442c7"><code>c7d0125</code></a> chore: release eslint-import-resolver-typescript (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/458">#458</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/d9f3e687ec9cfdd8cda77943f173ffc6bd469ea6"><code>d9f3e68</code></a> fix(deps): bump <code>eslint-import-context</code> to v0.1.5 (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/457">#457</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/93aabc2b679c8d09f592bcc3cdce3d773726ef2e"><code>93aabc2</code></a> chore: release eslint-import-resolver-typescript (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/455">#455</a>)</li> <li><a href="https://github.com/import-js/eslint-import-resolver-typescript/commit/7d87517ae051c2deff038e276d4b15f40aa8f6b6"><code>7d87517</code></a> feat: integrate <code>eslint-import-context</code> to get correct <code>context.cwd</code> (<a href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/453">#453</a>)</li> <li>See full diff in <a href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.5...v4.4.1">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>
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 21.1.1 to 22.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v22.0.0</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v21.1.1...v22.0.0">22.0.0</a> (2025-05-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit monorepo (major) (<a href="https://redirect.github.com/octokit/rest.js/issues/504">#504</a>) (<a href="https://github.com/octokit/rest.js/commit/77530abd535b0c97017de24a035018d36ba93f71">77530ab</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>deps:</strong> Drop support for NodeJS v18</li> <li><strong>deps:</strong> Remove deprecated Projects endpoints</li> <li><strong>deps:</strong> Remove deprecated Copilot usage metrics endpoints</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/77530abd535b0c97017de24a035018d36ba93f71"><code>77530ab</code></a> fix(deps): update octokit monorepo (major) (<a href="https://redirect.github.com/octokit/rest.js/issues/504">#504</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/d07b71998ebebe63fa715516fc853f65bfeef3dd"><code>d07b719</code></a> build(deps): Bump vite from 6.2.5 to 6.3.4 (<a href="https://redirect.github.com/octokit/rest.js/issues/509">#509</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/61b76da989daeac6df414f22a96aeb477ff4c9dc"><code>61b76da</code></a> build(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 (<a href="https://redirect.github.com/octokit/rest.js/issues/505">#505</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/1710669f79cd31f08047d30798bbaa2cc2506c21"><code>1710669</code></a> chore(deps): update dependency undici to v6.21.2 [security] (<a href="https://redirect.github.com/octokit/rest.js/issues/513">#513</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/8ef1473ed6fc5a38c772e1376c5145f5b9278130"><code>8ef1473</code></a> build(deps): Bump vite from 6.0.11 to 6.2.5 (<a href="https://redirect.github.com/octokit/rest.js/issues/503">#503</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/1e8306b0b97c2d95012356400ce1e16cceb61c70"><code>1e8306b</code></a> build(deps): Bump webpack-dev-middleware and gatsby in /docs (<a href="https://redirect.github.com/octokit/rest.js/issues/497">#497</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/3db059550773d894254b4236ab362ace8bf333e4"><code>3db0595</code></a> build(deps): Bump send and express in /docs (<a href="https://redirect.github.com/octokit/rest.js/issues/490">#490</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/27f09dd20648501b7ba4e39f205fc5cf56d4f3fa"><code>27f09dd</code></a> build(deps-dev): Bump webpack from 5.93.0 to 5.98.0 in /docs (<a href="https://redirect.github.com/octokit/rest.js/issues/494">#494</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/005b147e64ece73b5d020b90300b86e3a992de62"><code>005b147</code></a> chore(deps): update dependency prismjs to v1.30.0 [security] (<a href="https://redirect.github.com/octokit/rest.js/issues/493">#493</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/35177309f6457fa5b6c2bb1c9070b60eb93fd591"><code>3517730</code></a> chore(deps): update dependency semantic-release-plugin-update-version-in-file...</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.1.1...v22.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the dependency-updates group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env). Updates `framer-motion` from 12.12.2 to 12.15.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.15.0] 2025-05-27</h2> <h3>Added</h3> <ul> <li>Support for <code>pathLength</code>/<code>pathSpacing</code>/<code>pathOffset</code> for <code>svgEffect</code>.</li> <li>Auto kebab-casing of <code>data</code> and <code>aria</code> attributes in <code>attrEffect</code>.</li> <li><code>attrEffect</code> applies attributes via JS property where possible.</li> <li>Auto <code>transform-box: fill-box</code> for SVGs with <code>transform</code> in <code>styleEffect</code>.</li> </ul> <h2>[12.14.0] 2025-05-26</h2> <h3>Added</h3> <ul> <li>Support for <code>originX</code>/<code>Y</code>/<code>Z</code> in <code>styleEffect</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Added markers for pure function calls with effects.</li> </ul> <h2>[12.13.0] 2025-05-26</h2> <h3>Added</h3> <ul> <li><code>svgEffect</code>, <code>propEffect</code> and <code>attrEffect</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed a jump in layout animations in select circumstances.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/2c37211a52bba07205db9d6e01dcc38f187f8307"><code>2c37211</code></a> v12.15.0</li> <li><a href="https://github.com/motiondivision/motion/commit/d83cf5534a0964adbe996e1585bc57fd8df63d15"><code>d83cf55</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/264176d2e755bb6e3432700ff132fc2dd5687be7"><code>264176d</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3231">#3231</a> from motiondivision/feature/svg-effect-path</li> <li><a href="https://github.com/motiondivision/motion/commit/08b95785f73c289849bcd52ee906a5c7375e51f1"><code>08b9578</code></a> Fixing</li> <li><a href="https://github.com/motiondivision/motion/commit/79cb600bf46a974c622b58b463c32d93fc128a28"><code>79cb600</code></a> Adding test suite</li> <li><a href="https://github.com/motiondivision/motion/commit/9bc8cb61fb3214b25c68fa2f829b211f11195c65"><code>9bc8cb6</code></a> Fixing effect export</li> <li><a href="https://github.com/motiondivision/motion/commit/f0d5139625c13c6c534f46136dddff53f6e42186"><code>f0d5139</code></a> v12.14.0</li> <li><a href="https://github.com/motiondivision/motion/commit/4bb70f3e24892fb91acef0bab6f5f0642295799c"><code>4bb70f3</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/a463a27d1b9bd3298c3478ee5508256da71978da"><code>a463a27</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3230">#3230</a> from motiondivision/feature/transform-origin-effect</li> <li><a href="https://github.com/motiondivision/motion/commit/96578cd24fb9cceb457cdcb4f2d4b1bbdef8579c"><code>96578cd</code></a> Latest</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.12.2...v12.15.0">compare view</a></li> </ul> </details> <br /> Updates `postcss-preset-env` from 10.1.6 to 10.2.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md">postcss-preset-env's changelog</a>.</em></p> <blockquote> <h3>10.2.0</h3> <p><em>May 27, 2025</em></p> <ul> <li>Added <code>@csstools/postcss-color-mix-variadic-function-arguments</code> <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments#readme">Check the plugin README</a> for usage details.</li> <li>Updated <a href="https://github.com/csstools/cssdb"><code>cssdb</code></a> to <a href="https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#830-may-27-2025"><code>8.3.0</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties"><code>@csstools/postcss-progressive-custom-properties</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#410"><code>4.1.0</code></a> (minor)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer"><code>@csstools/css-tokenizer</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304"><code>3.0.4</code></a> (patch)</li> <li>Updated <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties"><code>postcss-custom-properties</code></a> to <a href="https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1405"><code>14.0.5</code></a> (patch)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env">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>
…dates group (#1616) Bumps the dependency-updates group with 1 update: [@primer/react](https://github.com/primer/react). Updates `@primer/react` from 37.24.0 to 37.25.0 <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/37"><code>@37</code></a>.25.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/6107">#6107</a> <a href="https://github.com/primer/react/commit/694dd95fce74dac25f2f9eb100057b010e065e3f"><code>694dd95</code></a> Thanks <a href="https://github.com/apps/copilot-swe-agent"><code>@copilot-swe-agent</code></a>! - feat(ConfirmationDialog): add className, width and height</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5899">#5899</a> <a href="https://github.com/primer/react/commit/7cf029daa57c83d7dc5902b9a3e9aebc0c0f03cd"><code>7cf029d</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Add support for different sizes to Blankslate</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6051">#6051</a> <a href="https://github.com/primer/react/commit/a00780835e483776b6fc0ff025d830fe0411f190"><code>a007808</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the css modules feature flag from the SelectPanel2 experimental component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6052">#6052</a> <a href="https://github.com/primer/react/commit/06361d11efbe2f88e1acb22aa89b642880e88ca9"><code>06361d1</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove the CSS module feature flag from the AvatarStack component</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/5899">#5899</a> <a href="https://github.com/primer/react/commit/7cf029daa57c83d7dc5902b9a3e9aebc0c0f03cd"><code>7cf029d</code></a> Thanks <a href="https://github.com/joshblack"><code>@joshblack</code></a>! - Add support for HTML attributes being passed to Blankslate components</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6050">#6050</a> <a href="https://github.com/primer/react/commit/53ef8ea973c6ff76b1cf91afe377fbdf041d414a"><code>53ef8ea</code></a> Thanks <a href="https://github.com/hectahertz"><code>@hectahertz</code></a>! - Switch to a CSS based solution for the PageLayout sticky pane</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/primer/react/pull/6109">#6109</a> <a href="https://github.com/primer/react/commit/f7471f8d4a3b381c1d41d259a2751a21a8e62eeb"><code>f7471f8</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! - DataTable: Add visually hidden text to sortable DataTable column buttons</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6055">#6055</a> <a href="https://github.com/primer/react/commit/3b6b1d16d071fcb2dc23a36e77d99a42bc566d1d"><code>3b6b1d1</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! - DataTable: Adds outline-offset to focus indicator on pagination buttons</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6077">#6077</a> <a href="https://github.com/primer/react/commit/cf97cb530bbe5c78f07f16884dfce21be4744ce6"><code>cf97cb5</code></a> Thanks <a href="https://github.com/langermank"><code>@langermank</code></a>! - Fix <code>Skeleton</code> background color</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6054">#6054</a> <a href="https://github.com/primer/react/commit/3fc7741d59fa4b1586bd78d668d52b86c4099e83"><code>3fc7741</code></a> Thanks <a href="https://github.com/khiga8"><code>@khiga8</code></a>! - Add support for aria-label on ActionList.Group</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6095">#6095</a> <a href="https://github.com/primer/react/commit/3beba5b20fbd01fec08219e038056b9194783b90"><code>3beba5b</code></a> Thanks <a href="https://github.com/francinelucca"><code>@francinelucca</code></a>! - fix(Button): correct loading alignment</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6049">#6049</a> <a href="https://github.com/primer/react/commit/776e05e7867d06b0b8dd855b2750e5510befe6ac"><code>776e05e</code></a> Thanks <a href="https://github.com/TylerJDev"><code>@TylerJDev</code></a>! - ActionList: Ensure <code>role="option"</code> is added when <code>role="listbox"</code> is used; allow disabled items to remain focusable</p> </li> <li> <p><a href="https://redirect.github.com/primer/react/pull/6100">#6100</a> <a href="https://github.com/primer/react/commit/a7e99f87bb73470a1469ec3fc30ac09552962996"><code>a7e99f8</code></a> Thanks <a href="https://github.com/jonrohan"><code>@jonrohan</code></a>! - Remove unused getBreakpointDeclarations function and any related code.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/primer/react/commit/562d0eed40687b4ab0a091c7713ec36b5fbdab15"><code>562d0ee</code></a> Release tracking (<a href="https://redirect.github.com/primer/react/issues/6062">#6062</a>)</li> <li><a href="https://github.com/primer/react/commit/3b6b1d16d071fcb2dc23a36e77d99a42bc566d1d"><code>3b6b1d1</code></a> DataTable: Add <code>outline-offset</code> to <code>DataTable</code> pagination buttons (<a href="https://redirect.github.com/primer/react/issues/6055">#6055</a>)</li> <li><a href="https://github.com/primer/react/commit/f7471f8d4a3b381c1d41d259a2751a21a8e62eeb"><code>f7471f8</code></a> DataTable: Add "SR only" text for sortable columns (<a href="https://redirect.github.com/primer/react/issues/6109">#6109</a>)</li> <li><a href="https://github.com/primer/react/commit/694dd95fce74dac25f2f9eb100057b010e065e3f"><code>694dd95</code></a> Add className, width and height props to ConfirmationDialog (<a href="https://redirect.github.com/primer/react/issues/6107">#6107</a>)</li> <li><a href="https://github.com/primer/react/commit/e963f2fe51adde45c06ce9c70c5c827129d556c9"><code>e963f2f</code></a> Add "Path To Green" Section to release-schedule.yml (<a href="https://redirect.github.com/primer/react/issues/6105">#6105</a>)</li> <li><a href="https://github.com/primer/react/commit/7cf029daa57c83d7dc5902b9a3e9aebc0c0f03cd"><code>7cf029d</code></a> feat: add support for size to Blankslate (<a href="https://redirect.github.com/primer/react/issues/5899">#5899</a>)</li> <li><a href="https://github.com/primer/react/commit/fc43b4841337fde5499b9caafc15c81c8a59d35a"><code>fc43b48</code></a> chore(deps-dev): bump the babel group with 6 updates (<a href="https://redirect.github.com/primer/react/issues/6091">#6091</a>)</li> <li><a href="https://github.com/primer/react/commit/345868acabebf67fbbcb2b4cd41408b59790b1c1"><code>345868a</code></a> Addinng more properties to playground story for token & skeletonText (<a href="https://redirect.github.com/primer/react/issues/6096">#6096</a>)</li> <li><a href="https://github.com/primer/react/commit/3beba5b20fbd01fec08219e038056b9194783b90"><code>3beba5b</code></a> fix(Button): correct loading alignment (<a href="https://redirect.github.com/primer/react/issues/6095">#6095</a>)</li> <li><a href="https://github.com/primer/react/commit/a7e99f87bb73470a1469ec3fc30ac09552962996"><code>a7e99f8</code></a> chore: Remove unused getBreakpointDeclarations function and any related code....</li> <li>Additional commits viewable in <a href="https://github.com/primer/react/compare/@primer/[email protected]...@primer/[email protected]">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the dependency-updates group with 2 updates: [postcss](https://github.com/postcss/postcss) and [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier). Updates `postcss` from 8.5.3 to 8.5.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.4</h2> <ul> <li>Fixed Parcel compatibility issue (by <a href="https://github.com/git-sumitchaudhary"><code>@git-sumitchaudhary</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.4</h2> <ul> <li>Fixed Parcel compatibility issue (by <a href="https://github.com/git-sumitchaudhary"><code>@git-sumitchaudhary</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/6cb4a6673fb6d8b23eb1ebe66a22b6267ab141de"><code>6cb4a66</code></a> Release 8.5.4 version</li> <li><a href="https://github.com/postcss/postcss/commit/ec5c1e031083664bed1cf91eaac72f8c61068110"><code>ec5c1e0</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/e85e9385c87499bc7e274c6ce332cf59e3988994"><code>e85e938</code></a> Fix code format</li> <li><a href="https://github.com/postcss/postcss/commit/50542335f22e513edaa52cb8bd214370ceef1bc9"><code>5054233</code></a> fixed error at line 401 (<a href="https://redirect.github.com/postcss/postcss/issues/2046">#2046</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/0538b6309e5ca80044bc8ca34833db422bbaa9fe"><code>0538b63</code></a> docs: Update README.md (<a href="https://redirect.github.com/postcss/postcss/issues/2044">#2044</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/b5f407f3976419310bcc530043f5835b7192f41c"><code>b5f407f</code></a> Add <code>postcss-fontsource-url</code> to plugins (<a href="https://redirect.github.com/postcss/postcss/issues/2043">#2043</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/94b5260be6fd43f230cc4dd91a7d3c51b09a0e94"><code>94b5260</code></a> Clarify documentation for <code>node.source.end.offset</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2032">#2032</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/a20724af14ad05304f99ced858f6f2f47f4a1633"><code>a20724a</code></a> Fix Markdown syntax</li> <li><a href="https://github.com/postcss/postcss/commit/cf6b9697519aa0a9feda3b3468a738ba8870b61b"><code>cf6b969</code></a> fix: add a mention for postcssense extension (<a href="https://redirect.github.com/postcss/postcss/issues/2040">#2040</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/ff48c29ebb16339188761827701e832f516bfb7d"><code>ff48c29</code></a> Increase size</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.3...8.5.4">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-prettier` from 5.4.0 to 5.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v5.4.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/740">#740</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/c21521ffbe7bfb60bdca8cbf6349fba4de774d21"><code>c21521f</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix(deps): bump <code>synckit</code> to v0.11.7 to fix potential <code>TypeError: Cannot read properties of undefined (reading 'message')</code> error</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1">https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h2>5.4.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/740">#740</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/c21521ffbe7bfb60bdca8cbf6349fba4de774d21"><code>c21521f</code></a> Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>! - fix(deps): bump <code>synckit</code> to v0.11.7 to fix potential <code>TypeError: Cannot read properties of undefined (reading 'message')</code> error</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/3d15dea6989df680b70f270e2ebaf85b9483232b"><code>3d15dea</code></a> chore: release eslint-plugin-prettier (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/741">#741</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/c21521ffbe7bfb60bdca8cbf6349fba4de774d21"><code>c21521f</code></a> fix(deps): bump <code>synckit</code> to v0.11.7 (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/740">#740</a>)</li> <li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1">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>
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by CodeRabbit
New Features
npm access
,npm adduser
,npm audit
,npm bugs
,npm ci
,npm cache
,npm dist-tag
,npm exec
,npm find-dupes
,npm fund
,npm help-search
,npm org
,npm owner
,npm ping
,npm pkg
,npm prune
,npm rebuild
,npm repo
,npm start
,npm stop
,npm team
,npm test
,npm token
,npm undeprecate
,npm unpublish
,npm version
, and others.Documentation
Bug Fixes
Chores