Skip to content

Bump astro from 3.2.2 to 3.3.2#21

Merged
kremalicious merged 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-3.3.2
Oct 24, 2023
Merged

Bump astro from 3.2.2 to 3.3.2#21
kremalicious merged 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-3.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 23, 2023

Copy link
Copy Markdown
Contributor

Bumps astro from 3.2.2 to 3.3.2.

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

@​astrojs/markdown-remark@​3.3.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>

... (truncated)

Changelog

Sourced from astro's changelog.

3.3.2

Patch Changes

3.3.1

Patch Changes

3.3.0

Minor Changes

  • #8808 2993055be Thanks @​delucis! - Adds support for an --outDir CLI flag to astro build

  • #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:

... (truncated)

Commits
  • c6e0d8e [ci] release (#8848)
  • 2c18e2d fix(astro): build config from astro conflict with vite.config.js (#8852)
  • d25b00d [ci] format
  • 2b8a459 docs: better explanation for base configuration (#8779)
  • 11f45b9 fix: _image endpoint returning a 404 for local images (#8828)
  • 3468c06 [ci] release (#8820)
  • 8946f2a fix: remote srcset images not being resized and deduplication not working in ...
  • b405b03 fix(assets): Fallback format not being taken into account properly (#8842)
  • ce3025c fix: Unexpected token < in JSON at position 1 (#8827)
  • 2f9e208 chore(deps): unpin tsconfck and use 3.0.0 release (#8838)
  • 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 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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@kremalicious kremalicious merged commit d0cbb6a into main Oct 24, 2023
@kremalicious kremalicious deleted the dependabot/npm_and_yarn/astro-3.3.2 branch October 24, 2023 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant