Bump the dev-dependencies group with 3 updates #28

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/dev-dependencies-a2dbd0777a into main 2024-03-19 11:57:36 +00:00
dependabot[bot] commented 2024-03-18 09:47:09 +00:00 (Migrated from github.com)

Bumps the dev-dependencies group with 3 updates: @biomejs/biome, @astrojs/check and @types/node.

Updates @biomejs/biome from 1.6.0 to 1.6.1

Release notes

Sourced from @​biomejs/biome's releases.

VSCode Extension v1.6.1

CLI

Bug fixes

  • Fix rage command, now it doesn't print info about running servers. Contributed by @​ematipico

Editors

Bug fixes

  • Fix #552, where the formatter isn't correctly triggered in Windows systems. Contributed by @​victor-teles

Linter

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1

CLI v1.6.1

CLI

Bug fixes

  • CLI is now able to automatically search and resolve biome.jsonc (#2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico

Configuration

Bug fixes

  • json.formatter.trailingCommas option now works in overrides (#2009). Contributed by @​Sec-ant

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.1 (2024-03-12)

CLI

Bug fixes

  • CLI is now able to automatically search and resolve biome.jsonc (#2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico

Configuration

Bug fixes

  • json.formatter.trailingCommas option now works in overrides (#2009). Contributed by @​Sec-ant

Linter

New features

  • Add rule noDoneCallback, this rule checks the function parameter of hooks & tests for use of the done argument, suggesting you return a promise instead. Contributed by @​vasucp1207

    beforeEach(done => {
      // ...
    });
    

Bug fixes

... (truncated)

Commits

Updates @astrojs/check from 0.5.8 to 0.5.9

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1
Changelog

Sourced from @​astrojs/check's changelog.

0.5.9

Patch Changes

  • f1447ef: chore: Update volar-service-prettier. This is only an internal refactor and there should be no visible changes.
  • Updated dependencies [f1447ef]
    • @​astrojs/language-server@​2.8.1
Commits

Updates @types/node from 20.11.26 to 20.11.28

Commits

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 commands and options

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
Bumps the dev-dependencies group with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@biomejs/biome` from 1.6.0 to 1.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/releases"><code>@​biomejs/biome</code>'s releases</a>.</em></p> <blockquote> <h2>VSCode Extension v1.6.1</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li>Fix <code>rage</code> command, now it doesn't print info about running servers. Contributed by <a href="https://github.com/ematipico"><code>@​ematipico</code></a></li> </ul> <h3>Editors</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/552">#552</a>, where the formatter isn't correctly triggered in Windows systems. Contributed by <a href="https://github.com/victor-teles"><code>@​victor-teles</code></a></li> </ul> <h3>Linter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/548">#548</a> which made <a href="https://biomejs.dev/linter/rules/no-self-assign">noSelfAssign</a> panic.</li> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/555">#555</a>, by correctly map <code>globals</code> into the workspace.</li> </ul> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other changes</h3> <ul> <li>fix(docs): config file name by <a href="https://github.com/bushuai"><code>@​bushuai</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/561">biomejs/biome#561</a></li> <li>fix(intellij): binary resolution on windows by <a href="https://github.com/victor-teles"><code>@​victor-teles</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/556">biomejs/biome#556</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bushuai"><code>@​bushuai</code></a> made their first contribution in <a href="https://redirect.github.com/biomejs/biome/pull/561">biomejs/biome#561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1">https://github.com/biomejs/biome/compare/cli/v1.3.0...lsp/v1.6.1</a></p> <h2>CLI v1.6.1</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li>CLI is now able to automatically search and resolve <code>biome.jsonc</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2008">#2008</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> <li>Fix a false positive where some files were counted as &quot;fixed&quot; even though they weren't modified. Contributed by <a href="https://github.com/ematipico"><code>@​ematipico</code></a></li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li><code>json.formatter.trailingCommas</code> option now works in <code>overrides</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2009">#2009</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/blob/main/CHANGELOG.md"><code>@​biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>1.6.1 (2024-03-12)</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li>CLI is now able to automatically search and resolve <code>biome.jsonc</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2008">#2008</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> <li>Fix a false positive where some files were counted as &quot;fixed&quot; even though they weren't modified. Contributed by <a href="https://github.com/ematipico"><code>@​ematipico</code></a></li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li><code>json.formatter.trailingCommas</code> option now works in <code>overrides</code> (<a href="https://redirect.github.com/biomejs/biome/issues/2009">#2009</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></li> </ul> <h3>Linter</h3> <h4>New features</h4> <ul> <li> <p>Add rule <a href="https://biomejs.dev/linter/rules/no-done-callback">noDoneCallback</a>, this rule checks the function parameter of hooks &amp; tests for use of the done argument, suggesting you return a promise instead. Contributed by <a href="https://github.com/vasucp1207"><code>@​vasucp1207</code></a></p> <pre lang="js"><code>beforeEach(done =&gt; { // ... }); </code></pre> </li> </ul> <h4>Bug fixes</h4> <ul> <li> <p><a href="https://biomejs.dev/linter/rules/use-jsx-key-in-iterable">useJsxKeyInIterable</a> now recognizes function bodies wrapped in parentheses (<a href="https://redirect.github.com/biomejs/biome/issues/2011">#2011</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p> </li> <li> <p><a href="https://biomejs.dev/linter/rules/use-shorthand-function-type">useShorthandFunctionType</a> now preserves type parameters of generic interfaces when applying fixes (<a href="https://redirect.github.com/biomejs/biome/issues/2015">#2015</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@​Sec-ant</code></a></p> </li> <li> <p>Code fixes of <a href="https://biomejs.dev/linter/rules/use-import-type">useImportType</a> and <a href="https://biomejs.dev/linter/rules/use-export-type">useExportType</a> now handle multiline statements (<a href="https://redirect.github.com/biomejs/biome/issues/2041">#2041</a>). Contributed by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p> </li> <li> <p><a href="https://biomejs.dev/linter/rules/no-redeclare">noRedeclare</a> no longer reports type parameter and parameter with identical names (<a href="https://redirect.github.com/biomejs/biome/issues/1992">#1992</a>).</p> <p>The following code is no longer reported:</p> <pre lang="ts"><code>function f&lt;a&gt;(a: a) {} </code></pre> <p>Contributed by <a href="https://github.com/Conaclos"><code>@​Conaclos</code></a></p> </li> <li> <p><a href="https://biomejs.dev/linter/rules/no-redeclare">noRedeclare</a> now reports duplicate type parameters in a same declaration.</p> <p>The following type parameters are now reported as a redeclaraion:</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/4ed1cbe96bc9e6d7092e88dd0a54ff8ce78037e5"><code>4ed1cbe</code></a> release: 1.6.1 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2046">#2046</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/e2f67c2611a955242d84c5b193087fc419bcbfe5"><code>e2f67c2</code></a> feat(lint/noDoneCallback): add rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/1938">#1938</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/75eed2e0ade5256deadfa92bc560a1ca28800093"><code>75eed2e</code></a> fix(<code>overrides</code>): <code>json.formatter.trailingCommas</code> should work (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2025">#2025</a>)</li> <li>See full diff in <a href="https://github.com/biomejs/biome/commits/cli/v1.6.1/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> Updates `@astrojs/check` from 0.5.8 to 0.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/language-tools/releases"><code>@​astrojs/check</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​astrojs/check</code><a href="https://github.com/0"><code>@​0</code></a>.5.9</h2> <h3>Patch Changes</h3> <ul> <li>f1447ef: chore: Update <code>volar-service-prettier</code>. This is only an internal refactor and there should be no visible changes.</li> <li>Updated dependencies [f1447ef] <ul> <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md"><code>@​astrojs/check</code>'s changelog</a>.</em></p> <blockquote> <h2>0.5.9</h2> <h3>Patch Changes</h3> <ul> <li>f1447ef: chore: Update <code>volar-service-prettier</code>. This is only an internal refactor and there should be no visible changes.</li> <li>Updated dependencies [f1447ef] <ul> <li><code>@​astrojs/language-server</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/language-tools/commit/f3e69cce39c9ca1200894e9618e72c4e4c10e5e8"><code>f3e69cc</code></a> Version Packages (<a href="https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check/issues/825">#825</a>)</li> <li>See full diff in <a href="https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.9/packages/astro-check">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.11.26 to 20.11.28 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> 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>
vercel[bot] commented 2024-03-18 09:47:11 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-hashnode-playground Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2024 9:48am
[vc]: #dD4pFplfE5b+WqfhqjGmnGUubNz5XSoROCCZQ4G9/vI=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJhc3Ryby1oYXNobm9kZS1wbGF5Z3JvdW5kIiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2FzdHJvLWdob3N0Y21zL2FzdHJvLWhhc2hub2RlLXBsYXlncm91bmQvMzhuWEpSZ0RHUkJTY1RQYmZvcDFtdllBZGp5WiIsInByZXZpZXdVcmwiOiJhc3Ryby1oYXNobm9kZS1wbGF5Z3JvdW5kLWdpdC1kZXBlbmRhYm90LTE3ZTA3Ni1hc3Ryby1naG9zdGNtcy52ZXJjZWwuYXBwIiwibmV4dENvbW1pdFN0YXR1cyI6IkRFUExPWUVEIiwibGl2ZUZlZWRiYWNrIjp7InJlc29sdmVkIjowLCJ1bnJlc29sdmVkIjowLCJ0b3RhbCI6MCwibGluayI6ImFzdHJvLWhhc2hub2RlLXBsYXlncm91bmQtZ2l0LWRlcGVuZGFib3QtMTdlMDc2LWFzdHJvLWdob3N0Y21zLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6InBsYXlncm91bmQifV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **astro-hashnode-playground** | ✅ Ready ([Inspect](https://vercel.com/astro-ghostcms/astro-hashnode-playground/38nXJRgDGRBScTPbfop1mvYAdjyZ)) | [Visit Preview](https://vercel.live/open-feedback/astro-hashnode-playground-git-dependabot-17e076-astro-ghostcms.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-hashnode-playground-git-dependabot-17e076-astro-ghostcms.vercel.app?via=pr-comment-feedback-link) | Mar 18, 2024 9:48am |
changeset-bot[bot] commented 2024-03-18 09:47:13 +00:00 (Migrated from github.com)

🦋 Changeset detected

Latest commit: 78248e08e6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

### 🦋 Changeset detected Latest commit: 78248e08e60456bee5fe3e36e9afff5c8325ea0e **The changes in this PR will be included in the next version bump.** <details><summary>This PR includes changesets to release 0 packages</summary> When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types </details> Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/MatthiesenXYZ/astro-hashnode/new/dependabot/npm_and_yarn/dev-dependencies-a2dbd0777a?filename=.changeset/moody-bobcats-work.md&value=---%0A%22%40matthiesenxyz%2Fastro-hashnode%22%3A%20patch%0A%22playground%22%3A%20patch%0A---%0A%0ABump%20the%20dev-dependencies%20group%20with%203%20updates%0A)
Sign in to join this conversation.
No description provided.