From 24ed5bc2606e29c8689a040cd4da76706f7263d2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Nov 2023 09:41:34 +0000
Subject: [PATCH] Upgrade: Bump @tailwindcss/typography from 0.5.9 to 0.5.10
(#4265)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@tailwindcss/typography](https://github.com/tailwindcss/typography)
from 0.5.9 to 0.5.10.
Release notes
Sourced from @tailwindcss/typography
's
releases.
v0.5.10
Fixed
- Fix space between
<figcaption>
and
<pre>
(#313)
- Remove typography styles from
not-prose
elements in
addition to their children (#301)
- Add
<picture>
styles (#314)
- Fix
prose-invert
when used with colors in light mode
(#315)
- Add
<kbd>
styles (#317)
- Add description list (
<dl>
,
<dt>
, <dd>
) styles (#316)
Changelog
Sourced from @tailwindcss/typography
's
changelog.
[0.5.10] - 2023-09-05
Fixed
- Fix space between
<figcaption>
and
<pre>
(#313)
- Remove typography styles from
not-prose
elements in
addition to their children (#301)
- Add
<picture>
styles (#314)
- Fix
prose-invert
when used with colors in light mode
(#315)
- Add
<kbd>
styles (#317)
- Add description list (
<dl>
,
<dt>
, <dd>
) styles (#316)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tailwindcss/typography&package-manager=npm_and_yarn&previous-version=0.5.9&new-version=0.5.10)](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>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index a484845a84..16d8106016 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"@sentry/browser": "^7.66.0",
"@stimulus/polyfills": "^2.0.0",
"@tailwindcss/forms": "^0.5.6",
- "@tailwindcss/typography": "^0.5.9",
+ "@tailwindcss/typography": "^0.5.10",
"active_material": "^2.0.2",
"activeadmin_addons": "^2.0.0-beta.2",
"autoprefixer": "^10.4.15",
diff --git a/yarn.lock b/yarn.lock
index 717c3343b6..75a8ee106d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1593,10 +1593,10 @@
dependencies:
mini-svg-data-uri "^1.2.3"
-"@tailwindcss/typography@^0.5.9":
- version "0.5.9"
- resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.9.tgz#027e4b0674929daaf7c921c900beee80dbad93e8"
- integrity sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==
+"@tailwindcss/typography@^0.5.10":
+ version "0.5.10"
+ resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.10.tgz#2abde4c6d5c797ab49cf47610830a301de4c1e0a"
+ integrity sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==
dependencies:
lodash.castarray "^4.4.0"
lodash.isplainobject "^4.0.6"