fix(deps): update all dependencies j:cdx-227 #355
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:
2.5.2
->2.6.7
5.1.1
->5.1.2
20.17.6
->20.19.0
16.4.5
->16.5.0
3.1.1
->3.1.2
9.1.6
->9.1.7
15.2.10
->15.5.2
3.1.7
->3.1.10
4.0.2
->4.1.4
3.3.3
->3.5.3
29.2.5
->29.3.4
0.26.11
->0.28.5
5.6.3
->5.8.3
3.23.8
->3.25.56
Release Notes
coveo/semantic-monorepo-tools (@coveo/semantic-monorepo-tools)
v2.6.7
Compare Source
v2.6.6
Compare Source
Bug Fixes
v2.6.5
Compare Source
Bug Fixes
v2.6.2
Compare Source
Bug Fixes
v2.6.1
Compare Source
v2.6.0
Compare Source
Features
2.5.9 (2024-12-02)
2.5.8 (2024-12-02)
2.5.7 (2024-11-25)
2.5.6 (2024-11-18)
2.5.5 (2024-11-18)
2.5.4 (2024-11-11)
2.5.3 (2024-11-04)
2.5.2 (2024-11-04)
2.5.1 (2024-11-01)
v2.5.9
Compare Source
v2.5.8
Compare Source
v2.5.7
Compare Source
v2.5.6
Compare Source
v2.5.5
Compare Source
v2.5.4
Compare Source
v2.5.3
Compare Source
octokit/auth-action.js (@octokit/auth-action)
v5.1.2
Compare Source
Bug Fixes
motdotla/dotenv (dotenv)
v16.5.0
Compare Source
Added
Changed
_log
method. Use_debug
#862v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
coveooss/exponential-backoff (exponential-backoff)
v3.1.2
Compare Source
typicode/husky (husky)
v9.1.7
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.1.6...v9.1.7
lint-staged/lint-staged (lint-staged)
v15.5.2
Compare Source
Patch Changes
5561321
Thanks @YimingIsCOLD! - Correctly handle colon (:
) characters in staged filenames.v15.5.1
Compare Source
Patch Changes
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.v15.4.1
Compare Source
Patch Changes
#1504
1c7a45e
Thanks @iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9
Thanks @iiroj! - Add missing conditional exports syntax for TypeScript types.v15.4.0
Compare Source
Minor Changes
#1500
a8ec1dd
Thanks @iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:It's also possible to use the
.ts
file extension for the configuration if your Node.js version supports it. The--experimental-strip-types
flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.Patch Changes
9b79364
Thanks @iiroj! - Handle possible failures when logging user shell for debug info.v15.3.0
Compare Source
Minor Changes
#1495
e69da9e
Thanks @iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98
Thanks @iiroj! - Added more help messages around the automaticgit stash
that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.For example:
where the backup can be seen with
git show 20addf8
, orgit stash list
:v15.2.11
Compare Source
Patch Changes
#1484
bcfe309
Thanks @wormsik! - Escape paths containing spaces when using the "shell" option.#1487
7dd8caa
Thanks @iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.remy/nodemon (nodemon)
v3.1.10
Compare Source
Bug Fixes
v3.1.9
Compare Source
Bug Fixes
exitcrash
(9c9de6e)v3.1.8
Compare Source
Bug Fixes
octokit/octokit.js (octokit)
v4.1.4
Compare Source
Bug Fixes
@octokit/webhooks
(#2847) (3589cd2), closes #2844v4.1.3
Compare Source
Bug Fixes
v4.1.2
Compare Source
Bug Fixes
v4.1.1
Compare Source
Bug Fixes
@octokit/app
to fix web users (#2806) (137de2d)v4.1.0
Compare Source
Features
@octokit/plugin-rest-endpoint-methods
(#2788) (2107d79)v4.0.3
Compare Source
Bug Fixes
@octokit/app
and@octokit/types
(#2763) (33d03d9)prettier/prettier (prettier)
v3.5.3
Compare Source
diff
Flow: Fix missing parentheses in
ConditionalTypeAnnotation
(#17196 by @fisker)v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)v3.4.0
Compare Source
diff
🔗 Release Notes
kulshekhar/ts-jest (ts-jest)
v29.3.4
Compare Source
Bug Fixes
TsJestTransformerOptions
type (3b11e29), closes #4247rewriteRelativeImportExtensions
always (9b1f472), closes #4855v29.3.3
Compare Source
Bug Fixes
isolatedDeclarations
(5d6b35f), closes #4847v29.3.2
Compare Source
Bug Fixes
js
files fromnode_modules
whenever Jest asks (968370e), closes #4637v29.3.1
Compare Source
Bug Fixes
isolatedModules
mode to havets.Program
underNode16/Next
(25157eb)isolatedModules
ofts-jest
config (547eb6f)v29.3.0
Compare Source
Features
module
values forisolatedModules: true
(f372121)Bug Fixes
customConditions
toundefined
inTsCompiler
(b091d70), closes #4620Code Refactoring
RawCompilerOptions
interface (2b1b6cd)isolatedModules
(7dfef71)v29.2.6
Compare Source
Bug Fixes
JS_TRANSFORM_PATTERN
regex (8c91c60)TS_JS_TRANSFORM_PATTERN
regex (3eea850)TS_TRANSFORM_PATTERN
regex (80d3e4d), closes #4579TypeStrong/TypeDoc (typedoc)
v0.28.5
Compare Source
Bug Fixes
ignoredHighlightLanguages
can now be used to prevent warnings for codeblocks containing languageswhich are supported by Shiki but are not loaded, #2956.
v0.28.4
Compare Source
Features
Bug Fixes
The
chevronSmall
helper is now deprecated and will be removed with v0.29.0.@hidden
will no longer appear in the"Hierarchy" section of the docs.
Thanks!
v0.28.3
Compare Source
Bug Fixes
@inline
now functions when referencing tuple types, #2932.@link
links to the current page are now rendered, #2934.@includeCode
now supports regions in TypeScript files with.mts
and.cts
file extensions, #2935.v0.28.2
Compare Source
Features
@group none
and@category none
will now render their children without a sectionheading in the default theme, #2922.
@disableGroups
tag to completely disable the grouping mechanism for agiven reflection, #2922.
Bug Fixes
@class
now correctly handle@category
, #2914.@class
now include constructor parameters, #2914.@class
with a generic first constructor function now adoptthat function's type parameters as the class type parameters, #2914.
externalSymbolLinkMappings
option when URL is set to#
, #2921.@typedef
now correctly handle the constraint, #2929.toString
on types containing index signatures now behave correctly, #2917.@inlineType
to the list of tags excluded by default.v0.28.1
Compare Source
Features
TypeDocOptions
interface now marks options as optional so it no longer has to be wrapped inPartial
for use in config files, #2901.
localStorage
without clearing it, #2908.Bug Fixes
--watch
can now infer entry points frompackage.json
as supported in non-watch mode, #2899.@include
with regions now works on files with CRLF line endings, #2902.module.exports = []
, #2909../
in relative links, #2910.Thanks!
v0.28.0
Compare Source
Breaking Changes
/
path separators, #2825.--entryPointStrategy merge
mode now requires JSON from at least version 0.28.0.jp
translations fromlang
, to migrate switch toja
.intentionallyNotExported
now use a package name/package relative path instead of an absolute path for matching.source-order
sort ordering now considers package names / package relative paths instead of using the absolute paths to a file.package.json
file if--readme
is not setthis change improves handling of monorepo setups where some packages have readme files and others do not, #2875.
they are initialized with a function expression. TypeDoc can be instructed to convert them as functions
with the
@function
tag, #2881.to how interfaces are rendered, #2817.
API Breaking Changes
ProjectReflection.getReflectionFromSymbol
andProjectReflection.getSymbolFromReflection
have been moved toContext
Path
andPathArray
parameter types now always contain normalized paths.Router
which is used for URL creation.Reflection.url
,Reflection.anchor
, andReflection.hasOwnDocument
have been removed.Deserializer.reviveProject(s)
no longer accepts an option to add project documents.Deserializer.reviveProjects
now requires analwaysCreateEntryPointModule
option.Comment.serializeDisplayParts
no longer requires a serializer argument.ReflectionSymbolId.fileName
is now optional, TypeDoc now stores a combination of a package name and package relative path instead.The
fileName
property will be present when initially created, but is not serialized.DeclarationReflection.relevanceBoost
attribute which was added for plugins, but never used.i18n
proxy is no longer passed to many functions, instead, referencei18n
exported from the module directly.ReflectionKind.singularString
andReflectionKind.pluralString
now returns translated strings.The methods on
Internationalization
to do this previously have been removed.DefaultThemeRenderContext
'stypeDeclaration
andtypeDetailsIfUseful
methods now require both a reflection and a type in order to support
@expandType
Features
--router
option which can be used to modify TypeDoc's output folderstructure. This can be extended with plugins, #2111.
@primaryExport
modifier tag to provide more fine grainedcontrol over export conversion order, #2856
packagesRequiringDocumentation
option forvalidation.notDocumented
, TypeDoc will expect comments to be present for symbols in the specified packages.typedoc/browser
entrypoint for parsing and using serialized JSON files, #2528.packageOptions
asPartial<TypeDocOptions>
, #2878.packageOptions
, #2878.@function
tag to force TypeDoc to convert variable declarations with a type annotation as functions, #2881.TypeDoc
global object in the HTML theme which can be used to prevent TypeDoc from usinglocalStorage
, #2872.@preventInline
and@inlineType
tags for further control extending the@inline
tag, #2862.@preventExpand
and@expandType
tags for further control extending the@expand
tag, #2862.DefaultThemeRenderContext.reflectionIcon
for more granular control over displayed reflection icons.Bug Fixes
Thanks!
v0.27.9
Compare Source
This will be the last v0.27.x release, see #2868 for discussion on the 0.28 beta.
Features
v0.27.8
Compare Source
Features
visibilityFilter
option now supports individual signatures, #2846.favicon
option may now be given a link starting withhttps?://
instead of a path, #2851.#
as the link inexternalSymbolLinkMappings
to indicate the type should not be linked to, #2853.Bug Fixes
undefined
, #2854.Thanks!
v0.27.7
Compare Source
Features
@includeCode
and@inline
can now inject parts of files using regionnames or line numbers, #2816.
ja
translation options, deprecatedjp
in favor ofja
, #2843.--watch
option to support watching files not caught byTypeScript's watch mode, #2675.
@inline
tag now works in more places for generic types.Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.
🚦 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.
This PR has been generated by Renovate Bot.