Skip to content

Commit

Permalink
build(deps-dev): bump tsx from 4.19.1 to 4.19.2 in /ts
Browse files Browse the repository at this point in the history
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.1 to 4.19.2.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.1...v4.19.2)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 1, 2024
1 parent 201f7e3 commit 07d2a5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 41 deletions.
37 changes: 3 additions & 34 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,21 @@ updates:
directory: /
schedule:
interval: monthly
groups:
actions-minor:
update-types:
- minor
- patch

- package-ecosystem: npm
directory: /ts
schedule:
interval: monthly
groups:
typescript-development:
dependency-type: development
update-types:
- minor
- patch
typescript-production:
dependency-type: production
update-types:
- patch
ignore:
- dependency-name: '@types/node'
versions: ["22.x.x"]

- package-ecosystem: mix
directory: /elixir
schedule:
interval: monthly
groups:
elixir-development:
dependency-type: development
update-types:
- minor
- patch
elixir-production:
dependency-type: production
update-types:
- patch

- package-ecosystem: bundler
directory: /ruby
schedule:
interval: monthly
ruby-development:
dependency-type: development
update-types:
- minor
- patch
ruby-production:
dependency-type: production
update-types:
- patch
4 changes: 2 additions & 2 deletions ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@vitest/coverage-v8": "^2.0.5",
"pkgroll": "^2.5.0",
"publint": "^0.2.10",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typedoc": "^0.26.6",
"typedoc-material-theme": "^1.1.0",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "5.5.4",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
10 changes: 5 additions & 5 deletions ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07d2a5b

Please sign in to comment.