Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-next to v14.2.11 (#310)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| [`14.2.10` ->
`14.2.11`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.10/14.2.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.2.10/14.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.2.10/14.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

###
[`v14.2.11`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.11)

[Compare
Source](https://redirect.github.com/vercel/next.js/compare/v14.2.10...v14.2.11)

> \[!NOTE]\
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.

##### Core Changes

- fix: correct metadata url suffix
([https://github.com/vercel/next.js/pull/69959](https://redirect.github.com/vercel/next.js/pull/69959))
- fix: setting assetPrefix to URL format breaks HMR
([#&#8203;70040](https://redirect.github.com/vercel/next.js/issues/70040))
- Update revalidateTag to batch tags in one request
([#&#8203;65296](https://redirect.github.com/vercel/next.js/issues/65296))

##### Credits

Huge thanks to [@&#8203;huozhi](https://redirect.github.com/huozhi),
[@&#8203;devjiwonchoi](https://redirect.github.com/devjiwonchoi), and
[@&#8203;ijjk](https://redirect.github.com/ijjk) for helping!

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ziyadedher/dental-clutter).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 6a5379f commit be8ed90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.10",
"eslint-config-next": "14.2.11",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"postcss": "^8",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit be8ed90

Please sign in to comment.