From 16421c4cd798cdfaf20b72f3cdfc84a767db901f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:09:14 +0000 Subject: [PATCH] Bump satori from 0.10.11 to 0.12.1 (#13030) Bumps [satori](https://github.com/vercel/satori) from 0.10.11 to 0.12.1.
Release notes

Sourced from satori's releases.

0.12.1

0.12.1 (2025-01-06)

Bug Fixes

0.12.0

0.12.0 (2024-11-19)

Features

0.11.3

0.11.3 (2024-11-03)

Bug Fixes

0.11.2

0.11.2 (2024-10-06)

Bug Fixes

0.11.1

0.11.1 (2024-09-17)

Bug Fixes

0.11.0

0.11.0 (2024-09-14)

Features

0.10.14

0.10.14 (2024-07-04)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=satori&package-manager=npm_and_yarn&previous-version=0.10.11&new-version=0.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 14 ++++++++++---- polaris.shopify.com/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4bad4979d6..dd0c608c015 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -656,8 +656,8 @@ importers: specifier: ^1.80.6 version: 1.80.6 satori: - specifier: ^0.10.11 - version: 0.10.11 + specifier: ^0.12.1 + version: 0.12.1 style-loader: specifier: ^3.3.1 version: 3.3.1(webpack@5.76.0) @@ -9683,6 +9683,11 @@ packages: resolution: {integrity: sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w==} engines: {node: '>=12.22'} + /css-gradient-parser@0.0.16: + resolution: {integrity: sha512-3O5QdqgFRUbXvK1x5INf1YkBz1UKSWqrd63vWsum8MNHDBYD5urm3QtxZbKU259OrEXNM26lP/MPY3d1IGkBgA==} + engines: {node: '>=16'} + dev: true + /css-in-js-utils@2.0.1: resolution: {integrity: sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==} dependencies: @@ -19727,13 +19732,14 @@ packages: optionalDependencies: '@parcel/watcher': 2.5.0 - /satori@0.10.11: - resolution: {integrity: sha512-yLm1xPRPZUaKcBZJ6nmezoJjHB4MqV8x7Mu0PyZUJodRWRDD27UbeMwzuY9LEGG57WYLO4CQsGPlbHWV1Ex9TQ==} + /satori@0.12.1: + resolution: {integrity: sha512-0SbjchvDrDbeXeQgxWVtSWxww7qcFgk3DtSE2/blHOSlLsSHwIqO2fCrtVa/EudJ7Eqno8A33QNx56rUyGbLuw==} engines: {node: '>=16'} dependencies: '@shuding/opentype.js': 1.4.0-beta.0 css-background-parser: 0.1.0 css-box-shadow: 1.0.0-3 + css-gradient-parser: 0.0.16 css-to-react-native: 3.2.0 emoji-regex: 10.3.0 escape-html: 1.0.3 diff --git a/polaris.shopify.com/package.json b/polaris.shopify.com/package.json index 8ca9412f4b6..97e8c0707b8 100644 --- a/polaris.shopify.com/package.json +++ b/polaris.shopify.com/package.json @@ -100,7 +100,7 @@ "p-map": "^5.5.0", "playroom": "^0.28.0", "sass": "^1.80.6", - "satori": "^0.10.11", + "satori": "^0.12.1", "style-loader": "^3.3.1", "ts-node": "^10.7.0", "typescript": "^4.9.3",