Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump enhanced-resolve from 5.8.2 to 5.8.3 (#664)
Browse files Browse the repository at this point in the history
Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.8.2 to 5.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/enhanced-resolve/releases">enhanced-resolve's releases</a>.</em></p>
<blockquote>
<h2>v5.8.3</h2>
<h1>Bugfix</h1>
<ul>
<li>fix bug when aliasing <code>.</code> in a <code>browser</code> field</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/d1a3cb65cdf90754871a263172006e2902a2f86e"><code>d1a3cb6</code></a> 5.8.3</li>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/ca6ca9a23727888f1ca62893d42d27519161daed"><code>ca6ca9a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/enhanced-resolve/issues/297">#297</a> from webpack/dependabot/npm_and_yarn/path-parse-1.0.7</li>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/2bca076d83e9c5720c2a8a74f2eba3405512f3c8"><code>2bca076</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/enhanced-resolve/issues/306">#306</a> from webpack/dependabot/npm_and_yarn/y18n-4.0.3</li>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/2cc8c3ad7ad687f4ca716e4fe06bb28490b57a8e"><code>2cc8c3a</code></a> Bump y18n from 4.0.0 to 4.0.3</li>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/3f6d25988df15737057cafa319ca0674b11a6686"><code>3f6d259</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/enhanced-resolve/issues/305">#305</a> from webpack/bugfix/alias-field-dot</li>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/63fff62c70f7012675e04b7030027dcf59839c74"><code>63fff62</code></a> fix bug when aliasing <code>.</code></li>
<li><a href="https://github.com/webpack/enhanced-resolve/commit/b2fec16320ac1518f355c6b36840799948047ae4"><code>b2fec16</code></a> Bump path-parse from 1.0.6 to 1.0.7</li>
<li>See full diff in <a href="https://github.com/webpack/enhanced-resolve/compare/v5.8.2...v5.8.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=enhanced-resolve&package-manager=npm_and_yarn&previous-version=5.8.2&new-version=5.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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
dependabot[bot] authored Sep 21, 2021
1 parent 424b90f commit 4d952d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8253,9 +8253,9 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0:
tapable "^1.0.0"

enhanced-resolve@^5.7.0:
version "5.8.2"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.2.tgz#15ddc779345cbb73e97c611cd00c01c1e7bf4d8b"
integrity sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==
version "5.8.3"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz#6d552d465cce0423f5b3d718511ea53826a7b2f0"
integrity sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
Expand Down

0 comments on commit 4d952d6

Please sign in to comment.