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 non-major dependencies #21

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@docusaurus/core (source) 3.0.1 -> 3.1.0 age adoption passing confidence dependencies minor
@docusaurus/module-type-aliases (source) 3.0.1 -> 3.1.0 age adoption passing confidence devDependencies minor
@docusaurus/preset-classic (source) 3.0.1 -> 3.1.0 age adoption passing confidence dependencies minor
@docusaurus/tsconfig (source) 3.0.1 -> 3.1.0 age adoption passing confidence devDependencies minor
@docusaurus/types (source) 3.0.1 -> 3.1.0 age adoption passing confidence devDependencies minor
actions/setup-node v4.0.0 -> v4.0.1 age adoption passing confidence action patch
clsx 2.0.0 -> 2.1.0 age adoption passing confidence dependencies minor
prism-react-renderer 2.3.0 -> 2.3.1 age adoption passing confidence dependencies patch
typescript (source) 5.3.2 -> 5.3.3 age adoption passing confidence devDependencies patch

Release Notes

facebook/docusaurus (@​docusaurus/core)

v3.1.0

Compare Source

🚀 New Feature
  • docusaurus-mdx-loader, docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #​9528 feat(core): make broken link checker detect broken anchors - add onBrokenAnchors config (@​OzakIOne)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #​9674 feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions (@​slorber)
  • docusaurus-theme-common
    • #​9671 feat(theme-common): code block MagicComments support for (Visual) Basic/Batch/Fortran/COBOL/ML (@​tats-u)
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-utils
🐛 Bug Fix
  • docusaurus-theme-classic, docusaurus-theme-live-codeblock
  • create-docusaurus
    • #​9696 fix(create-docusaurus): fix init template code blocks, and little improvements (@​slorber)
  • docusaurus-plugin-pwa
  • docusaurus
  • docusaurus-theme-live-codeblock
    • #​9631 fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync (@​slorber)
  • docusaurus-utils
  • docusaurus-module-type-aliases
  • docusaurus-plugin-content-blog
  • docusaurus-theme-translations
    • #​9477 fix(i18n): complete translations for theme-common.json Brazilian Portuguese (pt-BR) (@​c0h1b4)
💅 Polish
  • docusaurus-theme-common
    • #​9335 refactor(theme-common): allow optional desktopBreakpoint param in useWindowSize (@​jgarrow)
🔧 Maintenance
Committers: 8
actions/setup-node (actions/setup-node)

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

lukeed/clsx (clsx)

v2.1.0

Compare Source

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"

Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Compare Source

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#​26): deff09b
    Adds 5 bytes (+2%) for ~3% avg performance gain
    Thank you @​jalalazimi

Chores


Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

FormidableLabs/prism-react-renderer (prism-react-renderer)

v2.3.1

Compare Source

Patch Changes
  • Export normalizeTokens and useTokenize utility functions.
    (#​237)
Microsoft/TypeScript (typescript)

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "every weekend" (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 if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from IanKrieger as a code owner December 9, 2023 19:42
@renovate renovate bot added the dependencies label Dec 9, 2023
Copy link

socket-security bot commented Dec 9, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@docusaurus/tsconfig 3.0.1...3.1.0 None +0/-0 2.13 kB slorber
@docusaurus/core 3.0.1...3.1.0 None +8/-8 33.1 MB slorber
@docusaurus/module-type-aliases 3.0.1...3.1.0 None +1/-1 45.4 kB slorber
@docusaurus/preset-classic 3.0.1...3.1.0 None +24/-24 36.1 MB slorber
@docusaurus/types 3.0.1...3.1.0 None +0/-0 33 kB slorber
clsx 2.0.0...2.1.0 None +0/-0 8.46 kB lukeed
prism-react-renderer 2.3.0...2.3.1 None +1/-1 726 kB formidablelabs
typescript 5.3.2...5.3.3 None +0/-0 32 MB typescript-bot

IanKrieger
IanKrieger previously approved these changes Dec 11, 2023
@IanKrieger IanKrieger added this pull request to the merge queue Dec 11, 2023
@IanKrieger IanKrieger removed this pull request from the merge queue due to a manual request Dec 11, 2023
@IanKrieger IanKrieger added this pull request to the merge queue Dec 11, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 674ce48 to a093528 Compare December 18, 2023 12:22
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.3.3 chore(deps): update all non-major dependencies Dec 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a093528 to 5268793 Compare December 21, 2023 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5268793 to 7b53abf Compare January 1, 2024 21:40
Copy link

github-actions bot commented Jan 1, 2024

[puLL-Merge] - actions/setup-node@v4.0.0..v4.0.1

logError 400 This model's maximum context length is 16385 tokens. However, your messages resulted in 38262 tokens. Please reduce the length of the messages.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 053186b to 7e9ed05 Compare January 8, 2024 21:21
@IanKrieger IanKrieger self-requested a review January 11, 2024 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e9ed05 to 9f1d3b2 Compare January 11, 2024 13:47
@IanKrieger IanKrieger added this pull request to the merge queue Jan 11, 2024
@IanKrieger IanKrieger removed this pull request from the merge queue due to a manual request Jan 11, 2024
@IanKrieger IanKrieger added this pull request to the merge queue Jan 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jan 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f1d3b2 to 91f6a22 Compare January 12, 2024 19:55
@IanKrieger IanKrieger added this pull request to the merge queue Jan 12, 2024
@IanKrieger IanKrieger removed this pull request from the merge queue due to a manual request Jan 12, 2024
@IanKrieger IanKrieger merged commit 63f1e71 into main Jan 12, 2024
6 checks passed
@IanKrieger IanKrieger deleted the renovate/all-minor-patch branch January 12, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant