Skip to content

Commit

Permalink
Build(deps-dev): Bump postcss-import from 16.0.1 to 16.1.0 (#1363)
Browse files Browse the repository at this point in the history
Bumps [postcss-import](https://github.com/postcss/postcss-import) from
16.0.1 to 16.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md">postcss-import's
changelog</a>.</em></p>
<blockquote>
<h1>16.1.0 / 2024-03-20</h1>
<ul>
<li>Allow bundling URLs with fragments (useful for Vite users) (<a
href="https://redirect.github.com/postcss/postcss-import/issues/560">#560</a>,
<a
href="https://redirect.github.com/postcss/postcss-import/pull/561">#561</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss-import/commit/9217ec361b8d0b062841d5634f40017aeaad078b"><code>9217ec3</code></a>
16.1.0</li>
<li><a
href="https://github.com/postcss/postcss-import/commit/eb9899b3cfdae776a918a07360dda26396ffbcf3"><code>eb9899b</code></a>
Allow urls that contain fragments, fixes <a
href="https://redirect.github.com/postcss/postcss-import/issues/560">#560</a>
(<a
href="https://redirect.github.com/postcss/postcss-import/issues/561">#561</a>)</li>
<li>See full diff in <a
href="https://github.com/postcss/postcss-import/compare/16.0.1...16.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-import&package-manager=npm_and_yarn&previous-version=16.0.1&new-version=16.1.0)](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>
  • Loading branch information
github-actions[bot] authored Mar 21, 2024
2 parents ae4743e + 32f3be7 commit f886b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mini-css-extract-plugin": "^2.8.1",
"node-sass": "^9.0.0",
"postcss": "^8.4.37",
"postcss-import": "^16.0.1",
"postcss-import": "^16.1.0",
"react-scripts": "^5.0.1",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9436,10 +9436,10 @@ postcss-import@^14.1.0:
read-cache "^1.0.0"
resolve "^1.1.7"

postcss-import@^16.0.1:
version "16.0.1"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.0.1.tgz#c2e0478c5af8cb39ab3964c35d8fee8e70c362b8"
integrity sha512-i2Pci0310NaLHr/5JUFSw1j/8hf1CzwMY13g6ZDxgOavmRHQi2ba3PmUHoihO+sjaum+KmCNzskNsw7JDrg03g==
postcss-import@^16.1.0:
version "16.1.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.1.0.tgz#258732175518129667fe1e2e2a05b19b5654b96a"
integrity sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==
dependencies:
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"
Expand Down

0 comments on commit f886b65

Please sign in to comment.