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(deps-dev): bump the development-dependencies group with 2 updates #762

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps the development-dependencies group with 2 updates: @ts-dev-tools/core and typedoc.

Updates @ts-dev-tools/core from 1.8.5 to 1.8.6

Release notes

Sourced from @​ts-dev-tools/core's releases.

@​ts-dev-tools/core@​1.8.6

1.8.6 (2024-12-01)

Note: Version bump only for package @​ts-dev-tools/core

Commits
  • 3bf41e0 Publish
  • 6239252 build(deps): bump typescript-eslint in the eslint-dependencies group
  • f42e490 build(deps): bump prettier in the prettier-dependencies group
  • 00c7fc9 build(deps): bump @​types/node from 22.9.1 to 22.10.1
  • 93d9b66 build(deps): bump typescript from 5.6.3 to 5.7.2
  • a61393c build(deps): bump the eslint-dependencies group with 3 updates
  • 8f41da5 build(deps): bump cross-spawn in the npm_and_yarn group
  • 112c27e build(deps): bump the commitlint-dependencies group with 2 updates
  • 0e63bd6 build(deps): bump @​eslint/plugin-kit in the npm_and_yarn group
  • 68e7603 build(deps): bump @​types/node from 22.9.0 to 22.9.1
  • Additional commits viewable in compare view

Updates typedoc from 0.27.1 to 0.27.3

Release notes

Sourced from typedoc's releases.

v0.27.3

Features

  • Added support for PNG favicons, #2790.
  • Improved support for hosting TypeDoc with strict Content Security Policy rules, #2794.

Bug Fixes

  • Add special handling for import types with type errors discarded with ts-expect-error, #2792.
  • Fixed low contrast in default colors for properties/accessors in light mode, #2795.
  • The highlightLanguages option now permits Shiki aliases to be specified rather than just the language ID, #2798.

Thanks!

v0.27.2

Bug Fixes

  • Fix crash with TypeScript 5.5.x, #2789.
Changelog

Sourced from typedoc's changelog.

v0.27.3 (2024-12-04)

Features

  • Added support for PNG favicons, #2790.
  • Improved support for hosting TypeDoc with strict Content Security Policy rules, #2794.

Bug Fixes

  • Add special handling for import types with type errors discarded with ts-expect-error, #2792.
  • Fixed low contrast in default colors for properties/accessors in light mode, #2795.
  • The highlightLanguages option now permits Shiki aliases to be specified rather than just the language ID, #2798.

Thanks!

v0.27.2 (2024-11-29)

Bug Fixes

  • Fix crash with TypeScript 5.5.x, #2789.
Commits
  • f421460 Update changelog for release
  • bd2ee57 Bump version to 0.27.3
  • 18d3cb1 Update changelog for PNG favicon
  • 2741645 Support language aliases in highlightLanguages
  • 2b84c16 Update changelog
  • d8b85da Fix low contract on properties/accessors in light mode
  • 9471039 Merge pull request #2797 from mikalai-snap/ms/2794-replace-fetch
  • 8ca7290 Replaced fetch() with direct data access
  • 906e988 Fix 404 issues on site
  • e472283 Merge pull request #2791 from mistic100/favicon-png
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 2 updates: [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) and [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `@ts-dev-tools/core` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases)
- [Commits](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.8.5...@ts-dev-tools/core@1.8.6)

Updates `typedoc` from 0.27.1 to 0.27.3
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.27.1...v0.27.3)

---
updated-dependencies:
- dependency-name: "@ts-dev-tools/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 6, 2024
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.72%. Comparing base (bf93ab6) to head (be15cee).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #762   +/-   ##
=======================================
  Coverage   65.72%   65.72%           
=======================================
  Files          77       77           
  Lines        2019     2019           
  Branches      332      352   +20     
=======================================
  Hits         1327     1327           
  Misses        692      692           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@neilime neilime merged commit 2198b39 into main Dec 6, 2024
12 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/development-dependencies-fb515922ea branch December 6, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant