Skip to content

build(deps-dev): bump the stackra group with 3 updates#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stackra-e174199586
Open

build(deps-dev): bump the stackra group with 3 updates#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/stackra-e174199586

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the stackra group with 3 updates: @stackra/eslint-config, @stackra/tsup-config and @stackra/typescript-config.

Updates @stackra/eslint-config from 1.0.9 to 1.0.12

Release notes

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

v1.0.12

Fixed

  • Inline prettier config for CI compatibility (no circular dependency)
  • Use package.json for CI cache key instead of lockfile
  • Use ^1.0.0 ranges for cross-tool dependencies See CHANGELOG for full details.
Changelog

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

[1.0.12] - 2026-05-01

Fixed

  • Inline prettier config for CI compatibility (no circular dependency)
  • Use package.json for CI cache key instead of lockfile
  • Use ^1.0.0 ranges for cross-tool dependencies

[1.0.10] - 2026-05-01

Fixed

  • Fixed tsconfig extends path to resolve @stackra/typescript-config/base correctly

Changed

  • Moved @stackra/tsup-config and @stackra/typescript-config to dependencies for correct turbo build ordering
  • Use workspace:* for all internal tool dependencies

[1.0.6] - 2025-07-14

Changed

  • Migrated npm scope from @stackra/eslint-config to @stackra/eslint-config
  • Updated repository to stackra-inc/eslint-config on GitHub
  • Updated author to Stackra L.L.C
  • Updated CI/CD workflows for the new scope and repository
  • Updated packageManager to pnpm@10.33.2
  • Updated engines to require pnpm >= 9.0.0
  • Added publishConfig for public npm access
  • Added sideEffects: false

[1.0.5] - 2025-06-01

Changed

  • Dependency updates

[0.1.0] - Initial

Added

  • Initial base, NestJS, Next.js, React, and Vite presets
  • Full TypeScript support with typescript-eslint flat config
  • ESM + CJS dual output
Commits
  • fd25fe8 release: v1.0.12
  • a1748e8 fix: inline prettier config for CI compatibility
  • b7e971d fix: use package.json for CI cache key, remove stale lockfile
  • 9aab12e fix: use ^1.0.0 ranges for all @​stackra deps
  • 6ce5c58 fix: use ^1.0.0 ranges for cross-tool devDeps
  • 0e5286e fix: add prettier-config to devDeps for CI
  • fd642d4 chore: standardize configs, fix CI deps
  • 26b49dc fix: resolve tsconfig, use workspace deps
  • c5e3870 chore: standardize with full checklist compliance
  • 92fd1a2 fix: add @​eslint/js override to prevent ESLint 10
  • See full diff in compare view

Updates @stackra/tsup-config from 1.0.9 to 1.0.12

Release notes

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

v1.0.12

Fixed

  • Inline prettier config for CI compatibility (no circular dependency)
  • Use package.json for CI cache key instead of lockfile
  • Use ^1.0.0 ranges for cross-tool dependencies See CHANGELOG for full details.
Changelog

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

[1.0.12] - 2026-05-01

Fixed

  • Inline prettier config for CI compatibility (no circular dependency)
  • Use package.json for CI cache key instead of lockfile
  • Use ^1.0.0 ranges for cross-tool dependencies

[1.0.10] - 2026-05-01

Fixed

  • Fixed TypeScript config resolution — added @stackra/typescript-config as dependency
  • Added cjsInterop: true for proper CommonJS/ESM interoperability
  • Moved @stackra/typescript-config to dependencies for correct turbo build ordering

Changed

  • Use workspace:* for @stackra/typescript-config dependency

[1.0.4] - 2025-07-14

Changed

  • Migrated npm scope from @stackra/tsup-config to @stackra/tsup-config
  • Updated repository to stackra-inc/tsup-config on GitHub
  • Updated author to Stackra L.L.C
  • Updated CI/CD workflows for the new scope and repository
  • Updated packageManager to pnpm@10.33.2
  • Updated engines to require pnpm >= 9.0.0
  • Added publishConfig for public npm access
  • Added sideEffects: false

[1.0.3] - 2025-06-01

Changed

  • Dependency updates

[1.0.0] - 2025-11-09

Added

  • Initial package setup
  • Base, NestJS lib, NestJS app, CLI lib, and React lib presets
  • Utility functions (loadPackageJson, computeExternals, buildBanner)
  • Vite adapter
  • Full TypeScript support
  • ESM + CJS dual output
Commits
  • 589df72 release: v1.0.12
  • b451282 fix: inline prettier config for CI compatibility
  • 2eecff9 fix: use package.json for CI cache key, remove stale lockfile
  • 9427ac9 fix: use ^1.0.0 ranges for all @​stackra deps
  • 249bbbb fix: use ^1.0.0 ranges for cross-tool devDeps
  • 125ca18 fix: add eslint-config and prettier-config to devDeps for CI
  • 4193413 chore: standardize configs, fix CI deps
  • ae09772 fix: resolve tsconfig, add cjsInterop, use workspace deps
  • See full diff in compare view

Updates @stackra/typescript-config from 1.0.10 to 1.0.12

Release notes

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

v1.0.12

Fixed

  • Use ^1.0.0 ranges for cross-tool devDependencies
  • Use package.json for CI cache key instead of lockfile
  • Inline prettier config for CI compatibility See CHANGELOG for full details.

v1.0.11

Changed

  • Use workspace:* for internal tool dependencies
  • Updated standardization checklist See CHANGELOG for full details.
Changelog

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

[1.0.12] - 2026-05-01

Fixed

  • Use ^1.0.0 ranges for cross-tool devDependencies
  • Use package.json for CI cache key instead of lockfile
  • Inline prettier config for CI compatibility

[1.0.11] - 2026-05-01

Changed

  • Use workspace:* for internal tool dependencies
  • Updated standardization checklist

1.0.5

Added

  • react-native-app preset — extends expo/tsconfig.base with strict checks for Expo apps
  • react-native-lib preset — bundler-compatible config for publishable React Native libraries

1.0.4

Changed

  • Migrated from @stackra to @stackra scope
  • Updated repository URLs to GitHub (stackra-inc)

0.1.0

Added

  • Initial release
  • base preset — strict TypeScript with NodeNext module resolution
  • bundler preset — ESNext modules with bundler resolution
  • next preset — Next.js optimized config
  • react-lib preset — React library with JSX support
  • nest-lib preset — NestJS library with decorators
  • nest-app preset — NestJS application config
Commits
  • 1f74812 release: v1.0.12
  • 95e10e6 fix: use package.json for CI cache key, remove stale lockfile
  • 3c06217 fix: use ^1.0.0 ranges for cross-tool devDeps
  • 70d8b41 fix: add eslint-config and prettier-config to devDeps for CI
  • 5f2a4ee chore: use workspace deps, update changelog
  • d275458 chore: standardize with full checklist compliance
  • 742cb98 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 3 updates: [@stackra/eslint-config](https://github.com/stackra-inc/eslint-config), [@stackra/tsup-config](https://github.com/stackra-inc/tsup-config) and [@stackra/typescript-config](https://github.com/stackra-inc/typescript-config).


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

Updates `@stackra/tsup-config` from 1.0.9 to 1.0.12
- [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.9...v1.0.12)

Updates `@stackra/typescript-config` from 1.0.10 to 1.0.12
- [Release notes](https://github.com/stackra-inc/typescript-config/releases)
- [Changelog](https://github.com/stackra-inc/typescript-config/blob/main/CHANGELOG.md)
- [Commits](stackra-inc/typescript-config@v1.0.10...v1.0.12)

---
updated-dependencies:
- dependency-name: "@stackra/eslint-config"
  dependency-version: 1.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stackra
- dependency-name: "@stackra/tsup-config"
  dependency-version: 1.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stackra
- dependency-name: "@stackra/typescript-config"
  dependency-version: 1.0.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stackra
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 1, 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 May 1, 2026
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