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.1
3.5.2
->3.6.1
3.5.2
->3.6.1
3.5.2
->3.6.1
3.5.2
->3.6.1
5.0.4
->5.1.0
5.4.0
->5.5.0
1.1.32
->1.1.34
9.13.0
->9.14.0
8.10.2
->8.11
9.0.4
->9.0.5
8.3.0
->8.3.5
8.11.0
->8.14.0
8.2.0
->8.2.1
8.2.0
->8.2.1
8.2.0
->8.2.1
8.2.0
->8.2.1
Release Notes
facebook/docusaurus (@docusaurus/core)
v3.6.1
Compare Source
🐛 Bug Fix
docusaurus
docusaurus-bundler
,docusaurus-faster
,docusaurus-utils-common
,docusaurus-utils
💅 Polish
docusaurus-bundler
,docusaurus-types
,docusaurus
📝 Documentation
🔧 Maintenance
docusaurus-mdx-loader
Committers: 2
v3.6.0
Compare Source
🚀 New Feature
docusaurus-plugin-content-blog
,docusaurus-theme-classic
frontMatter.title_meta
to override title for SEO (@ilg-ul)docusaurus
--locale
options (@slorber)docusaurus-logger
docusaurus-plugin-rsdoctor
docusaurus-bundler
,docusaurus-faster
,docusaurus-theme-classic
,docusaurus
siteConfig.future.experimental_faster.rspackBundler
(@slorber)docusaurus-bundler
,docusaurus-faster
,docusaurus-types
,docusaurus
siteConfig.future.experimental_faster.swcHtmlMinimizer
(@slorber)siteConfig.future.experimental_faster.lightningCssMinimizer
(@slorber)docusaurus-theme-mermaid
docusaurus-mdx-loader
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-types
,docusaurus
siteConfig.future.experimental_faster.mdxCrossCompilerCache
(@slorber)docusaurus-faster
,docusaurus-types
,docusaurus
siteConfig.future.experimental_faster.swcJsMinimizer
(@slorber)docusaurus-faster
,docusaurus-plugin-content-docs
,docusaurus-types
,docusaurus
siteConfig.future.experimental_faster.swcJsLoader
(@slorber)🐛 Bug Fix
docusaurus-bundler
,docusaurus
docusaurus-bundler
docusaurus-theme-classic
docusaurus-faster
docusaurus
docusaurus-bundler
,docusaurus-faster
docusaurus-theme-translations
docusaurus-mdx-loader
docusaurus-tsconfig
@docusaurus/tsconfig
target es2022 (@slorber)docusaurus-plugin-content-blog
docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-translations
docusaurus-types
,docusaurus
🏃♀️ Performance
docusaurus-bundler
,docusaurus-faster
docusaurus
docusaurus-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
,docusaurus
docusaurus-bundler
,docusaurus-faster
docusaurus-bundler
,docusaurus-logger
,docusaurus-types
,docusaurus
docusaurus
docusaurus-bundler
,docusaurus-plugin-pwa
,docusaurus-types
,docusaurus
create-docusaurus
create-docusaurus
,docusaurus-babel
,docusaurus-bundler
,docusaurus-mdx-loader
,docusaurus-plugin-pwa
,docusaurus-theme-classic
,docusaurus-theme-translations
,docusaurus-types
,docusaurus-utils
,docusaurus
@docusaurus/bundler
and@docusaurus/babel
packages (@slorber)create-docusaurus
,docusaurus-plugin-pwa
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-mermaid
,docusaurus-utils
,docusaurus
,eslint-plugin
docusaurus-plugin-content-docs
,docusaurus-types
,docusaurus
create-docusaurus
,docusaurus-utils
create-docusaurus
,docusaurus-logger
,docusaurus-theme-translations
,docusaurus
docusaurus-remark-plugin-npm2yarn
docusaurus-mdx-loader
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus
docusaurus-mdx-loader
,docusaurus-utils
,docusaurus
docusaurus-mdx-loader
Committers: 19
dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v5.1.0
Compare Source
Minor Changes
#9989
55a1e9e
Thanks @eddeee888! - AddgenerateInternalResolversIfNeeded
optionThis option can be used to generate more correct types for internal resolvers. For example, only generate
__resolveReference
if the federation object has a resolvable@key
.In the future, this option can be extended to support other internal resolvers e.g.
__isTypeOf
is only generated for implementing types and union members.dotansimha/graphql-code-generator (@graphql-codegen/visitor-plugin-common)
v5.5.0
Compare Source
Minor Changes
#9989
55a1e9e
Thanks @eddeee888! - AddgenerateInternalResolversIfNeeded
optionThis option can be used to generate more correct types for internal resolvers. For example, only generate
__resolveReference
if the federation object has a resolvable@key
.In the future, this option can be extended to support other internal resolvers e.g.
__isTypeOf
is only generated for implementing types and union members.#10141
a235051
Thanks @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: true
allows users to continue to use recursive default mappers as before.Patch Changes
55a1e9e
]:oven-sh/bun (bun-types)
v1.1.34
Compare Source
v1.1.33
Compare Source
eslint/eslint (eslint)
v9.14.0
Compare Source
gradle/gradle (gradle)
v8.11
Compare Source
jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)
v9.0.5
Compare Source
Non-breaking changes since v9.0.4
egoist/tsup (tsup)
v8.3.5
Compare Source
🐞 Bug Fixes
experimentalDts
only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4
Compare Source
No significant changes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.14.0
Compare 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.0
Compare 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.2
Compare 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.1
Compare 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.0
Compare 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.1
Compare 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.