Skip to content

Commit

Permalink
fix(deps): update dependency @nuxt/config to ^2.17.3 (#2381)
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.2` ->
`^2.17.3`](https://renovatebot.com/diffs/npm/@nuxt%2fconfig/2.17.2/2.17.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fconfig/2.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fconfig/2.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fconfig/2.17.2/2.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fconfig/2.17.2/2.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

> 2.17.3 is the next patch release for the 2.x branch.

#### 👉 Changelog

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

##### 💅 Refactors

- Migrate to `hookable` package
([#&#8203;24426](https://togithub.com/nuxt/nuxt.js/pull/24426))

##### 🏡 Chore

- Fix invalid package files with `npm pkg fix`
([4d0474c4b](https://togithub.com/nuxt/nuxt.js/commit/4d0474c4b))

##### ✅ Tests

- Skip lib check with vue-tsc test
([90ffd8170](https://togithub.com/nuxt/nuxt.js/commit/90ffd8170))

##### 🤖 CI

- Split type check into separate test
([40f1f301e](https://togithub.com/nuxt/nuxt.js/commit/40f1f301e))

##### ❤️ Contributors

- Andrey Yolkin
([@&#8203;AndreyYolkin](https://togithub.com/AndreyYolkin))
-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 7b1c5b9 commit 047a4b5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 51 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.2",
"@nuxt/config": "^2.17.3",
"@previewjs/analyzer-api": "^0.1.5",
"@previewjs/api": "^16.0.3",
"@previewjs/serializable-values": "^9.0.3",
Expand Down
92 changes: 42 additions & 50 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 047a4b5

Please sign in to comment.