Skip to content

chore: 🤖 bump the minor-and-patch group with 9 updates#72

Merged
phun-ky merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-0e6fac647e
Jun 2, 2025
Merged

chore: 🤖 bump the minor-and-patch group with 9 updates#72
phun-ky merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-0e6fac647e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the minor-and-patch group with 9 updates:

Package From To
@phun-ky/typeof 1.2.14 1.2.15
@types/node 22.15.21 22.15.29
eslint 9.27.0 9.28.0
eslint-config-phun-ky 1.0.2 1.0.3
putout 40.2.2 40.2.8
release-it 19.0.2 19.0.3
typedoc 0.28.4 0.28.5
typedoc-plugin-markdown 4.6.3 4.6.4
typedoc-plugin-remark 2.0.0 2.0.1

Updates @phun-ky/typeof from 1.2.14 to 1.2.15

Release notes

Sourced from @​phun-ky/typeof's releases.

Release 1.2.15

1.2.15 (2025-05-26)

Tasks

  • 🤖 bump the minor-and-patch group with 4 updates (2ed3123)
Changelog

Sourced from @​phun-ky/typeof's changelog.

1.2.15 (2025-05-26)

Tasks

  • 🤖 bump the minor-and-patch group with 4 updates (2ed3123)
Commits
  • a36ff00 chore: 🤖 release v1.2.15
  • 27a4f4c Merge pull request #40 from phun-ky/dependabot/npm_and_yarn/minor-and-patch-f...
  • 2ed3123 chore: 🤖 bump the minor-and-patch group with 4 updates
  • See full diff in compare view

Updates @types/node from 22.15.21 to 22.15.29

Commits

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates eslint-config-phun-ky from 1.0.2 to 1.0.3

Release notes

Sourced from eslint-config-phun-ky's releases.

Release 1.0.3

1.0.3 (2025-05-26)

Tasks

  • 🤖 bump the minor-and-patch group with 3 updates (ba744c9)
Changelog

Sourced from eslint-config-phun-ky's changelog.

1.0.3 (2025-05-26)

Tasks

  • 🤖 bump the minor-and-patch group with 3 updates (ba744c9)
Commits
  • 4bb7f43 chore: 🤖 release v1.0.3
  • 628640e chore: 🤖 bump the minor-and-patch group with 3 updates (#25)
  • ba744c9 chore: 🤖 bump the minor-and-patch group with 3 updates
  • See full diff in compare view

Updates putout from 40.2.2 to 40.2.8

Release notes

Sourced from putout's releases.

putout v40.2.8

🔥 feature

  • 7f158e461 putout: @​putout/plugin-convert-const-to-let v5.0.0
  • 8183ab3d3 @​putout/plugin-convert-const-to-let: migrate to ESM
  • 3635ea7fe @​putout/plugin-convert-const-to-let: rm unused
  • 56bd00857 @​putout/plugin-declare-before-reference: rm unused
  • 973e69650 @​putout/plugin-nodejs: convert-promisify-to-fs-promises-lowercase
  • 359615b63 @​putout/plugin-typescript: types
  • 6ca57b462 @​putout/compare: @​putout/engine-parser v14.0.1
  • c85510a71 putout: @​putout/traverse v14.0.0
  • ec8c0258b @​putout/traverse: @​putout/compare v18.0.1
  • 306e4c34d putout: @​putout/engine-reporter v5.0.0
  • 5ac649224 @​putout/engine-reporter: @​putout/engine-loader v16.0.0
  • dc5773dff putout: @​putout/operator-add-args v12.0.0
  • 50670f105 @​putout/operator-add-args: @​putout/compare v18.0.1
  • 66aabd7f1 @​putout/operator-add-args: @​putout/engine-parser v14.0.1
  • 13fe9a664 @​putout/operator-match-files: @​putout/operator-filesystem v9.0.1
  • 6ba05e935 putout: @​putout/operator-rename-files v5.0.0
  • ab365532e @​putout/operator-rename-files: @​putout/operator-filesystem v9.0.1
  • d4c45c74e @​putout/processor-filesystem: @​putout/operator-filesystem v9.0.1
  • 9884c102c putout: @​putout/operator-parens v2.0.0
  • 9b52af41c @​putout/plugin-putout: apply-lowercase-to-node-builders: add support of TS
  • 32d6dba1b putout: @​putout/plugin-remove-unused-variables v14.0.0
  • f05ea49fb @​putout/plugin-remove-unused-variables: get rid of record and tuple
  • 059aa8534 @​putout/operator-filesystem: @​putout/engine-parser v14.0.1
  • b11ac96b8 @​putout/test: @​putout/cli-process-file v4.0.0
  • 1fb7b34d3 putout: @​putout/operator-match-files v9.0.0
  • a040b23a7 @​putout/operator-match-files: @​putout/operator-filesystem v9.0.0
  • 9f921fff7 @​putout/operator-match-files: @​putout/engine-parser v14.0.1
  • bcde2238c putout: @​putout/processor-filesystem v7.0.0
  • 3bfeb756f @​putout/plugin-filesystem: @​putout/operator-filesystem v9.0.0
  • 867f95eb6 @​putout/processor-filesystem: @​putout/operator-filesystem v9.0.0
  • daa16c1c2 putout: @​putout/engine-processor v14.0.0
  • caa56adc8 @​putout/engine-processor: @​putout/engine-loader v16.0.0
  • 9683a3688 @​putout/engine-runner: @​putout/operator-filesystem v9.0.0
  • 7b41c319c putout: @​putout/formatter-frame v8.0.0
  • 39598c790 @​putout/formatter-frame: drop support of 🐊 < 40
  • eb0b22087 @​putout/formatter-frame: @​putout/formatter-codeframe v9.0.0
  • 0df600e88 putout: @​putout/cli-process-file v4.0.0
  • dfca07357 @​putout/cli-process-file: @​putout/operate *
  • c9c77bce9 @​putout/cli-process-file: drop support of 🐊 < 40
  • 0621ac03d @​putout/compare: @​putout/operate v14.0.0
  • 61574712f @​putout/engine-runner: @​putout/operator-declare v14.0.0
  • 658463e82 putout: @​putout/operator-declare v14.0.0
  • d232d2f5c @​putout/operator-declare: @​putout/engine-parser v14.0.1
  • be860e2cf @​putout/operator-declare: @​putout/operate v14.0.0
  • e5da6462c @​putout/operator-declare: @​putout/compare v18.0.0
  • 8d227c0c0 putout: @​putout/operator-filesystem v9.0.0
  • 5d68bdabe @​putout/operator-filesystem: @​putout/operate v14.0.0

... (truncated)

Commits
  • 78c6da6 chore: putout: v40.2.8
  • 7f158e4 feature: putout: @​putout/plugin-convert-const-to-let v5.0.0
  • 85b76a2 chore: @​putout/plugin-declare-before-reference: v8.2.0
  • cb34a5d chore: @​putout/plugin-convert-const-to-let: v5.0.0
  • 8183ab3 feature: @​putout/plugin-convert-const-to-let: migrate to ESM
  • 3635ea7 feature: @​putout/plugin-convert-const-to-let: rm unused
  • 56bd008 feature: @​putout/plugin-declare-before-reference: rm unused
  • 67b574c chore: @​putout/plugin-nodejs: v16.4.0
  • 973e696 feature: @​putout/plugin-nodejs: convert-promisify-to-fs-promises-lowercase
  • a30e404 chore: putout: actions: lint ☘️
  • Additional commits viewable in compare view

Updates release-it from 19.0.2 to 19.0.3

Release notes

Sourced from release-it's releases.

Release 19.0.3

  • chore: use node's spawn instead of tinyexec dep (#1227) (fccdf6742ed4051fcd6ee11d890b84f7a34e81c4) - thanks @​efstathiosntonas!
  • Minor housekeeping/formatting (1604dc75ac2370a068c28a9119885d3035d372ac)
  • Add default timeout (mainly for tests) (96d8889251e670fc178e891b62a845bb8009f929)
  • docs(gitlab): update token scope requirements and default secure setting (#1229) (9c7d2b331d35ca6131d9e09e343cc8337d4cfc09) - thanks @​AlejandroRM-DEV!
  • Update dependencies (b792c458a146665c17ea7290cae435034b9f3e87)
Commits
  • 183050c Release 19.0.3
  • b792c45 Update dependencies
  • 9c7d2b3 docs(gitlab): update token scope requirements and default secure setting (#1229)
  • 96d8889 Add default timeout (mainly for tests)
  • 1604dc7 Minor housekeeping/formatting
  • fccdf67 chore: use node's spawn instead of tinyexec dep (#1227)
  • See full diff in compare view

Updates typedoc from 0.28.4 to 0.28.5

Release notes

Sourced from typedoc's releases.

v0.28.5

Bug Fixes

  • References to type aliases defined as mapped types will now correctly create a reference to the type alias, #2954.
  • ignoredHighlightLanguages can now be used to prevent warnings for codeblocks containing languages which are supported by Shiki but are not loaded, #2956.
Changelog

Sourced from typedoc's changelog.

v0.28.5 (2025-05-26)

Bug Fixes

  • References to type aliases defined as mapped types will now correctly create a reference to the type alias, #2954.
  • ignoredHighlightLanguages can now be used to prevent warnings for codeblocks containing languages which are supported by Shiki but are not loaded, #2956.
Commits
  • 0e34434 Update changelog for release
  • b7dc818 Bump version to 0.28.5
  • c0d3cb3 ignoredHighlightLanguages now works for supported langs
  • c38985f Fix ignoredHighlightLanguages docs
  • 766fe9e Fix references to mapped type aliases
  • ea16fb7 Fix CI config
  • b89b6d0 Merge branch 'master' of github.com:TypeStrong/typedoc
  • 56c1e17 Fix benign circularity, add CI check
  • See full diff in compare view

Updates typedoc-plugin-markdown from 4.6.3 to 4.6.4

Release notes

Sourced from typedoc-plugin-markdown's releases.

typedoc-plugin-markdown@4.6.4

Patch Changes

  • Added theme translations for "de" locale.
  • Fix navigation items without group or categories (@group/@category=none) (#815).
  • Correctly handle sidebar groups for packages with merged modules.
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.6.4 (2025-06-01)

Patch Changes

  • Added theme translations for "de" locale.
  • Fix navigation items without group or categories (@group/@category=none) (#815).
  • Correctly handle sidebar groups for packages with merged modules.
Commits
  • 595c60f Version Packages
  • cc81535 fix(core): fix navigation items without group or categories
  • b3c3d3e fix(core): correctly handle sidebar groups for packages with merged modules
  • 81dd79b fix(core): added theme translations for "de" locale
  • a4a786e chore(core): updated fixtures
  • 82cd1df feat(docusaurus): decouple typedoc logic into dedicated "typedoc-docusaurus-t...
  • 04edd1d chore(docs): updated changelog date
  • See full diff in compare view

Updates typedoc-plugin-remark from 2.0.0 to 2.0.1

Changelog

Sourced from typedoc-plugin-remark's changelog.

2.0.1

Patch Changes

  • Fix incorrect options interface - thanks @​r4ai.
Commits
  • 22822f0 Version Packages
  • 494428b chore(remark): updated changesets
  • 94c30c6 fix(remark): add string to RemarkPlugin type
  • 29e0bb2 docs(remark): fixed typo in options docs
  • c2721a3 chore(core): force pipeline
  • 43c91d9 chore(docs): updated changelog
  • See full diff 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 minor-and-patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@phun-ky/typeof](https://github.com/phun-ky/typeof) | `1.2.14` | `1.2.15` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.21` | `22.15.29` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.28.0` |
| [eslint-config-phun-ky](https://github.com/phun-ky/eslint-config) | `1.0.2` | `1.0.3` |
| [putout](https://github.com/coderaiser/putout) | `40.2.2` | `40.2.8` |
| [release-it](https://github.com/release-it/release-it) | `19.0.2` | `19.0.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.4` | `0.28.5` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.6.3` | `4.6.4` |
| [typedoc-plugin-remark](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-remark) | `2.0.0` | `2.0.1` |


Updates `@phun-ky/typeof` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/phun-ky/typeof/releases)
- [Changelog](https://github.com/phun-ky/typeof/blob/main/CHANGELOG.md)
- [Commits](phun-ky/typeof@1.2.14...1.2.15)

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

Updates `eslint` from 9.27.0 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.28.0)

Updates `eslint-config-phun-ky` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/phun-ky/eslint-config/releases)
- [Changelog](https://github.com/phun-ky/eslint-config/blob/main/CHANGELOG.md)
- [Commits](phun-ky/eslint-config@1.0.2...1.0.3)

Updates `putout` from 40.2.2 to 40.2.8
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v40.2.2...v40.2.8)

Updates `release-it` from 19.0.2 to 19.0.3
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@19.0.2...19.0.3)

Updates `typedoc` from 0.28.4 to 0.28.5
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.4...v0.28.5)

Updates `typedoc-plugin-markdown` from 4.6.3 to 4.6.4
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.6.4/packages/typedoc-plugin-markdown)

Updates `typedoc-plugin-remark` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-remark/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-remark@2.0.1/packages/typedoc-plugin-remark)

---
updated-dependencies:
- dependency-name: "@phun-ky/typeof"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 22.15.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-phun-ky
  dependency-version: 1.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: putout
  dependency-version: 40.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: release-it
  dependency-version: 19.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typedoc
  dependency-version: 0.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.6.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typedoc-plugin-remark
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jun 2, 2025
@github-actions github-actions bot added mindless: dependencies Pull requests that update a dependency file section: repo For all changes in root dir release labels Jun 2, 2025
@github-actions github-actions bot requested a review from phun-ky June 2, 2025 03:33
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​22.15.21 ⏵ 22.15.29100 +110080 +196100
Updatedputout@​40.2.2 ⏵ 40.2.888 -110010096100
Updated@​phun-ky/​typeof@​1.2.8 ⏵ 1.2.1599 +110010095100
Updatedeslint@​9.27.0 ⏵ 9.28.09710010096 +2100
Updatedeslint-config-phun-ky@​1.0.2 ⏵ 1.0.3100100100100100

View full report

@phun-ky phun-ky merged commit 19f3ec7 into main Jun 2, 2025
6 checks passed
@phun-ky phun-ky deleted the dependabot/npm_and_yarn/minor-and-patch-0e6fac647e branch June 2, 2025 07:06
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 mindless: dependencies Pull requests that update a dependency file release section: repo For all changes in root dir size: 👕 S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant