Skip to content

Commit de5864e

Browse files
authored
fix(deps): update javascript packages (non-major) (#1114)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@codemirror/language](https://redirect.github.com/codemirror/language) | [`6.11.3` -> `6.12.1`](https://renovatebot.com/diffs/npm/@codemirror%2flanguage/6.11.3/6.12.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2flanguage/6.12.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2flanguage/6.11.3/6.12.1?slim=true) | | [@codemirror/state](https://redirect.github.com/codemirror/state) | [`6.5.2` -> `6.5.3`](https://renovatebot.com/diffs/npm/@codemirror%2fstate/6.5.2/6.5.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2fstate/6.5.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2fstate/6.5.2/6.5.3?slim=true) | | [@codemirror/view](https://redirect.github.com/codemirror/view) | [`6.39.4` -> `6.39.6`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.39.4/6.39.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2fview/6.39.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2fview/6.39.4/6.39.6?slim=true) | | [eslint-config-next](https://nextjs.org/docs/app/api-reference/config/eslint) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`16.0.10` -> `16.1.1`](https://renovatebot.com/diffs/npm/eslint-config-next/16.0.10/16.1.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.0.10/16.1.1?slim=true) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.0.10` -> `16.1.1`](https://renovatebot.com/diffs/npm/next/16.0.10/16.1.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.0.10/16.1.1?slim=true) | --- ### Release Notes <details> <summary>codemirror/language (@&#8203;codemirror/language)</summary> ### [`v6.12.1`](https://redirect.github.com/codemirror/language/blob/HEAD/CHANGELOG.md#6121-2025-12-22) [Compare Source](https://redirect.github.com/codemirror/language/compare/6.12.0...6.12.1) ##### Bug fixes Improve finding inner language in syntax tree when the nested parse has been marked as bracketed. ### [`v6.12.0`](https://redirect.github.com/codemirror/language/compare/6.11.3...6.12.0) [Compare Source](https://redirect.github.com/codemirror/language/compare/6.11.3...6.12.0) </details> <details> <summary>codemirror/state (@&#8203;codemirror/state)</summary> ### [`v6.5.3`](https://redirect.github.com/codemirror/state/blob/HEAD/CHANGELOG.md#653-2025-12-22) [Compare Source](https://redirect.github.com/codemirror/state/compare/6.5.2...6.5.3) ##### Bug fixes Fix an issue where `RangeValue.eq` could get called with a value of a different class. `EditorState.charCategorizer` now only uses the highest-precedence set of word characters from the language data, to allow overriding these. </details> <details> <summary>codemirror/view (@&#8203;codemirror/view)</summary> ### [`v6.39.6`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6396-2025-12-23) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.39.5...6.39.6) ##### Bug fixes Fix an issue when composing on the boundary of a decoration, where the text after the composition would get garbled. ### [`v6.39.5`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6395-2025-12-22) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.39.4...6.39.5) ##### Bug fixes Fix an issue where replaced widgets alone on a line weren't reused and didn't get their `updateDOM` method called. Fix a bug where, when selecting full lines at the end of the document and inserting a character on Chrome, an inappropriate extra newline was inserted. </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.1.1`](https://redirect.github.com/vercel/next.js/compare/v16.1.0...v16.1.1) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.1.0...v16.1.1) ### [`v16.1.0`](https://redirect.github.com/vercel/next.js/compare/v16.0.10...34916762cdff14f27c7e3273d74af60eb6c23cb6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v16.1.1`](https://redirect.github.com/vercel/next.js/compare/v16.1.0...3aa53984e9d6bc4b5860c76e90cccfd6780989af) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.1.0...v16.1.1) ### [`v16.1.0`](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/agbrs/agb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
2 parents 29bc0e5 + f5e3d43 commit de5864e

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

website/agb/package-lock.json

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/agb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@codemirror/state": "^6.5.2",
1919
"@codemirror/view": "^6.36.2",
2020
"anser": "^2.3.0",
21-
"next": "16.0.10",
21+
"next": "16.1.1",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0",
2424
"sharp": "^0.34.0",
@@ -30,7 +30,7 @@
3030
"@types/react-dom": "^19.0.0",
3131
"@types/styled-components": "^5.1.34",
3232
"eslint": "^9.0.0",
33-
"eslint-config-next": "16.0.10",
33+
"eslint-config-next": "16.1.1",
3434
"typescript": "^5"
3535
}
3636
}

0 commit comments

Comments
 (0)