chore(deps-dev): bump the cli-dependencies group across 1 directory with 4 updates#65
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump the cli-dependencies group across 1 directory with 4 updates#65dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
albert20260301
suggested changes
Jul 16, 2026
albert20260301
left a comment
Contributor
There was a problem hiding this comment.
CI is failing in generate (openapi) after this group moves typescript from 6.0.3 to 7.0.2:
TypeError: undefined is not an object (evaluating 'ts.factory.createKeywordTypeNode')
at cli/node_modules/openapi-typescript/dist/lib/ts.mjs:11:20
This is coming from openapi-typescript@7.13.0 under the new TypeScript runtime. Please split this group or keep typescript pinned until openapi-typescript supports TypeScript 7.
…ith 4 updates Bumps the cli-dependencies group with 4 updates in the /cli directory: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [typescript](https://github.com/microsoft/TypeScript). Updates `knip` from 6.25.0 to 6.27.0 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.27.0/packages/knip) Updates `oxfmt` from 0.58.0 to 0.59.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.59.0/npm/oxfmt) Updates `oxlint` from 1.73.0 to 1.74.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.74.0/npm/oxlint) 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: knip dependency-version: 6.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: oxfmt dependency-version: 0.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: cli-dependencies - dependency-name: oxlint dependency-version: 1.74.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>
5cd0deb to
a8cc677
Compare
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 4 updates in the /cli directory: knip, oxfmt, oxlint and typescript.
Updates
knipfrom 6.25.0 to 6.27.0Release notes
Sourced from knip's releases.
... (truncated)
Commits
e463b61Release knip@6.27.0b597de9Handle snapshotSerializers in Vitest plugin (resolve #1884)e52aecfDon't count ambient module declarations in script files as imports18f0bffFlag unresolvable imports of transitive peer deps as unlisted (resolve #1883)d05e775Attribute imports of aliased packages to the declared dependency605c904Skip unresolved imports of gitignored generated files1b0a2c0Resolve unbuilt workspace package exports (close #1877)57a4770Support Tailwind CSS URL importsc273d5fResolve package names from aliased node_modules pathsf682327Support Vitest inline project config extensionsUpdates
oxfmtfrom 0.58.0 to 0.59.0Changelog
Sourced from oxfmt's changelog.
... (truncated)
Commits
2d4e8d2release(apps): oxlint v1.74.0 && oxfmt v0.59.0 (#24454)415fe1efix(oxfmt): error on ignorePatterns that cannot match files outside the confi...Updates
oxlintfrom 1.73.0 to 1.74.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
2d4e8d2release(apps): oxlint v1.74.0 && oxfmt v0.59.0 (#24454)7f80cacperf(linter/vue/prop-name-casing): precompileignorePropsregex pattern (#2...6272051perf(linter/typescript/no-require-imports): compile allow patterns once (#24417)33805b9perf(linter/jsdoc/require-param): compile checkTypesPattern regex once (#24420)0433a83feat(linter/eslint/no-inner-declarations): addnamespacesoption (#24044)8337835fix(linter): error onignorePatternsthat cannot match files aoutside the c...2ce5a33fix(linter): resolveignorePatternsrelative to the config dir (#24339)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.