Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #295

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

chore(deps): update all dependencies #295

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@azure-tools/typespec-autorest (source) ^0.49.0 -> ^0.50.0 age adoption passing confidence devDependencies minor
@azure-tools/typespec-azure-core (source) ^0.49.0 -> ^0.50.0 age adoption passing confidence devDependencies minor
@azure-tools/typespec-azure-resource-manager (source) ^0.49.0 -> ^0.50.0 age adoption passing confidence devDependencies minor
@azure-tools/typespec-client-generator-core (source) ^0.49.0 -> ^0.50.0 age adoption passing confidence devDependencies minor
@typespec/compiler (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence peerDependencies minor
@typespec/compiler (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
@typespec/http ^0.63.0 -> ^0.64.0 age adoption passing confidence peerDependencies minor
@typespec/http ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
@typespec/openapi (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence peerDependencies minor
@typespec/openapi (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
@typespec/openapi3 (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence peerDependencies minor
@typespec/openapi3 (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
@typespec/rest (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
@typespec/versioning (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence peerDependencies minor
@typespec/versioning (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
@typespec/xml (source) ^0.63.0 -> ^0.64.0 age adoption passing confidence devDependencies minor
next (source) 15.1.3 -> 15.1.6 age adoption passing confidence dependencies patch
nextra ^3.3.1 -> ^4.0.0 age adoption passing confidence dependencies major
nextra-theme-docs ^3.3.1 -> ^4.0.0 age adoption passing confidence dependencies major
node (source) 22.12.0 -> 22.13.1 age adoption passing confidence minor

Release Notes

Azure/typespec-azure (@​azure-tools/typespec-client-generator-core)

v0.50.3

Compare Source

Bug Fixes
  • #​2027 Change @clientInitialization decorator's options parameter to ClientInitializationOptions type. The options now could set how to initialize the client. Though the implementation could support backward compatibility, it's better to have all specs that use this decorator change from @clientInitialization(CustomizedOption) to @clientInitialization({parameters: CustomizedOption}). A new helper getClientInitializationOptions is added for getting the new ClientInitializationOptions info from the @clientInitialization decorator.
  • #​2027 Add new children property to SdkClientType to include all the sub client belong to that client.
  • #​2027 Add clientInitialization property to SdkClientType. Its type is SdkClientInitializationType which includes the initialization parameters and how to initialize the client.
  • #​2027 Deprecate initialization property of SdkClientType. Use init.paramters of SdkClientType instead.
  • #​2027 Deprecate SdkClientAccessor type. Use parent and children property from SdkClientType to find client hierarchy instead.

v0.50.2

Compare Source

Bug Fixes
  • #​2115 Fix regression of example mapping for model with parameters.
Deprecations
  • #​2115 Deprecate serializedName property of SdkEndpointParameter. Use type.templateArguments[x].serializedName or type.variantTypes[x].templateArguments[x].serializedName instead.

v0.50.1

Features
  • #​2097 support name and isGeneratedName for nullable type
  • #​2027 Add serializationOptions property to SdkModelType and SdkBodyModelPropertyType. Its type is SerializationOptions which contains the info of how to serialize to Json/Xml/Multipart value.
Deprecations
  • #​2027 Deprecate serializedName property in SdkBodyModelPropertyType, use serializationOptions.xxx.name instead.
  • #​2027 Deprecate multipartOptions in SdkBodyModelPropertyType, use serializationOptions.multipart instead.

v0.49.1

Bug Fixes
  • #​2000 ensure operation examples to be ordered
  • #​2004 get correct pageable info for azure pageable operation with inheritance return model
  • #​2034 refine cross language definition id logic
Features
  • #​2010 add getHttpOperationParameter helper function
  • #​1978 Add @isApiVersion decorator to override whether a parameter is an api version or not
Breaking Changes
  • #​2007 fix typo of crossLanguageDefinitionId of method.
microsoft/typespec (@​typespec/rest)

v0.64.1

Bug Fixes
  • #​5726 Updates CollectionWithNextLink to support pagination

v0.63.1

Bug Fixes
  • #​5535 In some scenarios, the options for the @path decorator do not accurately reflect the provided parameters, including the #{allowReserved: true} which is the x-ms-skip-url-encoding option. This change addresses and fixes this issue.
vercel/next.js (next)

v15.1.6

Compare Source

v15.1.5

Compare Source

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

Core Changes
  • Fix missing revalidate with notFound() (#​75009)
  • fix: when metadatabase is set we should not warn (#​74840)
  • Fix @​vercel/og license SPDX expression (#​74745)
  • fix: ts language server rule metadata should allow null (#​74704)
  • fix: eslint rule of using img in metadata routes (#​74864)
  • Fix presentation when onerror receives an event without error (#​74643)
  • fix fetch lock not being consistently released #​74623 (#​75028)
Credits

Huge thanks to @​ijjk, @​huozhi, @​matmannion and @​ztanner for helping!

v15.1.4

Compare Source

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

Core Changes
  • backport: force module format for virtual client-proxy (#​74608)
  • Fix prerender tags when notFound is called (#​74607)
  • Use provided waitUntil for pending revalidates (#​74604)
  • Feature: next/image: add support for images.qualities in next.config (#​74588)
  • Chore: docs: add missing search: '' on remotePatterns (#​74587)
  • Chore: docs: update version history of next/image (#​73923) (#​74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#​74569)
Credits

Huge thanks to @​ and @​ for helping!

shuding/nextra (nextra)

v4.2.1

Compare Source

Patch Changes
  • 5c51b49: fix allow configuring theme.toc in _meta file when toc.float is set to false for pages with type: 'page'
  • 996b0b5: fix: show Scroll to top link toc.backToTop when toc.float: false is set

v4.2.0

Compare Source

Minor Changes
  • 90b8c66: allow configuring theme.toc with layout: 'default' in _meta files
Patch Changes
  • 0b0db89: better animations for open/closed state for the <NavbarMenu> component which is rendered with type: 'menu' in _meta file
  • 427b080: calculate --nextra-banner-height after mounting banner, so banner text can be wrapped on multiple lines
  • 6b8053f: fix a sudden height jump on opening for <detail> element when his last children contain margins
  • 5d1e75b: add the missing transition-opacity style for the <BackToTop> component
  • b0e686e: hide default <summary> arrow on mobile
  • 2b0b434: add the missing cursor-pointer style in the <BackToTop> component
  • bcc34cc: reduce main area padding x to from 24px to 16px like in next.js docs
  • Updated dependencies [427b080]
  • Updated dependencies [6b8053f]
  • Updated dependencies [b0e686e]

v4.1.1

Compare Source

Patch Changes
  • b9f8bfb: do not render default footer content if the Footer#children prop was not provided
  • 8d878dd: fix: show heading anchor when hover on heading itself
  • 20f7aaa: fix Uncaught Error: Minified React error #&#8203;418; visit https://react.dev/errors/418 error due mismatch of last updated time date
  • 57e98cd: add Layout#sidebar.defaultOpen prop to configure sidebar default open state
  • d586bd6: fix ThemeSwitch#lite prop
  • 29a44de: fix regression from Nextra 3 setting theme.collapsed?: boolean in _meta file for folders has no effect in sidebar
  • 5e86a14: add missing transition state for <Navbar> links and <TOC> extra content links
  • 2ba45de: allow change _meta file theme.toc property with type: 'page'
  • Updated dependencies [29a44de]
  • Updated dependencies [19578c3]

v4.1.0

Compare Source

Minor Changes
  • 7caf059: - generate unique anchor id for <summary> elements based on its content at build time
    • add anchor link icon for <summary>
Patch Changes

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes

v4.0.7

Patch Changes
  • 32e7d55: fix ::selection styles, use hsla instead of hsl because it can overlap text with ::selection background when background-clip: text is set
  • 695e428: add new nextra config option unstable_shouldAddLocaleToLinks to append locale to all links, for i18n websites which uses static exports and can't use Nextra middleware
  • fc78033: fix crash of Nextra when props are used within headings, e.g. ## Hello {props.something}
  • b2f2458: do not log a bunch of Failed to get the last modified timestamp from Git for the file messages if init git repository failed

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
  • 481e0d0: fix syntax highlighting for mdx lang and improve docs for /docs/docs-theme/start
  • 426cd66: Remove margin-top from .nextra-steps :before pseudo selector
  • Updated dependencies [481e0d0]
  • Updated dependencies [426cd66]

v4.0.0

Compare Source

Nextra 4.0 is just released!

🔹App Router
🔹Turbopack
🔹Compiled by React-Compiler
🔹New Rust-powered search engine Pagefind
🔹RSC i18n
🔹Server/Client components
🔹Smallest bundle size EVER for a Nextra-powered website
🔹GitHub Alert Syntax
🔹New _meta.global file
🔹… and more

Blog post announcement and migration guide.

Please refer to CHANGELOG.md for details.

nodejs/node (node)

v22.13.1

Compare Source

v22.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants