Skip to content

Bump autoprefixer from 10.4.5 to 10.4.15#1689

Merged
williamjallen merged 1 commit intomasterfrom
dependabot/npm_and_yarn/autoprefixer-10.4.15
Sep 1, 2023
Merged

Bump autoprefixer from 10.4.5 to 10.4.15#1689
williamjallen merged 1 commit intomasterfrom
dependabot/npm_and_yarn/autoprefixer-10.4.15

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps autoprefixer from 10.4.5 to 10.4.15.

Release notes

Sourced from autoprefixer's releases.

10.4.14

  • Improved startup time and reduced JS bundle size (by @​Knagis).

10.4.13

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

10.4.12

  • Fixed support of unit-less zero angle in backgrounds (by @​yisibl).

10.4.11

  • Fixed text-decoration prefixes by moving to MDN data (by @​romainmenke).

10.4.10

  • Fixed unicode-bidi prefixes by moving to MDN data.

10.4.9

  • Fixed css-unicode-bidi issue from latest Can I Use.

10.4.8

  • Do not print color-adjust warning if print-color-adjust also is in rule.

10.4.7

  • Fixed print-color-adjust support in Firefox.

10.4.6

  • Fixed print-color-adjust support.
Changelog

Sourced from autoprefixer's changelog.

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

10.4.14

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

10.4.13

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

10.4.12

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

10.4.11

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

10.4.10

  • Fixed unicode-bidi prefixes by moving to MDN data.

10.4.9

  • Fixed css-unicode-bidi issue from latest Can I Use.

10.4.8

  • Do not print color-adjust warning if print-color-adjust also is in rule.

10.4.7

  • Fixed print-color-adjust support in Firefox.

10.4.6

  • Fixed print-color-adjust support.
Commits

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)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.5 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.5...10.4.15)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Collaborator

@williamjallen williamjallen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I am aware, this dependency isn't used in CDash. It would be a good thing to have though, so we might as well update it to the latest version...

@williamjallen williamjallen added this pull request to the merge queue Sep 1, 2023
Merged via the queue into master with commit fe6c7ed Sep 1, 2023
@williamjallen williamjallen deleted the dependabot/npm_and_yarn/autoprefixer-10.4.15 branch September 1, 2023 14:48
zackgalbreath pushed a commit that referenced this pull request Nov 3, 2023
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from
10.4.5 to 10.4.15.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/autoprefixer/releases">autoprefixer's
releases</a>.</em></p>
<blockquote>
<h2>10.4.14</h2>
<ul>
<li>Improved startup time and reduced JS bundle size (by <a
href="https://github.com/Knagis"><code>@​Knagis</code></a>).</li>
</ul>
<h2>10.4.13</h2>
<ul>
<li>Fixed missed prefixes on vendor prefixes in name of CSS Custom
Property.</li>
</ul>
<h2>10.4.12</h2>
<ul>
<li>Fixed support of unit-less zero angle in backgrounds (by <a
href="https://github.com/yisibl"><code>@​yisibl</code></a>).</li>
</ul>
<h2>10.4.11</h2>
<ul>
<li>Fixed <code>text-decoration</code> prefixes by moving to MDN data
(by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>10.4.10</h2>
<ul>
<li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li>
</ul>
<h2>10.4.9</h2>
<ul>
<li>Fixed <code>css-unicode-bidi</code> issue from latest Can I
Use.</li>
</ul>
<h2>10.4.8</h2>
<ul>
<li>Do not print <code>color-adjust</code> warning if
<code>print-color-adjust</code> also is in rule.</li>
</ul>
<h2>10.4.7</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support in Firefox.</li>
</ul>
<h2>10.4.6</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's
changelog</a>.</em></p>
<blockquote>
<h2>10.4.15</h2>
<ul>
<li>Fixed <code>::backdrop</code> prefixes (by 一丝).</li>
<li>Fixed docs (by Christian Oliff).</li>
</ul>
<h2>10.4.14</h2>
<ul>
<li>Improved startup time and reduced JS bundle size (by Kārlis
Gaņģis).</li>
</ul>
<h2>10.4.13</h2>
<ul>
<li>Fixed missed prefixes on vendor prefixes in name of CSS Custom
Property.</li>
</ul>
<h2>10.4.12</h2>
<ul>
<li>Fixed support of unit-less zero angle in backgrounds (by 一丝).</li>
</ul>
<h2>10.4.11</h2>
<ul>
<li>Fixed <code>text-decoration</code> prefixes by moving to MDN data
(by Romain Menke).</li>
</ul>
<h2>10.4.10</h2>
<ul>
<li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li>
</ul>
<h2>10.4.9</h2>
<ul>
<li>Fixed <code>css-unicode-bidi</code> issue from latest Can I
Use.</li>
</ul>
<h2>10.4.8</h2>
<ul>
<li>Do not print <code>color-adjust</code> warning if
<code>print-color-adjust</code> also is in rule.</li>
</ul>
<h2>10.4.7</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support in Firefox.</li>
</ul>
<h2>10.4.6</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/autoprefixer/commit/aa633244098cba0f199944017ef5502e4f4161c4"><code>aa63324</code></a>
Release 10.4.15 version</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/e6f597d8e2a9f56e7ac2b64dbbbef842a177e809"><code>e6f597d</code></a>
Run tests in parallel</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/8611ba63e367549620cba812986ef8f03b909be6"><code>8611ba6</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/f8d8dab24e1ded8d6c2a4c16124dfb0e5bef3322"><code>f8d8dab</code></a>
feat: <code>::backdrop</code> using
<code>@mdn/browser-compat-data</code> (<a
href="https://redirect.github.com/postcss/autoprefixer/issues/1498">#1498</a>)</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/66d23f6c8687ebb6c5b6d3631337b1ef682dd6c1"><code>66d23f6</code></a>
Update dependencies and code style</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/4a629f52e35e008cf4a63e09612675bfe9e346a2"><code>4a629f5</code></a>
Move to pnpm 8</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/029aed678fc5bbb015ac2cc2e9a680fb2b3c90c9"><code>029aed6</code></a>
Use Node.js 20 on CI</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/b440be2b063c3cba0fa99ff885fd482a9bf263c1"><code>b440be2</code></a>
Lock pnpm</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/e8b3b7d32bdb733b25175594eb3685f51b3e678d"><code>e8b3b7d</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/9cabd686e1ce32401016fd5cfc91ccf6483497b4"><code>9cabd68</code></a>
Add funding option</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/autoprefixer/compare/10.4.5...10.4.15">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=10.4.5&new-version=10.4.15)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zackgalbreath pushed a commit that referenced this pull request Nov 3, 2023
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from
10.4.5 to 10.4.15.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/autoprefixer/releases">autoprefixer's
releases</a>.</em></p>
<blockquote>
<h2>10.4.14</h2>
<ul>
<li>Improved startup time and reduced JS bundle size (by <a
href="https://github.com/Knagis"><code>@​Knagis</code></a>).</li>
</ul>
<h2>10.4.13</h2>
<ul>
<li>Fixed missed prefixes on vendor prefixes in name of CSS Custom
Property.</li>
</ul>
<h2>10.4.12</h2>
<ul>
<li>Fixed support of unit-less zero angle in backgrounds (by <a
href="https://github.com/yisibl"><code>@​yisibl</code></a>).</li>
</ul>
<h2>10.4.11</h2>
<ul>
<li>Fixed <code>text-decoration</code> prefixes by moving to MDN data
(by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>10.4.10</h2>
<ul>
<li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li>
</ul>
<h2>10.4.9</h2>
<ul>
<li>Fixed <code>css-unicode-bidi</code> issue from latest Can I
Use.</li>
</ul>
<h2>10.4.8</h2>
<ul>
<li>Do not print <code>color-adjust</code> warning if
<code>print-color-adjust</code> also is in rule.</li>
</ul>
<h2>10.4.7</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support in Firefox.</li>
</ul>
<h2>10.4.6</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's
changelog</a>.</em></p>
<blockquote>
<h2>10.4.15</h2>
<ul>
<li>Fixed <code>::backdrop</code> prefixes (by 一丝).</li>
<li>Fixed docs (by Christian Oliff).</li>
</ul>
<h2>10.4.14</h2>
<ul>
<li>Improved startup time and reduced JS bundle size (by Kārlis
Gaņģis).</li>
</ul>
<h2>10.4.13</h2>
<ul>
<li>Fixed missed prefixes on vendor prefixes in name of CSS Custom
Property.</li>
</ul>
<h2>10.4.12</h2>
<ul>
<li>Fixed support of unit-less zero angle in backgrounds (by 一丝).</li>
</ul>
<h2>10.4.11</h2>
<ul>
<li>Fixed <code>text-decoration</code> prefixes by moving to MDN data
(by Romain Menke).</li>
</ul>
<h2>10.4.10</h2>
<ul>
<li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li>
</ul>
<h2>10.4.9</h2>
<ul>
<li>Fixed <code>css-unicode-bidi</code> issue from latest Can I
Use.</li>
</ul>
<h2>10.4.8</h2>
<ul>
<li>Do not print <code>color-adjust</code> warning if
<code>print-color-adjust</code> also is in rule.</li>
</ul>
<h2>10.4.7</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support in Firefox.</li>
</ul>
<h2>10.4.6</h2>
<ul>
<li>Fixed <code>print-color-adjust</code> support.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/autoprefixer/commit/aa633244098cba0f199944017ef5502e4f4161c4"><code>aa63324</code></a>
Release 10.4.15 version</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/e6f597d8e2a9f56e7ac2b64dbbbef842a177e809"><code>e6f597d</code></a>
Run tests in parallel</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/8611ba63e367549620cba812986ef8f03b909be6"><code>8611ba6</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/f8d8dab24e1ded8d6c2a4c16124dfb0e5bef3322"><code>f8d8dab</code></a>
feat: <code>::backdrop</code> using
<code>@mdn/browser-compat-data</code> (<a
href="https://redirect.github.com/postcss/autoprefixer/issues/1498">#1498</a>)</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/66d23f6c8687ebb6c5b6d3631337b1ef682dd6c1"><code>66d23f6</code></a>
Update dependencies and code style</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/4a629f52e35e008cf4a63e09612675bfe9e346a2"><code>4a629f5</code></a>
Move to pnpm 8</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/029aed678fc5bbb015ac2cc2e9a680fb2b3c90c9"><code>029aed6</code></a>
Use Node.js 20 on CI</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/b440be2b063c3cba0fa99ff885fd482a9bf263c1"><code>b440be2</code></a>
Lock pnpm</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/e8b3b7d32bdb733b25175594eb3685f51b3e678d"><code>e8b3b7d</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/autoprefixer/commit/9cabd686e1ce32401016fd5cfc91ccf6483497b4"><code>9cabd68</code></a>
Add funding option</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/autoprefixer/compare/10.4.5...10.4.15">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autoprefixer&package-manager=npm_and_yarn&previous-version=10.4.5&new-version=10.4.15)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant

Comments