Skip to content

Commit

Permalink
Update dependency eslint-config-next to v14.2.18 (#1757)
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.16` ->
`14.2.18`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.16/14.2.18)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.2.16/14.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.2.16/14.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

##### Core Changes

- Fix: (third-parties) sendGTMEvent not queueing events before GTM init
([#&#8203;68683](https://redirect.github.com/vercel/next.js/issues/68683))
([#&#8203;72111](https://redirect.github.com/vercel/next.js/issues/72111))
- Ignore error pages for cache revalidate
([#&#8203;72412](https://redirect.github.com/vercel/next.js/issues/72412))
([#&#8203;72484](https://redirect.github.com/vercel/next.js/issues/72484))

##### Credits

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

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

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

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

##### Core Changes

- Fix: revert the bad node binary handling
([#&#8203;72356](https://redirect.github.com/vercel/next.js/issues/72356))
- Ensure pages/500 handles cache-control as expected
([#&#8203;72050](https://redirect.github.com/vercel/next.js/issues/72050))
([#&#8203;72110](https://redirect.github.com/vercel/next.js/issues/72110))
- fix unhandled runtime error from generateMetadata in parallel routes
([#&#8203;72153](https://redirect.github.com/vercel/next.js/issues/72153))

##### Credits

Huge thanks to [@&#8203;huozhi](https://redirect.github.com/huozhi),
[@&#8203;ztanner](https://redirect.github.com/ztanner), 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 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/MISW/portal).

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent dc4fe9e commit a3e6d7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.16",
"eslint-config-next": "14.2.18",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.47",
"prettier": "3.3.2",
Expand Down
14 changes: 7 additions & 7 deletions frontend/pnpm-lock.yaml

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

0 comments on commit a3e6d7d

Please sign in to comment.