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

Bump the devdependencies group across 1 directory with 14 updates #155

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the devdependencies group with 14 updates in the / directory:

Package From To
@rollup/plugin-commonjs 26.0.1 28.0.2
@rollup/plugin-node-resolve 15.2.3 16.0.0
@types/jest 29.5.12 29.5.14
@types/node 20.14.10 22.13.8
decimal.js 10.4.3 10.5.0
rimraf 6.0.0 6.0.1
rollup 4.22.4 4.34.9
rollup-plugin-esbuild 6.1.1 6.2.1
ts-jest 29.2.1 29.2.6
tslib 2.6.3 2.8.1
tsx 4.19.2 4.19.3
typedoc 0.26.4 0.27.9
typedoc-plugin-extras 3.1.0 4.0.0
typescript 5.5.3 5.8.2

Updates @rollup/plugin-commonjs from 26.0.1 to 28.0.2

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.2

2024-12-15

Updates

  • docs: output.exports recommendation also applies to IIFE (#1810)

v28.0.1

2024-10-16

Updates

  • chore: upgrade picomatch (#1775)

v28.0.0

2024-09-23

Breaking Changes

  • chore: switch to fdir for fewer dependencies (#1741)

v27.0.0

2024-09-23

Breaking Changes

  • feat!: default strictRequires to true (#1639)
  • fix!: replace top-level this with exports name (#1618)

v26.0.3

2024-09-23

Updates

  • chore: revert #1618 (e98927b)
Commits
  • 97e17ce chore(release): commonjs v28.0.2
  • 3efaf75 docs(commonjs): output.exports recommendation also applies to IIFE (#1810)
  • 0f45234 chore(release): commonjs v28.0.1
  • dd1deee chore(commonjs): upgrade picomatch (#1775)
  • 0af45c2 chore(release): commonjs v28.0.0
  • c2a05eb chore(commonjs): switch to fdir for fewer dependencies (#1741)
  • b6fa3b1 chore(release): commonjs v27.0.0
  • 8f02987 feat(commonjs)!: default strictRequires to true (#1639)
  • 274b72c chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...
  • e2a7195 chore(release): commonjs v26.0.3
  • Additional commits viewable in compare view

Updates @rollup/plugin-node-resolve from 15.2.3 to 16.0.0

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.0

2024-12-15

Breaking Changes

  • feat!: set development or production condition (#1823)

v15.3.1

2024-12-15

Updates

  • refactor: replace test with includes (#1787)

v15.3.0

2024-09-23

Features

  • feat: allow preferBuiltins to be a function (#1694)

v15.2.4

2024-09-22

Updates

  • chore: remove is-builtin-module (#1735)
Commits
  • 1459cf0 fix(node-resolve): do not ignore exceptions (#564)
  • 366380e fix(node-resolve)!: resolve hash in path (#588)
  • f87c442 chore(release): node-resolve v9.0.0
  • e4d21ba refactor(node-resolve): remove deep-freeze from dependencies (#529)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • e632469 chore(node-resolve): update dependencies
  • 84dfddb chore(node-resolve): clean up changelog
  • 3fa649d chore(release): node-resolve v8.4.0
  • a582b59 chore(release): node-resolve v8.3.0
  • a60cb76 chore(release): node-resolve v8.2.0
  • Additional commits viewable in compare view

Updates @types/jest from 29.5.12 to 29.5.14

Commits

Updates @types/node from 20.14.10 to 22.13.8

Commits

Updates decimal.js from 10.4.3 to 10.5.0

Changelog

Sourced from decimal.js's changelog.

10.5.0

  • 23/01/2025
  • #216 TypeScript: instantiation without new keyword
  • #181 Support BigInt
  • #241 Match Math.max and Math.min negative zero handling
  • #217 Compute acos with less cancellation near x = 1
Commits

Updates rimraf from 6.0.0 to 6.0.1

Commits

Updates rollup from 4.22.4 to 4.34.9

Release notes

Sourced from rollup's releases.

v4.34.9

4.34.9

2025-03-01

Bug Fixes

  • Support JSX modes in WASM (#5866)
  • Allow the CustomPluginOptions to be extended (#5850)

Pull Requests

v4.34.8

4.34.8

2025-02-17

Bug Fixes

  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#5846)

Pull Requests

  • #5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.34.9

2025-03-01

Bug Fixes

  • Support JSX modes in WASM (#5866)
  • Allow the CustomPluginOptions to be extended (#5850)

Pull Requests

4.34.8

2025-02-17

Bug Fixes

  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#5846)

Pull Requests

  • #5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

4.34.6

2025-02-07

... (truncated)

Commits

Updates rollup-plugin-esbuild from 6.1.1 to 6.2.1

Release notes

Sourced from rollup-plugin-esbuild's releases.

v6.2.1

6.2.1 (2025-02-27)

Reverts

v6.2.0

6.2.0 (2025-02-05)

Features

Commits
  • a923504 chore: upgrade deps
  • 65b4b02 revert: "feat: extend default loaders (#379)"
  • 08d409f chore(deps-dev): bump esbuild from 0.24.2 to 0.25.0 (#386)
  • f574435 ci: upgrade deps
  • c227c2b refactor: enable isolatedDeclarations & verbatimModuleSyntax
  • 45f9fc4 refactor: replace @rollup/pluginutils with unplugin-utils
  • 9de42e5 chore: upgrade deps
  • 0829a32 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#380)
  • cd74a50 chore(deps-dev): bump vite from 5.2.8 to 5.4.6 (#381)
  • 85bb84e feat: extend default loaders (#379)
  • Additional commits viewable in compare view

Updates ts-jest from 29.2.1 to 29.2.6

Release notes

Sourced from ts-jest's releases.

v29.2.6

Please refer to CHANGELOG.md for details.

v29.2.5

Please refer to CHANGELOG.md for details.

v29.2.4

Please refer to CHANGELOG.md for details.

v29.2.3

Please refer to CHANGELOG.md for details.

v29.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.2.6 (2025-02-22)

Bug Fixes

  • fix: escape dot for JS_TRANSFORM_PATTERN regex (8c91c60)
  • fix: escape dot for TS_JS_TRANSFORM_PATTERN regex (3eea850)
  • fix: escape dot for TS_TRANSFORM_PATTERN regex (80d3e4d), closes #4579

29.2.5 (2024-08-23)

Bug Fixes

  • build: build package with NodeNext module (9b3ade5)
  • fix: set value ts/tsx extensionsToTreatAsEsm in default esm preset (d9ff362)
  • fix(compiler): fallback to NodeJS module resolution for ts 4.8 (b7d3409), closes #4499

29.2.4 (2024-08-01)

Bug Fixes

  • fix: revert support implementation for Node16/NodeNext (70b9530), closes #4468 #4473

29.2.3 (2024-07-18)

Security Fixes

  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)

Code Refactoring

  • refactor(presets): maintain preset codes inside src (8474fc2)

29.2.2 (2024-07-10)

Bug Fixes

... (truncated)

Commits
  • 6a38767 chore(release): 29.2.6
  • 36e50e4 docs: update transform regex
  • 8c91c60 fix: escape dot for JS_TRANSFORM_PATTERN regex
  • 3eea850 fix: escape dot for TS_JS_TRANSFORM_PATTERN regex
  • 80d3e4d fix: escape dot for TS_TRANSFORM_PATTERN regex
  • 4811d42 build(deps): Update JamesIves/github-pages-deploy-action action to v4.7.3
  • 82d1116 build(deps): Update babel monorepo to ^7.26.9
  • ab058a9 build(deps): Update dependency @​types/node to v20.17.19
  • 399e918 build(deps): Update dependency @​formatjs/ts-transformer to ^3.13.32
  • 54181f1 build(deps): Update dependency @​vitejs/plugin-react-swc to ^3.8.0
  • Additional commits viewable in compare view

Updates tslib from 2.6.3 to 2.8.1

Release notes

Sourced from tslib's releases.

v2.8.1

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

Commits

Updates tsx from 4.19.2 to 4.19.3

Release notes

Sourced from tsx's releases.

v4.19.3

4.19.3 (2025-02-19)

Bug Fixes

  • upgrade esbuild to ~0.25.0 to address vuln report (#698) (e04e6c6)

This release is also available on:

Commits

Updates typedoc from 0.26.4 to 0.27.9

Release notes

Sourced from typedoc's releases.

v0.27.9

This will be the last v0.27.x release, see #2868 for discussion on the 0.28 beta.

Features

  • Added support for TypeScript 5.8

v0.27.8

Features

  • The visibilityFilter option now supports individual signatures, #2846.
  • The favicon option may now be given a link starting with https?:// instead of a path, #2851.
  • TypeDoc now supports specifying # as the link in externalSymbolLinkMappings to indicate the type should not be linked to, #2853.

Bug Fixes

  • Fixed an issue where unrecognized languages would incorrectly be listed in the list of languages with translations, #2852.
  • Unresolved external type references will no longer incorrectly linked to undefined, #2854.

Thanks!

v0.27.7

Features

  • @includeCode and @inline can now inject parts of files using region names or line numbers, #2816.
  • Introduced ja translation options, deprecated jp in favor of ja, #2843.
  • Improved TypeDoc's --watch option to support watching files not caught by TypeScript's watch mode, #2675.
  • The @inline tag now works in more places for generic types.
  • Visibility filters now consider individual signatures, #2846.

Bug Fixes

  • Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, #2823.
  • Improved narrator support for labeling icons, #2832.
  • Fixed an issue with @class incorrectly handling mapped types, #2842.
  • TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, #2844.
  • Fixed an issue where TypeDoc would constantly rebuild, #2844.
  • Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845.

Thanks!

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.27.9 (2025-02-25)

This will be the last v0.27.x release, see #2868 for discussion on the 0.28 beta.

Features

  • Added support for TypeScript 5.8

v0.27.8 (2025-02-21)

Features

  • The visibilityFilter option now supports individual signatures, #2846.
  • The favicon option may now be given a link starting with https?:// instead of a path, #2851.
  • TypeDoc now supports specifying # as the link in externalSymbolLinkMappings to indicate the type should not be linked to, #2853.

Bug Fixes

  • Fixed an issue where unrecognized languages would incorrectly be listed in the list of languages with translations, #2852.
  • Unresolved external type references will no longer incorrectly linked to undefined, #2854.

Thanks!

v0.27.7 (2025-02-09)

Features

  • @includeCode and @inline can now inject parts of files using region names or line numbers, #2816.
  • Introduced ja translation options, deprecated jp in favor of ja, #2843.
  • Improved TypeDoc's --watch option to support watching files not caught by TypeScript's watch mode, #2675.
  • The @inline tag now works in more places for generic types.
  • Visibility filters now consider individual signatures, #2846.

Bug Fixes

  • Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, #2823.
  • Improved narrator support for labeling icons, #2832.
  • Fixed an issue with @class incorrectly handling mapped types, #2842.
  • TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, #2844.
  • Fixed an issue where TypeDoc would constantly rebuild, #2844.
  • Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845.

Thanks!

... (truncated)

Commits

Updates typedoc-plugin-extras from 3.1.0 to 4.0.0

Release notes

Sourced from typedoc-plugin-extras's releases.

v4.0.0

  • Bump typedoc to 0.27.x 6cd78ce0433da15947b2c34dbedcf7cd1213fb6f
  • Move to ESM a2c3f4dd5133c4f0bb3110fea8188d2d38a03f10
  • Remove favicon option 070ce1a298ac8b8c0c9f09f91956e9f42aa69e0c

Full Changelog: Drarig29/typedoc-plugin-extras@v3.1.0...v4.0.0

Commits

Updates typescript from 5.5.3 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

... (truncated)

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • 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 devdependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `26.0.1` | `28.0.2` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `16.0.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `22.13.8` |
| [decimal.js](https://github.com/MikeMcl/decimal.js) | `10.4.3` | `10.5.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.0` | `6.0.1` |
| [rollup](https://github.com/rollup/rollup) | `4.22.4` | `4.34.9` |
| [rollup-plugin-esbuild](https://github.com/egoist/rollup-plugin-esbuild) | `6.1.1` | `6.2.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.1` | `29.2.6` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.2` | `4.19.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.4` | `0.27.9` |
| [typedoc-plugin-extras](https://github.com/Drarig29/typedoc-plugin-extras) | `3.1.0` | `4.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.8.2` |



Updates `@rollup/plugin-commonjs` from 26.0.1 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

Updates `@types/jest` from 29.5.12 to 29.5.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 20.14.10 to 22.13.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `decimal.js` from 10.4.3 to 10.5.0
- [Changelog](https://github.com/MikeMcl/decimal.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/decimal.js@v10.4.3...v10.5.0)

Updates `rimraf` from 6.0.0 to 6.0.1
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.0...v6.0.1)

Updates `rollup` from 4.22.4 to 4.34.9
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.22.4...v4.34.9)

Updates `rollup-plugin-esbuild` from 6.1.1 to 6.2.1
- [Release notes](https://github.com/egoist/rollup-plugin-esbuild/releases)
- [Changelog](https://github.com/egoist/rollup-plugin-esbuild/blob/dev/.releaserc.json)
- [Commits](egoist/rollup-plugin-esbuild@v6.1.1...v6.2.1)

Updates `ts-jest` from 29.2.1 to 29.2.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.1...v29.2.6)

Updates `tslib` from 2.6.3 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.3...v2.8.1)

Updates `tsx` from 4.19.2 to 4.19.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.2...v4.19.3)

Updates `typedoc` from 0.26.4 to 0.27.9
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.4...v0.27.9)

Updates `typedoc-plugin-extras` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/Drarig29/typedoc-plugin-extras/releases)
- [Commits](Drarig29/typedoc-plugin-extras@v3.1.0...v4.0.0)

Updates `typescript` from 5.5.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: decimal.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: rollup-plugin-esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: typedoc-plugin-extras
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (da51552) to head (0ba3870).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #155   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          734       734           
  Branches        85        85           
=========================================
  Hits           734       734           

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

Comment on lines +41 to 43
"typedoc": "^0.27.9",
"typedoc-plugin-extras": "^4.0.0",
"typedoc-plugin-katex": "^0.1.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot upgrade Typedoc

@ishiko732
Copy link
Collaborator

@dependabot ignore typedoc typedoc-plugin-extras

@ishiko732
Copy link
Collaborator

@dependabot ignore @types/node major version

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2025

OK, I won't notify you about version 22.x.x of @types/node again, unless you unignore it.

@ishiko732
Copy link
Collaborator

@dependabot ignore typedoc

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2025

OK, I won't notify you about typedoc again, unless you unignore it.

@ishiko732
Copy link
Collaborator

@dependabot ignore typedoc-plugin-extras

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2025

OK, I won't notify you about typedoc-plugin-extras again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/devdependencies-764a0dab75 branch March 5, 2025 13:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant