Skip to content

Commit

Permalink
fix(deps): update dependency @nuxt/config to ^2.17.2 (#2148)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxt/config](https://togithub.com/nuxt/nuxt.js) | [`^2.17.1` ->
`^2.17.2`](https://renovatebot.com/diffs/npm/@nuxt%2fconfig/2.17.1/2.17.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fconfig/2.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fconfig/2.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fconfig/2.17.1/2.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fconfig/2.17.1/2.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/nuxt.js (@&#8203;nuxt/config)</summary>

### [`v2.17.2`](https://togithub.com/nuxt/nuxt/releases/tag/v2.17.2)

[Compare
Source](https://togithub.com/nuxt/nuxt.js/compare/v2.17.1...v2.17.2)

#### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt.js/compare/v2.17.1...v2.17.2)

##### 🩹 Fixes

- **types:** Prevent overwriting vue types in template
([#&#8203;22802](https://togithub.com/nuxt/nuxt.js/pull/22802))
- **types:** Don't pin webpack types to exact version
([#&#8203;23531](https://togithub.com/nuxt/nuxt.js/pull/23531))
- Remove md4 patch now that `webpack` has it in core
([#&#8203;23703](https://togithub.com/nuxt/nuxt.js/pull/23703))

##### 🤖 CI

- Add script to update changelog for 2.x releases
([#&#8203;23031](https://togithub.com/nuxt/nuxt.js/pull/23031))
- Revert to codecov-action v3
([e66e44803](https://togithub.com/nuxt/nuxt.js/commit/e66e44803))
- Remove node version from matrix
([#&#8203;23706](https://togithub.com/nuxt/nuxt.js/pull/23706))
- Use node 18 for ci jobs
([#&#8203;23701](https://togithub.com/nuxt/nuxt.js/pull/23701))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))
-   Rafał Chłodnicki ([@&#8203;rchl](https://togithub.com/rchl))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent 625eb56 commit fe06326
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 106 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"e2e-test": "playwright test"
},
"dependencies": {
"@nuxt/config": "^2.17.1",
"@nuxt/config": "^2.17.2",
"@previewjs/analyzer-api": "^0.1.3",
"@previewjs/api": "^16.0.1",
"@previewjs/serializable-values": "^9.0.1",
Expand Down
154 changes: 49 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe06326

Please sign in to comment.