Skip to content

fix(deps): bump the minorandpatch group across 1 directory with 11 updates#279

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/master/minorandpatch-62956ae434
Open

fix(deps): bump the minorandpatch group across 1 directory with 11 updates#279
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/master/minorandpatch-62956ae434

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the minorandpatch group with 11 updates in the / directory:

Package From To
@routup/body 2.4.2 2.4.3
docken 2.0.1 2.0.2
dotenv 17.2.3 17.2.4
locter 2.2.0 2.2.1
routup 4.0.2 4.1.0
semver 7.7.3 7.7.4
smob 1.5.0 1.6.1
zod 4.1.12 4.3.6
@tada5hi/eslint-config-typescript 1.2.17 1.2.18
@tada5hi/tsconfig 0.6.0 0.7.0
rollup 4.53.3 4.57.1

Updates @routup/body from 2.4.2 to 2.4.3

Changelog

Sourced from @​routup/body's changelog.

2.4.3 (2025-11-26)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 11 updates (#709) (3611994)
Commits
  • 3e3e849 chore: release master (#710)
  • 3611994 fix(deps): bump the minorandpatch group across 1 directory with 11 updates (#...
  • See full diff in compare view

Updates docken from 2.0.1 to 2.0.2

Release notes

Sourced from docken's releases.

v2.0.2

2.0.2 (2025-12-29)

Bug Fixes

Changelog

Sourced from docken's changelog.

2.0.2 (2025-12-29)

Bug Fixes

Commits

Updates dotenv from 17.2.3 to 17.2.4

Changelog

Sourced from dotenv's changelog.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates locter from 2.2.0 to 2.2.1

Release notes

Sourced from locter's releases.

v2.2.1

2.2.1 (2025-11-24)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 10 updates (#798) (34dd5ac)
Changelog

Sourced from locter's changelog.

2.2.1 (2025-11-24)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 10 updates (#798) (34dd5ac)
Commits

Updates routup from 4.0.2 to 4.1.0

Release notes

Sourced from routup's releases.

v4.1.0

4.1.0 (2026-01-30)

Bug Fixes

  • set target version to es2022 (eb7e5cb)

Miscellaneous Chores

Changelog

Sourced from routup's changelog.

4.0.2 (2025-06-25)

Bug Fixes

  • deps: bump negotiator from 0.6.3 to 1.0.0 (#700) (84edd77)
  • deps: bump the minorandpatch group with 3 updates (#758) (c0117b3)

4.1.0 (2026-01-30)

⚠ BREAKING CHANGES

  • remove support for regex as path input
  • removed request helper fns
  • handler must be defined with helper fn
  • interface names changed
  • dispatch is now async
  • listen method removed
  • send, etag fn api changed
  • Public API changed

Features

  • add define (error-) handler helpers for intellisense (2318115)
  • add send-format helper + test suite (2a7b0d5)
  • add swagger generator for api endpoints (c8ff8a7)
  • allways create new router instance on plugin installation (e77022f)
  • argument overloading for http method handler registration (72393c4)
  • better error handling for no matching route and unhandled error (252b178)
  • bump path-to-regexp to v7.x (9a82dc8)
  • cache request path + extended header constants (78e039c)
  • changed send-file options api (8a6c328)
  • context (error-) handler style (72af754)
  • contextualize hook listeners (7c3a7ce)
  • dispatch pipeline (#420) (321b811)
  • dispatcher event attribute to call next router/handler (0a1efa7)
  • do not expose utils (acd451c)
  • dynamic getter/setter for event dispatched property (34f0750)
  • gone utility helper (dc4f83b)
  • helpers to send web-{blob,response} (2014da4)
  • hook system (#411) (137b2fa)
  • implemented plugin system (808dd72)
  • implicit and explicit handler definition variant (02caec8)
  • include stream, web- & web-response detection in send helper (f59977e)
  • initial server-sent events implementation (67c45c3)
  • make dispatch call stack async (21b3388)
  • merge core & routup package (45c32fb)
  • merge dispatcher-event & dispatcher-meta (ad0afab)
  • method name enum to uppercase & add method property to dispatcher event (709666e)

... (truncated)

Commits
  • 2d97b6e chore(master): release 4.1.0 (#804)
  • 50935a4 chore: set next version
  • 0cc337c build(deps-dev): bump the minorandpatch group with 3 updates (#801)
  • 3374c4b build(deps-dev): bump the majordev group across 1 directory with 2 updates (#...
  • 8bda5ba chore: add missing release-please manifest
  • 7d7b62f chore: use release-please for release management
  • 6e5161d chore: reset lock file
  • 5103b31 chore: remove packages directory
  • 904e041 build: fix tsconfig
  • f348647 ci: change dependabot target branch to master
  • Additional commits viewable in compare view

Updates semver from 7.7.3 to 7.7.4

Release notes

Sourced from semver's releases.

v7.7.4

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Commits
  • 5993c2e chore: release 7.7.4 (#839)
  • 120968b deps: @​npmcli/template-oss@​4.29.0 (#840)
  • a29faa5 fix(cli): pass options to semver.valid() for loose version validation (#835)
  • 1d28d5e docs: fix typos and update -n CLI option documentation (#836)
  • 5816d4c chore: bump @​npmcli/template-oss from 4.28.0 to 4.28.1 (#829)
  • ab9e28a chore: bump @​npmcli/template-oss from 4.27.1 to 4.28.0 (#827)
  • 44d7130 chore: bump @​npmcli/eslint-config from 5.1.0 to 6.0.0 (#824)
  • 7073576 chore: reorder parameters in invalid-versions.js test (#820)
  • 16a35f5 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#823)
  • 3a3459d chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#818)
  • See full diff in compare view

Updates smob from 1.5.0 to 1.6.1

Release notes

Sourced from smob's releases.

smob: v1.6.1

1.6.1 (2026-02-11)

Bug Fixes

  • set min node engine version to v20.0.0 (ec4d2d9)

smob: v1.6.0

1.6.0 (2026-02-11)

Features

  • change target version to es2022 + updated dependencies (54bdbc9)
Changelog

Sourced from smob's changelog.

1.5.0 (2024-03-29)

Features

1.6.1 (2026-02-11)

Bug Fixes

  • set min node engine version to v20.0.0 (ec4d2d9)

1.6.0 (2026-02-11)

⚠ BREAKING CHANGES

  • bump version to v1.x

Features

  • change target version to es2022 + updated dependencies (54bdbc9)
  • const for priority side + cleanup types (bf19728)
  • deep clone input sources (384acff)
  • introduce arrayPriority option (#328) (7d287bf)
  • refactor build pipeline & replaced babel with swc (306c126)
  • refactored merger to support arrays (2185ebe)
  • remove array duplicates by value & reference (b55dcfc)
  • split regular and distinct array merge + support multiple input arrays (f7d4a75)
  • use weak-map instead of json-stringify for circular reference handling (33b4ea4)

Bug Fixes

  • add generic argument for distinct-array util (4d31b24)
  • better polyfill implementation for cloning arrays and objects (fad6beb)
  • create a new weak map for each source (4ed64d2)
  • deps: bump json5 from 1.0.1 to 1.0.2 (33a7d6c)
  • enhanced typing for merger result (19fc7ff)
  • extend is-equal check for arrays (406d48b)
  • force version bump (e1a993d)
  • move sources length check to create-merger (c55bfc5)
  • optimize array merge (240ce25)
  • remove unused utility methods + applied linter (76baf8e)
  • removed superfluous cut utility (b8f5826)
  • return type of merge result (cc534b9)

... (truncated)

Commits
  • b6440db chore(master): release smob 1.6.1 (#411)
  • 03924fb chore: merge release & codecov step
  • ec4d2d9 fix: set min node engine version to v20.0.0
  • 20f4401 chore: remove hardcoded version in release-please configuration
  • 56c5b53 chore(master): release smob 1.6.0 (#408)
  • d3cc4a5 ci: change dependabot target to master branch
  • 7031c05 build(deps): bump actions/checkout from 4 to 6 (#404) (#409)
  • 2b427f8 chore: force version to v1.6.0
  • 4292a46 chore: clenaup tsconfig.eslint.json
  • d013b1c build(deps-dev): bupm workspaces-publish to v1.6.0
  • Additional commits viewable in compare view

Updates zod from 4.1.12 to 4.3.6

Release notes

Sourced from zod's releases.

v4.3.6

Commits:

  • 9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors
  • f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (#5634)
  • 251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call
  • edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (#5646)
  • 85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (#5628)
  • cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (#5638)
  • dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (#5656)
  • 762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling
  • ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6

v4.3.5

Commits:

  • 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
  • e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
  • 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

... (truncated)

Commits

Updates @tada5hi/eslint-config-typescript from 1.2.17 to 1.2.18

Release notes

Sourced from @​tada5hi/eslint-config-typescript's releases.

eslint-config-nuxt-typescript: v1.2.18

1.2.18 (2025-12-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​tada5hi/eslint-config-typescript bumped from ^1.2.17 to ^1.2.18

eslint-config-typescript: v1.2.18

1.2.18 (2025-12-14)

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.35.0 to 8.35.1 (#745) (e9be8f0)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.35.1 to 8.37.0 (#752) (bb33580)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.37.0 to 8.38.0 (#756) (2e36e19)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.40.0 to 8.41.0 (#768) (0f0f478)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.42.0 to 8.43.0 (#773) (675ce97)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.43.0 to 8.44.0 (#775) (f05b035)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.44.0 to 8.44.1 (#779) (0f3e094)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.44.1 to 8.45.0 (#783) (456c6ac)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0 (#788) (04e312d)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1 (#791) (4e83220)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2 (#794) (95e1f16)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 (#797) (f54e75a)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.3 to 8.47.0 (#802) (688fd54)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0 (#806) (3e40bb2)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1 (#812) (9a1ae4e)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 (#818) (194ca84)
  • deps: bump @​typescript-eslint/parser from 8.35.0 to 8.35.1 (#744) (8a0b585)
  • deps: bump @​typescript-eslint/parser from 8.35.1 to 8.36.0 (#748) (e808f97)
  • deps: bump @​typescript-eslint/parser from 8.36.0 to 8.37.0 (#750) (6a4c8c7)
  • deps: bump @​typescript-eslint/parser from 8.37.0 to 8.38.0 (#755) (2a224a4)
  • deps: bump @​typescript-eslint/parser from 8.38.0 to 8.39.0 (#759) (2886a89)
  • deps: bump @​typescript-eslint/parser from 8.39.0 to 8.39.1 (#761) (06099fd)
  • deps: bump @​typescript-eslint/parser from 8.39.1 to 8.40.0 (#765) (72bbc9c)
  • deps: bump @​typescript-eslint/parser from 8.40.0 to 8.41.0 (#767) (d281057)
  • deps: bump @​typescript-eslint/parser from 8.41.0 to 8.42.0 (#770) (c5e11dd)
  • deps: bump @​typescript-eslint/parser from 8.45.0 to 8.46.0 (#787) (91aea44)
  • deps: bump @​typescript-eslint/parser from 8.46.0 to 8.46.1 (#789) (82dacc3)
  • deps: bump @​typescript-eslint/parser from 8.46.2 to 8.46.3 (#796) (3a80e00)
  • deps: bump @​typescript-eslint/parser from 8.46.3 to 8.46.4 (#800) (f190842)
  • deps: bump @​typescript-eslint/parser from 8.47.0 to 8.48.0 (#805) (9fa324a)
  • deps: bump @​typescript-eslint/parser from 8.48.1 to 8.49.0 (#817) (dbb4a74)
  • deps: bump eslint-import-resolver-typescript from 4.4.3 to 4.4.4 (#741) (68b3adb)

... (truncated)

Changelog

Sourced from @​tada5hi/eslint-config-typescript's changelog.

1.2.18 (2025-12-14)

Bug Fixes

  • deps: bump @​typescript-eslint/eslint-plugin from 8.35.0 to 8.35.1 (#745) (e9be8f0)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.35.1 to 8.37.0 (#752) (bb33580)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.37.0 to 8.38.0 (#756) (2e36e19)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.40.0 to 8.41.0 (#768) (0f0f478)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.42.0 to 8.43.0 (#773) (675ce97)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.43.0 to 8.44.0 (#775) (f05b035)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.44.0 to 8.44.1 (#779) (0f3e094)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.44.1 to 8.45.0 (#783) (456c6ac)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0 (#788) (04e312d)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1 (#791) (4e83220)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.1 to 8.46.2 (#794) (95e1f16)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 (#797) (f54e75a)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.46.3 to 8.47.0 (#802) (688fd54)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0 (#806) (3e40bb2)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1 (#812) (9a1ae4e)
  • deps: bump @​typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 (#818) (194ca84)
  • deps: bump @​typescript-eslint/parser from 8.35.0 to 8.35.1 (#744) (8a0b585)
  • deps: bump @​typescript-eslint/parser from 8.35.1 to 8.36.0 (#748) (e808f97)
  • deps: bump @​typescript-eslint/parser from 8.36.0 to 8.37.0 (#750) (6a4c8c7)
  • deps: bump @​typescript-eslint/parser from 8.37.0 to 8.38.0 (#755) (2a224a4)
  • deps: bump @​typescript-eslint/parser from 8.38.0 to 8.39.0 (#759) (2886a89)
  • deps: bump @​typescript-eslint/parser from 8.39.0 to 8.39.1 (#761) (06099fd)
  • deps: bump @​typescript-eslint/parser from 8.39.1 to 8.40.0 (#765) (72bbc9c)
  • deps: bump @​typescript-eslint/parser from 8.40.0 to 8.41.0 (#767) (d281057)
  • deps: bump @​typescript-eslint/parser from 8.41.0 to 8.42.0 (#770) (c5e11dd)
  • deps: bump @​typescript-eslint/parser from 8.45.0 to 8.46.0 (#787) (91aea44)
  • deps: bump @​typescript-eslint/parser from 8.46.0 to 8.46.1 (#789) (82dacc3)
  • deps: bump @​typescript-eslint/parser from 8.46.2 to 8.46.3 (#796) (3a80e00)
  • deps: bump @​typescript-eslint/parser from 8.46.3 to 8.46.4 (#800) (f190842)
  • deps: bump @​typescript-eslint/parser from 8.47.0 to 8.48.0 (#805) (9fa324a)
  • deps: bump @​typescript-eslint/parser from 8.48.1 to 8.49.0 (#817) (dbb4a74)
  • deps: bump eslint-import-resolver-typescript from 4.4.3 to 4.4.4 (#741) (68b3adb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​tada5hi/eslint-config bumped from ^1.2.11 to ^1.2.12
Commits
  • 8361171 chore: release master (#820)
  • 194ca84 fix(deps): bump @​typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 (#818)
  • dbb4a74 fix(deps): bump @​typescript-eslint/parser from 8.48.1 to 8.49.0 (#817)
  • 9a1ae4e fix(deps): bump @​typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1 (#812)
  • 3e40bb2 fix(deps): bump @​typescript-eslint/eslint-plugin from 8.47.0 to 8.48.0 (#806)
  • 9fa324a fix(deps): bump @​typescript-eslint/parser from 8.47.0 to 8.48.0 (#805)
  • 688fd54 fix(deps): bump @​typescript-eslint/eslint-plugin from 8.46.3 to 8.47.0 (#802)
  • f190842 fix(deps): bump @​typescript-eslint/parser from 8.46.3 to 8.46.4 (#800)
  • f54e75a fix(deps): bump @​typescript-eslint/eslint-plugin from 8.46.2 to 8.46.3 (#797)
  • 3a80e00 fix(deps): bump @​typescript-eslint/parser from 8.46.2 to 8.46.3 (#796)
  • Additional commits viewable in compare view

Updates @tada5hi/tsconfig from 0.6.0 to 0.7.0

Release notes

Sourced from @​tada5hi/tsconfig's releases.

tsconfig: v0.7.0

0.7.0 (2025-12-14)

Features

  • strict node cjs/esm rules (dc49932)
Changelog

Sourced from @​tada5hi/tsconfig's changelog.

0.7.0 (2025-12-14)

Features

  • strict node cjs/esm rules (dc49932)
Commits

Updates rollup from 4.53.3 to 4.57.1

Release notes

Sourced from rollup's releases.

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

v4.57.0

4.57.0

2026-01-27

Features

  • Add import attributes to all plugin hooks that did not provide them yet (#5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#5700)

Pull Requests

v4.56.0

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 12, 2026
…dates

Bumps the minorandpatch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@routup/body](https://github.com/routup/plugins/tree/HEAD/packages/cookie) | `2.4.2` | `2.4.3` |
| [docken](https://github.com/tada5hi/docken) | `2.0.1` | `2.0.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.2.4` |
| [locter](https://github.com/tada5hi/locter) | `2.2.0` | `2.2.1` |
| [routup](https://github.com/routup/routup) | `4.0.2` | `4.1.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` |
| [smob](https://github.com/Tada5hi/smob) | `1.5.0` | `1.6.1` |
| [zod](https://github.com/colinhacks/zod) | `4.1.12` | `4.3.6` |
| [@tada5hi/eslint-config-typescript](https://github.com/tada5hi/javascript/tree/HEAD/packages/eslint-config-typescript) | `1.2.17` | `1.2.18` |
| [@tada5hi/tsconfig](https://github.com/tada5hi/javascript/tree/HEAD/packages/tsconfig) | `0.6.0` | `0.7.0` |
| [rollup](https://github.com/rollup/rollup) | `4.53.3` | `4.57.1` |



Updates `@routup/body` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/routup/plugins/releases)
- [Changelog](https://github.com/routup/plugins/blob/master/packages/cookie/CHANGELOG.md)
- [Commits](https://github.com/routup/plugins/commits/body-v2.4.3/packages/cookie)

Updates `docken` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/tada5hi/docken/releases)
- [Changelog](https://github.com/tada5hi/docken/blob/master/CHANGELOG.md)
- [Commits](tada5hi/docken@v2.0.1...v2.0.2)

Updates `dotenv` from 17.2.3 to 17.2.4
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/commits)

Updates `locter` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/tada5hi/locter/releases)
- [Changelog](https://github.com/tada5hi/locter/blob/master/CHANGELOG.md)
- [Commits](tada5hi/locter@v2.2...v2.2.1)

Updates `routup` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/routup/routup/releases)
- [Changelog](https://github.com/routup/routup/blob/master/CHANGELOG.md)
- [Commits](routup/routup@v4.0.2...v4.1.0)

Updates `semver` from 7.7.3 to 7.7.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.3...v7.7.4)

Updates `smob` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/Tada5hi/smob/releases)
- [Changelog](https://github.com/tada5hi/smob/blob/master/CHANGELOG.md)
- [Commits](tada5hi/smob@v1.5.0...smob-v1.6.1)

Updates `zod` from 4.1.12 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.12...v4.3.6)

Updates `@tada5hi/eslint-config-typescript` from 1.2.17 to 1.2.18
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/eslint-config-typescript/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/eslint-config-typescript-v1.2.18/packages/eslint-config-typescript)

Updates `@tada5hi/tsconfig` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/tsconfig/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/tsconfig-v0.7.0/packages/tsconfig)

Updates `rollup` from 4.53.3 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.53.3...v4.57.1)

---
updated-dependencies:
- dependency-name: "@routup/body"
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: docken
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: dotenv
  dependency-version: 17.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: locter
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: routup
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: semver
  dependency-version: 7.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: smob
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/eslint-config-typescript"
  dependency-version: 1.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tada5hi/tsconfig"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: rollup
  dependency-version: 4.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/minorandpatch-62956ae434 branch from 57a9e94 to 3f453f4 Compare February 13, 2026 00:24
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.

0 participants