Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @alwatr/nanotron from 4.9.3 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)

4.9.4 (2025-08-23)

🔨 Code Refactoring

  • reorganize package.json files for consistency and clarity (bde116e) by @​alimd

🔗 Dependencies update

  • downgrade @​types/node version to 22.17.2 in all package.json files (4f01e14) by @​alimd
  • update dependencies for eslint-config, lerna-lite, typescript, and nanolib (de16a71) by @​alimd
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

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

Bumps [@alwatr/nanotron](https://github.com/Alwatr/nanotron/tree/HEAD/packages/nanotron) from 4.9.3 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)

---
updated-dependencies:
- dependency-name: "@alwatr/nanotron"
  dependency-version: 4.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. minor This PR causes a minor bump in the version number. priority-low Nice addition, maybe... someday... labels Oct 1, 2025
@njfamirm njfamirm closed this Nov 18, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@njfamirm njfamirm deleted the dependabot/npm_and_yarn/alwatr/nanotron-4.10.1 branch November 18, 2025 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Work that improves the continuous integration. dependencies Change in project dependencies. maintenance Generic maintenance tasks. minor This PR causes a minor bump in the version number. priority-low Nice addition, maybe... someday...

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants