diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ad3eac..033df0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/ts/package.json b/ts/package.json index 6a9f863..ae5eff8 100644 --- a/ts/package.json +++ b/ts/package.json @@ -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" } diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index 6c1c6cf..70cd07b 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^0.2.10 version: 0.2.10 tsx: - specifier: ^4.19.1 - version: 4.19.1 + specifier: ^4.19.2 + version: 4.19.2 typedoc: specifier: ^0.26.6 version: 0.26.6(typescript@5.5.4) @@ -1205,8 +1205,8 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + tsx@4.19.2: + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} engines: {node: '>=18.0.0'} hasBin: true @@ -2281,7 +2281,7 @@ snapshots: dependencies: is-number: 7.0.0 - tsx@4.19.1: + tsx@4.19.2: dependencies: esbuild: 0.23.0 get-tsconfig: 4.7.5