chore(deps): bump the cli-dependencies group across 1 directory with 6 updates#31
Open
dependabot[bot] wants to merge 3 commits into
Open
chore(deps): bump the cli-dependencies group across 1 directory with 6 updates#31dependabot[bot] wants to merge 3 commits into
dependabot[bot] wants to merge 3 commits into
Conversation
…6 updates Bumps the cli-dependencies group with 6 updates in the /cli directory: | Package | From | To | | --- | --- | --- | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.6.0` | `1.7.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.21.0` | `6.25.0` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.56.0` | `0.58.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.71.0` | `1.73.0` | | [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.23.0` | `0.24.0` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | Updates `@clack/prompts` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.7.0/packages/prompts) Updates `knip` from 6.21.0 to 6.25.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.25.0/packages/knip) Updates `oxfmt` from 0.56.0 to 0.58.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.58.0/npm/oxfmt) Updates `oxlint` from 1.71.0 to 1.73.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.73.0/npm/oxlint) Updates `oxlint-tsgolint` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/oxc-project/tsgolint/releases) - [Commits](oxc-project/tsgolint@v0.23.0...v0.24.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: knip dependency-version: 6.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: oxfmt dependency-version: 0.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: oxlint dependency-version: 1.73.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: oxlint-tsgolint dependency-version: 0.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: cli-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Opened a stacked fix PR: #39 Root cause: the grouped Dependabot update moved The stacked PR keeps the other dependency bumps and rolls TypeScript back to |
## Summary - keep `typescript` at `6.0.3` in the Dependabot dependency group - regenerate `bun.lock` so `openapi-typescript@7.13.0` can load the compiler API used by the generator ## Verification - `PATH=/tmp/bun-exact/bun-linux-x64:$PATH bun install --frozen-lockfile` - `PATH=/tmp/bun-exact/bun-linux-x64:$PATH bun run typecheck` - `PATH=/tmp/bun-exact/bun-linux-x64:$PATH bun run lint` - `PATH=/tmp/bun-exact/bun-linux-x64:$PATH bun run format:check` - `PATH=/tmp/bun-exact/bun-linux-x64:$PATH bun run knip` - `PATH=/tmp/bun-exact/bun-linux-x64:$PATH bun run generate && git diff --exit-code src/generated/openapi-types.ts src/generated/openapi-operations.ts` `bun run test:coverage` still has pre-existing local stdout-capture failures on both this branch and `upstream/main`; I did not mix that unrelated harness issue into this dependency fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cli-dependencies group with 6 updates in the /cli directory:
1.6.01.7.06.21.06.25.00.56.00.58.01.71.01.73.00.23.00.24.06.0.37.0.2Updates
@clack/promptsfrom 1.6.0 to 1.7.0Release notes
Sourced from @clack/prompts's releases.
Changelog
Sourced from @clack/prompts's changelog.
Commits
dc5bce8[ci] release (#575)4b24953chore: enable strict index checks (#582)8f1c380feat(prompts): add showInstructions opt-out (#574)06c16c7chore: update license copyright to Bombshell contributors (#572)Updates
knipfrom 6.21.0 to 6.25.0Release notes
Sourced from knip's releases.
... (truncated)
Commits
f29ca18Release knip@6.25.089a2d8dFix up docs a bit1b0ed6bAdd circular dependencies as opt-incyclesissue type (resolve #1734) (#1812)20cd970Add eve (Vercel framework) plugin (#1864)46111efHandle Serverless esbuild inject entries (#1865)5dc7f12Add support for Prettier overrides (#1869)9422d06Handle var interpolations in shell cmd scripts (resolve #1867)e3f0e5cResolve inherited tsconfig paths from the extended config's directory (resolv...23b4a74Normalize aliased glob patterns to posix for Win1301475Extract shared command walker for bash-parser and pluginsUpdates
oxfmtfrom 0.56.0 to 0.58.0Commits
39677barelease(apps): oxlint v1.73.0 && oxfmt v0.58.0 (#24219)5306f24release(apps): oxlint v1.72.0 && oxfmt v0.57.0 (#23935)Updates
oxlintfrom 1.71.0 to 1.73.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
39677barelease(apps): oxlint v1.73.0 && oxfmt v0.58.0 (#24219)a2c97f3feat(linter/unicorn): implementexplicit-timer-delayrule (#23612)bdb51c7fix(linter/jest/prefer-ending-with-an-expect): validate config patterns (#24122)85735cbfeat(linter/unicorn): implementno-confusing-array-withrule (#23638)cb4fbb9feat(linter/eslint): implement no-unreachable-loop rule (#23975)dc32112feat(linter/eslint/no-constant-binary-expression): check relational compariso...d963967feat(linter/unicorn/no-array-sort): addallowAfterSpreadoption (#24043)45d607dfix(linter/react/forbid-component-props): make allow/disallow lists optional ...0a75682feat(linter): add per-rule timings for type-aware linting (#22488)743e222feat(linter/react): adddisallowedValuesoption forforbid-dom-propsrule...Updates
oxlint-tsgolintfrom 0.23.0 to 0.24.0Release notes
Sourced from oxlint-tsgolint's releases.
... (truncated)
Commits
5a37e89fix(dot-notation): determine the relevant accessor (#1028)67a281fperf(consistent-return): defer per-function type resolution (#1031)a5e2ff0perf(no-unnecessary-qualifier): skip symbol resolution outside namespaces. (#...a8fc668perf(no-confusing-void-expression): check ancestor position before type query...03158ccperf(no-unnecessary-type-conversion): hoist constant builtin-name slices (#1040)d9e645cperf(prefer-optional-chain): lazily allocate chain-processor caches (#1041)63f578arefactor(no-unnecessary-condition): remove dead containsUnguardedElementAcces...f174876chore(deps): update gomod (#1035)47de9cfchore(deps): update github actions (#1036)e209b5bchore(deps): update actions/cache action to v6 (#1037)Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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