Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all minor dependencies #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​openscript-ch/slidev-theme 0.8.0 -> 0.8.3 age adoption passing confidence
@slidev/cli (source) ^0.48.8 -> ^0.49.0 age adoption passing confidence
astro (source) 4.5.12 -> 4.16.10 age adoption passing confidence
pnpm (source) 8.15.1 -> 8.15.9 age adoption passing confidence
sharp (source, changelog) 0.33.3 -> 0.33.5 age adoption passing confidence

Release Notes

slidevjs/slidev (@​slidev/cli)

v0.49.29

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.28

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.27

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.25

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.23

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.22

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.19

Compare Source

   🚀 Features
    View changes on GitHub

v0.49.18

Compare Source

   🚀 Features
    View changes on GitHub

v0.49.17

Compare Source

   ✨ Highlights
  • Visit our brand new docs at https://sli.dev! It has a huge improvement in readability.
  • Relative path inside slides content like ![alt](./assets/img.png) is now supported.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.15

Compare Source

No significant changes

    View changes on GitHub

v0.49.13

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.11

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.49.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.49.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.49.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.1

Compare Source

No significant changes

    View changes on GitHub

v0.49.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.48.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
withastro/astro (astro)

v4.16.10

Compare Source

Patch Changes

v4.16.9

Compare Source

Patch Changes

v4.16.8

Compare Source

Patch Changes

v4.16.7

Compare Source

Patch Changes

v4.16.6

Compare Source

Patch Changes
  • #​11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #​12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #​12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import Card from '../src/components/Card.astro';
    
    const container = AstroContainer.create();
    
    await container.renderToString(Card); // the string will not contain `<!DOCTYPE html>`
    await container.renderToString(Card, { partial: false }); // the string will contain `<!DOCTYPE html>`

v4.16.5

Compare Source

Patch Changes

v4.16.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b8781d3 to 95fdeed Compare March 2, 2024 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from af9397e to 4ff1ebd Compare March 10, 2024 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from d74a9fd to d4c83b9 Compare March 17, 2024 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b146b61 to 62d226f Compare March 21, 2024 09:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7739b84 to 8402459 Compare September 2, 2024 13:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fba59c8 to 7efe2d2 Compare September 6, 2024 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from be18366 to e0d3039 Compare September 19, 2024 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fa2e811 to 5e81f2d Compare October 7, 2024 13:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bcef025 to 2801b62 Compare October 15, 2024 20:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fa2e4cd to c848bd8 Compare October 22, 2024 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 729fe06 to 2d52372 Compare November 4, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants