museapphq / infinitecanvas.tools

Website describing the infinite canvas category of app
96 stars 29 forks source link

Bump the npm_and_yarn at /. security update group with 1 update #114

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the npm_and_yarn at /. security update group with 1 update: @astrojs/image.

Release notes

Sourced from @​astrojs/image's releases.

@​astrojs/markdoc@​0.7.2

Patch Changes

  • #9083 4537ecf0d Thanks @​bluwy! - Uses new createShikiHighlighter API from @astrojs/markdown-remark to avoid code duplication

@​astrojs/markdoc@​0.7.1

Patch Changes

@​astrojs/markdoc@​0.7.0

Minor Changes

Patch Changes

  • Updated dependencies [26b77b8fe]:
    • astro@3.3.4

@​astrojs/markdoc@​0.6.0

Minor Changes

  • #8502 c4270e476 Thanks @​bluwy! - Updates the internal shiki syntax highlighter to shikiji, an ESM-focused alternative that simplifies bundling and maintenance.

    There are no new options and no changes to how you author code blocks and syntax highlighting.

    Potentially breaking change: While this refactor should be transparent for most projects, the transition to shikiji now produces a smaller HTML markup by attaching a fallback color style to the pre or code element, instead of to the line span directly. For example:

    Before:

    <code class="astro-code" style="background-color: #24292e">
      <pre>
        <span class="line" style="color: #e1e4e8">my code</span>
      </pre>
    </code>
    

    After:

    <code class="astro-code" style="background-color: #24292e; color: #e1e4e8">
      <pre>
        <span class="line">my code<span>
      </pre>
    </code>
    

... (truncated)

Changelog

Sourced from @​astrojs/image's changelog.

0.18.0

Minor Changes

  • #8294 19b8fbd11 Thanks @​matthewp! - @​astrojs/image deprecation

    The @astrojs/image package is deprecated in favor of using astro:assets. If you are using Astro 3 you should start using the Assets package. See the upgrade guide for more information.

0.17.3

Patch Changes

0.17.2

Patch Changes

0.17.1

Patch Changes

0.17.0

Minor Changes

  • #7260 39403c32f Thanks @​natemoo-re! - Unflags support for output: 'hybrid' mode, which enables pre-rendering by default. The additional experimental.hybridOutput flag can be safely removed from your configuration.

Patch Changes

0.16.9

... (truncated)

Commits


Dependabot compatibility score

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 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/museapphq/infinitecanvas.tools/network/alerts).
netlify[bot] commented 7 months ago

Deploy Preview for infinite-canvas-website failed.

Name Link
Latest commit 40a36dfa9fd280876b4854f621bd43227eba7ae8
Latest deploy log https://app.netlify.com/sites/infinite-canvas-website/deploys/6559416f0284c70008944838
netlify[bot] commented 7 months ago

Deploy Preview for sunny-manatee-045376 failed.

Name Link
Latest commit 40a36dfa9fd280876b4854f621bd43227eba7ae8
Latest deploy log https://app.netlify.com/sites/sunny-manatee-045376/deploys/6559416febfd080008a9d0bd
dependabot[bot] commented 7 months ago

Looks like @astrojs/image is up-to-date now, so this is no longer needed.