Skip to content

chore(deps): update all non-major dependencies#357

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#357
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 10, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@resvg/resvg-js ^2.6.0^2.6.2 age confidence peerDependencies patch
@resvg/resvg-wasm ^2.6.0^2.6.2 age confidence peerDependencies patch
@takumi-rs/core (source) ^1.0.0-beta.3^1.1.2 age confidence peerDependencies minor
@takumi-rs/wasm ^1.0.0-beta.3^1.1.2 age confidence peerDependencies minor
fontless (source) ^0.2.0^0.2.1 age confidence peerDependencies patch
mcr.microsoft.com/playwright v1.58.2-noblev1.59.1-noble age confidence container minor
playwright-core (source) ^1.50.0^1.59.1 age confidence peerDependencies minor
satori >=0.19.2>=0.26.0 age confidence peerDependencies minor
sharp (source, changelog) ^0.34.0^0.34.5 age confidence peerDependencies patch
tailwindcss (source) ^4.0.0^4.2.4 age confidence peerDependencies minor
unifont ^0.7.0^0.7.4 age confidence peerDependencies patch
unstorage (source) ^1.15.0^1.17.5 age confidence peerDependencies minor
vite (source) 8.0.68.0.10 age confidence pnpm-workspace.overrides patch

Release Notes

yisibl/resvg-js (@​resvg/resvg-js)

v2.6.2

Compare Source

Fixed
  • fix: Uncaught LinkError WebAssembly.instantiate() #​322

v2.6.1

Compare Source

Added
  • chore(deps): update yarn to v3.8.1
  • chore(deps): update actions/cache action to v4
kane50613/takumi (@​takumi-rs/core)

v1.1.2

Compare Source

Patch Changes

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Patch Changes

v1.0.16

Compare Source

Patch Changes

v1.0.15

Compare Source

Patch Changes

v1.0.14

Compare Source

Patch Changes

v1.0.13

Compare Source

Patch Changes

v1.0.12

Compare Source

Patch Changes

v1.0.11

Compare Source

Patch Changes

v1.0.10

Compare Source

Patch Changes

v1.0.9

Compare Source

Patch Changes

v1.0.8

Compare Source

Patch Changes

v1.0.7

Compare Source

Patch Changes

v1.0.6

Compare Source

Patch Changes

v1.0.5

Compare Source

Patch Changes

v1.0.4

Compare Source

Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
  • 188079f: Removed all deprecated types, functions

  • 188079f: Removed pascal case output format (e.g. WebP, Png), please switch to lowercase.

  • 188079f: Changed initial display value from flex to inline

    This is to comply with the CSSWG spec.

    You should update your code to use display: flex if you want to use flexbox.

  • 8566f15: renderer.putPersistentImage() now takes ImageSource

    Before:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage("foo.png", data);

    After:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage({
      src: "foo.png",
      data,
    });
Minor Changes
Patch Changes
  • 0e14dd5: Mark turbopackOptional: true to silence errors
  • b2e304a: Replaced native extractResourceUrls with JS version to avoid roundtrip
  • 2f6c8b5: Fix missing type definition file
  • 26b5557: Fix dist folder not included
  • 256ef21: Make Woff2/Woff decompression run in parallel
  • 532bc96: Fix bun compile fails to resolve native module #​606
  • Updated internal dependencies

v1.0.0-rc.17

Compare Source

Patch Changes

v1.0.0-rc.16

Compare Source

Patch Changes

v1.0.0-rc.15

Compare Source

Patch Changes

v1.0.0-rc.14

Compare Source

Patch Changes

v1.0.0-rc.13

Compare Source

Patch Changes

v1.0.0-rc.12

Compare Source

Patch Changes

v1.0.0-rc.11

Compare Source

Patch Changes

v1.0.0-rc.10

Compare Source

Patch Changes

v1.0.0-rc.9

Compare Source

Patch Changes

v1.0.0-rc.8

Compare Source

Patch Changes

v1.0.0-rc.7

Compare Source

Patch Changes

v1.0.0-rc.6

Compare Source

Patch Changes

v1.0.0-rc.5

Compare Source

Patch Changes

v1.0.0-rc.4

Compare Source

Patch Changes

v1.0.0-rc.3

Compare Source

Patch Changes

v1.0.0-rc.2

Compare Source

Patch Changes

v1.0.0-rc.1

Compare Source

Patch Changes

v1.0.0-rc.0

Compare Source

Patch Changes

v1.0.0-beta.20

Compare Source

Patch Changes

v1.0.0-beta.19

Compare Source

Patch Changes

v1.0.0-beta.18

Compare Source

Patch Changes

v1.0.0-beta.17

Compare Source

Patch Changes

v1.0.0-beta.16

Compare Source

Patch Changes

v1.0.0-beta.15

Compare Source

Patch Changes

v1.0.0-beta.14

Compare Source

Patch Changes

v1.0.0-beta.13

Compare Source

Patch Changes

v1.0.0-beta.12

Compare Source

Patch Changes

v1.0.0-beta.11

Compare Source

Patch Changes

v1.0.0-beta.10

Compare Source

Major Changes
  • 8566f15: renderer.putPersistentImage() now takes ImageSource

    Before:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage("foo.png", data);

    After:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage({
      src: "foo.png",
      data,
    });
Patch Changes

v1.0.0-beta.9

Compare Source

Patch Changes

v1.0.0-beta.8

Compare Source

Patch Changes

v1.0.0-beta.7

Compare Source

Patch Changes

v1.0.0-beta.6

Compare Source

Patch Changes

v1.0.0-beta.5

Compare Source

Patch Changes

v1.0.0-beta.4

Compare Source

Patch Changes
kane50613/takumi (@​takumi-rs/wasm)

v1.1.2

Compare Source

Patch Changes
  • takumi-js@​1.1.2

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Patch Changes
  • takumi-js@​1.1.0

v1.0.16

Compare Source

Patch Changes

v1.0.15

Compare Source

Patch Changes

v1.0.14

Compare Source

Patch Changes
  • Updated dependencies [6323299]
    • takumi-js@​1.0.14

v1.0.13

Compare Source

Patch Changes
  • Updated dependencies [ccfaff3]
    • takumi-js@​1.0.13

v1.0.12

Compare Source

Patch Changes
  • takumi-js@​1.0.12

v1.0.11

Compare Source

Patch Changes

v1.0.10

Compare Source

Patch Changes
  • takumi-js@​1.0.10

v1.0.9

Compare Source

Patch Changes

v1.0.8

Compare Source

Patch Changes

v1.0.7

Compare Source

Patch Changes
  • Updated dependencies [6e9b163]
    • takumi-js@​1.0.7

v1.0.6

Compare Source

Patch Changes
  • takumi-js@​1.0.6

v1.0.5

Compare Source

Patch Changes

v1.0.4

Compare Source

Patch Changes
  • takumi-js@​1.0.4

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
  • 188079f: Removed all deprecated types, functions

  • 188079f: Removed pascal case output format (e.g. WebP, Png), please switch to lowercase.

  • 188079f: Changed initial display value from flex to inline

    This is to comply with the CSSWG spec.

    You should update your code to use display: flex if you want to use flexbox.

  • 8566f15: renderer.putPersistentImage() now takes ImageSource

    Before:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage("foo.png", data);

    After:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage({
      src: "foo.png",
      data,
    });
Minor Changes
Patch Changes
  • 0e14dd5: Mark turbopackOptional: true to silence errors
  • b2e304a: Replaced native extractResourceUrls with JS version to avoid roundtrip
  • 2f6c8b5: Fix missing type definition file
  • 26b5557: Fix dist folder not included
  • 256ef21: Make Woff2/Woff decompression run in parallel
  • 532bc96: Fix bun compile fails to resolve native module #​606
  • Updated internal dependencies

v1.0.0-rc.17

Compare Source

Patch Changes

v1.0.0-rc.16

Compare Source

Patch Changes

v1.0.0-rc.15

Compare Source

Patch Changes

v1.0.0-rc.14

Compare Source

Patch Changes

v1.0.0-rc.13

Compare Source

Patch Changes

v1.0.0-rc.12

Compare Source

Patch Changes

v1.0.0-rc.11

Compare Source

Patch Changes

v1.0.0-rc.10

Compare Source

Patch Changes

v1.0.0-rc.9

Compare Source

Patch Changes

v1.0.0-rc.8

Compare Source

Patch Changes

v1.0.0-rc.7

Compare Source

Patch Changes

v1.0.0-rc.6

Compare Source

Patch Changes

v1.0.0-rc.5

Compare Source

Patch Changes

v1.0.0-rc.4

Compare Source

Patch Changes

v1.0.0-rc.3

Compare Source

Patch Changes

v1.0.0-rc.2

Compare Source

Patch Changes

v1.0.0-rc.1

Compare Source

Patch Changes

v1.0.0-rc.0

Compare Source

v1.0.0-beta.20

Compare Source

Patch Changes

v1.0.0-beta.19

Compare Source

Patch Changes

v1.0.0-beta.18

Compare Source

Patch Changes

v1.0.0-beta.17

Compare Source

Patch Changes

v1.0.0-beta.16

Compare Source

Patch Changes

v1.0.0-beta.15

Compare Source

Patch Changes

v1.0.0-beta.14

Compare Source

Patch Changes

v1.0.0-beta.13

Compare Source

Patch Changes

v1.0.0-beta.12

Compare Source

Patch Changes

v1.0.0-beta.11

Compare Source

Patch Changes

v1.0.0-beta.10

Compare Source

Major Changes
  • 8566f15: renderer.putPersistentImage() now takes ImageSource

    Before:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage("foo.png", data);

    After:

    const data = await readFile("foo.png");
    await renderer.putPersistentImage({
      src: "foo.png",
      data,
    });
Patch Changes

v1.0.0-beta.9

Compare Source

Patch Changes

v1.0.0-beta.8

Compare Source

Patch Changes

v1.0.0-beta.7

Compare Source

Patch Changes

v1.0.0-beta.6

Compare Source

Patch Changes

v1.0.0-beta.5

Compare Source

Patch Changes

v1.0.0-beta.4

Compare Source

Patch Changes
unjs/fontaine (fontless)

v0.2.1

Compare Source

   🚀 Features
    View changes on GitHub
microsoft/playwright (playwright-core)

v1.59.1

Compare Source

v1.59.0

Compare Source

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

v1.56.1

Compare Source

Highlights

#​37871 chore: allow loc

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 5 times, most recently from e030f05 to d71e636 Compare April 14, 2025 14:12
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 15, 2025
@renovate renovate Bot closed this Apr 15, 2025
@renovate renovate Bot deleted the renovate/all-minor-patch branch April 15, 2025 15:53
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 16, 2025
@renovate renovate Bot reopened this Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2b9f54d to d71e636 Compare April 16, 2025 12:19
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update peerdependency @unhead/vue to ^2.0.7 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d71e636 to 99b6bdf Compare April 16, 2025 12:22
@renovate renovate Bot changed the title chore(deps): update peerdependency @unhead/vue to ^2.0.7 chore(deps): update peerdependency @unhead/vue to ^2.0.8 Apr 17, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2422e1a to 362f70b Compare April 17, 2025 17:52
@renovate renovate Bot changed the title chore(deps): update peerdependency @unhead/vue to ^2.0.8 chore(deps): update all non-major dependencies Apr 17, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 39cd17b to 7c89631 Compare April 25, 2025 15:04
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7dae330 to cdc6f0b Compare April 28, 2025 00:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from b204202 to 8c98beb Compare May 16, 2025 20:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from b7ed4c3 to 21e8cfd Compare May 23, 2025 10:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2026d7b to d16bd68 Compare May 27, 2025 10:08
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Mar 24, 2026

Open in StackBlitz

npm i https://pkg.pr.new/nuxt-og-image@357

commit: 9c2f16b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants