Skip to content

deps(deps): bump the alwatr group across 1 directory with 5 updates#36

Open
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/alwatr-0d444024ed
Open

deps(deps): bump the alwatr group across 1 directory with 5 updates#36
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/alwatr-0d444024ed

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the alwatr group with 5 updates in the / directory:

Package From To
@alwatr/fetch 5.6.7 7.1.4
@alwatr/package-tracer 5.5.26 5.5.27
@alwatr/nano-build 6.4.0 6.4.1
@alwatr/type-helper 5.4.4 7.0.1
@alwatr/flux 4.1.2 6.2.0

Updates @alwatr/fetch from 5.6.7 to 7.1.4

Release notes

Sourced from @​alwatr/fetch's releases.

@​alwatr/fetch@​7.1.0

7.1.0 (2025-11-18)

✨ Features

  • add fetchJson function for automatic JSON parsing with error handling (6cc3e4b)

🔨 Code Refactoring

  • improve type definitions for cache strategy and error reasons (c599f72)
  • separate core funcs (110db1f)
Changelog

Sourced from @​alwatr/fetch's changelog.

7.1.4 (2026-02-18)

Note: Version bump only for package @​alwatr/fetch

7.1.3 (2025-12-23)

Note: Version bump only for package @​alwatr/fetch

7.1.2 (2025-12-13)

Note: Version bump only for package @​alwatr/fetch

7.1.1 (2025-12-10)

Note: Version bump only for package @​alwatr/fetch

7.1.0 (2025-11-18)

✨ Features

  • add fetchJson function for automatic JSON parsing with error handling (6cc3e4b)

🔨 Code Refactoring

  • improve type definitions for cache strategy and error reasons (c599f72)
  • separate core funcs (110db1f)

7.0.3 (2025-11-18)

Note: Version bump only for package @​alwatr/fetch

7.0.2 (2025-11-15)

Note: Version bump only for package @​alwatr/fetch

7.0.1 (2025-11-15)

Note: Version bump only for package @​alwatr/fetch

7.0.0 (2025-11-06)

⚠ BREAKING CHANGES

  • The fetch function no longer throws exceptions. Instead, it returns a tuple following the Go-style error handling pattern:
// Old behavior (v1.x)
type FetchResponse = Promise<Response>;
// New behavior (v2.x)
</tr></table>

... (truncated)

Commits

Updates @alwatr/package-tracer from 5.5.26 to 5.5.27

Changelog

Sourced from @​alwatr/package-tracer's changelog.

5.5.27 (2026-02-18)

Note: Version bump only for package @​alwatr/package-tracer

Commits

Updates @alwatr/nano-build from 6.4.0 to 6.4.1

Release notes

Sourced from @​alwatr/nano-build's releases.

@​alwatr/nano-build@​6.4.1

6.4.1 (2026-02-18)

🐛 Bug Fixes

  • update esbuild to version 0.27.3 (447c68c)

🔗 Dependencies update

  • update @​types/node to version 24.10.13 across multiple packages (4c6d2a3)
Changelog

Sourced from @​alwatr/nano-build's changelog.

6.4.1 (2026-02-18)

🐛 Bug Fixes

  • update esbuild to version 0.27.3 (447c68c)

🔗 Dependencies update

  • update @​types/node to version 24.10.13 across multiple packages (4c6d2a3)
Commits
  • f9f9ba5 release:
  • 447c68c fix: update esbuild to version 0.27.3
  • 4c6d2a3 deps: update @​types/node to version 24.10.13 across multiple packages
  • See full diff in compare view

Updates @alwatr/type-helper from 5.4.4 to 7.0.1

Release notes

Sourced from @​alwatr/type-helper's releases.

@​alwatr/type-helper@​7.0.0

7.0.0 (2025-12-13)

⚠ BREAKING CHANGES

  • All *Function types renamed to *Func

🐛 Bug Fixes

  • rename *Function types to *Func for duplicate issue with new typescript types (44dbb11)

@​alwatr/type-helper@​6.1.6

6.1.6 (2025-11-15)

🐛 Bug Fixes

  • rename Noop type to NoopFunction for clarity (068ff72)
Changelog

Sourced from @​alwatr/type-helper's changelog.

7.0.1 (2026-02-18)

Note: Version bump only for package @​alwatr/type-helper

7.0.0 (2025-12-13)

⚠ BREAKING CHANGES

  • All *Function types renamed to *Func

🐛 Bug Fixes

  • rename *Function types to *Func for duplicate issue with new typescript types (44dbb11)

6.1.8 (2025-12-10)

Note: Version bump only for package @​alwatr/type-helper

6.1.7 (2025-11-18)

Note: Version bump only for package @​alwatr/type-helper

6.1.6 (2025-11-15)

🐛 Bug Fixes

  • rename Noop type to NoopFunction for clarity (068ff72)

6.1.5 (2025-10-06)

🔗 Dependencies update

  • bump the npm-dependencies group with 4 updates (9825815)

6.1.4 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

6.1.3 (2025-09-22)

🐛 Bug Fixes

  • remove unnecessary method from JsonValue type definition (d18847c)

6.1.2 (2025-09-22)

🐛 Bug Fixes

... (truncated)

Commits

Updates @alwatr/flux from 4.1.2 to 6.2.0

Release notes

Sourced from @​alwatr/flux's releases.

v6.2.0

6.2.0 (2026-02-18)

✨ Features

  • add session-state exports to main module for sessionStorage management (99bc3fd)
  • add SessionStateSignal for sessionStorage management (f62cb97)
  • add SessionStateSignalConfig interface for sessionStorage management (ee59398)
  • implement createSessionStateSignal for sessionStorage management (05d70f5)

🐛 Bug Fixes

  • update default saveDebounceDelay to 500ms in SessionStateSignalConfig (a19f9db)

🔨 Code Refactoring

  • migrate to bun package manager (545c1ae)

🧹 Miscellaneous Chores

  • update VSCode settings to remove yarn-specific configurations (180ff27)
  • update workflows to use bun and latest action versions (3261f20)

🔗 Dependencies update

  • add @​alwatr/session-storage dependency and update all deps (4e8a3f6)
  • update dependencies across packages to latest versions (6ac0147)

ناظر فنی @​asmanp2012

v6.1.1

6.1.1 (2025-11-12)

🐛 Bug Fixes

  • add sideEffects property to package.json for better tree-shaking (b62663c)
  • update defaultValue to initialValue in createFsmService for clarity (f54c61c)

🔨 Code Refactoring

  • simplify storageProvider initialization in PersistentStateSignal constructor (e3ca306)
  • streamline PersistentStateSignal constructor and update config properties (849f945)

🔗 Dependencies update

  • bump the github-actions group across 1 directory with 4 updates (445e90f)
  • update dependencies and devDependencies versions across packages (ab923fa)
  • update devDependencies and packageManager versions (2bfe815)
  • update typescript version to 5.9.3-sdk (39cf467)

... (truncated)

Changelog

Sourced from @​alwatr/flux's changelog.

6.2.0 (2026-02-18)

✨ Features

  • add session-state exports to main module for sessionStorage management (99bc3fd)
  • add SessionStateSignal for sessionStorage management (f62cb97)
  • add SessionStateSignalConfig interface for sessionStorage management (ee59398)
  • implement createSessionStateSignal for sessionStorage management (05d70f5)

🐛 Bug Fixes

  • update default saveDebounceDelay to 500ms in SessionStateSignalConfig (a19f9db)

🔨 Code Refactoring

  • migrate to bun package manager (545c1ae)

🔗 Dependencies update

  • add @​alwatr/session-storage dependency and update all deps (4e8a3f6)
  • update dependencies across packages to latest versions (6ac0147)

6.1.1 (2025-11-12)

🔨 Code Refactoring

  • simplify storageProvider initialization in PersistentStateSignal constructor (e3ca306)
  • streamline PersistentStateSignal constructor and update config properties (849f945)

🔗 Dependencies update

  • update dependencies and devDependencies versions across packages (ab923fa)

6.1.0 (2025-09-22)

✨ Features

  • add createPersistentStateSignal function for localStorage state management (05c99bd)
  • add PersistentStateSignalConfig for local storage integration (5dc1dfb)
  • add saveDebounceDelay option to PersistentStateSignalConfig for optimized localStorage writes (ebc542e)
  • implement debouncing for localStorage writes in PersistentStateSignal (9644b37)
  • implement PersistentStateSignal for localStorage persistence (0303a74)

🐛 Bug Fixes

  • enhance set method in PersistentStateSignal to support data type conversion (3970fc1)
  • refine generic type constraint in PersistentStateSignalConfig to extend JsonValue (d50a1fb)
  • refine generic type handling in PersistentStateSignal and syncStorage method (30c50a8)
  • remove unnecessary comments from EffectSignalConfig and DebounceSignalConfig interfaces (397692c)
  • remove unnecessary constraint on generic type T in PersistentStateSignal (83aab63)

... (truncated)

Commits
  • 04de851 release:
  • a19f9db fix: update default saveDebounceDelay to 500ms in SessionStateSignalConfig
  • 4e8a3f6 deps: add @​alwatr/session-storage dependency and update all deps
  • ee59398 feat: add SessionStateSignalConfig interface for sessionStorage management
  • 99bc3fd feat: add session-state exports to main module for sessionStorage management
  • 05d70f5 feat: implement createSessionStateSignal for sessionStorage management
  • f62cb97 feat: add SessionStateSignal for sessionStorage management
  • 6ac0147 deps: update dependencies across packages to latest versions
  • 545c1ae refactor: migrate to bun package manager
  • af2f091 release:
  • 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 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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2026

Labels

The following labels could not be found: ci, dependencies, maintenance, priority-low. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from njfamirm as a code owner February 19, 2026 10:36
Bumps the alwatr group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@alwatr/fetch](https://github.com/Alwatr/nanolib/tree/HEAD/packages/fetch) | `5.6.7` | `7.1.4` |
| [@alwatr/package-tracer](https://github.com/Alwatr/nanolib/tree/HEAD/packages/package-tracer) | `5.5.26` | `5.5.27` |
| [@alwatr/nano-build](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nano-build) | `6.4.0` | `6.4.1` |
| [@alwatr/type-helper](https://github.com/Alwatr/nanolib/tree/HEAD/packages/type-helper) | `5.4.4` | `7.0.1` |
| [@alwatr/flux](https://github.com/Alwatr/flux/tree/HEAD/packages/signal) | `4.1.2` | `6.2.0` |



Updates `@alwatr/fetch` from 5.6.7 to 7.1.4
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/fetch/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/fetch@7.1.4/packages/fetch)

Updates `@alwatr/package-tracer` from 5.5.26 to 5.5.27
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/package-tracer/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/package-tracer@5.5.27/packages/package-tracer)

Updates `@alwatr/nano-build` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/nano-build/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/nano-build@6.4.1/packages/nano-build)

Updates `@alwatr/type-helper` from 5.4.4 to 7.0.1
- [Release notes](https://github.com/Alwatr/nanolib/releases)
- [Changelog](https://github.com/Alwatr/nanolib/blob/next/packages/type-helper/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanolib/commits/@alwatr/type-helper@7.0.1/packages/type-helper)

Updates `@alwatr/flux` from 4.1.2 to 6.2.0
- [Release notes](https://github.com/Alwatr/flux/releases)
- [Changelog](https://github.com/Alwatr/flux/blob/next/packages/signal/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/flux/commits/v6.2.0/packages/signal)

---
updated-dependencies:
- dependency-name: "@alwatr/fetch"
  dependency-version: 7.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/package-tracer"
  dependency-version: 5.5.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alwatr
- dependency-name: "@alwatr/nano-build"
  dependency-version: 6.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: alwatr
- dependency-name: "@alwatr/type-helper"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/flux"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alwatr-0d444024ed branch from e5b08ac to 7487b72 Compare February 26, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants