Skip to content

Commit

Permalink
Build(deps-dev): Bump dotenv-webpack from 8.0.1 to 8.1.0 (PR #5797)
Browse files Browse the repository at this point in the history
Bumps [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack) from 8.0.1 to 8.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mrsteele/dotenv-webpack/releases">dotenv-webpack's releases</a>.</em></p>
<blockquote>
<h2>v8.1.0</h2>
<h1><a href="https://github.com/mrsteele/dotenv-webpack/compare/v8.0.1...v8.1.0">8.1.0</a> (2024-03-22)</h1>
<h3>Features</h3>
<ul>
<li>compatible with rspack (<a href="https://github.com/mrsteele/dotenv-webpack/commit/f32653e03ac75ef087527992cc27f52a7d412efc">f32653e</a>)</li>
<li>Merge pull request <a href="https://redirect.github.com/mrsteele/dotenv-webpack/issues/501">#501</a> from ahabhgk/compat-rspack (<a href="https://github.com/mrsteele/dotenv-webpack/commit/c6ebc715ea32f3444b9e3e2174718e5322752d94">c6ebc71</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mrsteele/dotenv-webpack/commit/8412b17dfb4248efd7d692869c92a7cc754bac86"><code>8412b17</code></a> chore: resolving legacy ubuntu action</li>
<li><a href="https://github.com/mrsteele/dotenv-webpack/commit/c6ebc715ea32f3444b9e3e2174718e5322752d94"><code>c6ebc71</code></a> feat: Merge pull request <a href="https://redirect.github.com/mrsteele/dotenv-webpack/issues/501">#501</a> from ahabhgk/compat-rspack</li>
<li><a href="https://github.com/mrsteele/dotenv-webpack/commit/1140d8288093284193bc8a64799aa3ff645bf93e"><code>1140d82</code></a> fix webpack4</li>
<li><a href="https://github.com/mrsteele/dotenv-webpack/commit/f32653e03ac75ef087527992cc27f52a7d412efc"><code>f32653e</code></a> feat: compatible with rspack</li>
<li>See full diff in <a href="https://github.com/mrsteele/dotenv-webpack/compare/v8.0.1...v8.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotenv-webpack&package-manager=npm_and_yarn&previous-version=8.0.1&new-version=8.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
dependabot[bot] authored and inmantaci committed Jun 5, 2024
1 parent 37a065d commit dcd9eb2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions changelogs/unreleased/5797-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
change-type: patch
description: 'Build(deps-dev): Bump dotenv-webpack from 8.0.1 to 8.1.0'
destination-branches:
- master
- iso7
sections: {}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"cypress": "^13.6.3",
"cypress-file-upload": "^5.0.8",
"cypress-multi-reporters": "^1.6.4",
"dotenv-webpack": "^8.0.1",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ __metadata:
cypress: "npm:^13.6.3"
cypress-file-upload: "npm:^5.0.8"
cypress-multi-reporters: "npm:^1.6.4"
dotenv-webpack: "npm:^8.0.1"
dotenv-webpack: "npm:^8.1.0"
easy-peasy: "npm:^6.0.4"
eslint: "npm:^8.52.0"
eslint-config-prettier: "npm:^9.1.0"
Expand Down Expand Up @@ -6383,14 +6383,14 @@ __metadata:
languageName: node
linkType: hard

"dotenv-webpack@npm:^8.0.1":
version: 8.0.1
resolution: "dotenv-webpack@npm:8.0.1"
"dotenv-webpack@npm:^8.1.0":
version: 8.1.0
resolution: "dotenv-webpack@npm:8.1.0"
dependencies:
dotenv-defaults: "npm:^2.0.2"
peerDependencies:
webpack: ^4 || ^5
checksum: 10/71b6aa321128b25a079fb5d6d7042c68720e1cda0fa39fe2475da84c1a0d2eb52e889295e2b020d6b08ef48e7e5a202669b96647b77c674cce3e76cc7f9aa23e
checksum: 10/74a46a48646cfbd18c1df9afec13bcff41feeff6662bcd734d4069774bd3ee8531f072c109579812841de7683be3edf06495b694c7e78a7653a270bd9106b0db
languageName: node
linkType: hard

Expand Down

0 comments on commit dcd9eb2

Please sign in to comment.