chore(deps): update dependencies #118
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.2->3.6.23.5.2->3.6.23.5.2->3.6.23.5.2->3.6.23.5.2->3.6.25.0.4->5.1.05.4.0->5.5.01.1.32->1.1.359.13.0->9.15.08.10.2->8.119.1.6->9.1.79.0.4->9.0.58.3.0->8.3.58.11.0->8.15.08.2.0->8.2.18.2.0->8.2.18.2.0->8.2.18.2.0->8.2.1Release Notes
facebook/docusaurus (@docusaurus/core)
v3.6.2: 3.6.2Compare Source
3.6.2 (2024-11-19)
🐛 Bug Fix
docusaurus-module-type-aliasesdocusaurus-theme-translationsdocusaurusdocusaurus --helpshould print plugin commands usingextendCli()(@slorber)docusaurus-bundlercreate-docusaurusdocusaurus-bundler,docusaurus-faster,docusaurus🔧 Maintenance
yarn installto ignore temporary network errors (@slorber)Committers: 5
v3.6.1Compare Source
🐛 Bug Fix
docusaurusdocusaurus-bundler,docusaurus-faster,docusaurus-utils-common,docusaurus-utils💅 Polish
docusaurus-bundler,docusaurus-types,docusaurus📝 Documentation
🔧 Maintenance
docusaurus-mdx-loaderCommitters: 2
v3.6.0Compare Source
🚀 New Feature
docusaurus-plugin-content-blog,docusaurus-theme-classicfrontMatter.title_metato override title for SEO (@ilg-ul)docusaurus--localeoptions (@slorber)docusaurus-loggerdocusaurus-plugin-rsdoctordocusaurus-bundler,docusaurus-faster,docusaurus-theme-classic,docusaurussiteConfig.future.experimental_faster.rspackBundler(@slorber)docusaurus-bundler,docusaurus-faster,docusaurus-types,docusaurussiteConfig.future.experimental_faster.swcHtmlMinimizer(@slorber)siteConfig.future.experimental_faster.lightningCssMinimizer(@slorber)docusaurus-theme-mermaiddocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-types,docusaurussiteConfig.future.experimental_faster.mdxCrossCompilerCache(@slorber)docusaurus-faster,docusaurus-types,docusaurussiteConfig.future.experimental_faster.swcJsMinimizer(@slorber)docusaurus-faster,docusaurus-plugin-content-docs,docusaurus-types,docusaurussiteConfig.future.experimental_faster.swcJsLoader(@slorber)🐛 Bug Fix
docusaurus-bundler,docusaurusdocusaurus-bundlerdocusaurus-theme-classicdocusaurus-fasterdocusaurusdocusaurus-bundler,docusaurus-fasterdocusaurus-theme-translationsdocusaurus-mdx-loaderdocusaurus-tsconfig@docusaurus/tsconfigtarget es2022 (@slorber)docusaurus-plugin-content-blogdocusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-translationsdocusaurus-types,docusaurus🏃♀️ Performance
docusaurus-bundler,docusaurus-fasterdocusaurusdocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages📝 Documentation
create-docusaurus🤖 Dependencies
docusaurus-plugin-pwa🔧 Maintenance
docusaurus-babel,docusaurus-bundler,docusaurus-mdx-loader,docusaurus-plugin-debug,docusaurus-plugin-pwa,docusaurus-plugin-rsdoctor,docusaurus-theme-live-codeblock,docusaurusdocusaurus-bundler,docusaurus-fasterdocusaurus-bundler,docusaurus-logger,docusaurus-types,docusaurusdocusaurusdocusaurus-bundler,docusaurus-plugin-pwa,docusaurus-types,docusauruscreate-docusauruscreate-docusaurus,docusaurus-babel,docusaurus-bundler,docusaurus-mdx-loader,docusaurus-plugin-pwa,docusaurus-theme-classic,docusaurus-theme-translations,docusaurus-types,docusaurus-utils,docusaurus@docusaurus/bundlerand@docusaurus/babelpackages (@slorber)create-docusaurus,docusaurus-plugin-pwa,docusaurus-theme-classic,docusaurus-theme-common,docusaurus-theme-mermaid,docusaurus-utils,docusaurus,eslint-plugindocusaurus-plugin-content-docs,docusaurus-types,docusauruscreate-docusaurus,docusaurus-utilscreate-docusaurus,docusaurus-logger,docusaurus-theme-translations,docusaurusdocusaurus-remark-plugin-npm2yarndocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurusdocusaurus-mdx-loader,docusaurus-utils,docusaurusdocusaurus-mdx-loaderCommitters: 19
dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v5.1.0Compare Source
Minor Changes
#9989
55a1e9eThanks @eddeee888! - AddgenerateInternalResolversIfNeededoptionThis option can be used to generate more correct types for internal resolvers. For example, only generate
__resolveReferenceif the federation object has a resolvable@key.In the future, this option can be extended to support other internal resolvers e.g.
__isTypeOfis only generated for implementing types and union members.dotansimha/graphql-code-generator (@graphql-codegen/visitor-plugin-common)
v5.5.0Compare Source
Minor Changes
#9989
55a1e9eThanks @eddeee888! - AddgenerateInternalResolversIfNeededoptionThis option can be used to generate more correct types for internal resolvers. For example, only generate
__resolveReferenceif the federation object has a resolvable@key.In the future, this option can be extended to support other internal resolvers e.g.
__isTypeOfis only generated for implementing types and union members.#10141
a235051Thanks @eddeee888! - Add avoidCheckingAbstractTypesRecursively to avoid checking and generating abstract types recursivelyFor users that already sets recursive default mappers e.g.
Partial<{T}>orDeepPartial<{T}>, having both options on will cause a nested loop which eventually crashes Codegen. In such case, settingavoidCheckingAbstractTypesRecursively: trueallows users to continue to use recursive default mappers as before.Patch Changes
55a1e9e]:oven-sh/bun (bun-types)
v1.1.35Compare Source
v1.1.34Compare Source
v1.1.33Compare Source
eslint/eslint (eslint)
v9.15.0Compare Source
v9.14.0Compare Source
gradle/gradle (gradle)
v8.11: 8.11Compare Source
The Gradle team is excited to announce Gradle 8.11.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211
Upgrade instructions
Switch your build to use Gradle 8.11 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
typicode/husky (husky)
v9.1.7Compare Source
jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)
v9.0.5Compare Source
Non-breaking changes since v9.0.4
egoist/tsup (tsup)
v8.3.5Compare Source
🐞 Bug Fixes
experimentalDtsonly once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4Compare Source
No significant changes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.15.0Compare Source
🚀 Features
no-unsafe-type-assertion(#10051)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.13.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
ExpediaGroup/graphql-kotlin (com.expediagroup:graphql-kotlin-federation)
v8.2.1Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.2.0...8.2.1
Configuration
📅 Schedule: Branch creation - "before 4am 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 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.