Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@alwatr/fetch 5.6.7 6.0.15
@alwatr/nitrobase-helper 7.8.0 7.10.0
@alwatr/package-tracer 5.5.7 5.5.18
@alwatr/nano-build 6.0.2 6.3.4
@alwatr/nanotron 4.9.4 4.10.1
@alwatr/nitrobase-types 7.8.0 7.10.0
@alwatr/type-helper 5.4.4 6.1.4
@alwatr/flux 4.1.1 6.1.0

Updates @alwatr/fetch from 5.6.7 to 6.0.15

Release notes

Sourced from @​alwatr/fetch's releases.

@​alwatr/fetch@​6.0.15

6.0.15 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

@​alwatr/fetch@​6.0.11

6.0.11 (2025-09-20)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)
  • remove unnecessary pure annotations (adeb916)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)
Changelog

Sourced from @​alwatr/fetch's changelog.

6.0.15 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

6.0.14 (2025-09-22)

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

6.0.13 (2025-09-22)

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

6.0.12 (2025-09-21)

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

6.0.11 (2025-09-20)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)
  • remove unnecessary pure annotations (adeb916)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)

6.0.10 (2025-09-19)

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

6.0.9 (2025-09-19)

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

6.0.8 (2025-09-15)

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

6.0.7 (2025-09-14)

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

6.0.6 (2025-09-13)

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

... (truncated)

Commits
  • c013ded release:
  • 86f4f2f chore: exclude test files from package distribution
  • a0c8605 release:
  • 8e3b59b release:
  • 912cbcc release:
  • 44d9eb7 release:
  • b123f86 chore: remove duplicate sideEffects property from multiple package.json files
  • adeb916 fix: remove unnecessary pure annotations
  • c7b9e74 fix: add sideEffects property to package.json files for better tree-shaking
  • e8402c4 fix: add sideEffects property to package.json files for better tree-shaking
  • Additional commits viewable in compare view

Updates @alwatr/nitrobase-helper from 7.8.0 to 7.10.0

Release notes

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

v7.10.0

7.10.0 (2025-09-21)

✨ Features

  • update alwatr/nginx-json to v4.0.0 (8294c0a)

🐛 Bug Fixes

  • add "sideEffects": false to package.json files for better tree-shaking (cb6f75b)
  • add missing dependencies for delay and logger modules (514ccbc)
  • add type imports for nano-build and type-helper in logger files (6ca3627)
  • correct username casing in CODEOWNERS (f8bbf53)
  • nginx: change unauthorized response from 403 to 401 for region managers (d075b6c)
  • nginx: change unauthorized response from 403 to 401 for region owner access (0064123)
  • nginx: change unauthorized response from 403 to 401 for user authentication (3f7a191)
  • nginx: change unauthorized response from 403 to 401 for user authentication (5afefbb)
  • nginx: change unauthorized response from 403 to 401 for user authentication (cafe849)
  • nginx: change unauthorized response from 403 to 401 for user token validation (08d1235)
  • remove packageTracer import and add type imports for nano-build and type-helper (d684cdb)
  • remove packageTracer import and related code from logger.ts (b288082)
  • remove unused packageTracer import from logger.ts (44690db)
  • remove unused packageTracer import from main.ts (6f0fc64)
  • update dependencies in package.json for user-management (dd53ff3)
  • update imports for delay and logger modules (892a47d)
  • update imports for logger and delay modules (615f596)
  • update logger import and clean up unused lines in user-management.ts (4fef1b9)

🔨 Code Refactoring

  • rename newStoreFile_ to newStoreFile__ for consistency in AlwatrNitrobase class (2010994)
  • rename nherit package (6b06623)
  • update access modifiers to public for class properties and methods in nitrobase and user management (a988d63)

🧹 Miscellaneous Chores

  • add .tmp to .gitignore to ignore temporary files (def34c4)
  • add 'jules' label for issues related to the Google Jules AI agent (11f782a)
  • clean up file associations and update cSpell words in settings (f5340c0)
  • clean up VSCode extensions recommendations by removing unused extensions (f173feb)
  • remove deprecated paths from .eslintignore (0d16f59)
  • remove Exir Studio sponsorship logo from multiple README files (506459f)
  • remove outdated Copilot instruction file (a6355bd)
  • remove unused types from tsconfig.json files and update references (b504ced)
  • reorder and add missing words to cSpell dictionary in settings.json (c93e220)
  • set private flag to true in lerna configuration (9be9010)
  • simplify dependabot configuration by removing unnecessary fields (d5a4544)
  • update docker directory path from /packages/nginx to /packages/nherit in dependabot configuration (d68c3a7)
  • update eslint format script and add test command (afbe3ef)
  • update lerna configuration for improved changelog and versioning (cdb2fba)

... (truncated)

Changelog

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

7.10.0 (2025-09-21)

🐛 Bug Fixes

  • add "sideEffects": false to package.json files for better tree-shaking (cb6f75b)

🧹 Miscellaneous Chores

  • remove Exir Studio sponsorship logo from multiple README files (506459f)
  • remove unused types from tsconfig.json files and update references (b504ced)
  • Update license from AGPL-3.0 to MPL-2.0 (af1746e)
  • update package.json files across all packages for consistency and improved metadata (647900d)

🔗 Dependencies update

  • add missing dependencies for flat-string and logger (1ee8b82)
  • remove unused packageTracer import from main.ts (ad4e1de)
  • update dependencies in package.json files across all packages to latest versions (72c20ef)
Commits
  • 4079c78 release: v7.10.0
  • cb6f75b fix: add "sideEffects": false to package.json files for better tree-shaking
  • 506459f chore: remove Exir Studio sponsorship logo from multiple README files
  • 1ee8b82 deps: add missing dependencies for flat-string and logger
  • ad4e1de deps: remove unused packageTracer import from main.ts
  • b504ced chore: remove unused types from tsconfig.json files and update references
  • 72c20ef deps: update dependencies in package.json files across all packages to latest...
  • 647900d chore: update package.json files across all packages for consistency and impr...
  • af1746e chore: Update license from AGPL-3.0 to MPL-2.0
  • See full diff in compare view

Updates @alwatr/package-tracer from 5.5.7 to 5.5.18

Release notes

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

@​alwatr/package-tracer@​5.5.18

5.5.18 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

@​alwatr/package-tracer@​5.5.14

5.5.14 (2025-09-20)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)
Changelog

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

5.5.18 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

5.5.17 (2025-09-22)

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

5.5.16 (2025-09-22)

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

5.5.15 (2025-09-21)

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

5.5.14 (2025-09-20)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)

5.5.13 (2025-09-19)

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

5.5.12 (2025-09-15)

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

5.5.11 (2025-09-13)

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

5.5.10 (2025-09-09)

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

5.5.9 (2025-09-06)

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

5.5.8 (2025-09-05)

... (truncated)

Commits
  • c013ded release:
  • 86f4f2f chore: exclude test files from package distribution
  • a0c8605 release:
  • 8e3b59b release:
  • 912cbcc release:
  • 44d9eb7 release:
  • b123f86 chore: remove duplicate sideEffects property from multiple package.json files
  • c7b9e74 fix: add sideEffects property to package.json files for better tree-shaking
  • e8402c4 fix: add sideEffects property to package.json files for better tree-shaking
  • 7af0290 release:
  • Additional commits viewable in compare view

Updates @alwatr/nano-build from 6.0.2 to 6.3.4

Release notes

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

@​alwatr/nano-build@​6.3.4

6.3.4 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

@​alwatr/nano-build@​6.3.1

6.3.1 (2025-09-21)

🐛 Bug Fixes

  • change console.log to console.debug in banner for better logging (4aea838)
  • format banner string for better readability (2356fea)

@​alwatr/nano-build@​6.3.0

6.3.0 (2025-09-20)

✨ Features

  • enhance banner message in default options with package info and logging (7121f21)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)

@​alwatr/nano-build@​6.2.1

6.2.1 (2025-09-19)

  • Fix a panic in a minification edge case (#4287)

    This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value undefined in this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):

    function identity(x) { return x }
    identity({ y: identity(123) })
  • Fix @supports nested inside pseudo-element (#4265)

    When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as ::placeholder for correctness. The CSS nesting specification says the following:

    The nesting selector cannot represent pseudo-elements (identical to the behavior of the ':is()' pseudo-class). We’d like to relax this restriction, but need to do so simultaneously for both ':is()' and '&', since they’re intentionally built on the same underlying mechanisms.

... (truncated)

Changelog

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

6.3.4 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

6.3.3 (2025-09-22)

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

6.3.2 (2025-09-22)

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

6.3.1 (2025-09-21)

🐛 Bug Fixes

  • change console.log to console.debug in banner for better logging (4aea838)
  • format banner string for better readability (2356fea)

6.3.0 (2025-09-20)

✨ Features

  • enhance banner message in default options with package info and logging (7121f21)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)

6.2.1 (2025-09-19)

🐛 Bug Fixes

  • update esbuild to version 0.25.10 (3fcf5ba)

6.2.0 (2025-09-15)

✨ Features

  • enable minification of whitespace in default build options (8fc194f)

6.1.2 (2025-09-13)

... (truncated)

Commits
  • c013ded release:
  • 86f4f2f chore: exclude test files from package distribution
  • a0c8605 release:
  • 8e3b59b release:
  • 912cbcc release:
  • 2356fea fix: format banner string for better readability
  • 4aea838 fix: change console.log to console.debug in banner for better logging
  • 44d9eb7 release:
  • b123f86 chore: remove duplicate sideEffects property from multiple package.json files
  • c7b9e74 fix: add sideEffects property to package.json files for better tree-shaking
  • Additional commits viewable in compare view

Updates @alwatr/nanotron from 4.9.4 to 4.10.1

Release notes

Sourced from @​alwatr/nanotron's releases.

v4.10.1

4.10.1 (2025-09-21)

🧹 Miscellaneous Chores

  • add "sideEffects": false to package.json files for better tree-shaking (2aae07b)
  • remove empty line before contributing section in README (59236cc)

v4.10.0

4.10.0 (2025-09-21)

🐛 Bug Fixes

  • add import for type helper from '@​alwatr/type-helper' (f774b19)
  • add missing commas in HttpMethods and HttpStatusCodes for consistency (967e397)
  • correct username casing in CODEOWNERS (845d2fd)
  • make generate and verify methods public in AlwatrTokenGenerator class (637666f)
  • update function signature to allow body as JsonArray in parseBodyAsJson middleware (11751ec)
  • update import for Duration type from '@​alwatr/parse-duration' (a365b18)
  • update import path for parseDuration from nanolib to parse-duration (5c390a2)
  • update type definitions and examples in HttpRequestHeaders for clarity (2545289)
  • update workspace dependency versioning to use wildcard for multiple packages (c9969ef)
  • update workspace dependency versioning to use wildcard for nanotron-api-server (0f62667)

🔨 Code Refactoring

  • add public access modifiers to methods in AlwatrHashGenerator (e54d186)
  • change access modifiers for method and debugId properties in NanotronUrl (69dc466)
  • remove unused import and development mode tracer from main.ts (4d316cb)
  • remove unused packageTracer import and development mode tracer from main.ts (411708a)
  • replace @​alwatr/nanolib with @​alwatr/logger and update access modifiers in NanotronApiServer (4847597)
  • update access modifiers for class properties and methods in NanotronServerResponse (7c8bc33)
  • update access modifiers for class properties in NanotronClientRequest (2aa5926)
  • update access modifiers to public for methods in AlwatrCryptoFactory (2dd01fd)

🧹 Miscellaneous Chores

  • add 'jules' label for issues related to the Google Jules AI agent (9f9d25f)
  • add ignore rule for @​types/node in dependabot configuration (1f8821c)
  • add initial configuration and style guide for Gemini behavior (4fda75c)
  • add missing newline in .yarnrc.yml for better readability (0415725)
  • add missing reference to "../crypto" in tsconfig.json (363d070)
  • clean up VSCode extensions recommendations by removing unused extensions (131425c)
  • fix lerna.json release message (280199f)
  • remove changelog header message from lerna.json (88e2bad)
  • remove Exir Studio sponsorship logo from multiple README files (af3fd5d)
  • remove outdated Copilot instruction file (9363935)
  • remove resolutions section and update eslint format script (e8c6d8d)
  • remove specific paths from .eslintignore (9247cda)
  • remove unnecessary publish configuration and set private to false in lerna.json (d225632)

... (truncated)

Changelog

Sourced from @​alwatr/nanotron's changelog.

4.10.1 (2025-09-21)

🧹 Miscellaneous Chores

  • add "sideEffects": false to package.json files for better tree-shaking (2aae07b)

4.10.0 (2025-09-21)

🐛 Bug Fixes

  • update workspace dependency versioning to use wildcard for nanotron-api-server (0f62667)

🔨 Code Refactoring

  • remove unused import and development mode tracer from main.ts (4d316cb)

🧹 Miscellaneous Chores

  • add missing reference to "../crypto" in tsconfig.json (363d070)
  • remove Exir Studio sponsorship logo from multiple README files (af3fd5d)
  • standardize formatting in tsconfig.json files by removing trailing commas (fb9c6b9)
  • update @​alwatr/nanolib and @​alwatr/nano-build to version 6.1.1 and 6.3.1 respectively (81b3d5e)
  • update @​alwatr/nanolib and related dependencies to version 6.x (d824f0d)
  • update licenses from AGPL-3.0 to MPL-2.0 (a84513e)

🔗 Dependencies update

  • remove @​alwatr/nanolib from dependencies in package.json (5d5f774)
Commits
  • e077211 release: v4.10.1
  • 2aae07b chore: add "sideEffects": false to package.json files for better tree-shaking
  • 234113e release: v4.10.0
  • af3fd5d chore: remove Exir Studio sponsorship logo from multiple README files
  • 0f62667 fix: update workspace dependency versioning to use wildcard for nanotron-api-...
  • 4d316cb refactor: remove unused import and development mode tracer from main.ts
  • fdb5822 style: remove unnecessary spaces in handler definitions for consistency
  • 363d070 chore: add missing reference to "../crypto" in tsconfig.json
  • 5d5f774 deps: remove @​alwatr/nanolib from dependencies in package.json
  • fb9c6b9 chore: standardize formatting in tsconfig.json files by removing trailing commas
  • Additional commits viewable in compare view

Updates @alwatr/nitrobase-types from 7.8.0 to 7.10.0

Release notes

Sourced from @​alwatr/nitrobase-types's releases.

v7.10.0

7.10.0 (2025-09-21)

✨ Features

  • update alwatr/nginx-json to v4.0.0 (8294c0a)

🐛 Bug Fixes

  • add "sideEffects": false to package.json files for better tree-shaking (cb6f75b)
  • add missing dependencies for delay and logger modules (514ccbc)
  • add type imports for nano-build and type-helper in logger files (6ca3627)
  • correct username casing in CODEOWNERS (f8bbf53)
  • nginx: change unauthorized response from 403 to 401 for region managers (d075b6c)
  • nginx: change unauthorized response from 403 to 401 for region owner access (0064123)
  • nginx: change unauthorized response from 403 to 401 for user authentication (3f7a191)
  • nginx: change unauthorized response from 403 to 401 for user authentication (5afefbb)
  • nginx: change unauthorized response from 403 to 401 for user authentication (cafe849)
  • nginx: change unauthorized response from 403 to 401 for user token validation (08d1235)
  • remove packageTracer import and add type imports for nano-build and type-helper (d684cdb)
  • remove packageTracer import and related code from logger.ts (b288082)
  • remove unused packageTracer import from logger.ts (44690db)
  • remove unused packageTracer import from main.ts (6f0fc64)
  • update dependencies in package.json for user-management (dd53ff3)
  • update imports for delay and logger modules (892a47d)
  • update imports for logger and delay modules (615f596)
  • update logger import and clean up unused lines in user-management.ts (4fef1b9)

🔨 Code Refactoring

  • rename newStoreFile_ to newStoreFile__ for consistency in AlwatrNitrobase class (2010994)
  • rename nherit package (6b06623)
  • update access modifiers to public for class properties and methods in nitrobase and user management (a988d63)

🧹 Miscellaneous Chores

  • add .tmp to .gitignore to ignore temporary files (def34c4)
  • add 'jules' label for issues related to the Google Jules AI agent (11f782a)
  • clean up file associations and update cSpell words in settings (f5340c0)
  • clean up VSCode extensions recommendations by removing unused extensions (f173feb)
  • remove deprecated paths from .eslintignore (0d16f59)
  • remove Exir Studio sponsorship logo from multiple README files (506459f)
  • remove outdated Copilot instruction file (a6355bd)
  • remove unused types from tsconfig.json files and update references (b504ced)
  • reorder and add missing words to cSpell dictionary in settings.json (c93e220)
  • set private flag to true in lerna configuration (9be9010)
  • simplify dependabot configuration by removing unnecessary fields (d5a4544)
  • update docker directory path from /packages/nginx to /packages/nherit in dependabot configuration (d68c3a7)
  • update eslint format script and add test command (afbe3ef)
  • update lerna configuration for improved changelog and versioning (cdb2fba)

... (truncated)

Changelog

Sourced from @​alwatr/nitrobase-types's changelog.

7.10.0 (2025-09-21)

🐛 Bug Fixes

  • add "sideEffects": false to package.json files for better tree-shaking (cb6f75b)
  • remove packageTracer import and add type imports for nano-build and type-helper (d684cdb)

🧹 Miscellaneous Chores

  • remove Exir Studio sponsorship logo from multiple README files (506459f)
  • remove unused types from tsconfig.json files and update references (b504ced)
  • Update license from AGPL-3.0 to MPL-2.0 (af1746e)
  • update package.json files across all packages for consistency and improved metadata (647900d)

🔗 Dependencies update

  • update dependencies in package.json files across all packages to latest versions (72c20ef)
Commits
  • 4079c78 release: v7.10.0
  • cb6f75b fix: add "sideEffects": false to package.json files for better tree-shaking
  • 506459f chore: remove Exir Studio sponsorship logo from multiple README files
  • d684cdb fix: remove packageTracer import and add type imports for nano-build and type...
  • b504ced chore: remove unused types from tsconfig.json files and update references
  • 72c20ef deps: update dependencies in package.json files across all packages to latest...
  • 647900d chore: update package.json files across all packages for consistency and impr...
  • af1746e chore: Update license from AGPL-3.0 to MPL-2.0
  • See full diff in compare view

Updates @alwatr/type-helper from 5.4.4 to 6.1.4

Release notes

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

@​alwatr/type-helper@​6.1.4

6.1.4 (2025-09-27)

🧹 Miscellaneous Chores

  • exclude test files from package distribution (86f4f2f)

@​alwatr/type-helper@​6.1.3

6.1.3 (2025-09-22)

🐛 Bug Fixes

  • remove unnecessary method from JsonValue type definition (d18847c)

@​alwatr/type-helper@​6.1.2

6.1.2 (2025-09-22)

🐛 Bug Fixes

  • extend JsonValue type to include objects with toJSON method (13e8315)

@​alwatr/type-helper@​6.1.1

6.1.1 (2025-09-20)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)

@​alwatr/type-helper@​6.1.0

6.1.0 (2025-09-19)

✨ Features

  • add SingleOrReadonlyArray type for flexible item handling (4b65513)

@​alwatr/type-helper@​6.0.2

6.0.2 (2025-09-13)

🧹 Miscellaneous Chores

  • add utility types for function manipulation and event listener interface (b2ca24d)
Changelog

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

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

  • extend JsonValue type to include objects with toJSON method (13e8315)

6.1.1 (2025-09-20)

🐛 Bug Fixes

  • add sideEffects property to package.json files for better tree-shaking (c7b9e74)
  • add sideEffects property to package.json files for better tree-shaking (e8402c4)

🧹 Miscellaneous Chores

  • remove duplicate sideEffects property from multiple package.json files (b123f86)

6.1.0 (2025-09-19)

✨ Features

  • add SingleOrReadonlyArray type for flexible item handling (4b65513)

6.0.2 (2025-09-13)

🧹 Miscellaneous Chores

  • add utility types for function manipulation and event listener interface (b2ca24d)

6.0.1 (2025-09-09)

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

6.0.0 (2025-09-06)

⚠ BREAKING CHANGES

  • The JSON types completely refactored for better consistency and clarity. Use new JsonPrimitive, JsonValue, JsonArray, JsonObject and powerful Jsonify util.

... (truncated)

Commits
  • c013ded release:
  • 86f4f2f chore: exclude test files from package distribution
  • a0c8605 release:
  • d18847c fix: remove unnecessary method from JsonValue type definition
  • 8e3b59b release:
  • 13e8315 fix: extend JsonValue type to include objects with toJSON method
  • 44d9eb7 release:
  • b123f86 chore: remove duplicate sideEffects property from multiple package.json files
  • c7b9e74 fix: add sideEffects property to package.json files for better tree-shaking
  • e8402c4 fix: add ...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2025

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 October 2, 2025 10:28
@blacksmith-sh

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alwatr-e6eb786ce5 branch from 4e45a7c to 625eda6 Compare October 9, 2025 10:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alwatr-e6eb786ce5 branch 2 times, most recently from e25468f to 55b45fc Compare November 27, 2025 10:10
Bumps the alwatr group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@alwatr/fetch](https://github.com/Alwatr/nanolib/tree/HEAD/packages/fetch) | `5.6.7` | `6.0.15` |
| [@alwatr/nitrobase-helper](https://github.com/Alwatr/nitrobase/tree/HEAD/packages/helper) | `7.8.0` | `7.10.0` |
| [@alwatr/package-tracer](https://github.com/Alwatr/nanolib/tree/HEAD/packages/package-tracer) | `5.5.7` | `5.5.18` |
| [@alwatr/nano-build](https://github.com/Alwatr/nanolib/tree/HEAD/packages/nano-build) | `6.0.2` | `6.3.4` |
| [@alwatr/nanotron](https://github.com/Alwatr/nanotron/tree/HEAD/packages/nanotron) | `4.9.4` | `4.10.1` |
| [@alwatr/nitrobase-types](https://github.com/Alwatr/nitrobase/tree/HEAD/packages/types) | `7.8.0` | `7.10.0` |
| [@alwatr/type-helper](https://github.com/Alwatr/nanolib/tree/HEAD/packages/type-helper) | `5.4.4` | `6.1.4` |
| [@alwatr/flux](https://github.com/Alwatr/flux/tree/HEAD/packages/signal) | `4.1.1` | `6.1.0` |



Updates `@alwatr/fetch` from 5.6.7 to 6.0.15
- [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/[email protected]/packages/fetch)

Updates `@alwatr/nitrobase-helper` from 7.8.0 to 7.10.0
- [Release notes](https://github.com/Alwatr/nitrobase/releases)
- [Changelog](https://github.com/Alwatr/nitrobase/blob/next/packages/helper/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nitrobase/commits/v7.10.0/packages/helper)

Updates `@alwatr/package-tracer` from 5.5.7 to 5.5.18
- [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/[email protected]/packages/package-tracer)

Updates `@alwatr/nano-build` from 6.0.2 to 6.3.4
- [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/[email protected]/packages/nano-build)

Updates `@alwatr/nanotron` from 4.9.4 to 4.10.1
- [Release notes](https://github.com/Alwatr/nanotron/releases)
- [Changelog](https://github.com/Alwatr/nanotron/blob/next/packages/nanotron/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nanotron/commits/v4.10.1/packages/nanotron)

Updates `@alwatr/nitrobase-types` from 7.8.0 to 7.10.0
- [Release notes](https://github.com/Alwatr/nitrobase/releases)
- [Changelog](https://github.com/Alwatr/nitrobase/blob/next/packages/types/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/nitrobase/commits/v7.10.0/packages/types)

Updates `@alwatr/type-helper` from 5.4.4 to 6.1.4
- [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/[email protected]/packages/type-helper)

Updates `@alwatr/flux` from 4.1.1 to 6.1.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.1.0/packages/signal)

---
updated-dependencies:
- dependency-name: "@alwatr/fetch"
  dependency-version: 6.0.15
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/nitrobase-helper"
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alwatr
- dependency-name: "@alwatr/package-tracer"
  dependency-version: 5.5.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alwatr
- dependency-name: "@alwatr/nano-build"
  dependency-version: 6.3.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: alwatr
- dependency-name: "@alwatr/nanotron"
  dependency-version: 4.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: alwatr
- dependency-name: "@alwatr/nitrobase-types"
  dependency-version: 7.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: alwatr
- dependency-name: "@alwatr/type-helper"
  dependency-version: 6.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: alwatr
- dependency-name: "@alwatr/flux"
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: alwatr
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alwatr-e6eb786ce5 branch from 55b45fc to dbaf732 Compare December 25, 2025 10:06
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.

1 participant