Closed renovate[bot] closed 1 month ago
This PR contains the following updates:
^2.13.4
^3.0.0
📅 Schedule: Branch creation - "before 3am on Monday" (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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here
The latest updates on your projects. Learn more about Vercel for Git ↗︎
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
+24
+374
🚮 Removed packages: npm/nextra-theme-docs@2.13.4, npm/nextra@2.13.4, npm/react-rx@2.1.3
View full report↗︎
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
^2.13.4
->^3.0.0
^2.13.4
->^3.0.0
Release Notes
shuding/nextra (nextra)
### [`v3.2.0`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.2.0) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.1.3...nextra@3.2.0) ##### Minor Changes - [`d755012`](https://redirect.github.com/shuding/nextra/commit/d755012): feat(nextra-theme-docs): add new theme config option `color.lightness` ##### Patch Changes - nextra@3.2.0 ### [`v3.1.3`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-blog%403.1.3) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.1.2...nextra@3.1.3) ##### Patch Changes - [`6e64b16`](https://redirect.github.com/shuding/nextra/commit/6e64b16): fix `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /path/to/project/node_modules/nextra/package.json` when using `next.config.ts` - [`d44c4bc`](https://redirect.github.com/shuding/nextra/commit/d44c4bc): requires to have a custom App component (`pages/_app.jsx`) - Updated dependencies \[[`6e64b16`](https://redirect.github.com/shuding/nextra/commit/6e64b16)] - Updated dependencies \[[`d44c4bc`](https://redirect.github.com/shuding/nextra/commit/d44c4bc)] - Updated dependencies \[[`24f9806`](https://redirect.github.com/shuding/nextra/commit/24f9806)] - nextra@3.1.3 ### [`v3.1.2`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-blog%403.1.2) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.1.1...nextra@3.1.2) ##### Patch Changes - Updated dependencies \[[`9c78588`](https://redirect.github.com/shuding/nextra/commit/9c78588)] - nextra@3.1.2 ### [`v3.1.1`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-blog%403.1.1) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.1.0...nextra@3.1.1) ##### Patch Changes - [`68633e5`](https://redirect.github.com/shuding/nextra/commit/68633e5): fix: Improve Twoslash Popover Display - Updated dependencies \[[`68633e5`](https://redirect.github.com/shuding/nextra/commit/68633e5)] - nextra@3.1.1 ### [`v3.1.0`](https://redirect.github.com/shuding/nextra/releases/tag/nextra%403.1.0) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.15...nextra@3.1.0) ##### Minor Changes - [`8e9767e`](https://redirect.github.com/shuding/nextra/commit/8e9767e): `activeType` should be initialized from `meta['*']` - [`fec399a`](https://redirect.github.com/shuding/nextra/commit/fec399a): fix `type: 'separator'`, `type: 'menu'` and `item` with `href` not respecting order when not all pages specified in `_meta` file ##### Patch Changes - [`035fe48`](https://redirect.github.com/shuding/nextra/commit/035fe48): - fix empty dropdown menu when \_meta item with `type: "menu"` contains items with local pages - [`c002118`](https://redirect.github.com/shuding/nextra/commit/c002118): - add tests for should respect order for `type: "separator"`, `type: "menu"` and item with `href` ### [`v3.0.15`](https://redirect.github.com/shuding/nextra/releases/tag/nextra%403.0.15) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.14...nextra@3.0.15) ##### Patch Changes - [`bd498c6`](https://redirect.github.com/shuding/nextra/commit/bd498c6): fix compatibility with Next.js `15.0.0-rc.1` ### [`v3.0.14`](https://redirect.github.com/shuding/nextra/releases/tag/nextra%403.0.14) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.13...nextra@3.0.14) ##### Patch Changes - [`6454938`](https://redirect.github.com/shuding/nextra/commit/6454938): update css selectors for `code`, use `code.nextra-code` - [`9794e9e`](https://redirect.github.com/shuding/nextra/commit/9794e9e): update package version range for `@theguild/remark-mermaid` to be at least `^0.1.3` [nextauthjs/next-auth#12029 (comment)](https://redirect.github.com/nextauthjs/next-auth/pull/12029#discussion_r1801785960) - [`9794e9e`](https://redirect.github.com/shuding/nextra/commit/9794e9e): Fix `frontMatter.sidebarTitle` didn't affect without `frontMatter.title` set now priority for sidebar title is: 1. `title` property from `_meta` file 2. `frontMatter.sidebarTitle` 3. `frontMatter.title` 4. formatted with [Title](https://title.sh) based on filename ### [`v3.0.13`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.13) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.12...nextra@3.0.13) ##### Patch Changes - [`f1815ac`](https://redirect.github.com/shuding/nextra/commit/f1815ac): From an accessibility POV (WCAG G13) there's a need of additional visual differentiation factor for hovers. Article achieves this but mdx doesn't. So changing the mdx link behaviour so on hover the underline disappears. - nextra@3.0.13 ### [`v3.0.12`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.12) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.11...nextra@3.0.12) ##### Patch Changes - [`7e0093f`](https://redirect.github.com/shuding/nextra/commit/7e0093f): Fix `nextra/locales` middleware, redirect to the docs URL relative to the `/` marker on Safari - [`210d68a`](https://redirect.github.com/shuding/nextra/commit/210d68a): trigger scrolling when the TOC item is outside the viewport - [`bf04f96`](https://redirect.github.com/shuding/nextra/commit/bf04f96): add ring-inset for navbar links - nextra@3.0.8 ### [`v3.0.7`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.7) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.6...nextra@3.0.7) ##### Patch Changes - Updated dependencies \[[`4bbc1fe`](https://redirect.github.com/shuding/nextra/commit/4bbc1fe)] - nextra@3.0.7 ### [`v3.0.6`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-blog%403.0.6) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.5...nextra@3.0.6) ##### Patch Changes - nextra@3.0.6 ### [`v3.0.5`](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.4...nextra@3.0.5) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.4...nextra@3.0.5) ### [`v3.0.4`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.4) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.3...nextra@3.0.4) ##### Patch Changes - [`84fc255`](https://redirect.github.com/shuding/nextra/commit/84fc255): should get right `activeType`, `activeThemeContext` even when some parent has `display: 'hidden'` - [`9b6595d`](https://redirect.github.com/shuding/nextra/commit/9b6595d): Ensure the jump link behavior is consistent in Markdown. - [`f3a5575`](https://redirect.github.com/shuding/nextra/commit/f3a5575): add a scrollbar for nav links in the header when they exceed available free space - Updated dependencies \[[`84a8a41`](https://redirect.github.com/shuding/nextra/commit/84a8a41)] - Updated dependencies \[[`659b36e`](https://redirect.github.com/shuding/nextra/commit/659b36e)] - Updated dependencies \[[`84fc255`](https://redirect.github.com/shuding/nextra/commit/84fc255)] - nextra@3.0.4 ### [`v3.0.3`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.3) [Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.2...nextra@3.0.3) ##### Patch Changes - [`9d93caf`](https://redirect.github.com/shuding/nextra/commit/9d93caf): RTL support for the `` component.
- [`5fbce2f`](https://redirect.github.com/shuding/nextra/commit/5fbce2f): Added golang logo for code blocks.
- Updated dependencies \[[`82fc267`](https://redirect.github.com/shuding/nextra/commit/82fc267)]
- Updated dependencies \[[`edc6c29`](https://redirect.github.com/shuding/nextra/commit/edc6c29)]
- Updated dependencies \[[`9d93caf`](https://redirect.github.com/shuding/nextra/commit/9d93caf)]
- Updated dependencies \[[`5fbce2f`](https://redirect.github.com/shuding/nextra/commit/5fbce2f)]
- nextra@3.0.3
### [`v3.0.2`](https://redirect.github.com/shuding/nextra/releases/tag/nextra%403.0.2)
[Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.1...nextra@3.0.2)
##### Patch Changes
- [`b6341f7`](https://redirect.github.com/shuding/nextra/commit/b6341f7): remove warning
`Watchpack Error (initial scan): Error: ENOTDIR: not a directory, scandir 'path-to-your-node_modules/next/dist/pages/_app.js'`
### [`v3.0.1`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.1)
[Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@3.0.0...nextra@3.0.1)
##### Patch Changes
- [`d9d0820`](https://redirect.github.com/shuding/nextra/commit/d9d0820): fix unclickable links on mobile
- nextra@3.0.1
### [`v3.0.0`](https://redirect.github.com/shuding/nextra/releases/tag/nextra-theme-docs%403.0.0)
[Compare Source](https://redirect.github.com/shuding/nextra/compare/nextra@2.13.4...nextra@3.0.0)
##### Major Changes
- [`e7e8e84`](https://redirect.github.com/shuding/nextra/commit/e7e8e84): show react components, variable interpolation and latex in toc
- [`c7f03e5`](https://redirect.github.com/shuding/nextra/commit/c7f03e5): remove `toc.headingComponent`
- [`ea1a736`](https://redirect.github.com/shuding/nextra/commit/ea1a736): remove `next-seo` and `useNextSeoProps`, use `head` option instead
- [`c2ad837`](https://redirect.github.com/shuding/nextra/commit/c2ad837): update to MDX3
- [`148278c`](https://redirect.github.com/shuding/nextra/commit/148278c): rename tailwind prefix `nx-` to `_` to reduce bundle size
- [`919fe97`](https://redirect.github.com/shuding/nextra/commit/919fe97): set `"peerDependencies.next": ">=13"`
- [`47b125d`](https://redirect.github.com/shuding/nextra/commit/47b125d): fix global style conflicts for
``/`