Skip to content

Commit

Permalink
fix(deps): update dependency unplugin to v2 (#1623)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unplugin](https://redirect.github.com/unjs/unplugin) | [`^1.5.0` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/unplugin/1.16.0/2.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin/1.16.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin/1.16.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>unjs/unplugin (unplugin)</summary>

###
[`v2.0.0`](https://redirect.github.com/unjs/unplugin/compare/v1.16.0...d5c6938e3d8718179384f47744e1b4f7f38f8b32)

[Compare
Source](https://redirect.github.com/unjs/unplugin/compare/v1.16.0...v2.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/runtime-env/import-meta-env).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ernest <[email protected]>
  • Loading branch information
renovate[bot] and soc221b authored Dec 7, 2024
1 parent a0660d5 commit 11dfa6d
Show file tree
Hide file tree
Showing 22 changed files with 23,406 additions and 44,612 deletions.
13,456 changes: 3,197 additions & 10,259 deletions packages/examples/@vue+cli@5-example/package-lock.json

Large diffs are not rendered by default.

1,082 changes: 676 additions & 406 deletions packages/examples/create-next-app-example/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/examples/create-next-app-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"cross-env": "^7.0.3",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
24,667 changes: 6,348 additions & 18,319 deletions packages/examples/create-react-app-example/package-lock.json

Large diffs are not rendered by default.

4,021 changes: 2,706 additions & 1,315 deletions packages/examples/docker-compose-starter-example/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/examples/docker-compose-starter-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"devDependencies": {
"chai": "^4.3.6",
"concurrently": "7.0.0",
"concurrently": "^9.1.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"picocolors": "^1.0.0",
"puppeteer": "^13.5.1",
"rimraf": "^3.0.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
"html-webpack-plugin": "^5.6.3",
"picocolors": "^1.1.1",
"puppeteer": "^23.10.1",
"rimraf": "^6.0.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}
4,113 changes: 2,759 additions & 1,354 deletions packages/examples/docker-starter-example/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/examples/docker-starter-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"devDependencies": {
"chai": "^4.3.6",
"concurrently": "7.0.0",
"concurrently": "9.1.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"picocolors": "^1.0.0",
"puppeteer": "^13.5.1",
"rimraf": "^3.0.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
"html-webpack-plugin": "^5.6.3",
"picocolors": "^1.1.1",
"puppeteer": "^23.10.1",
"rimraf": "^6.0.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}
Loading

0 comments on commit 11dfa6d

Please sign in to comment.