Skip to content

Commit 24573f8

Browse files
chore(lapis-docs): bump lodash and @astrojs/language-server in /lapis-docs (#1616)
Bumps [lodash](https://github.com/lodash/lodash) and [@astrojs/language-server](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server). These dependencies needed to be updated together. Updates `lodash` from 4.17.21 to 4.17.23 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/dec55b7a3b382da075e2eac90089b4cd00a26cbb"><code>dec55b7</code></a> Bump main to v4.17.23 (<a href="https://redirect.github.com/lodash/lodash/issues/6088">#6088</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/19c9251b3631d7cf220b43bc757eb33f1084f117"><code>19c9251</code></a> fix: setCacheHas JSDoc return type should be boolean (<a href="https://redirect.github.com/lodash/lodash/issues/6071">#6071</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/b5e672995ae26929d111a6e94589f8d03fb8e578"><code>b5e6729</code></a> jsdoc: Add -0 and BigInt zeros to _.compact falsey values list (<a href="https://redirect.github.com/lodash/lodash/issues/6062">#6062</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/edadd452146f7e4bad4ea684e955708931d84d81"><code>edadd45</code></a> Prevent prototype pollution on baseUnset function</li> <li><a href="https://github.com/lodash/lodash/commit/4879a7a7d0a4494b0e83c7fa21bcc9fc6e7f1a6d"><code>4879a7a</code></a> doc: fix autoLink function, conversion of source links (<a href="https://redirect.github.com/lodash/lodash/issues/6056">#6056</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/9648f692b0fc7c2f6a7a763d754377200126c2e8"><code>9648f69</code></a> chore: remove <code>yarn.lock</code> file (<a href="https://redirect.github.com/lodash/lodash/issues/6053">#6053</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/dfa407db0bf5b200f2c7a9e4f06830ceaf074be9"><code>dfa407d</code></a> ci: remove legacy configuration files (<a href="https://redirect.github.com/lodash/lodash/issues/6052">#6052</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/156e1965ae78b121a88f81178ab81632304e8d64"><code>156e196</code></a> feat: add renovate setup (<a href="https://redirect.github.com/lodash/lodash/issues/6039">#6039</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/933e1061b8c344d3fc742cdc400175d5ffc99bce"><code>933e106</code></a> ci: add pipeline for Bun (<a href="https://redirect.github.com/lodash/lodash/issues/6023">#6023</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/072a807ff7ad8ffc7c1d2c3097266e815d138e20"><code>072a807</code></a> docs: update links related to Open JS Foundation (<a href="https://redirect.github.com/lodash/lodash/issues/5968">#5968</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.21...4.17.23">compare view</a></li> </ul> </details> <br /> Updates `@astrojs/language-server` from 2.16.2 to 2.16.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@​astrojs/language-server</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.16.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15927">#15927</a> <a href="https://github.com/withastro/astro/commit/421e8de6e9e13ca45864c2d3deed7e98e3ee6138"><code>421e8de</code></a> Thanks <a href="https://github.com/FelmonFekadu"><code>@​FelmonFekadu</code></a>! - Fixes completions sometimes not working inside the <code>href</code> attribute</li> </ul> <h2><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.16.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15895">#15895</a> <a href="https://github.com/withastro/astro/commit/7b4b2549437eb099c5e96025dcf8d24ea56f30d0"><code>7b4b254</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Updates Volar services to 0.0.70. This updates notably mean that the transitive dependency yaml-language-server no longer depends on a vulnerable version of lodash, causing warnings to show when installing the language server.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/language-tools/language-server/CHANGELOG.md"><code>@​astrojs/language-server</code>'s changelog</a>.</em></p> <blockquote> <h2>2.16.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15927">#15927</a> <a href="https://github.com/withastro/astro/commit/421e8de6e9e13ca45864c2d3deed7e98e3ee6138"><code>421e8de</code></a> Thanks <a href="https://github.com/FelmonFekadu"><code>@​FelmonFekadu</code></a>! - Fixes completions sometimes not working inside the <code>href</code> attribute</li> </ul> <h2>2.16.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15895">#15895</a> <a href="https://github.com/withastro/astro/commit/7b4b2549437eb099c5e96025dcf8d24ea56f30d0"><code>7b4b254</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Updates Volar services to 0.0.70. This updates notably mean that the transitive dependency yaml-language-server no longer depends on a vulnerable version of lodash, causing warnings to show when installing the language server.</li> </ul> <h2>2.16.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15820">#15820</a> <a href="https://github.com/withastro/astro/commit/e20474b98c6d868ed9734f7eeb7564bffe8bfd77"><code>e20474b</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Fixes broken publish</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/withastro/astro/commit/e20474b98c6d868ed9734f7eeb7564bffe8bfd77"><code>e20474b</code></a>]:</p> <ul> <li><code>@​astrojs/yaml2ts</code><a href="https://github.com/0"><code>@​0</code></a>.2.3</li> </ul> </li> </ul> <h2>2.16.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15187">#15187</a> <a href="https://github.com/withastro/astro/commit/bbb5811eb801a42dc091bb09ea19d6cde3033795"><code>bbb5811</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Update to Astro 6 beta</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14421">#14421</a> <a href="https://github.com/withastro/astro/commit/df6d2d7bbcaf6b6a327a37a6437d4adade6e2485"><code>df6d2d7</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Removes the previously deprecated <code>Astro.glob()</code> - (<a href="https://docs.astro.build/en/guides/upgrade-to/v6/#removed-astroglob">v6 upgrade guidance</a>)</p> </li> </ul> <h2>2.16.1-beta.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15187">#15187</a> <a href="https://github.com/withastro/astro/commit/bbb5811eb801a42dc091bb09ea19d6cde3033795"><code>bbb5811</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Update to Astro 6 beta</li> </ul> <h2>2.16.1-alpha.0</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14421">#14421</a> <a href="https://github.com/withastro/astro/commit/df6d2d7bbcaf6b6a327a37a6437d4adade6e2485"><code>df6d2d7</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Removes the previously deprecated <code>Astro.glob()</code> - (<a href="https://docs.astro.build/en/guides/upgrade-to/v6/#removed-astroglob">v6 upgrade guidance</a>)</li> </ul> <h2>2.16.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15199">#15199</a> <a href="https://github.com/withastro/astro/commit/d8e64ef77ef364b1541a5d192bcff299135d3bc8"><code>d8e64ef</code></a> Thanks <a href="https://github.com/ArmandPhilippot"><code>@​ArmandPhilippot</code></a>! - Fixes the links to Astro Docs so that they match the current docs structure.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/efcd607e45312c88ff0b2701e127404cffbcfcf1"><code>efcd607</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15938">#15938</a>)</li> <li><a href="https://github.com/withastro/astro/commit/85060cda7949dd65820d511b021ab294c0e2c009"><code>85060cd</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/421e8de6e9e13ca45864c2d3deed7e98e3ee6138"><code>421e8de</code></a> fix(language-server): defer HTML expression completions to TS (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15927">#15927</a>)</li> <li><a href="https://github.com/withastro/astro/commit/09ecdd7c5e5f243119a821e28b07e0cf81f8b388"><code>09ecdd7</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15889">#15889</a>)</li> <li><a href="https://github.com/withastro/astro/commit/bc16372a0fdba864d4db684df6eb008d7bf68af4"><code>bc16372</code></a> fix(deps): update language tools (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15750">#15750</a>)</li> <li><a href="https://github.com/withastro/astro/commit/9a8eb990b688974d32176be03e990f5a6b74648b"><code>9a8eb99</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15822">#15822</a>)</li> <li><a href="https://github.com/withastro/astro/commit/e20474b98c6d868ed9734f7eeb7564bffe8bfd77"><code>e20474b</code></a> fix: bump packages that failed to publish (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15820">#15820</a>)</li> <li><a href="https://github.com/withastro/astro/commit/48e5c4d3518dbd82edff87fa628be9e46c9b21bf"><code>48e5c4d</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15808">#15808</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2ce9e7477e38bca3e13a9b6993125c798377dd50"><code>2ce9e74</code></a> chore: update docs links (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15732">#15732</a>)</li> <li><a href="https://github.com/withastro/astro/commit/6414732a12a4dff3da224dfda56f0e26db0c98c4"><code>6414732</code></a> Spelling (<a href="https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server/issues/15601">#15601</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/language-server@2.16.6/packages/language-tools/language-server">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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/GenSpectrum/LAPIS/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f2a36f commit 24573f8

File tree

1 file changed

+95
-339
lines changed

1 file changed

+95
-339
lines changed

0 commit comments

Comments
 (0)