Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps): bump next and nextra-theme-docs in /docs #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps next and nextra-theme-docs. These dependencies needed to be updated together.
Updates next from 12.2.2 to 15.1.1

Release notes

Sourced from next's releases.

v15.1.1

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

Core Changes

Credits

Huge thanks to @​devjiwonchoi and @​ztanner for helping!

v15.1.1-canary.10

Core Changes

  • refactor: make locales array immutable: #74037

Misc Changes

  • chore(turbopack): Fix build error when CI environment variable is not supplied: #74041

Credits

Huge thanks to @​wyattjoh and @​bgw for helping!

v15.1.1-canary.7

Core Changes

  • Ignore RSC fetch errors after hard navigation: #73975
  • Fix error code check in windows: #73981
  • Separate viewport and metadata in rsc and cache: #73867
  • Add feature flag for new dev overlay: #73977
  • Restore RSC fetch error handling after navigating back: #73985

Misc Changes

  • docs: fix sitemap changelog table formatting: #73760
  • fix(docs): vitest manual setup: #73754
  • docs: fix file extension and missing export: #73842
  • docs: update tailwind.config.ts to use satisfies operator: #73924
  • docs: Fix MDX syntax error: #73970
  • chore(next-custom-transforms): Mark fixture outputs as generated: #73918
  • docs(use-cache): add missing jsx switcher example and types: #73473
  • docs(internalization): add typescript examples and fix params as promise: #73240
  • docs: add missing quotation marks in exmaple code: #73720
  • chore(turbo-tasks-macros): Remove use of associated items for NativeFunction construction: #73929
  • refactor(turbo-tasks-macros): Strip (already hidden) doc attributes from inline function signatures: #73931
  • chore(github): fix wrong-issue-template body: #74003

Credits

... (truncated)

Commits
  • 4384c68 v15.1.1
  • d137863 run build_and_test workflow on backport branch
  • d27bb14 backport: fix(turbo): sassOptions silenceDeprecations was not overwritten wit...
  • 0c8187a Add NEXT_PRIVATE_SKIP_CANARY_CHECK env for bench job (#73763)
  • e83ab18 backport: refactor collectAppPageSegments (#73996)
  • ada25fc Designate as backport branch
  • dafcd43 v15.1.0
  • 2deb35d v15.0.4-canary.52
  • f92b159 test: fix type error in segment-cache-basic test (#73755)
  • 4074ede docs(turbopack): Better document the Vc type, with references to ResolvedVc a...
  • Additional commits viewable in compare view

Updates nextra-theme-docs from 1.2.6 to 3.2.5

Release notes

Sourced from nextra-theme-docs's releases.

nextra-theme-docs@3.2.5

Patch Changes

  • Updated dependencies [2f5d954]
    • nextra@3.2.5

nextra-theme-docs@3.2.4

Patch Changes

  • Updated dependencies [a4b0bbb]
    • nextra@3.2.4

nextra-theme-docs@3.2.3

Patch Changes

  • Updated dependencies [50f33f3]
    • nextra@3.2.3

nextra-theme-docs@3.2.2

Patch Changes

  • 45cccd4: allow passing className for <Tabs> and <Tabs.Tab>
  • Updated dependencies [45cccd4]
    • nextra@3.2.2

nextra-theme-docs@3.2.1

Patch Changes

  • 9154c2f: fix(nextra-theme-docs): incorrect makePrimaryColor relative value for tailwind primary.900

  • 8a21a77: - Change hamburger menu animation speed

    Google Core Web Vitals rolled out a new INP score The mobile hamburger menu would occasionally get flagged for "need improvement"

    • nextra@3.2.1

nextra-theme-docs@3.2.0

Minor Changes

  • d755012: feat(nextra-theme-docs): add new theme config option color.lightness

Patch Changes

  • nextra@3.2.0

nextra-theme-docs@3.1.3

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js) and [nextra-theme-docs](https://github.com/shuding/nextra). These dependencies needed to be updated together.

Updates `next` from 12.2.2 to 15.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.2.2...v15.1.1)

Updates `nextra-theme-docs` from 1.2.6 to 3.2.5
- [Release notes](https://github.com/shuding/nextra/releases)
- [Commits](https://github.com/shuding/nextra/commits/nextra-theme-docs@3.2.5)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
- dependency-name: nextra-theme-docs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants