Skip to content

chore(deps): bump the stackra group with 2 updates#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stackra-8bb127619d
Closed

chore(deps): bump the stackra group with 2 updates#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stackra-8bb127619d

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the stackra group with 2 updates: @stackra/ts-support and @stackra/tsup-config.

Updates @stackra/ts-support from 2.5.9 to 2.6.0

Release notes

Sourced from @​stackra/ts-support's releases.

v2.6.0

Added

  • Env class — Laravel-style environment variable accessor with typed getters (string, boolean, number, array), getOrFail, environment checks (isProduction, isLocal, isTesting), configurable repository (process.env, import.meta.env, or custom)
  • Arr class — Laravel-style array/object utilities: dot-notation get/set/ has/forget, only, except, pluck, groupBy, keyBy, first, last, flatten, wrap, shuffle, sortBy, unique, chunk, combine
  • Num class — Number formatting and helpers: format, abbreviate, forHumans, ordinal, percentage, currency, fileSize, clamp, random, between, type checks (isNumber, isInteger, isEven, isOdd)
  • GlobalRegistry — Extensible registry for global helper functions. Other @stackra/* packages can register their own globals via GlobalRegistry.register()
  • bootGlobals() — Registers built-in helpers (env, collect, collectMap, collectSet, value, tap, filled, blank, retry, sleep) on globalThis
  • Global helper functionsenv(), value(), tap(), filled(), blank(), retry(), sleep() available as importable functions or globals
  • @​types declarations — TypeScript global type declarations for all helpers. Consumers add "@stackra/ts-support/@types" to tsconfig types array
  • ./@types export — New package.json exports entry for the type declarations See CHANGELOG for full details.
Changelog

Sourced from @​stackra/ts-support's changelog.

[2.6.0] - 2026-04-29

Added

  • Env class — Laravel-style environment variable accessor with typed getters (string, boolean, number, array), getOrFail, environment checks (isProduction, isLocal, isTesting), configurable repository (process.env, import.meta.env, or custom)
  • Arr class — Laravel-style array/object utilities: dot-notation get/set/ has/forget, only, except, pluck, groupBy, keyBy, first, last, flatten, wrap, shuffle, sortBy, unique, chunk, combine
  • Num class — Number formatting and helpers: format, abbreviate, forHumans, ordinal, percentage, currency, fileSize, clamp, random, between, type checks (isNumber, isInteger, isEven, isOdd)
  • GlobalRegistry — Extensible registry for global helper functions. Other @stackra/* packages can register their own globals via GlobalRegistry.register()
  • bootGlobals() — Registers built-in helpers (env, collect, collectMap, collectSet, value, tap, filled, blank, retry, sleep) on globalThis
  • Global helper functionsenv(), value(), tap(), filled(), blank(), retry(), sleep() available as importable functions or globals
  • @​types declarations — TypeScript global type declarations for all helpers. Consumers add "@stackra/ts-support/@types" to tsconfig types array
  • ./@types export — New package.json exports entry for the type declarations
Commits
  • 1faa569 feat: add Env, Arr, Num classes, GlobalRegistry, bootGlobals, and @​types decl...
  • 676d9de chore: standardize with full checklist compliance
  • 67e1130 fix: add @​eslint/js override to prevent ESLint 10
  • See full diff in compare view

Updates @stackra/tsup-config from 1.0.8 to 1.0.9

Release notes

Sourced from @​stackra/tsup-config's releases.

v1.0.9

Release v1.0.9 See CHANGELOG for full details.

Commits
  • 17e1588 release: v1.0.9
  • 8046e73 fix: separate vite adapter into dedicated entry point
  • a7dad11 chore: standardize with full checklist compliance
  • 835bcf1 fix: add @​eslint/js override to prevent ESLint 10
  • See full diff 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

Bumps the stackra group with 2 updates: [@stackra/ts-support](https://github.com/stackra-inc/ts-support) and [@stackra/tsup-config](https://github.com/stackra-inc/tsup-config).


Updates `@stackra/ts-support` from 2.5.9 to 2.6.0
- [Release notes](https://github.com/stackra-inc/ts-support/releases)
- [Changelog](https://github.com/stackra-inc/ts-support/blob/main/CHANGELOG.md)
- [Commits](stackra-inc/ts-support@v2.5.9...v2.6.0)

Updates `@stackra/tsup-config` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/stackra-inc/tsup-config/releases)
- [Changelog](https://github.com/stackra-inc/tsup-config/blob/main/CHANGELOG.md)
- [Commits](stackra-inc/tsup-config@v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: "@stackra/ts-support"
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stackra
- dependency-name: "@stackra/tsup-config"
  dependency-version: 1.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stackra
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 29, 2026

Assignees

The following users could not be added as assignees: akouta. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 1, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stackra-8bb127619d branch May 1, 2026 05:16
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