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(dev dependencies): update dev dependencies #1072

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@qiwi/semantic-release-gh-pages-plugin 5.2.8 -> 5.2.12 age adoption passing confidence devDependencies patch
@stencila/eslint-config (source) ^3.0.4 -> 3.0.4 age adoption passing confidence devDependencies pin
@types/async-lock (source) 1.4.0 -> 1.4.2 age adoption passing confidence devDependencies patch
@types/content-type (source) 1.1.5 -> 1.1.8 age adoption passing confidence devDependencies patch
@types/escape-html (source) 1.0.2 -> 1.0.4 age adoption passing confidence devDependencies patch
@types/hyperscript (source) 0.0.4 -> 0.0.7 age adoption passing confidence devDependencies patch
@types/jest (source) 29.5.4 -> 29.5.14 age adoption passing confidence devDependencies patch
@types/js-beautify (source) 1.14.0 -> 1.14.3 age adoption passing confidence devDependencies patch
@types/js-yaml (source) 4.0.5 -> 4.0.9 age adoption passing confidence devDependencies patch
@types/jsonld (source) 1.5.9 -> 1.5.15 age adoption passing confidence devDependencies patch
@types/mdast (source) 3.0.12 -> 3.0.15 age adoption passing confidence devDependencies patch
@types/minimist (source) 1.2.2 -> 1.2.5 age adoption passing confidence devDependencies patch
@types/node (source) 18.17.9 -> 18.19.64 age adoption passing confidence devDependencies minor
@types/pa11y (source) 5.3.5 -> 5.3.7 age adoption passing confidence devDependencies patch
@types/papaparse (source) 5.3.8 -> 5.3.15 age adoption passing confidence devDependencies patch
@types/parse-author (source) 2.0.1 -> 2.0.3 age adoption passing confidence devDependencies patch
@types/punycode (source) 2.1.0 -> 2.1.4 age adoption passing confidence devDependencies patch
@types/tar (source) 6.1.5 -> 6.1.13 age adoption passing confidence devDependencies patch
@types/unist (source) 2.0.7 -> 2.0.11 age adoption passing confidence devDependencies patch
jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
jest-file-snapshot 0.5.0 -> 0.7.0 age adoption passing confidence devDependencies minor
jest-matcher-utils (source) 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
nock 13.3.3 -> 13.5.6 age adoption passing confidence devDependencies minor
semantic-release 24.1.0 -> 24.2.0 age adoption passing confidence devDependencies minor
ts-jest (source) 29.1.1 -> 29.2.5 age adoption passing confidence devDependencies minor
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence devDependencies patch
typedoc (source) 0.24.8 -> 0.26.11 age adoption passing confidence devDependencies minor

Release Notes

qiwi/semantic-release-gh-pages-plugin (@​qiwi/semantic-release-gh-pages-plugin)

v5.2.12

Compare Source

Fixes & improvements
  • fix(deps): update dependency git-url-parse to v14 (acbb41d)

v5.2.11

Compare Source

Fixes & improvements

v5.2.10

Compare Source

Fixes & improvements

v5.2.9

Compare Source

Fixes & improvements
  • fix: inject branches directive to config (ed25734)
jestjs/jest (jest)

v29.7.0

Compare Source

Features
  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)
Fixes
  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)
Performance
  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)
Chore & Maintenance
  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)
satya164/jest-file-snapshot (jest-file-snapshot)

v0.7.0: Release 0.7.0

Compare Source

Bug Fixes
Features
  • add an option to customize diff method. closes #​25 (952999d)

v0.6.0: Release 0.6.0

Compare Source

Bug Fixes
Features
nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes

v13.5.5

Compare Source

v13.5.4

Compare Source

Bug Fixes

v13.5.3

Compare Source

Bug Fixes

v13.5.2

Compare Source

Bug Fixes
  • remove duplicates from activeMocks() and pendingMocks() (#​2356) (7e957b3)

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features

v13.4.0

Compare Source

Features

v13.3.8

Compare Source

Bug Fixes

v13.3.7

Compare Source

Reverts

v13.3.6

Compare Source

Bug Fixes

v13.3.5

Compare Source

Bug Fixes

v13.3.4

Compare Source

Bug Fixes
  • typescript: support nock(new URL('https://example.test/')) (#​2526) (6987327)
semantic-release/semantic-release (semantic-release)

v24.2.0

Compare Source

Features
  • clarify branch existence requirement in error messages (#​3462) (05a2ea9)

v24.1.3

Compare Source

Bug Fixes
  • branch-naming: prevent non-range versions from being identified as maintenance branches (07f2672)

v24.1.2

Compare Source

Bug Fixes

v24.1.1

Compare Source

kulshekhar/ts-jest (ts-jest)

v29.2.5

Compare Source

v29.2.4

Compare Source

v29.2.3

Compare Source

v29.2.2

Compare Source

v29.2.1

Compare Source

v29.2.0

Compare Source

Bug Fixes
  • fix: don't show warning message with Node16/NodeNext (99c4f49), closes #​4266
Features
  • feat(cli): allow migrating cjs presets to transform config (22fb027)
  • feat(presets): add util functions to create ESM presets (06f78ed)
  • feat(presets): add util functions to create CJS presets (f9cc3c0)
Code refactoring
  • refactor: replace lodash deps with native js implementation (40f1708)
  • refactor: use TsJestTransformerOptions type everywhere possibly (7d001be)
  • refactor(cli): use new preset util functions to initialize test config (c2b56ca)
  • refactor(presets): use create preset util functions for cjs presets (922d6d0)
  • test: switch react-app to use Vite (827c8ad)

v29.1.5

Compare Source

Bug Fixes

v29.1.4

Compare Source

Bug Fixes
Features

v29.1.3

Compare Source

Bug Fixes
  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)
Performance Improvements
  • remove ts resolved module cache file (4c88da5)

v29.1.2

Compare Source

Bug Fixes
TypeStrong/ts-node (ts-node)

v10.9.2: Fix tsconfig.json file not found

Compare Source

Fixed

TypeStrong/TypeDoc (typedoc)

v0.26.11

Compare Source

Features
  • If hostedBaseUrl is set to the root page on a website, TypeDoc will now include WebSite structured data, #​2760.
Bug Fixes
  • Fix support for ESM config files with Node 23, #​2752.
  • Fix type errors when using "module": "ESNext" and importing TypeDoc, #​2747.
  • Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #​2755.

v0.26.10

Compare Source

Bug Fixes
  • Fixed missing space on page headers, #​2748.

v0.26.9

Compare Source

Features
  • Added headings option to control optional headings, #​2729.
  • Updated Chinese translations, #​2739.
  • Added a folder icon to page navigation elements which are not links, #​2741.
Bug Fixes
  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #​2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #​2730.
  • Fixed missing breadcrumbs on project page, #​2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.
Thanks!

v0.26.8

Compare Source

Features
  • Updated Chinese translations, #​2706.
  • Exported constants no longer render the type and default value if they are the same, #​2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #​2723.
Bug Fixes
  • Correctly handle external link resolver link text when referencing an external symbol, #​2700.
  • Big integer literals are now supported as default values, #​2721.
  • Corrected handling of @link tags present in comments at the start of source files.
  • The index will now display when a module only contains documents, #​2722.
  • ReflectionSymbolId.pos no longer references the position before any doc comments for a symbol.
    This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.
Thanks!

v0.26.7

Compare Source

Features
  • Support TypeScript 5.6, #​2699.
  • Added customJs option to include a script tag in generated HTML output, #​2650.
  • Added markdownLinkExternal option to treat http[s]:// links in markdown documents and comments as external to be opened in a new tab, #​2679.
  • Added navigation.excludeReferences option to prevent re-exports from appearing in the left hand navigation, #​2685.
  • Added support for the @abstract tag, #​2692.
Bug Fixes
  • Fixed an issue where links in packages mode would be resolved incorrectly, #​2680.
  • @link tags to symbols which are not included in the documentation will produce invalid link warnings again, #​2681.
  • Fixed handling of @param tags on comments attached to function callback parameters, #​2683.
  • The alphabetical and alphabetical-ignoring-documents sort options now use localeCompare to sort, #​2684.
  • Fixed incorrect placement of parameter default values in some signatures with a this parameter, #​2698.
Thanks!

v0.26.6

Compare Source

Features
  • Use of the @extends block tag no longer produces warnings, #​2659.
    This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #​2667.
Bug Fixes
  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #​2647.
  • Restored re-exports in the page navigation menu, #​2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod#6.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.

v0.26.5

Compare Source

Features
  • TypeDoc now exposes array option defaults under OptionDefaults, #​2640.
Bug Fixes
  • Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, #​2636.
  • Packages mode will now attempt to use the comment declared in the comment class for inherited members, #​2622.
  • TypeDoc no longer crashes when @document includes an empty file, #​2638.
  • API: Event listeners added later with the same priority will be called later, #​2643.
Thanks!

v0.26.4

Compare Source

Bug Fixes
  • The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names #​2625.
  • Page navigation now ensures the current page is visible when the page is first loaded, #​2626.
  • If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image #​2627.
  • @link tags will now be validated in referenced markdown documents, #​2629.
  • @link tags are now resolved in project documents, #​2629.
  • HTML/JSON output generated by TypeDoc now contains a trailing newline, #​2632.
  • TypeDoc now correctly handles markdown documents with CRLF line endings, #​2628.
  • @hidden is now properly applied when placed in a function implementation comment, #​2634.
  • Comments on re-exports are now rendered.
Thanks!

v0.26.3

Compare Source

Features
  • "On This Page" navigation now includes the page groups in collapsible sections, #​2616.
Bug Fixes
  • mailto: links are no longer incorrectly recognized as relative paths, #​2613.
  • Added @since to the default list of recognized tags, #​2614.
  • Relative paths to directories will no longer cause the directory to be copied into the media directory, #​2617.

v0.26.2

Compare Source

Features
  • Added a --suppressCommentWarningsInDeclarationFiles option to disable warnings from
    parsing comments in declaration files, #​2611.
  • Improved comment discovery to more closely match TypeScript's discovery when getting comments
    for members of interfaces/classes, #​2084, #​2545.
Bug Fixes
  • The text non-highlighted language no longer causes warnings when rendering, #​2610.
  • If a comment on a method is inherited from a parent class, and the child class does not
    use an @param tag from the parent, TypeDoc will no longer warn about the @param tag.

v0.26.1

Compare Source

Features
  • Improved Korean translation coverage, #​2602.
Bug Fixes
  • Added @author to the default list of recognized tags, #​2603.
  • Anchor links are no longer incorrectly checked for relative paths, #​2604.
  • Fixed an issue where line numbers reported in error messages could be incorrect, #​2605.
  • Fixed relative link detection for markdown links containing code in their label, #​2606.
  • Fixed an issue with packages mode where TypeDoc would use (much) more memory than required, #​2607.
  • TypeDoc will no longer crash when asked to render highlighted code for an unsupported language, #​2609.
  • Fixed an issue where relatively-linked files would not be copied to the output directory in packages mode.
  • Fixed an issue where modifier tags were not applied to top level modules in packages mode.
  • Fixed an issue where excluded tags were not removed from top level modules in packages mode.
  • .jsonc configuration files are now properly read as JSONC, rather than being passed to require.
Thanks!

v0.26.0

Compare Source

Breaking Changes
  • Drop support for Node 16.
  • Moved from marked to markdown-it for parsing as marked has moved to an async model which supporting would significantly complicate TypeDoc's rendering code.
    This means that any projects setting markedOptions needs to be updated to use markdownItOptions.
    Unlike marked@4, markdown-it pushes lots of functionality to plugins. To use plugins, a JavaScript config file must be used with the markdownItLoader option.
  • Updated Shiki from 0.14 to 1.x. This should mostly be a transparent update which adds another 23 supported languages and 13 supported themes.
    As Shiki adds additional languages, the time it takes to load the highlighter increases linearly. To avoid rendering taking longer than necessary,
    TypeDoc now only loads a few common languages. Additional languages can be loaded by setting the --highlightLanguages option.
  • Changed default of --excludePrivate to true.
  • Renamed --sitemapBaseUrl to --hostedBaseUrl to reflect that it can be used for more than just the sitemap.
  • Removed deprecated navigation.fullTree option.
  • Removed --media option, TypeDoc will now detect image links within your comments and markdown documents and automatically copy them to the site.
  • Removed --includes option, use the @document tag instead.
  • Removed --stripYamlFrontmatter option, TypeDoc will always do this now.
  • Renamed the --htmlLang option to --lang.
  • Removed the --gaId option for Google Analytics integration and corresponding analytics theme member, #​2600.
  • All function-likes may now have comments directly attached to them. This is a change from previous versions of TypeDoc where functions comments
    were always moved down to the signature level. This mostly worked, but caused problems with type aliases, so was partially changed in 0.25.13.
    This cha

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dev branch 4 times, most recently from eb7deea to 20f5560 Compare November 26, 2023 22:05
@renovate renovate bot force-pushed the renovate/dev branch 7 times, most recently from c9704a0 to 17d34ba Compare December 6, 2023 18:43
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from 4d53fa8 to 72e35c1 Compare December 11, 2023 13:27
@renovate renovate bot force-pushed the renovate/dev branch 4 times, most recently from 2e1c881 to c5e6882 Compare January 5, 2024 15:01
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from f17659a to 4518ca2 Compare January 12, 2024 16:08
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from 5d7f9b9 to de8c020 Compare January 20, 2024 07:09
@renovate renovate bot force-pushed the renovate/dev branch 4 times, most recently from d474afe to 7fab6a9 Compare January 29, 2024 06:56
@renovate renovate bot force-pushed the renovate/dev branch 4 times, most recently from 48a4250 to 475fb96 Compare September 30, 2024 19:03
@renovate renovate bot force-pushed the renovate/dev branch 4 times, most recently from 0ec02bb to 0e0ee8f Compare October 14, 2024 17:33
@renovate renovate bot force-pushed the renovate/dev branch 5 times, most recently from 9786823 to 9c8c80b Compare October 20, 2024 00:26
@renovate renovate bot force-pushed the renovate/dev branch 8 times, most recently from 10b8d31 to 4bc08f7 Compare October 28, 2024 21:42
@renovate renovate bot force-pushed the renovate/dev branch 6 times, most recently from 694f3e8 to 99e03ad Compare November 6, 2024 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants