feat(deps): update dependencies #150
Open
+185
−119
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.8.1
->3.9.2
3.8.1
->3.9.2
3.8.1
->3.9.2
3.8.1
->3.9.2
3.8.1
->3.9.2
6.0.0
->6.0.1
6.0.0
->6.1.0
1.2.22
->1.3.0
9.36.0
->9.38.0
9.1.2
->9.1.3
19.1.1
->19.2.0
19.1.1
->19.2.0
5.9.2
->5.9.3
8.44.0
->8.46.2
Release Notes
facebook/docusaurus (@docusaurus/core)
v3.9.2
Compare Source
🐛 Bug Fix
docusaurus-plugin-content-docs
sidebar_key
front matter attribute (@slorber)docusaurus-cssnano-preset
docusaurus-theme-search-algolia
docusaurus-theme-translations
docusaurus-theme-classic
,docusaurus-theme-common
scroll-margin-top
when clicking footnote items, factorize code (@slorber)docusaurus
i18n.localeConfigs.translate
in validation (@trofim24)docusaurus-theme-mermaid
🏃♀️ Performance
docusaurus-theme-mermaid
💅 Polish
docusaurus-theme-classic
🤖 Dependencies
🌐 Translations
docusaurus-theme-translations
Committers: 9
v3.9.1
Compare Source
🐛 Bug Fix
docusaurus
Committers: 1
v3.9.0
Compare Source
🚀 New Feature
docusaurus-theme-search-algolia
docusaurus-plugin-content-blog
,docusaurus-theme-classic
docusaurus-theme-classic
,docusaurus-theme-common
docusaurus-theme-classic
,docusaurus-theme-search-algolia
,docusaurus-theme-translations
docusaurus-faster
,docusaurus
docusaurus-utils
@site/*
markdown links, fix resolution priority bugs (@slorber)docusaurus-theme-mermaid
docusaurus-plugin-pwa
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-types
,docusaurus-utils
,docusaurus
i18n.localeConfigs[locale].{url,baseUrl}
config options, fix multi-domain deployments (@slorber)docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-types
,docusaurus-utils
,docusaurus
i18n.localeConfigs.translate
+ skip translation process ifi18n/<locale>
dir doesn't exist (@slorber)docusaurus-plugin-content-docs
key
attribute - fix docs translations key conflicts (@slorber)create-docusaurus
docusaurus-mdx-loader
,docusaurus-types
,docusaurus
siteConfig.markdown.emoji
config option to disableremark-emoji
(@slorber)create-docusaurus
,docusaurus-mdx-loader
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-types
,docusaurus
siteConfig.markdown.hooks
, deprecatesiteConfig.onBrokenMarkdownLinks
(@slorber)🐛 Bug Fix
docusaurus-theme-classic
,docusaurus
docusaurus-theme-classic
docusaurus
docusaurus-theme-common
useColorMode()
visual glitches due to provider unmounts/remounts (@slorber)docusaurus-bundler
,docusaurus-faster
<head>
forog:image
crawlers (@slorber)docusaurus-theme-classic
,docusaurus-theme-translations
aria-label
toIconExternalLink
with value'(opens in new tab)'
(@WestonThayer)docusaurus-plugin-content-docs
className
lost when post-processed to a doc (@slorber)docusaurus-theme-classic
,docusaurus-theme-common
useHistorySelector()
hydration-safe + use it read search/hash in theme (@slorber)📝 Documentation
🤖 Dependencies
🔧 Maintenance
create-docusaurus
,docusaurus-babel
,docusaurus-bundler
,docusaurus-cssnano-preset
,docusaurus-faster
,docusaurus-logger
,docusaurus-mdx-loader
,docusaurus-plugin-client-redirects
,docusaurus-plugin-content-blog
,docusaurus-plugin-content-docs
,docusaurus-plugin-content-pages
,docusaurus-plugin-css-cascade-layers
,docusaurus-plugin-debug
,docusaurus-plugin-google-analytics
,docusaurus-plugin-google-gtag
,docusaurus-plugin-google-tag-manager
,docusaurus-plugin-ideal-image
,docusaurus-plugin-pwa
,docusaurus-plugin-rsdoctor
,docusaurus-plugin-sitemap
,docusaurus-plugin-svgr
,docusaurus-plugin-vercel-analytics
,docusaurus-preset-classic
,docusaurus-remark-plugin-npm2yarn
,docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-theme-live-codeblock
,docusaurus-theme-mermaid
,docusaurus-theme-search-algolia
,docusaurus-theme-translations
,docusaurus-utils-common
,docusaurus-utils-validation
,docusaurus-utils
,docusaurus
,eslint-plugin
,lqip-loader
docusaurus-theme-classic
docusaurus-plugin-content-docs
docusaurus-bundler
🌐 Translations
docusaurus-theme-translations
Committers: 18
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v6.0.1
Compare Source
Patch Changes
#10468
cb1b9d9
Thanks @eddeee888! - In watch mode, do not write output on failurePreviously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call
removeStaleFiles
internally to remove all previously generated files.This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.
This also means the
config.allowPartialOutputs
does not work in watch mode for now.dotansimha/graphql-code-generator (@graphql-codegen/visitor-plugin-common)
v6.1.0
Compare Source
Minor Changes
8258f1f
Thanks @eddeee888! - Add addInterfaceFieldResolverTypes option to support custom Interface resolver inheritancev6.0.1
Compare Source
Patch Changes
accdab6
Thanks @thekevinbrown! - Add special handling for identifiers that consist entirely of _ characters when transformUnderscore is true. This prevents _ values in GraphQL enums from being emitted without identifers in the resulting types.oven-sh/bun (bun-types)
v1.3.0
Compare Source
v1.2.23
Compare Source
eslint/eslint (eslint)
v9.38.0
Compare Source
Features
ce40f74
feat: updatecomplexity
rule to only highlight function header (#20048) (Atul Nair)e37e590
feat: correctno-loss-of-precision
false positives withe
notation (#20187) (Francesco Trotta)Bug Fixes
50c3dfd
fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3
fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675a
docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65
docs: correct formatting inno-irregular-whitespace
rule documentation (#20203) (루밀LuMir)b39e71a
docs: Update README (GitHub Actions Bot)cd39983
docs: movecustom-formatters
type descriptions tonodejs-api
(#20190) (Percy Ma)Chores
d17c795
chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33
chore: package.json update for @eslint/js release (Jenkins)c82b5ef
refactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609
ci: add Node.js 25 toci.yml
(#20220) (루밀LuMir)004577e
ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fb
test: remove use ofnodejsScope
option of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18
chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2
chore: fix typos (#20200) (ntnyq)dbb200e
chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089
chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0
Compare Source
Features
39f7fb4
feat:preserve-caught-error
should recognize all static "cause" keys (#20163) (Pixel998)f81eabc
feat: support TS syntax inno-restricted-imports
(#19562) (Nitin Kumar)Bug Fixes
a129cce
fix: correctno-loss-of-precision
false positives for leading zeros (#20164) (Francesco Trotta)09e04fc
fix: add missing AST token types (#20172) (Pixel998)861c6da
fix: correctESLint
typings (#20122) (Pixel998)Documentation
b950359
docs: fix typos across the docs (#20182) (루밀LuMir)42498a2
docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092
docs: Update README (GitHub Actions Bot)5c97a04
docs: showavailableUntil
in deprecated rule banner (#20170) (Pixel998)90a71bf
docs: updateREADME
files to add badge and instructions (#20115) (루밀LuMir)1603ae1
docs: update references frommaster
tomain
(#20153) (루밀LuMir)Chores
afe8a13
chore: update@eslint/js
dependency to version 9.37.0 (#20183) (Francesco Trotta)abee4ca
chore: package.json update for @eslint/js release (Jenkins)fc9381f
chore: fix typos in comments (#20175) (overlookmotel)e1574a2
chore: unpin jiti (#20173) (renovate[bot])e1ac05e
refactor: markESLint.findConfigFile()
asasync
, add missing docs (#20157) (Pixel998)347906d
chore: update eslint (#20149) (renovate[bot])0cb5897
test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566
ci: pinjiti
to version 2.5.1 (#20151) (Pixel998)177f669
perf: improve worker count calculation for"auto"
concurrency (#20067) (Francesco Trotta)448b57b
chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)
v9.1.3
Compare Source
Non-breaking change since v9.1.2
lodash.omit
package. jsdoc2md/jsdoc-parse#43facebook/react (react)
v19.2.0
Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>
: A new API to hide and restore the UI and internal state of its children.useEffectEvent
is a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal
(for RSCs) lets your know when thecache()
lifetime is over.New React DOM Features
resume
: to resume a prerender to a stream.resumeAndPrerender
: to resume a prerender to HTML.resumeToPipeableStream
: to resume a prerender to a stream.resumeAndPrerenderToNodeStream
: to resume a prerender to HTML.prerender
APIs to return apostponed
state that can be passed to theresume
APIs.Notable changes
<ViewTransition>
Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender
,renderToReadableStream
) to server-side-rendering APIs for Node.js:
IDs generated by useIdAll Changes
React
<Activity />
was developed over many years, starting beforeClassComponent.setState
(@acdlite @sebmarkbage and many others)%o
placeholder (@eps1lon #34198)useDeferredValue
loop in popstate event (@acdlite #32821)useDeferredValue
(@acdlite #34376)cacheSignal
(@sebmarkbage #33557)React DOM
:
for IDs generated byuseId
(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonce
to be used on hoistable styles (@Andarist #32461)React.use
insideReact.lazy
-ed Component (@hi-ogawa #33941)progressiveChunkSize
option for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>
and<link>
using hints before they're rendered (@sebmarkbage #34604)filterStackFrame
(@eps1lon #33707)React Reconciler
on*
handlers to account for upcoming experimental APIsmicrosoft/TypeScript (typescript)
v5.9.3
: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.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.46.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.46.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.45.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.44.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.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.