museapphq / infinitecanvas.tools

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

Bump astro from 2.0.15 to 2.1.9 #93

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps astro from 2.0.15 to 2.1.9.

Release notes

Sourced from astro's releases.

astro@2.1.9

Patch Changes

astro@2.1.8

Patch Changes

  • #6675 1f783e320 Thanks @​matthewp! - Prevent frontmatter errors from crashing the dev server

  • #6688 2e92e9aa9 Thanks @​JohannesKlauss! - Add a additional check for null on the req.body check in NodeApp.render.

  • #6578 adecda7d6 Thanks @​wulinsheng123! - add new flag with open for dev and preview

  • #6680 386336441 Thanks @​koriwi! - Invalidates cache when changing serviceEntryPoint

  • #6653 7c439868a Thanks @​bholmesdev! - Simplify Markdoc configuration with a new markdoc.config.mjs file. This lets you import Astro components directly to render as Markdoc tags and nodes, without the need for the previous components property. This new configuration also unlocks passing variables to your Markdoc from the Content component (see the new docs).

    Migration

    Move any existing Markdoc config from your astro.config to a new markdoc.config.mjs file at the root of your project. This should be applied as a default export, with the optional defineMarkdocConfig() helper for autocomplete in your editor.

    This example configures an aside Markdoc tag. Note that components should be imported and applied to the render attribute directly, instead of passing the name as a string:

    // markdoc.config.mjs
    import { defineMarkdocConfig } from '@astrojs/markdoc/config';
    import Aside from './src/components/Aside.astro';
    

    export default defineMarkdocConfig({ tags: { aside: { render: Aside, }, }, });

... (truncated)

Changelog

Sourced from astro's changelog.

2.1.9

Patch Changes

2.1.8

Patch Changes

  • #6675 1f783e320 Thanks @​matthewp! - Prevent frontmatter errors from crashing the dev server

  • #6688 2e92e9aa9 Thanks @​JohannesKlauss! - Add a additional check for null on the req.body check in NodeApp.render.

  • #6578 adecda7d6 Thanks @​wulinsheng123! - add new flag with open for dev and preview

  • #6680 386336441 Thanks @​koriwi! - Invalidates cache when changing serviceEntryPoint

  • #6653 7c439868a Thanks @​bholmesdev! - Simplify Markdoc configuration with a new markdoc.config.mjs file. This lets you import Astro components directly to render as Markdoc tags and nodes, without the need for the previous components property. This new configuration also unlocks passing variables to your Markdoc from the Content component (see the new docs).

    Migration

    Move any existing Markdoc config from your astro.config to a new markdoc.config.mjs file at the root of your project. This should be applied as a default export, with the optional defineMarkdocConfig() helper for autocomplete in your editor.

    This example configures an aside Markdoc tag. Note that components should be imported and applied to the render attribute directly, instead of passing the name as a string:

    // markdoc.config.mjs
    import { defineMarkdocConfig } from '@astrojs/markdoc/config';
    import Aside from './src/components/Aside.astro';
    

    export default defineMarkdocConfig({ tags: { aside: { render: Aside, },

... (truncated)

Commits
  • 07e8a1b [ci] release (#6694)
  • c2d4ae1 fix(check): Dynamically import check command (#6717)
  • 9cc7329 fix(errors): Add simplified message for MarkdownImageNotFound (#6718)
  • b755bd6 [ci] format
  • 08e92f4 Fix incorrect path in error overlay on Win (#6679)
  • 46ecf46 Remove unnecessary image-related .wasm files inside build output when possi...
  • c04ea0d Fix InferGetStaticParamsType and InferGetStaticPropsType not working with syn...
  • a0bdf4c Fix multiple images being generated for the same image (#6710)
  • 4b07731 Update lit-ssr dependency (#6681)
  • f0b732d fix(images): Improve error handling around the new assets feature (#6649)
  • Additional commits viewable in compare view


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 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)
netlify[bot] commented 1 year ago

Deploy Preview for infinite-canvas-website ready!

Name Link
Latest commit 8d25fcd3b0af2665087d5b91d6fffdcfe45991a2
Latest deploy log https://app.netlify.com/sites/infinite-canvas-website/deploys/64281ddae59444000891a664
Deploy Preview https://deploy-preview-93--infinite-canvas-website.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] commented 1 year ago

Deploy Preview for sunny-manatee-045376 ready!

Name Link
Latest commit 8d25fcd3b0af2665087d5b91d6fffdcfe45991a2
Latest deploy log https://app.netlify.com/sites/sunny-manatee-045376/deploys/64281ddac6387e00080f3459
Deploy Preview https://deploy-preview-93--sunny-manatee-045376.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

dependabot[bot] commented 1 year ago

Superseded by #99.