Skip to content

chore: 🤖 bump the minor-and-patch group with 5 updates#67

Merged
phun-ky merged 3 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-7ba77edb88
May 12, 2025
Merged

chore: 🤖 bump the minor-and-patch group with 5 updates#67
phun-ky merged 3 commits intomainfrom
dependabot/npm_and_yarn/minor-and-patch-7ba77edb88

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

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

Package From To
@phun-ky/typeof 1.2.10 1.2.12
@types/node 22.15.3 22.15.17
putout 40.0.22 40.1.4
rollup 4.40.1 4.40.2
typedoc-plugin-mdn-links 5.0.1 5.0.2

Updates @phun-ky/typeof from 1.2.10 to 1.2.12

Release notes

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

Release 1.2.12

1.2.12 (2025-05-06)

Tasks

  • 🤖 Add new dep for eslint config (96daac4)

Release 1.2.11

1.2.11 (2025-05-05)

Tasks

  • 🤖 bump the minor-and-patch group with 2 updates (3f36579)
  • 🤖 Disable rules for markdown files (b12bea7)
Changelog

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

1.2.12 (2025-05-06)

Tasks

  • 🤖 Add new dep for eslint config (96daac4)

1.2.11 (2025-05-05)

Tasks

  • 🤖 bump the minor-and-patch group with 2 updates (3f36579)
  • 🤖 Disable rules for markdown files (b12bea7)
Commits
  • db3291d chore: 🤖 release v1.2.12
  • 6b5d9ae Merge pull request #37 from phun-ky/chore/add-new-dep-for-eslint-config
  • 96daac4 chore: 🤖 Add new dep for eslint config
  • 708ab48 chore: 🤖 release v1.2.11
  • b6d73b0 Merge pull request #36 from phun-ky/dependabot/npm_and_yarn/minor-and-patch-a...
  • 3f36579 chore: 🤖 bump the minor-and-patch group with 2 updates
  • 97a878c Merge pull request #35 from phun-ky/chore/update-eslint-config
  • b12bea7 chore: 🤖 Disable rules for markdown files
  • See full diff in compare view

Updates @types/node from 22.15.3 to 22.15.17

Commits

Updates putout from 40.0.22 to 40.1.4

Release notes

Sourced from putout's releases.

putout v40.1.4

🔥 feature

  • af5b2d146 putout: @​putout/plugin-remove-useless-operand v3.0.0
  • 99ecdd83c @​putout/plugin-remove-useless-operand: migrate to ESM

putout v40.1.3

🔥 feature

  • b42303a64 putout: @​putout/plugin-remove-useless-map v2.0.0
  • 94fe6182f @​putout/plugin-remove-useless-map: migrate to ESM

putout v40.1.2

🔥 feature

  • aa8cbb245 putout: @​putout/plugin-remove-useless-push v2.0.0
  • d8896fc6d @​putout/plugin-remove-useless-push: migrate to ESM
  • cb7ee0cd5 @​putout/plugin-putout: replace-test-message: no-report-after-transform: add
  • ae9b18697 @​putout/plugin-putout: apply-fixture-name-to-message: noReportAfterTransform

putout v40.1.1

🔥 feature

  • 7649f07fb putout: @​putout/plugin-remove-useless-replace v2.0.0
  • f672bdd23 @​putout/plugin-remove-useless-replace: migrate to ESM

putout v40.1.0

🔥 feature

  • 1d627a9b3 @​putout/plugin-remove-useless-export-specifiers: add
  • ce3a5441e @​putout/plugin-esm: inline-export
  • 369229cf3 @​putout/plugin-nodejs: convert-commonjs-to-esm: require: expression: declared

putout v40.0.27

🔥 feature

  • e40d89706 putout: @​putout/plugin-remove-useless-spread v13.0.0
  • 32f1ff087 @​putout/plugin-remove-useless-spread: migrate to ESM

putout v40.0.26

🔥 feature

  • 22cf96144 putout: @​putout/plugin-github v16.0.0
  • 0f674d55f @​putout/plugin-github: set-node-versions: v24 (https://nodejs.org/en/blog/release/v24.0.0)
  • 0fb5a7506 @​putout/plugin-nodejs: convert-buffer-to-buffer-alloc: call

putout v40.0.25

🔥 feature

  • 6ee1a8678 putout: @​putout/plugin-remove-useless-template-expressions v3.0.0

... (truncated)

Commits
  • 431c0ca chore: putout: v40.1.4
  • af5b2d1 feature: putout: @​putout/plugin-remove-useless-operand v3.0.0
  • 919de1f chore: @​putout/plugin-remove-useless-operand: v3.0.0
  • 99ecdd8 feature: @​putout/plugin-remove-useless-operand: migrate to ESM
  • 7433da2 chore: putout: v40.1.3
  • b42303a feature: putout: @​putout/plugin-remove-useless-map v2.0.0
  • 484a9eb chore: @​putout/plugin-remove-useless-map: v2.0.0
  • 94fe618 feature: @​putout/plugin-remove-useless-map: migrate to ESM
  • 4d31573 chore: putout: v40.1.2
  • aa8cbb2 feature: putout: @​putout/plugin-remove-useless-push v2.0.0
  • Additional commits viewable in compare view

Updates rollup from 4.40.1 to 4.40.2

Release notes

Sourced from rollup's releases.

v4.40.2

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])
  • #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (@​renovate[bot])
  • #5942: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
  • #5943: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
Changelog

Sourced from rollup's changelog.

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])
  • #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (@​renovate[bot])
  • #5942: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
  • #5943: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
Commits
  • 02da7ef 4.40.2
  • d115fb2 fix: watch mode input should not be an output subpath (#5939)
  • 9ea9093 fix(exports): avoid "exports is not defined" ReferenceError (#5934)
  • 30f342d chore(deps): update dependency eslint-plugin-unicorn to v59 (#5941)
  • de2aefe fix(deps): lock file maintenance minor/patch updates (#5943)
  • 4d018ae fix(deps): lock file maintenance minor/patch updates (#5942)
  • 860df3f chore(deps): update dependency vite to v6.3.4 [security] (#5940)
  • cb8f815 consider TLA imports have higher execution priority (#5937)
  • See full diff in compare view

Updates typedoc-plugin-mdn-links from 5.0.1 to 5.0.2

Changelog

Sourced from typedoc-plugin-mdn-links's changelog.

v5.0.2 (2025-05-10)

  • Updated MDN API index with @​mdn/browser-compat-data version 6.0.13
Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@phun-ky/typeof](https://github.com/phun-ky/typeof) | `1.2.10` | `1.2.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.3` | `22.15.17` |
| [putout](https://github.com/coderaiser/putout) | `40.0.22` | `40.1.4` |
| [rollup](https://github.com/rollup/rollup) | `4.40.1` | `4.40.2` |
| [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) | `5.0.1` | `5.0.2` |


Updates `@phun-ky/typeof` from 1.2.10 to 1.2.12
- [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.10...1.2.12)

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

Updates `putout` from 40.0.22 to 40.1.4
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v40.0.22...v40.1.4)

Updates `rollup` from 4.40.1 to 4.40.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.1...v4.40.2)

Updates `typedoc-plugin-mdn-links` from 5.0.1 to 5.0.2
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md)
- [Commits](Gerrit0/typedoc-plugin-mdn-links@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: "@phun-ky/typeof"
  dependency-version: 1.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 22.15.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: putout
  dependency-version: 40.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-version: 4.40.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typedoc-plugin-mdn-links
  dependency-version: 5.0.2
  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 May 12, 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 May 12, 2025
@github-actions github-actions bot requested a review from phun-ky May 12, 2025 03:27
@socket-security
Copy link

socket-security bot commented May 12, 2025

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.3 ⏵ 22.15.17100 +110080 +196100
Updatedputout@​40.0.22 ⏵ 40.1.48910010096100
Updated@​phun-ky/​typeof@​1.2.10 ⏵ 1.2.1299 +210010094 +1100

View full report

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.50%. Comparing base (11a70be) to head (f337712).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #67   +/-   ##
=======================================
  Coverage   98.50%   98.50%           
=======================================
  Files         108      108           
  Lines        4697     4697           
  Branches      576      574    -2     
=======================================
  Hits         4627     4627           
  Misses         70       70           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@phun-ky phun-ky merged commit 7a811aa into main May 12, 2025
5 checks passed
@phun-ky phun-ky deleted the dependabot/npm_and_yarn/minor-and-patch-7ba77edb88 branch May 12, 2025 08:45
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: 👕 XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants